0 Replies Latest reply on Dec 5, 2007 1:33 AM by alrubinger

    Annotation Processors and TCK

    alrubinger

      JBCTS-705 is now failing due to:

      Caused by: java.lang.IllegalArgumentException: 2.1 bean com.blah.test.RemoveBean has more than one local interface defined
       at org.jboss.metadata.annotation.creator.ejb.LocalProcessor.process(LocalProcessor.java:79)
       at org.jboss.metadata.annotation.creator.ejb.LocalProcessor.process(LocalProcessor.java:40)


      EJBTHREE-1127 has similar constructs which now pass, and don't go through this metadata project code at all.

      Is there some fundamental difference in the way the deployers differ in treating TCK vs. the EJB3 Testsuite?

      Scott and I had seen similar problems w/ EJBTHREE-1146 vs. JBCTS-719 ( http://www.jboss.com/index.html?module=bb&op=viewtopic&t=125113 ).

      S,
      ALR