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
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
Hi,
I'm getting a exception when creating a connection factory in my applet.
Exception in thread "thread applet-
com.corewafer.taos.ui.applets.Console-1"
java.lang.ExceptionInInitializerError
at
org
.apache
.activemq.ActiveMQPrefetchPolicy.(ActiveMQPrefetchPolicy.java:
30)
at
org
.ap