Discussion:
[jboss-user] [JBoss AOP] - Re: AOP in jboss AS 7
Andrei Chiritescu
2012-01-23 09:49:55 UTC
Permalink
Andrei Chiritescu [https://community.jboss.org/people/andreicd] created the discussion

"Re: AOP in jboss AS 7"

To view the discussion, visit: https://community.jboss.org/message/648128#648128

--------------------------------------------------------------
I also have the ecountered the same problem while migrating to jboss 7 ... i was wandering if you have found any solutions to this problem ... client side interceptors
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/648128#648128]

Start a new discussion in JBoss AOP at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]
Andro Oba
2012-04-21 01:01:06 UTC
Permalink
Andro Oba [https://community.jboss.org/people/bicolor] created the discussion

"Re: AOP in jboss AS 7"

To view the discussion, visit: https://community.jboss.org/message/731452#731452

--------------------------------------------------------------
With JBoss 7, if I have a simple POJO (not an EJB3) and I want to apply an interceptor how I will do it with the new modular classloading of AS 7?
Thanks in advance.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/731452#731452]

Start a new discussion in JBoss AOP at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]
kkkppp
2013-04-01 04:25:38 UTC
Permalink
kkkppp [https://community.jboss.org/people/kkkppp] created the discussion

"Re: AOP in jboss AS 7"

To view the discussion, visit: https://community.jboss.org/message/805773#805773

--------------------------------------------------------------
It seems that old aop libraries still work, the problem is that aopc'd classes are not properly deployed. To work around this you may try -Djboss.aop.path=<your aop config> to deploy them manually
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/805773#805773]

Start a new discussion in JBoss AOP at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]
Loading...