[
https://jira.jboss.org/jira/browse/JBAOP-721?page=com.atlassian.jira.plug...
]
Carlo de Wolf commented on JBAOP-721:
-------------------------------------
In another setup:
13:33:53,133 DEBUG [Aspect] Bound aspect
org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor; deployed:true
13:33:55,889 DEBUG [Aspect] Bound aspect
org.jboss.ejb3.test.tx.common.SessionSynchronizationInterceptor; deployed:true
13:33:58,073 DEBUG [Aspect] Bound aspect
org.jboss.ejb3.test.tx.common.StatefulInstanceInterceptor; deployed:true
13:34:00,223 DEBUG [Aspect] Bound aspect org.jboss.ejb3.tx.BMTTxInterceptorFactory;
deployed:true
13:34:02,989 DEBUG [Aspect] Bound aspect org.jboss.ejb3.tx.CMTTxInterceptorFactory;
deployed:true
13:34:04,956 DEBUG [Aspect] Bound aspect org.jboss.ejb3.tx.RetryingInterceptor;
deployed:true
13:34:07,415 DEBUG [Aspect] Bound aspect
org.jboss.ejb3.test.tx.common.SynchronizationActionInterceptor; deployed:true
13:34:14,853 DEBUG [AspectBinding] Bound binding 3j001-dcvc15-fvje2q5e-1-fvje2szj-4
13:34:20,389 DEBUG [AspectBinding] Bound binding 3j001-dcvc15-fvje2q5e-1-fvje2szo-5
13:34:22,835 DEBUG [AspectBinding] Bound binding 3j001-dcvc15-fvje2q5e-1-fvje2szp-6
13:38:57,546 DEBUG [AspectBinding] Bound binding 3j001-dcvc15-fvje2q5e-1-fvje2szq-8
13:38:59,271 DEBUG [AspectBinding] Bound binding 3j001-dcvc15-fvje2q5e-1-fvje2szr-9
For some reason MC doesn't start the 7th advice binding, but since there is no check
whether the deployment is complete, the reason remains unknown.
Binds with similar pointcut expressions are ignored
---------------------------------------------------
Key: JBAOP-721
URL:
https://jira.jboss.org/jira/browse/JBAOP-721
Project: JBoss AOP
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 2.1.0.GA
Environment: Branch_5_x @ 87425
Reporter: Carlo de Wolf
Assignee: Flavia Rainone
Priority: Critical
Fix For: 2.1.2.GA, 2.2.0.GA
Given the following descriptor:
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/ejb3/trunk/co...
04-16-2009 09:47:58: ERROR: java.lang.NullPointerException
at
org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
at
org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
at
org.jboss.ejb3.security.RunAsSecurityInterceptorv2.invoke(RunAsSecurityInterceptorv2.java:94)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
at
org.jboss.ejb3.security.RoleBasedAuthorizationInterceptorv2.invoke(RoleBasedAuthorizationInterceptorv2.java:201)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
at
org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:186)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
at
org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66)
at org.jboss.ejb3.tx.TxInterceptor$Never.invoke(TxInterceptor.java:63)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
at
org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
at
org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
at
org.jboss.ejb3.stateful.StatefulContainer.dynamicInvoke(StatefulContainer.java:560)
at
org.jboss.ejb3.session.InvokableContextClassProxyHack._dynamicInvoke(InvokableContextClassProxyHack.java:53)
at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:91)
StatefulInstanceInterceptor is not executed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira