Re: ActiveMQ and Applets

2009-03-12 Thread Kyle Watson
So i got around that first exception by modifing the common logger code to do a property check but now i'm running into more security exceptions when activemq trys to request properties. Has anyone gotten activemq 5 running in a applet?? here is the current exception. javax.jms.JMSExceptio

Re: ActiveMQ and Applets

2009-03-12 Thread James Strachan
ActiveMQ just uses commons-logging by default so if you don't want to use log4j jsut don't include it in your classpath. More details here... http://activemq.apache.org/how-do-i-change-the-logging.html http://commons.apache.org/logging/guide.html 2009/3/12 Kyle Watson : > Hi, > I'm getting a exce