Author: manaRH Date: 2013-06-12 08:51:17 -0400 (Wed, 12 Jun 2013) New Revision: 15558
Modified: branches/enterprise/WFK-2_1/jboss-seam-gen/dist/resources/WEB-INF/components-war-tokenized.xml branches/enterprise/WFK-2_1/jboss-seam-gen/dist/resources/WEB-INF/components-war.xml branches/enterprise/WFK-2_1/jboss-seam-gen/dist/resources/WEB-INF/components.xml Log: https://bugzilla.redhat.com/show_bug.cgi?id=973628 -removed bpm from all components*.xml in seam-gen templates Modified: branches/enterprise/WFK-2_1/jboss-seam-gen/dist/resources/WEB-INF/components-war-tokenized.xml =================================================================== --- branches/enterprise/WFK-2_1/jboss-seam-gen/dist/resources/WEB-INF/components-war-tokenized.xml 2013-06-11 14:04:39 UTC (rev 15557) +++ branches/enterprise/WFK-2_1/jboss-seam-gen/dist/resources/WEB-INF/components-war-tokenized.xml 2013-06-12 12:51:17 UTC (rev 15558) @@ -3,7 +3,6 @@ xmlns:core="http://jboss.org/schema/seam/core" xmlns:persistence="http://jboss.org/schema/seam/persistence" xmlns:drools="http://jboss.org/schema/seam/drools" - xmlns:bpm="http://jboss.org/schema/seam/bpm" xmlns:security="http://jboss.org/schema/seam/security" xmlns:mail="http://jboss.org/schema/seam/mail" xmlns:web="http://jboss.org/schema/seam/web" @@ -12,7 +11,6 @@ "http://jboss.org/schema/seam/core http://jboss.org/schema/seam/core-2.3.xsd http://jboss.org/schema/seam/persistence http://jboss.org/schema/seam/persistence-2.3.xsd http://jboss.org/schema/seam/drools http://jboss.org/schema/seam/drools-2.3.xsd - http://jboss.org/schema/seam/bpm http://jboss.org/schema/seam/bpm-2.3.xsd http://jboss.org/schema/seam/security http://jboss.org/schema/seam/security-2.3.xsd http://jboss.org/schema/seam/mail http://jboss.org/schema/seam/mail-2.3.xsd http://jboss.org/schema/seam/web http://jboss.org/schema/seam/web-2.3.xsd @@ -28,11 +26,6 @@ <!-- Make sure this URL pattern is the same as that used by the Faces Servlet --> <web:hot-deploy-filter url-pattern="*.seam"/> - <!-- If you are still using JBoss 4, uncomment this to have your PU started --> - <!-- <persistence:entity-manager-factory name="entityManagerFactory" - persistence-unit-name="@projectName@" - installed="@seamBootstrapsPu@"/>--> - <persistence:managed-persistence-context name="entityManager" auto-create="true" entity-manager-factory="@seamEmfRef@" persistence-unit-jndi-name="@puJndiName@"/> @@ -54,12 +47,4 @@ <mail:mail-session host="localhost" port="25"/> - <!-- For use with jBPM pageflow or process management --> - <!-- - <bpm:jbpm> - <bpm:process-definitions></bpm:process-definitions> - <bpm:pageflow-definitions></bpm:pageflow-definitions> - </bpm:jbpm> - --> - </components> Modified: branches/enterprise/WFK-2_1/jboss-seam-gen/dist/resources/WEB-INF/components-war.xml =================================================================== --- branches/enterprise/WFK-2_1/jboss-seam-gen/dist/resources/WEB-INF/components-war.xml 2013-06-11 14:04:39 UTC (rev 15557) +++ branches/enterprise/WFK-2_1/jboss-seam-gen/dist/resources/WEB-INF/components-war.xml 2013-06-12 12:51:17 UTC (rev 15558) @@ -3,7 +3,6 @@ xmlns:core="http://jboss.org/schema/seam/core" xmlns:persistence="http://jboss.org/schema/seam/persistence" xmlns:drools="http://jboss.org/schema/seam/drools" - xmlns:bpm="http://jboss.org/schema/seam/bpm" xmlns:security="http://jboss.org/schema/seam/security" xmlns:mail="http://jboss.org/schema/seam/mail" xmlns:web="http://jboss.org/schema/seam/web" @@ -12,7 +11,6 @@ "http://jboss.org/schema/seam/core http://jboss.org/schema/seam/core-2.3.xsd http://jboss.org/schema/seam/persistence http://jboss.org/schema/seam/persistence-2.3.xsd http://jboss.org/schema/seam/drools http://jboss.org/schema/seam/drools-2.3.xsd - http://jboss.org/schema/seam/bpm http://jboss.org/schema/seam/bpm-2.3.xsd http://jboss.org/schema/seam/security http://jboss.org/schema/seam/security-2.3.xsd http://jboss.org/schema/seam/mail http://jboss.org/schema/seam/mail-2.3.xsd http://jboss.org/schema/seam/web http://jboss.org/schema/seam/web-2.3.xsd @@ -28,13 +26,6 @@ <!-- Make sure this URL pattern is the same as that used by the Faces Servlet --> <web:hot-deploy-filter url-pattern="*.seam"/> - <!-- If you are still using JBoss 4, uncomment this to have your PU started --> -<!-- <persistence:entity-manager-factory name="entityManagerFactory"--> -<!-- persistence-unit-name="@projectName@"/>--> - <!-- If you are still using JBoss 4, uncomment this to have the entityManagerFactory ysed --> -<!-- <persistence:managed-persistence-context name="entityManager" auto-create="true"--> -<!-- entity-manager-factory="#{entityManagerFactory}"/>--> - <persistence:managed-persistence-context name="entityManager" auto-create="true" persistence-unit-jndi-name="java:/@projectName@EntityManagerFactory"/> @@ -55,12 +46,4 @@ <mail:mail-session host="localhost" port="25"/> - <!-- For use with jBPM pageflow or process management --> - <!-- - <bpm:jbpm> - <bpm:process-definitions></bpm:process-definitions> - <bpm:pageflow-definitions></bpm:pageflow-definitions> - </bpm:jbpm> - --> - </components> Modified: branches/enterprise/WFK-2_1/jboss-seam-gen/dist/resources/WEB-INF/components.xml =================================================================== --- branches/enterprise/WFK-2_1/jboss-seam-gen/dist/resources/WEB-INF/components.xml 2013-06-11 14:04:39 UTC (rev 15557) +++ branches/enterprise/WFK-2_1/jboss-seam-gen/dist/resources/WEB-INF/components.xml 2013-06-12 12:51:17 UTC (rev 15558) @@ -3,7 +3,6 @@ xmlns:core="http://jboss.org/schema/seam/core" xmlns:persistence="http://jboss.org/schema/seam/persistence" xmlns:drools="http://jboss.org/schema/seam/drools" - xmlns:bpm="http://jboss.org/schema/seam/bpm" xmlns:security="http://jboss.org/schema/seam/security" xmlns:mail="http://jboss.org/schema/seam/mail" xmlns:web="http://jboss.org/schema/seam/web" @@ -12,7 +11,6 @@ "http://jboss.org/schema/seam/core http://jboss.org/schema/seam/core-2.3.xsd http://jboss.org/schema/seam/persistence http://jboss.org/schema/seam/persistence-2.3.xsd http://jboss.org/schema/seam/drools http://jboss.org/schema/seam/drools-2.3.xsd - http://jboss.org/schema/seam/bpm http://jboss.org/schema/seam/bpm-2.3.xsd http://jboss.org/schema/seam/security http://jboss.org/schema/seam/security-2.3.xsd http://jboss.org/schema/seam/mail http://jboss.org/schema/seam/mail-2.3.xsd http://jboss.org/schema/seam/web http://jboss.org/schema/seam/web-2.3.xsd @@ -50,12 +48,4 @@ <mail:mail-session host="localhost" port="25"/> - <!-- For use with jBPM pageflow or process management --> - <!-- - <bpm:jbpm> - <bpm:process-definitions></bpm:process-definitions> - <bpm:pageflow-definitions></bpm:pageflow-definitions> - </bpm:jbpm> - --> - </components> _______________________________________________ seam-commits mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-commits
