[
https://jira.jboss.org/jira/browse/JBESB-2073?page=com.atlassian.jira.plu...
]
Kevin Conner commented on JBESB-2073:
-------------------------------------
The issue is caused by a missing dependency of jbossws-core.jar, specifically the class
org.jboss.ws.tools.jaxws.impl.SunRIConsumerFactoryImpl
The reason this has broken is that the soap.esb artifact used to include jaxws-tools.jar
(which contains com/sun/tools/ws/wscompile/WsimportTool) and this does not exist in the
server's classpath.
The jar only exists in the client directory.
I will reinstate jaxws-tools.jar into the soap.esb to workaround this.
webservice_consumer_wise*: TransactionalRunner caught throwable:
java.lang.NoClassDefFoundError: com/sun/tools/ws/wscompile/WsimportTool
-----------------------------------------------------------------------------------------------------------------------------------------
Key: JBESB-2073
URL:
https://jira.jboss.org/jira/browse/JBESB-2073
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Examples
Affects Versions: 4.4 CP1
Environment: SOA-P 4.3 IR5, "all" configuration, jdk1.5.0_16, Fedora 9
Reporter: Pavel Macik
Assignee: Kevin Conner
Fix For: 4.4 CP1
Attachments: server.log
When I try to run quickstart performing following steps, the
"java.lang.NoClassDefFoundError: com/sun/tools/ws/wscompile/WsimportTool"
exception arises.
Steps:
1. Unzip soa-p
2. In jboss-as/server/all/conf/props/soa-users.properties uncomment
"admin=admin"
3. In jboss-as/samples/quickstarts/conf/ directory copy quickstart.properties-examples to
quickstart.properties and set server home and congifuration to proper values.
4. Run server with "-c all"
5. In samples/quickstarts/webservice_consumer_wise2/ directory run "ant
deploy"
6. In samples/quickstarts/webservice_consumer_wise2/ directory run "ant
runtest" -> here the exception appears.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira