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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 4 16:54:01 EDT 2012


Author: dhinojosa
Date: 2012-04-04 16:54:00 -0400 (Wed, 04 Apr 2012)
New Revision: 14510

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

Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml	2012-04-04 20:53:19 UTC (rev 14509)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml	2012-04-04 20:54:00 UTC (rev 14510)
@@ -15,7 +15,7 @@
     
     <properties>
         <!-- filtering property for components.xml -->
-        <jndiPattern>seam-mail/#{ejbName}/local</jndiPattern>
+        <jndiPattern>java:app/seam-mail/#{ejbName}</jndiPattern>
     </properties>
     
     <dependencies>



More information about the seam-commits mailing list