Yes I did see a -Xbootclasspath option to the JRockit VM, but it doesn't work
as stated.
Dan
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874705#3874705
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874705
-
Here what I found out:
The 8.1 SP3 BEA JRockit JVM classloader is not really replacable, and
therefore, the special class loader required for JBoss AOP can't fufil its
function. The value of the java.lang.ClassLoader is hardcoded for performance
reasons!!!
This may change in the 9.0 Weblogic,
If I get it to work, I will post a Wiki.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874545#3874545
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874545
---
This
I hate to bring up this, but I have no choice. I have to use Weblogic at work,
and I would like to use JBoss AOP.
Has anyone got this to work? I tried replacing the class loader with the one
generated by org.jboss.aop.hook.GenerateInstrumentedClassLoader, but no luck.
I would appreciate any