[seam-commits] Seam SVN: r14511 - branches/community/Seam_2_3/examples-ee6/todo/todo-web.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Apr 4 16:54:35 EDT 2012
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>
More information about the seam-commits
mailing list