Bugs item #516684, was opened at 2002-02-12 14:51
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=516684&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott M Stark (starksm)
Assigned to: Nobody/Anonymous (nobody)
Summary: CCE on redeployment of ear with sar/ejb

Initial Comment:
The perf-service.ear in the current main testsuite is 
not usable across redeployments. Steps to reproduce:

1. Deploy the perf-service.ear and then execute the 
jboss.test:service=PerfTest runTests(100) operation. 
Ignore the NPE shown under testTimings.

2. Simply touch the perf-service.ear and then execute 
the runTests(100) operation again on the 
jboss.test:service=PerfTest mbean, you will see:
+++ testTimingsCMT()
testTimingsCMT failed:
java.lang.ClassCastException: $Proxy19
        at 
org.jboss.test.perf.test.PerfTest.testTimingsCMT
(PerfTest.java:134)
        at org.jboss.test.perf.test.PerfTest.runTests
(PerfTest.java:66)
        at java.lang.reflect.Method.invoke(Native 
Method)
        at 
com.sun.management.jmx.MBeanServerImpl.invoke
(MBeanServerImpl.java:1628)
        at 
com.sun.management.jmx.MBeanServerImpl.invoke
(MBeanServerImpl.java:1523)
        at com.sun.jdmk.comm.HtmlInvokePage.buildPage
(HtmlInvokePage.java:240)
        at 
com.sun.jdmk.comm.HtmlRequestHandler.processGetRequest
(HtmlRequestHandler.java:325)
        at 
com.sun.jdmk.comm.HtmlRequestHandler.processRequest
(HtmlRequestHandler.java:152)
        at com.sun.jdmk.comm.HtmlRequestHandler.doRun
(HtmlRequestHandler.java:79)
        at com.sun.jdmk.comm.ClientHandler.run
(ClientHandler.java:84)
        at java.lang.Thread.run(Thread.java:484)


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=516684&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to