j2ee.jar in classpath
843830Jan 11 2005 — edited Jan 17 2006Hi to all,
I have a JMS broker that is currently running. It uses the one from Sun and this is installed as a NT service. In order for this to work, as mentionned in the JMS tutorial, I must include j2ee.jar in my environment variable.
This causes some trouble. My webserver (Resin) includes the environment variables in its classpath. So it uses XML parsers included in j2ee.jar which are outdated.
Is there a way to use Sun's JMS broker without using j2ee.jar and, if so, how can I do this??
Thank you