3 Replies Latest reply on Jun 23, 2004 3:08 PM by norman.richards

    Global JNDI resources/environment entry: How to make this po

    rollatwork

      Currently we have XDoclet annotations for resource references and environment entries inside each of our session beans.

      ...
       * @ejb.env-entry
       * name="param/SomeDAOClass"
       * type="java.lang.String"
       * description="Holds the reference to the DAO implementation to use"
       * value="com.company.abc..HibernateDAOFactory"
      ...
      


      Many of these entries and resources do not change from one class to another and we'd like to be able to specify them as "global" environment entries and resources someplace, somehow. However, based on our understanding this cannot be accomplished via XDoclet (1.2b4).

      Any suggestions? Is there some sort of merge point for this.

      Regards,
      Roll