Hi Dave,

> Well after alot of tracking down it looks like it is comming from the
> JVM itself. 

Yes, CCE are only thrown from the JVM code.

Sorry, I was not clear before.
I see you are using JMX to invoke some method, yes ? 
Let's call it target method, you call it from CCRAAbstract.invokeMethod(...), right ?
Check inside the target method if you do:

-loadClass()
-newInstance()

or, recursively, if you call some method that does this (just wrap the whole target 
method into a try/catch(CCE x)).

Do you ever arrive to the target method ? If so, that's good, otherwise, a more 
difficult.

Waiting for news,

Thanks

Simon

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

Reply via email to