[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: introduction class syntax

2004-09-02 Thread nthx
Hello The solution might be to package adviced and non-adviced classes in two different packages, and instead `*` use sth like: `bind ... com.mycompany.aoptized.*`. (unless you have quite complicated package tree) I don't know if syntax that you provide in the introduction is even supported.

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: introduction class syntax

2004-09-02 Thread Bill Burke
the syntax is: | introduction expr=!class($instanceof{LoggableImpl}) ... | Yes, the doco sucks. Kabir and I will put some effort into it before the last release. Bill View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3847023#3847023 Reply to the post :

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: introduction class syntax

2004-09-02 Thread spruce257
Hey Bill, thanks so much! That works just fine. In response to the doco... well, its sometimes hard to figure out how to use some stuff, but mostly it is self-explaining. On the other hand - a bit more would be great! Anyway, thanks again! Best Regards, Dennis View the original post :