Hi, I still am getting the Exception. I am using JBoss 4.0.1sp1 and I checked the twiddle.bat script and its using the client jars that came with this distribution.
Also, I added to the Twiddle.bat script the location of my own jar files. I copied them to the client directory and added a set command to add it to the classpath variable (see below event-manager.jar is my jar) I still get the same exception. Do you have any other ideas? Thanks for the quick response. rem only include jbossall-client.jar in classpath, if rem JBOSS_CLASSPATH was not yet set if not "%JBOSS_CLASSPATH%" == "" GOTO HAVE_JB_CP set JBOSS_CLASSPATH=%DIRNAME%\..\client\jbossall-client.jar set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%DIRNAME%\..\client\getopt.jar set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%DIRNAME%\..\client\log4j.jar set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%DIRNAME%\..\lib\jboss-jmx.jar set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%DIRNAME%\..\lib\xml-apis.jar set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%DIRNAME%\..\lib\xercesImpl.jar set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%DIRNAME%\..\lib\dom4j.jar rem added MSA jars to classpath set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%DIRNAME%\..\client\event-manager.jar :HAVE_JB_CP View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876760#3876760 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876760 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
