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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...