I've updated my jboss-service.xml to look like this: <mbean code="org.jboss.logging.Log4jService" | name="jboss.system:type=Log4jService,service=Logging"> | <attribute name="ConfigurationURL">resource:log4j.xml</attribute> | <!-- Set the org.apache.log4j.helpers.LogLog.setQuiteMode. As of log4j1.2.8 | this needs to be set to avoid a possible deadlock on exception at the | appender level. See bug#696819. | --> | <attribute name="Log4jQuietMode">true</attribute> | <!-- setting depends for JMS --> | <depends>jboss.mq.destination:service=Topic,name=CSEEventLogServiceQueue</depends> | <depends>jboss.mq:service=InvocationLayer,type=JVM</depends> | </mbean> |
However, I'm still getting this error: 10:50:44,187 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml | log4j:ERROR Could not find name [java:/ConnectionFactory]. | log4j error: Error while activating options for appender named [JMS]. | javax.naming.NameNotFoundException: ConnectionFactory not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:490) | at org.jnp.server.NamingServer.getBinding(NamingServer.java:498) | at org.jnp.server.NamingServer.getObject(NamingServer.java:504) | at org.jnp.server.NamingServer.lookup(NamingServer.java:277) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:530) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886429#3886429 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886429 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
