Author: manaRH
Date: 2012-06-21 03:43:43 -0400 (Thu, 21 Jun 2012)
New Revision: 14938

Modified:
   
branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/excel/excel-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/itext/itext-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/mail/mail-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/messages/messages-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/openid/openid-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/quartz/quartz-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/registration/registration-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/restbay/restbay-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/seambay/seambay-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/tasks/tasks-tests/src/test/resources/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/src/main/webapp/WEB-INF/components.xml
   
branches/community/Seam_2_3/examples-ee6/ui/ui-web/src/main/webapp/WEB-INF/components.xml
Log:
used other symbols for property tokens to be replaceable in m2e-wtp plugin in 
Eclipse

Modified: 
branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/WEB-INF/components.xml
       2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/WEB-INF/components.xml
       2012-06-21 07:43:43 UTC (rev 14938)
@@ -16,7 +16,7 @@
                  http://jboss.org/schema/seam/web 
http://jboss.org/schema/seam/web-2.3.xsd
                  http://jboss.org/schema/seam/components 
http://jboss.org/schema/seam/components-2.3.xsd";>
 
-   <core:init debug="true" jndi-pattern="@jndiPattern@"/>
+   <core:init debug="true" jndi-pattern="${jndiPattern}"/>
 
    <web:rewrite-filter view-mapping="/seam/*"/>
 

Modified: 
branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/WEB-INF/components.xml
 2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/WEB-INF/components.xml
 2012-06-21 07:43:43 UTC (rev 14938)
@@ -10,7 +10,7 @@
                  http://jboss.org/schema/seam/security 
http://jboss.org/schema/seam/security-2.3.xsd
                  http://jboss.org/schema/seam/components 
http://jboss.org/schema/seam/components-2.3.xsd";>
     
-    <core:init jndi-pattern="@jndiPattern@" debug="true" 
distributable="@distributable@"/>   
+    <core:init jndi-pattern="${jndiPattern}" debug="true" 
distributable="${distributable}"/>   
         
     <core:manager conversation-timeout="120000"
                   concurrent-request-timeout="500"

Modified: 
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/src/main/webapp/WEB-INF/components.xml
 2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/src/main/webapp/WEB-INF/components.xml
 2012-06-21 07:43:43 UTC (rev 14938)
@@ -13,7 +13,7 @@
     <persistence:managed-persistence-context name="entityManager" 
             
persistence-unit-jndi-name="java:/contactlistEntityManagerFactory"/>
     
-    <core:init jndi-pattern="@jndiPattern@"/>
+    <core:init jndi-pattern="${jndiPattern}"/>
     
     <factory name="contact" value="#{contactHome.instance}"/>
     <fwk:entity-home name="contactHome" 

Modified: 
branches/community/Seam_2_3/examples-ee6/excel/excel-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/excel/excel-web/src/main/webapp/WEB-INF/components.xml
     2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/excel/excel-web/src/main/webapp/WEB-INF/components.xml
     2012-06-21 07:43:43 UTC (rev 14938)
@@ -11,7 +11,7 @@
                                 http://jboss.org/schema/seam/components 
http://jboss.org/schema/seam/components-2.3.xsd";>
 
 
-   <core:init debug="true" jndi-pattern="@jndiPattern@" />
+   <core:init debug="true" jndi-pattern="${jndiPattern}" />
 
    <document:document-store use-extensions="true"></document:document-store>
 

Modified: 
branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/components.xml
     2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/components.xml
     2012-06-21 07:43:43 UTC (rev 14938)
@@ -14,14 +14,14 @@
                  http://jboss.org/schema/seam/mail 
http://jboss.org/schema/seam/mail-2.3.xsd
                  http://jboss.org/schema/seam/components 
http://jboss.org/schema/seam/components-2.3.xsd";>
 
-   <core:init debug="true" jndi-pattern="@jndiPattern@"/>
+   <core:init debug="true" jndi-pattern="${jndiPattern}"/>
      
    <core:manager concurrent-request-timeout="500" 
                  conversation-timeout="120000" 
                  conversation-id-parameter="cid"/>
     
    <persistence:entity-manager-factory name="groovyEntityManagerFactory"
-      persistence-unit-name="groovy" installed="@loadPersistenceUnits@"/>
+      persistence-unit-name="groovy" installed="${loadPersistenceUnits}"/>
 
    <!-- If Seam loads the persistence unit (JBoss 4.x), the 
EntityManagerFactory will be resolved from #{groovyEntityManagerFactory}.
         On JBoss AS 5, the EntityManagerFactory is retrieved from JNDI (the 
binding occurs during application deployment). -->

Modified: 
branches/community/Seam_2_3/examples-ee6/itext/itext-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/itext/itext-web/src/main/webapp/WEB-INF/components.xml
     2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/itext/itext-web/src/main/webapp/WEB-INF/components.xml
     2012-06-21 07:43:43 UTC (rev 14938)
@@ -20,5 +20,5 @@
                           key-password="keypass"
                           key-alias="pdfKey" />
 
-    <core:init debug="true" jndi-pattern="@jndiPattern@" />
+    <core:init debug="true" jndi-pattern="${jndiPattern}" />
 </components>

Modified: 
branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/src/main/webapp/WEB-INF/components.xml
 2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/src/main/webapp/WEB-INF/components.xml
 2012-06-21 07:43:43 UTC (rev 14938)
@@ -18,7 +18,7 @@
                   
     <transaction:entity-transaction entity-manager="#{em}"/>
                   
-    <persistence:entity-manager-factory name="bookingDatabase" 
installed="@loadPersistenceUnits@"/>
+    <persistence:entity-manager-factory name="bookingDatabase" 
installed="${loadPersistenceUnits}"/>
 
     <!-- If Seam loads the persistence unit (JBoss 4.x), the 
EntityManagerFactory will be resolved from #{bookingDatabase}.
          On JBoss AS 5, the EntityManagerFactory is retrieved from JNDI (the 
binding occurs during application deployment). -->

Modified: 
branches/community/Seam_2_3/examples-ee6/mail/mail-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/mail/mail-web/src/main/webapp/WEB-INF/components.xml
       2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/mail/mail-web/src/main/webapp/WEB-INF/components.xml
       2012-06-21 07:43:43 UTC (rev 14938)
@@ -10,7 +10,7 @@
                  http://jboss.org/schema/seam/components 
http://jboss.org/schema/seam/components-2.3.xsd";>
 
 
-    <core:init debug="true" jndi-pattern="@jndiPattern@" />
+    <core:init debug="true" jndi-pattern="${jndiPattern}" />
         
      <!-- If you need to alter the SMTP gateway, comment out this 
mail-session, -->
      <!--<mail:mail-session host="localhost" port="2525" /> -->

Modified: 
branches/community/Seam_2_3/examples-ee6/messages/messages-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/messages/messages-web/src/main/webapp/WEB-INF/components.xml
       2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/messages/messages-web/src/main/webapp/WEB-INF/components.xml
       2012-06-21 07:43:43 UTC (rev 14938)
@@ -4,7 +4,7 @@
             xsi:schemaLocation="http://www.jboss.org/schema/seam/components 
http://www.jboss.org/schema/seam/components-2.3.xsd";>
             
     <component name="org.jboss.seam.core.init">
-        <property name="jndiPattern">@jndiPattern@</property>
+        <property name="jndiPattern">${jndiPattern}</property>
     </component>
     
     <!-- This is required for JBoss AS7 due these EJB components are bound to 
jboss-seam module  -->

Modified: 
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-web/src/main/webapp/WEB-INF/components.xml
     2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-web/src/main/webapp/WEB-INF/components.xml
     2012-06-21 07:43:43 UTC (rev 14938)
@@ -10,7 +10,7 @@
                  http://jboss.org/schema/seam/security 
http://jboss.org/schema/seam/security-2.3.xsd
                  http://jboss.org/schema/seam/components 
http://jboss.org/schema/seam/components-2.3.xsd";>
 
-    <core:init jndi-pattern="@jndiPattern@" debug="true"/>
+    <core:init jndi-pattern="${jndiPattern}" debug="true"/>
 
     <core:manager conversation-timeout="120000"
                   concurrent-request-timeout="500"

Modified: 
branches/community/Seam_2_3/examples-ee6/openid/openid-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/openid/openid-web/src/main/webapp/WEB-INF/components.xml
   2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/openid/openid-web/src/main/webapp/WEB-INF/components.xml
   2012-06-21 07:43:43 UTC (rev 14938)
@@ -15,7 +15,7 @@
                  http://jboss.org/schema/seam/security 
http://jboss.org/schema/seam/security-2.3.xsd
                  http://jboss.org/schema/seam/components 
http://jboss.org/schema/seam/components-2.3.xsd";>
 
-       <core:init jndi-pattern="@jndiPattern@" debug="true" />
+       <core:init jndi-pattern="${jndiPattern}" debug="true" />
 
        <core:manager conversation-timeout="1200000"
                concurrent-request-timeout="50000" 
conversation-id-parameter="cid" />

Modified: 
branches/community/Seam_2_3/examples-ee6/quartz/quartz-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/quartz/quartz-web/src/main/webapp/WEB-INF/components.xml
   2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/quartz/quartz-web/src/main/webapp/WEB-INF/components.xml
   2012-06-21 07:43:43 UTC (rev 14938)
@@ -43,7 +43,7 @@
     <!-- Install the QuartzDispatcher -->
     <async:quartz-dispatcher/>
 
-    <core:init debug="true" jndi-pattern="@jndiPattern@" />
+    <core:init debug="true" jndi-pattern="${jndiPattern}" />
 
     <component class="org.jboss.seam.transaction.EjbSynchronizations" 
jndi-name="java:app/jboss-seam/EjbSynchronizations"/>
 

Modified: 
branches/community/Seam_2_3/examples-ee6/registration/registration-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/registration/registration-web/src/main/webapp/WEB-INF/components.xml
       2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/registration/registration-web/src/main/webapp/WEB-INF/components.xml
       2012-06-21 07:43:43 UTC (rev 14938)
@@ -6,6 +6,6 @@
                 "http://jboss.org/schema/seam/core 
http://jboss.org/schema/seam/core-2.3.xsd 
                  http://jboss.org/schema/seam/components 
http://jboss.org/schema/seam/components-2.3.xsd";>
 
-    <core:init jndi-pattern="@jndiPattern@"/>
+    <core:init jndi-pattern="${jndiPattern}"/>
     
 </components>

Modified: 
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/src/main/webapp/WEB-INF/components.xml
      2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/src/main/webapp/WEB-INF/components.xml
      2012-06-21 07:43:43 UTC (rev 14938)
@@ -2,7 +2,7 @@
             xmlns:cache="http://jboss.org/schema/seam/cache";>
 
     <component name="org.jboss.seam.core.init">
-        <property name="jndiPattern">@jndiPattern@</property>
+        <property name="jndiPattern">${jndiPattern}</property>
     </component>
     
     <component name="topicPublisher" 
class="org.jboss.seam.jms.ManagedTopicPublisher">

Modified: 
branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-web/src/main/webapp/WEB-INF/components.xml
        2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-web/src/main/webapp/WEB-INF/components.xml
        2012-06-21 07:43:43 UTC (rev 14938)
@@ -8,6 +8,6 @@
                  http://jboss.org/schema/seam/components 
http://jboss.org/schema/seam/components-2.3.xsd
                  http://jboss.org/schema/seam/remoting 
http://jboss.org/schema/seam/remoting-2.3.xsd";>
 
-  <core:init jndi-pattern="@jndiPattern@" debug="true"/>
+  <core:init jndi-pattern="${jndiPattern}" debug="true"/>
             
 </components>

Modified: 
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/src/main/webapp/WEB-INF/components.xml
  2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/src/main/webapp/WEB-INF/components.xml
  2012-06-21 07:43:43 UTC (rev 14938)
@@ -1,7 +1,7 @@
 <components xmlns="http://jboss.org/schema/seam/components";>
 
     <component name="org.jboss.seam.core.init">
-        <property name="jndiPattern">@jndiPattern@</property>
+        <property name="jndiPattern">${jndiPattern}</property>
     </component>
  
     <component name="org.jboss.seam.core.manager">

Modified: 
branches/community/Seam_2_3/examples-ee6/restbay/restbay-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/restbay/restbay-web/src/main/webapp/WEB-INF/components.xml
 2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/restbay/restbay-web/src/main/webapp/WEB-INF/components.xml
 2012-06-21 07:43:43 UTC (rev 14938)
@@ -22,7 +22,7 @@
                  http://jboss.org/schema/seam/transaction 
http://jboss.org/schema/seam/transaction-2.3.xsd
                  http://jboss.org/schema/seam/drools 
http://jboss.org/schema/seam/drools-2.3.xsd";>
 
-    <core:init jndi-pattern="@jndiPattern@" debug="true"/>
+    <core:init jndi-pattern="${jndiPattern}" debug="true"/>
 
     <core:manager conversation-timeout="120000"
                   concurrent-request-timeout="500"

Modified: 
branches/community/Seam_2_3/examples-ee6/seambay/seambay-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/seambay/seambay-web/src/main/webapp/WEB-INF/components.xml
 2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/seambay/seambay-web/src/main/webapp/WEB-INF/components.xml
 2012-06-21 07:43:43 UTC (rev 14938)
@@ -16,7 +16,7 @@
                  http://jboss.org/schema/seam/web 
http://jboss.org/schema/seam/web-2.3.xsd
                  http://jboss.org/schema/seam/drools 
http://jboss.org/schema/seam/drools-2.3.xsd";>
 
-    <core:init jndi-pattern="@jndiPattern@" debug="true"/>
+    <core:init jndi-pattern="${jndiPattern}" debug="true"/>
  
     <core:manager conversation-timeout="120000" 
                   concurrent-request-timeout="500"

Modified: 
branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/src/main/webapp/WEB-INF/components.xml
     2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/src/main/webapp/WEB-INF/components.xml
     2012-06-21 07:43:43 UTC (rev 14938)
@@ -13,7 +13,7 @@
                  http://jboss.org/schema/seam/web 
http://jboss.org/schema/seam/web-2.3.xsd 
                  http://jboss.org/schema/seam/framework 
http://jboss.org/schema/seam/framework-2.3.xsd";>
 
-       <core:init debug="false" jndi-pattern="@jndiPattern@" />
+       <core:init debug="false" jndi-pattern="${jndiPattern}" />
 
        <core:manager concurrent-request-timeout="500"
                conversation-timeout="120000" 

Modified: 
branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/src/main/webapp/WEB-INF/components.xml
 2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/src/main/webapp/WEB-INF/components.xml
 2012-06-21 07:43:43 UTC (rev 14938)
@@ -41,7 +41,7 @@
     <async:timer-service-dispatcher />
     <component class="org.jboss.seam.async.ThreadPoolDispatcher" 
precedence="40" /> 
 
-    <core:init debug="true" jndi-pattern="@jndiPattern@" />
+    <core:init debug="true" jndi-pattern="${jndiPattern}" />
 
     <component class="org.jboss.seam.transaction.EjbSynchronizations" 
jndi-name="java:app/jboss-seam/EjbSynchronizations"/>
 

Modified: 
branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/src/main/webapp/WEB-INF/components.xml
     2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/src/main/webapp/WEB-INF/components.xml
     2012-06-21 07:43:43 UTC (rev 14938)
@@ -14,7 +14,7 @@
                  http://jboss.org/schema/seam/web 
http://jboss.org/schema/seam/web-2.3.xsd
                  http://jboss.org/schema/seam/drools 
http://jboss.org/schema/seam/drools-2.3.xsd";>
 
-    <core:init jndi-pattern="@jndiPattern@" debug="false"/>
+    <core:init jndi-pattern="${jndiPattern}" debug="false"/>
  
     <core:manager conversation-timeout="120000" 
                   concurrent-request-timeout="500"

Modified: 
branches/community/Seam_2_3/examples-ee6/tasks/tasks-tests/src/test/resources/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/tasks/tasks-tests/src/test/resources/WEB-INF/components.xml
        2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/tasks/tasks-tests/src/test/resources/WEB-INF/components.xml
        2012-06-21 07:43:43 UTC (rev 14938)
@@ -14,7 +14,7 @@
         http://jboss.org/schema/seam/web 
http://jboss.org/schema/seam/web-2.3.xsd
         http://jboss.org/schema/seam/resteasy 
http://jboss.org/schema/seam/resteasy-2.3.xsd";>
 
-       <core:init jndi-pattern="@jndiPattern@" debug="false" />
+       <core:init jndi-pattern="${jndiPattern}" debug="false" />
 
        <core:manager conversation-timeout="120000"
                concurrent-request-timeout="500" 
conversation-id-parameter="cid" />

Modified: 
branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/src/main/webapp/WEB-INF/components.xml
     2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/src/main/webapp/WEB-INF/components.xml
     2012-06-21 07:43:43 UTC (rev 14938)
@@ -14,7 +14,7 @@
         http://jboss.org/schema/seam/web 
http://jboss.org/schema/seam/web-2.3.xsd
         http://jboss.org/schema/seam/resteasy 
http://jboss.org/schema/seam/resteasy-2.3.xsd";>
 
-       <core:init jndi-pattern="@jndiPattern@" debug="false" />
+       <core:init jndi-pattern="${jndiPattern}" debug="false" />
 
        <core:manager conversation-timeout="120000"
                concurrent-request-timeout="500" 
conversation-id-parameter="cid" />

Modified: 
branches/community/Seam_2_3/examples-ee6/ui/ui-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/ui/ui-web/src/main/webapp/WEB-INF/components.xml
   2012-06-21 07:41:46 UTC (rev 14937)
+++ 
branches/community/Seam_2_3/examples-ee6/ui/ui-web/src/main/webapp/WEB-INF/components.xml
   2012-06-21 07:43:43 UTC (rev 14938)
@@ -11,7 +11,7 @@
                  http://jboss.org/schema/seam/persistence 
http://jboss.org/schema/seam/persistence-2.3.xsd 
                  http://jboss.org/schema/seam/framework 
http://jboss.org/schema/seam/framework-2.3.xsd";>
        
-       <core:init jndi-pattern="@jndiPattern@" debug="true"/>
+       <core:init jndi-pattern="${jndiPattern}" debug="true"/>
 
        <core:manager conversation-timeout="120000"/>
 

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

Reply via email to