Hi,

I have a session bean that uses a delegate class (a standard Java class) to
write  a message to a JMS topic using the javax.jms package from Sun's
J2SDKEE1.3 (Beta  2). The delegate class works fine stand-alone. I then add
it to the bean, and run  up JBoss (version 2.2.2). It complains that it
can't find the  javax.jms.JMSException class (or any JMS class I suspect).
Adding J2SDKEE1.3 to  the class path gives the following warning when JBoss
is started up :-

Please make sure the following is intended (check your classpath):
jndi.properties is read from jar:file:/e:/jdk/j2sdkee1.3/j2ee.jar.

This subsequently causes various NamingExceptions and IllegalStateExceptions
when  JBoss componets are loaded up. I'm not sure what I'm doing wrong. Any
thoughts greatly appreciated.

Regards,


David Lang


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to