[jboss-jira] [JBoss JIRA] Created: (JBAOP-583) XML Report classifies all bindings as unbound

Flavia Rainone (JIRA) jira-events at lists.jboss.org
Thu May 29 00:36:49 EDT 2008


XML Report classifies all bindings as unbound
---------------------------------------------

                 Key: JBAOP-583
                 URL: http://jira.jboss.com/jira/browse/JBAOP-583
             Project: JBoss AOP
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 2.0.0.CR10
            Reporter: Flavia Rainone
         Assigned To: Flavia Rainone


All bindings are classified as unbound by JBoss AOP xml report:

<aop-report>
 <unbound-bindings>
  <binding pointcut="call(* org.jboss.test.aop.basic.POJO->someMethod(..)) AND withincode(org.jboss.test.aop.basic.CallingPOJO->new(..))" />
  <binding pointcut="call(* org.jboss.test.aop.basic.NonadvisedPOJO->remoteTest(..)) AND withincode(org.jboss.test.aop.basic.CallingPOJO->new(..))" />
  <binding pointcut="call(org.jboss.test.aop.basic.PrivateProtectedPOJO->new()) AND within(org.jboss.test.aop.basic.PrivateProtectedPOJO)" />
  <binding pointcut="execution(void org.jboss.test.aop.basic.POJO->withExceptionAndOthers(java.lang.String) throws java.lang.CloneNotSupportedException)" />
  <binding pointcut="call(org.jboss.test.aop.basic.NonadvisedPOJO->new(..) throws org.jboss.test.aop.basic.SomeException) AND withincode(* org.jboss.test.aop
.basic.CallingPOJO->*(..))" />
  <binding pointcut="execution(org.jboss.test.aop.basic.MixedParametersPOJO->new(long, ..))" />
  <binding pointcut="execution(org.jboss.test.aop.basic.MixedParametersPOJO->new(.., int))" />
  <binding pointcut="execution(org.jboss.test.aop.basic.MixedParametersPOJO->new(.., java.lang.Object, ..))" />
  <binding pointcut="execution(* org.jboss.test.aop.basic.MixedParametersPOJO->method(.., java.lang.Object, ..))" />
  <binding pointcut="execution(* org.jboss.test.aop.basic.MixedParametersPOJO->method(java.lang.String, ..))" />
  <binding pointcut="execution(* org.jboss.test.aop.basic.MixedParametersPOJO->method(..,int))" />
 </unbound-bindings>
</aop-report>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list