[seam-commits] Seam SVN: r14509 - branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 4 16:53:20 EDT 2012


Author: dhinojosa
Date: 2012-04-04 16:53:19 -0400 (Wed, 04 Apr 2012)
New Revision: 14509

Modified:
   branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml
Log:
changed jndi pattern in contactlist-web/pom.xml

Modified: branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml	2012-04-04 20:51:45 UTC (rev 14508)
+++ branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml	2012-04-04 20:53:19 UTC (rev 14509)
@@ -15,7 +15,7 @@
 
    <properties>
       <!-- filtering property for components.xml -->
-      <jndiPattern>seam-contactlist/#{ejbName}/local</jndiPattern>
+      <jndiPattern>java:app/contactlist-ejb/#{ejbName}</jndiPattern>
       <distributable>false</distributable>
    </properties>
 



More information about the seam-commits mailing list