[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Privileged Blocks Issue : JBAOP-675
anil.saldhana@jboss.com
do-not-reply at jboss.com
Thu Nov 20 14:43:13 EST 2008
| 13:40:46,501 ERROR [STDERR] java.lang.Exception: Stack trace
| 13:40:46,501 ERROR [STDERR] at java.lang.Thread.dumpStack(Thread.java:1158)
| 13:40:46,501 ERROR [STDERR] at java.security.AccessControlContext.checkPermission(AccessControlContext.java:253)
| 13:40:46,501 ERROR [STDERR] at java.security.AccessController.checkPermission(AccessController.java:427)
| 13:40:46,501 ERROR [STDERR] at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
| 13:40:46,501 ERROR [STDERR] at org.jboss.aop.AspectManager.getAdvisor(AspectManager.java:707)
| 13:40:46,501 ERROR [STDERR] at org.jboss.jms.server.endpoint.advised.ConnectionAdvised.<clinit>(ConnectionAdvised.java)
| 13:40:46,501 ERROR [STDERR] at org.jboss.jms.server.endpoint.ServerConnectionFactoryEndpoint.createConnectionDelegateInternal(ServerConnectionFactoryEndpoint.java:288)
| 13:40:46,501 ERROR [STDERR] at org.jboss.jms.server.endpoint.ServerConnectionFactoryEndpoint.createConnectionDelegate(ServerConnectionFactoryEndpoint.java:171)
| 13:40:46,501 ERROR [STDERR] at org.jboss.jms.server.endpoint.advised.ConnectionFactoryAdvised.org$jboss$jms$server$endpoint$advised$ConnectionFactoryAdvised$createConnectionDelegate$aop(ConnectionFactoryAdvised.java:108)
|
This is the error I am getting now. It is better than the previous. Is the call to AspectManager.getAdvisor happening from aop side or it is messaging aspect?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191020#4191020
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191020
More information about the jboss-dev-forums
mailing list