[JBoss-user] [Management, JMX/JBoss] - Re: Extending JSR77 stats

2006-04-25 Thread cbono
OK, I now realize what I want (method level stats) is not covered by JSR-77 performance and that JBoss is using a proprietary InvocationStats object that is gathered/managed by the container for the particular EJB. So to re-iterate, I am trying to gather and record method level stats in a mann

[JBoss-user] [Management, JMX/JBoss] - Re: Extending JSR77 stats

2006-04-19 Thread cbono
Also, where are the status currently being "set" in the server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938245#3938245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938245 -

[JBoss-user] [Management, JMX/JBoss] - Extending JSR77 stats

2006-04-19 Thread cbono
I am trying to find the cleanest way to extend the JSR77 stats provided by JBoss to include the timestamp the stat was collected and possibly "dump/persist" these stats out at some interval so I can later report on the stats. Ultimately I would like to graph the elapsed time for an ejb method ov

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 3.2.3 to 4.0.3SP1 - transaction timeouts

2006-03-27 Thread cbono
Also, the non-transacted unit tests start-up a transaction by calling UserTransaction.begin. So somehow the ejb that is transacted does not have its transaction joined up to the transaction started by the unit test using the UserTransaction. Anything changed w/ looking up the client user transa

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - JBoss 3.2.3 to 4.0.3SP1 - transaction timeouts

2006-03-24 Thread cbono
JBoss4.0.3SP1 / jtds1.2 I am in the process of porting our app from 3.2.3 to 4.0.3SP1. Everything is working except for our unit tests. Connections are blocking each other and timing out. We invoke out UT classes from a non-transacted ejb. Here is the scenario that is causing it to occur: 1)