I want to make sure I'm doing what you intend to get you the information you've 
requested.

* "show trace logging". I'm assuming that means go into conf/log4j.xml and add 
the following lines:

  | <category name="org.jboss.ejb.plugins.TxInterceptorCMT">
  |    <priority value="DEBUG"/>
  | </category>
  | <category name="org.jboss.resource">
  |    <priority value="DEBUG"/>
  | </category>
  | <category name="org.jboss.tm">
  |    <priority value="DEBUG"/>
  | </category>
  | 

I also tried TRACE (versus DEBUG above), but the server.log seemed to contain 
no mention of the above classes. Can you provide some specifics to get what you 
need and I'll gladly track them down.

thanks,
jim


  | 2004-12-17 16:03:19,993 DEBUG [corej2ee.examples.jta.ejb.PublisherEJB] >>> 
publishThrow
  | 2004-12-17 16:03:19,993 DEBUG [corej2ee.examples.jta.ejb.PublisherEJB] 
session getTransacted=false
  | 2004-12-17 16:03:19,993 DEBUG [corej2ee.examples.jta.ejb.PublisherEJB] tx 
rollbackOnly=false
  | 2004-12-17 16:03:20,003 DEBUG [corej2ee.examples.jta.ejb.PublisherEJB] 
publishing message:three
  | 2004-12-17 16:03:20,003 DEBUG [corej2ee.examples.jta.ejb.PublisherEJB] 
message published:three
  | 2004-12-17 16:03:20,003 DEBUG [corej2ee.examples.jta.ejb.PublisherEJB] tx 
rollbackOnly=false
  | 2004-12-17 16:03:20,013 DEBUG [corej2ee.examples.jta.ejb.PublisherEJB] 
throwing EJBException
  | 2004-12-17 16:03:20,013 DEBUG [corej2ee.examples.jta.ejb.PublisherEJB] tx 
rollbackOnly=false
  | 2004-12-17 16:03:20,013 ERROR [org.jboss.ejb.plugins.LogInterceptor] 
EJBException in method: public abstract void 
corej2ee.examples.jta.ejb.PublisherRemote.publishThrow(java.lang.S
  | tring) throws java.rmi.RemoteException:
  | javax.ejb.EJBException: error:javax.ejb.EJBException: trying to rollback 
transaction
  |         at 
corej2ee.examples.jta.ejb.PublisherEJB.publishThrow(PublisherEJB.java:70)
  | ...
  | org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:279)
  |         at java.lang.Thread.run(Thread.java:534)
  | 2004-12-17 16:03:20,343 DEBUG [org.jboss.mq.il.uil2.SocketManager] End 
ReadTask.run
  | 2004-12-17 16:03:20,343 DEBUG [org.jboss.mq.il.uil2.SocketManager] End 
WriteTask.run
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859111#3859111

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859111


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to