env-entry, and all java:comp/env bindings for that matter, are local to the component that defined the entry. Two ejbs can use the same env-entry element names with different values, as can two wars.
xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ----- Original Message ----- From: "Hunter Hillegas" <[EMAIL PROTECTED]> To: "JBoss 2" <[EMAIL PROTECTED]> Sent: Thursday, February 21, 2002 5:23 PM Subject: [JBoss-user] Environment Entry Question > I want to use environment entries to store some config information in the > ejb-jar.xml file for my beans. > > Can I re-use env-entry-names? Are the specific to each EAR or system wide? > > For instance, can two different EARs define the same env-entry-name with > different values? > > Will the second deployment overwrite the first? > > Thanks, > Hunter > > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
