[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOP hotdeployment question

2005-02-10 Thread amehrabyan
Bill, you ask me to look at docs in AOP 1.1 so in the reference under the 10.2.2.1 bullet with the title 'Loadtime JDK 1.4' written: anonymous wrote : In order to do loadtime weaving of aspects with JDK 1.4, we had to massage java.lang.ClassLoader. thats good for me anonymous

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - AOP hotdeployment question

2005-02-09 Thread amehrabyan
I need aspectize some X classes at runtime, without using SystemClassLoader and jboss-aop.xml, You couldn?t find such a sample in the examples folder and tried to run one of your examples in that way. I have custom URLClassLoader which loaded with classpath of JBossAOP jars and that classes

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOP hotdeployment question

2005-02-09 Thread amehrabyan
Let me define my problem Task: I neet to aspectize classes at runtime. No knowledge of what to be done Problem: Need to run at any complex Java environment, which has it own ClassLoading system and even already overwrites BootStrap SystemClassLoaders, as a third party code which also