Log in to follow, share, and participate in this community.
Thread JBOSS for Suse
JBOSS for SuseWhat is the hyperlink that allows me to see the various versions of JBOSS Enterprise and more available for download for the SLES (suse) operating system? Thanx, L
Thread Strange behavior of @RolesAllowed in JBoss 7.1.1
Strange behavior of @RolesAllowed in JBoss 7.1.1I have a SOAP WS that is created as a stateless EJB. Every thing is working fine except the following behavior: Assuming that the WS has 3 methods A, B and C. I added the @RolesAllowed annotation to each one of the th...
Thread Multiple <xenc:EncryptedKey> from server during msg enc/signing
Multiple <xenc:EncryptedKey> from server during msg enc/signingFor some reason our service is returning multiple (2) EncryptionKey tags within the soap response where one of the DataReference URIs associates with the encrypted/signed data in the Soap body, but the second does not...
Thread Error if http proxy information is in standalone.xml file.
Error if http proxy information is in standalone.xml file.Hi, I am getting problem to run a simple web server. After some investigation I come to know that If I remove the proxy information from the standalone.xml file the web site is working fine. Other wise getti...
Thread How can I change mustUnderstand attribute of wsse:security e
How can I change mustUnderstand attribute of wsse:security eHi, I'm writing a client for a webservice that requires message signing. I've configured it in the jboss-wsse-client.xml. Hence the generated soap envelope header contains something like:
<wsse:Security env:must...
Thread How do I rewrite soap:address to always HTTPS
How do I rewrite soap:address to always HTTPSWe have a strange issue here and I must assume that someone else must have run into this before. We are currently deploying our EJB3-based web service on JBossAS 5.1.0.GA. The Session bean that implements our...
Thread security-domain in jboss-web ignored when deploying web services
security-domain in jboss-web ignored when deploying web servicesHi, Since I switched to WAR packaging, I could not set security-domain for my application. After some investigation, it seems to break when I include a jar containing JAX-WS EJBs - the single act of removing t...
Thread In Interceptors not running for a CXF web service on JBoss 7.1.1
In Interceptors not running for a CXF web service on JBoss 7.1.1Hi, tl;dr; in interceptors are not run and, as such, ws-security is not enforced. this happens in jboss 7.1.1. I have a project, part of a large solution, that consists of a war with cxf web services. ...
Custom endpoint addressGreetings everyone. Kind of a noobish question, yet I ask because I couldn't figure out how to work this out. Following I present you the classic pair SEI-SIB, that I'm deploying as an EJB: Goo...
Thread SOAP Attachment is getting dropped from the outbound message
SOAP Attachment is getting dropped from the outbound messageHi, I'm consuming a third party web service where they expect attachment over SOAP as un-referenced types (wsdl does not define the multipart information). I'm using JAX-WS SOAPHandler implementation to attach...
Thread Provider org.apache.cxf.jaxws.spi.ProviderImpl not found.
Provider org.apache.cxf.jaxws.spi.ProviderImpl not found.Hi, I am using JBoss 6.1.0 eap and trying to run simple webservice. I am getting an exception Provider org.apache.cxf.jaxws.spi.ProviderImpl not found. What is the best way to provide this provider I ...
Hi AllHi All, I have a direct client requirement of JBOSS Enterprise BRMS Developer in Austin , TX. It’s a project of 09 months , let me know if you any one comfortable for this position. ...
JBoss EAP 6.1 JBossws-cxf closing the portHello, I am working respecting the JAX-WS specification and would like to know if there is any method to close the port. With the metro WS, I can use this
((com.sun.xml.ws.Closeable) port);
Is ...
FNFE for missing WS files during bootup.Hi, I am using EAP 6.2 with an enterprise application deployed that has a WS deployed. A really simple web service coded with annotations. This is on a Fedora 19 OS and OpenJDK 1.7. This is one example exc...
Unsupported content type: application/x-www-form-urlencodedI try to create a SOAP- connection between jboss-ws and an AJAX- Client (WebBrowser). The WebService is proper deployed. If I start a AJAX-Request to the WebService's URL then I will get the following exception:
09...