Uploaded image for project: 'OpenEJB'
  1. OpenEJB
  2. OPENEJB-1029

@EjbDeployment annotation as alternative to <ejb-deployment> in openejb-jar.xml

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3.1.1
    • configuration, deployment
    • None

    Description

      /**

      • Annotation that matches the <ejb-deployment> element in the openejb-jar.xml file
        */
        @Target(ElementType.TYPE)
        @Retention(RetentionPolicy.RUNTIME)
        public @interface EjbDeployment { /** * The Deployment ID for this bean * @return */ java.lang.String id() default ""; /** * The Container ID where the bean should be deployed * @return */ java.lang.String container() default ""; }

      Attachments

        Activity

          People

            dblevins David Blevins
            dblevins David Blevins
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: