[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Tue Jun 19 22:23:10 EDT 2007


  User: gavin   
  Date: 07/06/19 22:23:10

  Modified:    seam-gen/resources/WEB-INF   components-war.xml
                        components.xml
  Log:
  new packaging
  
  Revision  Changes    Path
  1.13      +11 -9     jboss-seam/seam-gen/resources/WEB-INF/components-war.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components-war.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/WEB-INF/components-war.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- components-war.xml	15 Jun 2007 05:29:55 -0000	1.12
  +++ components-war.xml	20 Jun 2007 02:23:10 -0000	1.13
  @@ -1,12 +1,14 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <components xmlns="http://jboss.com/products/seam/components"
               xmlns:core="http://jboss.com/products/seam/core"
  +            xmlns:persistence="http://jboss.com/products/seam/persistence"
               xmlns:drools="http://jboss.com/products/seam/drools"
               xmlns:security="http://jboss.com/products/seam/security"
               xmlns:mail="http://jboss.com/products/seam/mail"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
                   "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.3.xsd 
  +                 http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-1.3.xsd 
                    http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.3.xsd
                    http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.3.xsd
                    http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.3.xsd
  @@ -18,11 +20,11 @@
                    conversation-timeout="120000" 
                    conversation-id-parameter="cid"/>
       
  -   <core:managed-persistence-context name="entityManager"
  +   <persistence:managed-persistence-context name="entityManager"
                                 auto-create="true"
                      entity-manager-factory="#{@projectName at EntityManagerFactory}"/>
   
  -   <core:entity-manager-factory name="@projectName at EntityManagerFactory" 
  +   <persistence:entity-manager-factory name="@projectName at EntityManagerFactory" 
                  persistence-unit-name="@projectName@"/>
      
      <drools:rule-base name="securityRules">
  @@ -44,10 +46,10 @@
           
      <!-- For use with jBPM pageflow or process management -->
      <!--  
  -   <core:jbpm>
  -      <core:process-definitions></core:process-definitions>
  -      <core:pageflow-definitions></core:pageflow-definitions>
  -   </core:jbpm>
  +   <bpm:jbpm>
  +      <bpm:process-definitions></bpm:process-definitions>
  +      <bpm:pageflow-definitions></bpm:pageflow-definitions>
  +   </bpm:jbpm>
      -->
         
   </components>
  
  
  
  1.22      +9 -7      jboss-seam/seam-gen/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/WEB-INF/components.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- components.xml	15 Jun 2007 05:29:55 -0000	1.21
  +++ components.xml	20 Jun 2007 02:23:10 -0000	1.22
  @@ -1,12 +1,14 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <components xmlns="http://jboss.com/products/seam/components"
               xmlns:core="http://jboss.com/products/seam/core"
  +            xmlns:persistence="http://jboss.com/products/seam/persistence"
               xmlns:drools="http://jboss.com/products/seam/drools"
               xmlns:security="http://jboss.com/products/seam/security"
               xmlns:mail="http://jboss.com/products/seam/mail"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
                   "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.3.xsd 
  +                 http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-1.3.xsd 
                    http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.3.xsd
                    http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.3.xsd
                    http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.3.xsd
  @@ -18,7 +20,7 @@
                    conversation-timeout="120000" 
                    conversation-id-parameter="cid"/>
       
  -   <core:managed-persistence-context name="entityManager"
  +   <persistence:managed-persistence-context name="entityManager"
                                 auto-create="true"
                  persistence-unit-jndi-name="java:/@projectName at EntityManagerFactory"/>
   
  @@ -42,10 +44,10 @@
           
      <!-- For use with jBPM pageflow or process management -->
      <!--  
  -   <core:jbpm>
  -      <core:process-definitions></core:process-definitions>
  -      <core:pageflow-definitions></core:pageflow-definitions>
  -   </core:jbpm>
  +   <bpm:jbpm>
  +      <bpm:process-definitions></bpm:process-definitions>
  +      <bpm:pageflow-definitions></bpm:pageflow-definitions>
  +   </bpm:jbpm>
      -->
         
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list