-
Bug
-
Resolution: Done
-
Critical
-
3.0.0.beta1
-
None
To reproduce:
1. Create two Web project A and B, and project A depends on project B,
2. Create a simple jax-ws annotated java class " org.jboss.test.TestService" in project B.
3. Right click on the "TestService" class and "Web Service > Create Web Service", on the popped up web service wizard, set Server to JBoss AS , Web Service Runtime: JBossWS,
Service Project : project A
4. Click "Next" to generate WSDL and codes, got error message:
Error: Could not load class [org.jboss.test.TestService]. Did you specify a valid --classpath?
- relates to
-
JBIDE-19379 Unable to create bottom up web service from EJB project
- Open