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
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
-
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
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
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)