[jboss-user] [JBossWS] - Re: Tracing wsconsume
PeterJ
do-not-reply at jboss.com
Mon May 11 11:58:27 EDT 2009
This looks OK to me. So let's double-check a few things.
First, please verify that the log4j config file is located at: C:\Other\eclipseall\ws\hsi\mm7-client2\work\mylog4j.xml
Second, replace the last line in mywsconsume.bat with:
set APP="%JAVA%" %JAVA_OPTS% -Djava.endorsed.dirs="%JBOSS_ENDORSED_DIRS%" -Dlog4j.configuration=mylog4j.xml -classpath "%WSCONSUME_CLASSPATH%" org.jboss.wsf.spi.tools.cmd.WSConsume %*
| echo %APP%
| %APP%
The above code will echo the full java command before running it.
Third, after making the above change, run wsconsume and post the console output, including the command line entered.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230121#4230121
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4230121
More information about the jboss-user
mailing list