0 Replies Latest reply on Dec 9, 2008 10:18 AM by wolfc

    Unit test: stateless failure because of bridged method

    wolfc

      Stateless contains 1 failure because a bridged method shows up in advisor.advisedMethods:

      [null, null, null, null, null, null, public volatile java.lang.Object org.jboss.ejb3.test.stateless.UnsecuredStatelessBean.testMandatoryTx(java.lang.Object) throws javax.transaction.SystemException, null, public int org.jboss.ejb3.test.stateless.UnsecuredStatelessBean.method(int) throws javax.naming.NamingException, null, null, null, null, null, null, public java.lang.String org.jboss.ejb3.test.stateless.UnsecuredStatelessBean.testMandatoryTx(java.lang.String) throws javax.transaction.SystemException, null, null, null, null, null, null, null]

      While the real method does have the annotation, the bridged method does not.