jbossws Questions
5
Solved
I seemed to get the following exception when trying to deploy my application:
Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 2 counts of IllegalAnnotationExceptions
java.util....
Islean asked 18/11, 2008 at 13:39
4
In a wsdl-file I have the following line:
When I deploy the webapplication (on JBOSS 5.1.0) and try to access the wsdl I get the following exception:
org.apache.cxf.BusException: No Destination...
4
Solved
I am developing web service under JBoss 5 and Java 1.6. What could possibly cause this exception? Below is my simplified web service code.
@Stateless
@WebService()
public class AccountWS {
@WebMe...
1
Solved
Our system consumes SOAP Web Service, using JAX-WS client stubs generated based on service's WSDL. In case of error server returns SOAP faults like this:
<s:Envelope xmlns:s="http://schemas.xml...
3
Solved
JBoss 6.0 Final is shipped with JBoss WS (Apache CXF stack by default), I know that I can replace the default implementation with the respective JBoss WS Native or Metro versions from JBossWS downl...
Iodize asked 13/3, 2012 at 1:27
1
I am using jbossws (with jax-ws) to serve 3 webservices generated from annotated POJOs.
These 3 webservices share a few data classes and also have a common method (ping).
They all reside in the sam...
Argolis asked 23/10, 2009 at 9:39
1
© 2022 - 2024 — McMap. All rights reserved.