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

Category: JBossMX
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott M Stark (starksm)
Assigned to: Nobody/Anonymous (nobody)
Summary: MBean loader is not used for operations

Initial Comment:
See the 
org/jboss/test/jbossmx/implementation/server/ContextCLT
estCase that demonstrates two issues with the current 
implementation.

1. The ClassLoader passed in to the createMBean 
operation is not set as the Thread context class 
loader for the mbean ctor, and so, the ctor fails.

2. The ClassLoader passed in to the createMBean 
operation is not set as the Thread context class 
loader for operations on the MBean and so interaction 
with MarshalledObject fails.

Both of these need to work in order for the 3.0 
release to be able to use the jmx implementation with 
the new class loader architecture.


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

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

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

Reply via email to