Hi!
We are using JBOSS 3.2.5 width JDK 1.4.2.
I want to get some debug oder tracing information at the console when jboss starts and
ends a transaction, but I can't get some.
Here is my log4j.xml configuration:
| <appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
| <param name="Threshold" value="DEBUG"/>
| <param name="Target" value="System.out"/>
| <layout class="org.apache.log4j.PatternLayout">
| <!-- The default pattern: Date Priority [Category] Message\n -->
| <param name="ConversionPattern" value="%d{ABSOLUTE} %-5p [%c{1}] %m%n"/>
| </layout>
| </appender>
| .....
|
| <category name="org.jboss.tm">
| <priority value="TRACE" class="org.jboss.logging.XLevel"/>
| </category>
|
| <category name="org.jboss.resource">
| <priority value="TRACE" class="org.jboss.logging.XLevel"/>
| </category>
| .....
|
I can see some DEBUG Information from JBOSS, but no transaction information, for
example:
| ...
| 09:26:53,875 DEBUG [ModelMBeanInvoker] No persistence-manager descriptor found,
null persistence wil
| l be used
| 09:26:53,875 DEBUG [MBean] postRegister(), parent:
jboss.management.local:J2EEServer=Local,j2eeType=
| ServiceModule,name=jboss-service.xml
| 09:26:53,875 DEBUG [ServiceModuleFactory] Create MBean, name:
jboss.deployment:type=DeploymentScanne
| r,flavor=URL, SAR Module:
jboss.management.local:J2EEServer=Local,j2eeType=ServiceModule,name=jboss-
| service.xml
| ....
|
I've also tried this settings with DEBUG and TRACE in various combinations in the
"ConsoleAppender Threshold" and the "priority value" of the jboss packages.
Thanks in advance.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848274#3848274
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848274
-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user