3 Replies Latest reply on Oct 2, 2006 1:20 AM by alrubinger

    Where is @DeclareRoles

    ebross

      @DeclareRoles is still in the JSR 220: Enterprise JavaBeans, Version 3 final proposal but it is NOT in any of the following jar files:

      1. ejb3-persistence.jar
      2. jboss-ejb3.jar
      3. jboss-ejb3x.jar
      4. jboss-annotations-ejb3.jar

      I am currently using a ejb3 jar file provided by Oracle but why is @DeclareRoles missing in the collection of JBoss ejb related jar files?.

        • 1. Re: Where is @DeclareRoles

          You are right, it is not in any of the provided jars when selecting an "ejb3" installation. I did not check other installation types. Maybe you should file a bug report?

          • 2. Re: Where is @DeclareRoles
            forumer

            Is there a resolution for this yet?

            I am using JBoss IDE1.5 and @DeclareRoles is still not available in any of the jars mentioned in this thread!

            Thanks

            • 3. Re: Where is @DeclareRoles
              alrubinger

              Just checked JBoss AS 4.0.4-GA w/ EJB3 RC9 - @DeclareRoles is in $JBOSS_HOME/client/jboss-ejb3-client.jar under javax.annotation.security ...

              Also in jboss-ejb3x.jar. from deploy/ejb3.deployer.

              S,
              ALR