[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: *Have* to deploy as an *.aop file?

2004-10-19 Thread kabkhan
Yes, there are two parts to this. First the copiletime/loadtime instrumentation of the bytecode is done (done by the compilers) Next, when running the instrumented app, the aop info must be present since it contains the info for building the Class-/InstanceAdvisors that contain what aspects

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: *Have* to deploy as an *.aop file?

2004-10-19 Thread Bill Burke
Squeak, does deploying an EAR alone with precompiled classes not work? It should. A .aop file is not needed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851894#3851894 Reply to the post :

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: *Have* to deploy as an *.aop file?

2004-10-19 Thread Squeak
Bill Burke wrote : Squeak, does deploying an EAR alone with precompiled classes not work? It should. A .aop file is not needed. Sorry, Bill. I haven't tried it yet, mainly because I am still having issues witt the AopC ant task mentioned in the other thread. Also, I am trying to