-
1. Re: Using old jaxrpc on Jboss EAP 6.1
asoldano Oct 15, 2013 12:21 PM (in response to howardl815)Yes, JBoss EAP 6.1 supports JAXRPC.
Which exception are you actually getting?
-
2. Re: Using old jaxrpc on Jboss EAP 6.1
howardl815 Oct 15, 2013 12:30 PM (in response to howardl815)Hi Alessio,
We are getting Linkage error.
[Server:ha-server-1] 16:36:20,903 WARN [org.jboss.modules] (Thread-1678 (HornetQ-client-global-threads-1650353406))
Failed to define class com.bloomberg.datalic.dlps.PerSecurityWS_Service_Impl in Module "deployment.framework.ear:main"
from Service Module Loader: java.lang.LinkageError: Failed to link com/bloomberg/datalic/dlps/PerSecurityWS_Service_Impl
PerSecurityWS_Service_Impl is Bloomberg's class, and we are getting this error. I suspected maybe EAP 6.1 wasn't compatible with jaxrpc spec 1.1 Bloomberg is using to generate this class?
-
3. Re: Using old jaxrpc on Jboss EAP 6.1
asoldano Oct 15, 2013 12:38 PM (in response to howardl815)I would blame a dependency configuration issue. Can you provide more details? the full exception stacktrace, any interesting log, the deployment structure (how your ear is, which libs it includes if any, which jboss modules dependencies it declares if any, etc)
JBoss EAP 6.1 passed the EE certification requirements / tests, including jaxrpc sections.
-
4. Re: Re: Using old jaxrpc on Jboss EAP 6.1
howardl815 Oct 15, 2013 12:47 PM (in response to asoldano)Hi,
The ant target Bloomberg gave us uses the sun jaxrpc library (jaxrpc-api.jar, jaxrpc-impl.jar, jaxrpc-spi.jar. It's spec 1.1). Should we use JBoss's jaxrpc implementation library instead of these? Does JBoss support jaxrpc-api.jar, jaxrpc-impl.jar, jaxrpc-spi.jar?
Thanks.