Here i have some changes to Jboss-service.xml.
<!-- ==================================================================== -->
| <!-- Log4j Initialization
-->
| <!-- ====================================================================
-->
|
|
|
| <mbean code="org.jboss.logging.Log4jService"
| name="jboss.system:type=Log4jService,service=Logging"
| xmbean-dd="resource:xmdesc/Log4jService-xmbean.xml">
| <attribute
name="ConfigurationURL">resource:d1jboss-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>
| <!-- How frequently in seconds the ConfigurationURL is checked for changes
-->
| <attribute name="RefreshPeriod">60</attribute>
| <depends>jboss:service=DataSourceBinding</depends>
| </mbean>
|
And on the console error is DataSourceBinding Serveice is
anonymous wrote : YETNOTINSTALLED
while this service is going already.
Where i m lacking
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204352#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...