[jboss-user] [JBossWS] - Re: how to use wsprovide
PeterJ
do-not-reply at jboss.com
Thu Oct 11 14:47:51 EDT 2007
The wsconsume script does not include the ejb api jar file. Modify the script, adding this line to the set of lines that create the classpath:
set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jboss-ejb3x.jar
You could instead set WSCONSUME_CLASSPATH manually before running wsconsume, but usually editing the script is easier, especially if you will be running it often.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094233#4094233
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094233
More information about the jboss-user
mailing list