Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
54 | minor | always | 03-23-05 00:00 | 05-11-05 00:00 | |
|
|||||
Reporter: | user82 | Platform: | |||
Assigned To: | OS: | ||||
Priority: | immediate | OS Version: | |||
Status: | closed | Product Version: | 3.0.12 | ||
Product Build: | 3.0.12 | Resolution: | fixed | ||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.13 | ||
|
|||||
Summary: | 0000054: Problem with JMX newProxyInstance call with jdk1.5.0_02 | ||||
Description: |
RSN-45 I have been using the following code to get a proxy for a MBean: MBeanServerInvocationHandler.newProxyInstance(MBeanServer, ObjectName, ClassLoader, false); It worked fine with jdk1.4.2_06, but when I used jdk1.5.0_02 I see the following stacktrace: java.lang.IllegalArgumentException: com.caucho.jmx.MBeanServerDelegateImpl is not an interface at java.lang.reflect.Proxy.getProxyClass(Proxy.java:354) at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:564) at javax.management.MBeanServerInvocationHandler.newProxyInstance(MBeanServerInvocationHandler.java:149) ... |
||||
Steps To Reproduce: | |||||
Additional Information: | jdk1.5.0_02 | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|