1 Reply Latest reply on Jun 2, 2005 8:08 PM by bill.burke

    Quick summary of metadata changes in head?

      Can we get a quick summary of the looming spec annotation changes? I'd like to update my head build but I'm having to guess at a few things:

      @MethodPermissions -> @RolesAllowed?
      What became of @Inject?

      You've already covered @Local -> @LocalInterface on the EJB class, thanks.

      Jeff

        • 1. Re: Quick summary of metadata changes in head?
          bill.burke

          @Remote -> REmoteINterface (on bean class)
          @Local->LocalIntercace (on bean class)

          @Local and @Remote may come back as a few EG members want it back.

          @Inject -> @Resrouce
          There is also no longer a jndiName() in @Resource or @EJB

          @MethodPermission->@RolesAllowed
          @Unchecked->@PermitAll
          @Exclude->DenyAll

          Persistence annotations are basically the same.