Sorry, 

I got the pointcuts wrong. They should have been:

Yes, the difference is in the weaving

Code:

excecution(org.blah.Blah->new(int))
        


becomes a ConstructorInvocation

Code:

construction(org.blah.Blah->new(boolean))
        


becomes a ConstructionInvocation 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963524#3963524

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963524
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to