[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Using JBoss AOP with Weblogic

2005-04-20 Thread eyassud
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,

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Using JBoss AOP with Weblogic

2005-04-20 Thread [EMAIL PROTECTED]
Don't use JRockit. But, I do believe that JRockit JVM has hooks for transformers. Let me know if you investigate this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874700#3874700 Reply to the post :

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Using JBoss AOP with Weblogic

2005-04-20 Thread eyassud
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=bbop=viewtopicp=3874705#3874705 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874705

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Using JBoss AOP with Weblogic

2005-04-19 Thread [EMAIL PROTECTED]
let me know how it goes with Weblogic...Could you write a WIKI page if you figure it out? You could try JDK 5.0 and the -javaagent stuff. Also, precompilation with AOPC. I know there is one guy using WLS out there. View the original post :

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Using JBoss AOP with Weblogic

2005-04-19 Thread eyassud
If I get it to work, I will post a Wiki. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874545#3874545 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874545 --- This