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

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

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

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to