[
http://jira.jboss.com/jira/browse/JBWS-2129?page=comments#action_12408274 ]
Richard Opalka commented on JBWS-2129:
--------------------------------------
JBossWS Native builds wrapper classes on demand in runtime (using javassist) when wrapper
classes are not present in the classloader.
It seems that Metro expects them in the classloader.
I don't know if there's a switch to turn on runtime wrapper classes generation on
demand for metro like it works in Native :(
Wrapper class is not found
--------------------------
Key: JBWS-2129
URL:
http://jira.jboss.com/jira/browse/JBWS-2129
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jbossws-metro
Affects Versions: jbossws-metro-3.0.1
Reporter: Thomas Diesler
[tdiesler@tdvaio trunk]$ ant -Dtest=jaxws/handlerscope test
Caused by: com.sun.xml.ws.model.RuntimeModelerException: runtime modeler error: Wrapper
class org.jboss.test.ws.jaxws.handlerscope.jaxws.Echo is not found. Have you run APT to
generate them?
at com.sun.xml.ws.model.RuntimeModeler.getClass(RuntimeModeler.java:287)
at
com.sun.xml.ws.model.RuntimeModeler.processDocWrappedMethod(RuntimeModeler.java:596)
at com.sun.xml.ws.model.RuntimeModeler.processMethod(RuntimeModeler.java:543)
at com.sun.xml.ws.model.RuntimeModeler.processClass(RuntimeModeler.java:371)
at
com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:258)
at
com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:322)
at
com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:188)
at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:467)
at
org.jboss.wsf.stack.metro.DeploymentDescriptorParserExt.parseAdapters(DeploymentDescriptorParserExt.java:291)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira