Log in to follow, share, and participate in this community.
Thread Exception in thread "main" javax.xml.ws.WebServiceException: java.lang.SecurityException: WS-Security error: The signature or decryption was invalid
Thread How @WebServiceRef injection works with multiple @WebEndpoint
How @WebServiceRef injection works with multiple @WebEndpointHi, I know this is a edge case but we are experiencing "random" behavior when using multiple @WebEndpoint (with the same class). WebService client :
@WebServiceClient
public class TestEndpointService ...
Jboss 5.1.0 GA start errorHi, I have installed Jboss 5.1.0 GA and trying to start the application server using startjboss.bat ... when the below line is executed, net start "MBJBAS51SVC" the error "The service na...
WebService Client Fails on open jdkhi all, I am trying to get my webservice up and running on my redhad machine. But getting below error. Java version on machine is : [root@extcomp ~]# java -version java version "1.7.0_09-icedtea" Op...
Cannot publish wsdlHello I'm a starter developer and I am actually trying to migrate a web application from Jonas-5.2.2 to JBoss-AS-7.2.0. During deployment of a war file, I'm getting this error : ...
Thread Resteasy request body - How to get (client)
Resteasy request body - How to get (client)Hi there! Im fighting against a simple requirement: I need to log the resteasy request body made from the client to the server. Im doing something like this:
Integration31Service test ...
Thread JBossWS: wsdl:import always handled as relative location
JBossWS: wsdl:import always handled as relative locationHi everyone, I have some trouble deploying a web-service implementation using a external WSDL file (I cannot change it). The wsdl performs an import of another WSDL file using an absolute URL, somethin...
Thread Cannot inject resource in jax-ws handler on jboss AS 7
Cannot inject resource in jax-ws handler on jboss AS 7Hi, I'm trying to inject resources defined in env-entry in a jax-ws handler on jboss AS 7 (I've tried jboss AS 7.1, eap-6.0 and eap-6.1) but the resources are not resolved. My web app calls a web-service. On ...
JBossWS - Class GenerationGreetings everyone, I have a WSDL and a definition using XSD beeing consumed by this WSDL. My interface is OK, I generate with sucess the the classes starting from WSDL. My problem is that the generated clas...
Thread WS Security - Could not locate certificate by key identifier
WS Security - Could not locate certificate by key identifierHi everyone, I don't know if this question has been asked before (it seems so, but there was almost no answers for it). Anyway, I've the following problem: As I'm trying to use WS Security with signed ...
Thread WebService throws ClasscastException in JBoss5
WebService throws ClasscastException in JBoss5Hello, I have a class that invokes a WEB SERVICE deployed on the different Jboss. Both application servers has same enviornment is JDK1.6,and JBoss5. Here is a code portion: <code> System.setProperty("org.ap...
Thread Policy not supported for UsernameTokenOverHTTPS error.
Policy not supported for UsernameTokenOverHTTPS error.Hi, I am new to JBossWS and have run into a problem with WS-Security. I am after some pointers on how to get around the problem. I am obviously doing something very wrong! I have encountered ...
JBossWS 4.3.0 Migration NotesThe JBossWS 4.3.0 release comes with few new features, Apache CXF and WSS4J component upgrades and multiple bug fixes (see release notes). Some of the changes in the release are meant for improving stability, ...
JBossWS 4 migration guideThis document provides some refences and directions on the migration from JBossWS 3.x to 4.x. References JBossWS Documentation - https://docs.jboss.org/author/display/JBWS/JBoss+Web+Services+Documentation JB...
There is not more conecctions availableI use Jboss 7.1 and PHP 5.3.10 in a web page and... I don´t know why the Jboss suddenly can´t obtain more connections. if the spool is a lot greater than the demand. I looked if maybe somo error ...
Why no forum for ResteasyHi, Resteasy does not still have a forum of its own which is quite surprising since it has already released its first GA version. Is Redhat/JBoss looking at using another implemention of the JAX-RS spec instead of R...