Author: maschmid
Date: 2013-10-11 11:13:06 -0400 (Fri, 11 Oct 2013)
New Revision: 15613
Added:
branches/enterprise/WFK-2_1/examples/blog/blog-ejb/src/test/resources/components-test.xml
branches/enterprise/WFK-2_1/examples/booking/booking-ejb/src/test/resources/components-test.xml
branches/enterprise/WFK-2_1/examples/excel/excel-ejb/src/test/resources/components-test.xml
branches/enterprise/WFK-2_1/examples/itext/itext-ejb/src/test/resources/components-test.xml
branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/test/resources/components-test.xml
branches/enterprise/WFK-2_1/examples/mail/mail-ejb/src/test/resources/components-test.xml
branches/enterprise/WFK-2_1/examples/messages/messages-ejb/src/test/resources/components-test.xml
branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ejb/src/test/resources/components-test.xml
branches/enterprise/WFK-2_1/examples/quartz/quartz-ejb/src/test/resources/components-test.xml
branches/enterprise/WFK-2_1/examples/registration/registration-ejb/src/test/resources/components-test.xml
branches/enterprise/WFK-2_1/examples/restbay/restbay-ejb/src/test/resources/components-test.xml
branches/enterprise/WFK-2_1/examples/seambay/seambay-ejb/src/test/resources/components-test.xml
branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ejb/src/test/resources/components-test.xml
branches/enterprise/WFK-2_1/examples/seampay/seampay-ejb/src/test/resources/components-test.xml
branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ejb/src/test/resources/components-test.xml
branches/enterprise/WFK-2_1/examples/tasks/tasks-ejb/src/test/resources/components-test.xml
Removed:
branches/enterprise/WFK-2_1/examples/blog/blog-ejb/src/test/resources/components.xml
branches/enterprise/WFK-2_1/examples/booking/booking-ejb/src/test/resources/components.xml
branches/enterprise/WFK-2_1/examples/excel/excel-ejb/src/test/resources/components.xml
branches/enterprise/WFK-2_1/examples/itext/itext-ejb/src/test/resources/components.xml
branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/test/resources/components.xml
branches/enterprise/WFK-2_1/examples/mail/mail-ejb/src/test/resources/components.xml
branches/enterprise/WFK-2_1/examples/messages/messages-ejb/src/test/resources/components.xml
branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ejb/src/test/resources/components.xml
branches/enterprise/WFK-2_1/examples/quartz/quartz-ejb/src/test/resources/components.xml
branches/enterprise/WFK-2_1/examples/registration/registration-ejb/src/test/resources/components.xml
branches/enterprise/WFK-2_1/examples/restbay/restbay-ejb/src/test/resources/components.xml
branches/enterprise/WFK-2_1/examples/seambay/seambay-ejb/src/test/resources/components.xml
branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ejb/src/test/resources/components.xml
branches/enterprise/WFK-2_1/examples/seampay/seampay-ejb/src/test/resources/components.xml
branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ejb/src/test/resources/components.xml
branches/enterprise/WFK-2_1/examples/tasks/tasks-ejb/src/test/resources/components.xml
Log:
actually remove the test/resources/components.xml files
Added:
branches/enterprise/WFK-2_1/examples/blog/blog-ejb/src/test/resources/components-test.xml
===================================================================
(Binary files differ)
Property changes on:
branches/enterprise/WFK-2_1/examples/blog/blog-ejb/src/test/resources/components-test.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Deleted:
branches/enterprise/WFK-2_1/examples/blog/blog-ejb/src/test/resources/components.xml
===================================================================
(Binary files differ)
Copied:
branches/enterprise/WFK-2_1/examples/booking/booking-ejb/src/test/resources/components-test.xml
(from rev 15612,
branches/enterprise/WFK-2_1/examples/booking/booking-ejb/src/test/resources/components.xml)
===================================================================
(Binary files differ)
Deleted:
branches/enterprise/WFK-2_1/examples/booking/booking-ejb/src/test/resources/components.xml
===================================================================
(Binary files differ)
Added:
branches/enterprise/WFK-2_1/examples/excel/excel-ejb/src/test/resources/components-test.xml
===================================================================
---
branches/enterprise/WFK-2_1/examples/excel/excel-ejb/src/test/resources/components-test.xml
(rev 0)
+++
branches/enterprise/WFK-2_1/examples/excel/excel-ejb/src/test/resources/components-test.xml 2013-10-11
15:13:06 UTC (rev 15613)
@@ -0,0 +1,27 @@
+<components
xmlns="http://jboss.org/schema/seam/components"
+
xmlns:excel="http://jboss.org/schema/seam/excel"
+
xmlns:core="http://jboss.org/schema/seam/core"
+
xmlns:framework="http://jboss.org/schema/seam/framework"
+
xmlns:document="http://jboss.org/schema/seam/document"
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://jboss.org/schema/seam/core
http://jboss.org/schema/seam/core-2.3.xsd
+
http://jboss.org/schema/seam/framework
http://jboss.org/schema/seam/framework-2.3.xsd
+
http://jboss.org/schema/seam/document
http://jboss.org/schema/seam/document-2.3.xsd
+
http://jboss.org/schema/seam/excel
http://jboss.org/schema/seam/excel-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}" />
+
+ <document:document-store
use-extensions="true"></document:document-store>
+
+ <!-- A sample on how a POI implementation could be added.
+ <excel:excelFactory>
+ <property name="implementations">
+ <key>poi</key>
+ <value>org.jboss.seam.excel.poi.POIExcelWorkbook</value>
+ </property>
+ </excel:excelFactory>
+ -->
+
+</components>
Deleted:
branches/enterprise/WFK-2_1/examples/excel/excel-ejb/src/test/resources/components.xml
===================================================================
---
branches/enterprise/WFK-2_1/examples/excel/excel-ejb/src/test/resources/components.xml 2013-10-11
14:15:42 UTC (rev 15612)
+++
branches/enterprise/WFK-2_1/examples/excel/excel-ejb/src/test/resources/components.xml 2013-10-11
15:13:06 UTC (rev 15613)
@@ -1,27 +0,0 @@
-<components
xmlns="http://jboss.org/schema/seam/components"
-
xmlns:excel="http://jboss.org/schema/seam/excel"
-
xmlns:core="http://jboss.org/schema/seam/core"
-
xmlns:framework="http://jboss.org/schema/seam/framework"
-
xmlns:document="http://jboss.org/schema/seam/document"
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xsi:schemaLocation="http://jboss.org/schema/seam/core
http://jboss.org/schema/seam/core-2.3.xsd
-
http://jboss.org/schema/seam/framework
http://jboss.org/schema/seam/framework-2.3.xsd
-
http://jboss.org/schema/seam/document
http://jboss.org/schema/seam/document-2.3.xsd
-
http://jboss.org/schema/seam/excel
http://jboss.org/schema/seam/excel-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}" />
-
- <document:document-store
use-extensions="true"></document:document-store>
-
- <!-- A sample on how a POI implementation could be added.
- <excel:excelFactory>
- <property name="implementations">
- <key>poi</key>
- <value>org.jboss.seam.excel.poi.POIExcelWorkbook</value>
- </property>
- </excel:excelFactory>
- -->
-
-</components>
Added:
branches/enterprise/WFK-2_1/examples/itext/itext-ejb/src/test/resources/components-test.xml
===================================================================
---
branches/enterprise/WFK-2_1/examples/itext/itext-ejb/src/test/resources/components-test.xml
(rev 0)
+++
branches/enterprise/WFK-2_1/examples/itext/itext-ejb/src/test/resources/components-test.xml 2013-10-11
15:13:06 UTC (rev 15613)
@@ -0,0 +1,24 @@
+<components
xmlns="http://jboss.org/schema/seam/components"
+
xmlns:pdf="http://jboss.org/schema/seam/pdf"
+
xmlns:core="http://jboss.org/schema/seam/core"
+
xmlns:framework="http://jboss.org/schema/seam/framework"
+
xmlns:web="http://jboss.org/schema/seam/web"
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://jboss.org/schema/seam/core
http://jboss.org/schema/seam/core-2.3.xsd
+
http://jboss.org/schema/seam/framework
http://jboss.org/schema/seam/framework-2.3.xsd
+
http://jboss.org/schema/seam/pdf
http://jboss.org/schema/seam/pdf-2.3.xsd
+
http://jboss.org/schema/seam/web
/Users/orb/proj/jboss/seam/trunk/src/main/org/jboss/seam/web-2.3.xsd
+
http://jboss.org/schema/seam/components
http://jboss.org/schema/seam/components-2.3.xsd">
+
+ <component name="org.jboss.seam.document.documentStore">
+ <property name="useExtensions">true</property>
+ <property name="errorPage">/pdfMissing.seam</property>
+ </component>
+
+ <pdf:key-store-config key-store="pdf.keystore"
+ key-store-password="storepass"
+ key-password="keypass"
+ key-alias="pdfKey" />
+
+ <core:init debug="true" jndi-pattern="${jndiPattern}" />
+</components>
Deleted:
branches/enterprise/WFK-2_1/examples/itext/itext-ejb/src/test/resources/components.xml
===================================================================
---
branches/enterprise/WFK-2_1/examples/itext/itext-ejb/src/test/resources/components.xml 2013-10-11
14:15:42 UTC (rev 15612)
+++
branches/enterprise/WFK-2_1/examples/itext/itext-ejb/src/test/resources/components.xml 2013-10-11
15:13:06 UTC (rev 15613)
@@ -1,24 +0,0 @@
-<components
xmlns="http://jboss.org/schema/seam/components"
-
xmlns:pdf="http://jboss.org/schema/seam/pdf"
-
xmlns:core="http://jboss.org/schema/seam/core"
-
xmlns:framework="http://jboss.org/schema/seam/framework"
-
xmlns:web="http://jboss.org/schema/seam/web"
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xsi:schemaLocation="http://jboss.org/schema/seam/core
http://jboss.org/schema/seam/core-2.3.xsd
-
http://jboss.org/schema/seam/framework
http://jboss.org/schema/seam/framework-2.3.xsd
-
http://jboss.org/schema/seam/pdf
http://jboss.org/schema/seam/pdf-2.3.xsd
-
http://jboss.org/schema/seam/web
/Users/orb/proj/jboss/seam/trunk/src/main/org/jboss/seam/web-2.3.xsd
-
http://jboss.org/schema/seam/components
http://jboss.org/schema/seam/components-2.3.xsd">
-
- <component name="org.jboss.seam.document.documentStore">
- <property name="useExtensions">true</property>
- <property name="errorPage">/pdfMissing.seam</property>
- </component>
-
- <pdf:key-store-config key-store="pdf.keystore"
- key-store-password="storepass"
- key-password="keypass"
- key-alias="pdfKey" />
-
- <core:init debug="true" jndi-pattern="${jndiPattern}" />
-</components>
Added:
branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/test/resources/components-test.xml
===================================================================
(Binary files differ)
Property changes on:
branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/test/resources/components-test.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Deleted:
branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/test/resources/components.xml
===================================================================
(Binary files differ)
Added:
branches/enterprise/WFK-2_1/examples/mail/mail-ejb/src/test/resources/components-test.xml
===================================================================
---
branches/enterprise/WFK-2_1/examples/mail/mail-ejb/src/test/resources/components-test.xml
(rev 0)
+++
branches/enterprise/WFK-2_1/examples/mail/mail-ejb/src/test/resources/components-test.xml 2013-10-11
15:13:06 UTC (rev 15613)
@@ -0,0 +1,20 @@
+<components
xmlns="http://jboss.org/schema/seam/components"
+
xmlns:core="http://jboss.org/schema/seam/core"
+
xmlns:async="http://jboss.org/schema/seam/async"
+
xmlns:mail="http://jboss.org/schema/seam/mail"
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation=
+ "http://jboss.org/schema/seam/core
http://jboss.org/schema/seam/core-2.3.xsd
+
http://jboss.org/schema/seam/async
http://jboss.org/schema/seam/async-2.3.xsd
+
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}" />
+
+ <!-- If you need to alter the SMTP gateway, comment out this mail-session,
-->
+ <!--<mail:mail-session host="localhost" port="2525" />
-->
+
+ <!-- uncomment this one and set the host attribute to the name or IP address of
your SMTP gateway-->
+ <mail:mail-session host="localhost" tls="false"
port="3025" ssl="false" />
+</components>
Deleted:
branches/enterprise/WFK-2_1/examples/mail/mail-ejb/src/test/resources/components.xml
===================================================================
---
branches/enterprise/WFK-2_1/examples/mail/mail-ejb/src/test/resources/components.xml 2013-10-11
14:15:42 UTC (rev 15612)
+++
branches/enterprise/WFK-2_1/examples/mail/mail-ejb/src/test/resources/components.xml 2013-10-11
15:13:06 UTC (rev 15613)
@@ -1,20 +0,0 @@
-<components
xmlns="http://jboss.org/schema/seam/components"
-
xmlns:core="http://jboss.org/schema/seam/core"
-
xmlns:async="http://jboss.org/schema/seam/async"
-
xmlns:mail="http://jboss.org/schema/seam/mail"
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation=
- "http://jboss.org/schema/seam/core
http://jboss.org/schema/seam/core-2.3.xsd
-
http://jboss.org/schema/seam/async
http://jboss.org/schema/seam/async-2.3.xsd
-
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}" />
-
- <!-- If you need to alter the SMTP gateway, comment out this mail-session,
-->
- <!--<mail:mail-session host="localhost" port="2525" />
-->
-
- <!-- uncomment this one and set the host attribute to the name or IP address of
your SMTP gateway-->
- <mail:mail-session host="localhost" tls="false"
port="3025" ssl="false" />
-</components>
Added:
branches/enterprise/WFK-2_1/examples/messages/messages-ejb/src/test/resources/components-test.xml
===================================================================
(Binary files differ)
Property changes on:
branches/enterprise/WFK-2_1/examples/messages/messages-ejb/src/test/resources/components-test.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Deleted:
branches/enterprise/WFK-2_1/examples/messages/messages-ejb/src/test/resources/components.xml
===================================================================
---
branches/enterprise/WFK-2_1/examples/messages/messages-ejb/src/test/resources/components.xml 2013-10-11
14:15:42 UTC (rev 15612)
+++
branches/enterprise/WFK-2_1/examples/messages/messages-ejb/src/test/resources/components.xml 2013-10-11
15:13:06 UTC (rev 15613)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<components
xmlns="http://jboss.org/schema/seam/components"
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xsi:schemaLocation="http://jboss.org/schema/seam/components
http://jboss.org/schema/seam/components-2.3.xsd">
-
- <component name="org.jboss.seam.core.init">
- <property name="jndiPattern">${jndiPattern}</property>
- </component>
-
- <!-- This is required for JBoss AS7 due these EJB components are bound to
jboss-seam module -->
- <component class="org.jboss.seam.transaction.EjbSynchronizations"
jndi-name="java:app/jboss-seam/EjbSynchronizations"/>
- <component class="org.jboss.seam.async.TimerServiceDispatcher"
jndi-name="java:app/jboss-seam/TimerServiceDispatcher"/>
-
-</components>
Added:
branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ejb/src/test/resources/components-test.xml
===================================================================
(Binary files differ)
Property changes on:
branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ejb/src/test/resources/components-test.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Deleted:
branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ejb/src/test/resources/components.xml
===================================================================
(Binary files differ)
Added:
branches/enterprise/WFK-2_1/examples/quartz/quartz-ejb/src/test/resources/components-test.xml
===================================================================
(Binary files differ)
Property changes on:
branches/enterprise/WFK-2_1/examples/quartz/quartz-ejb/src/test/resources/components-test.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Deleted:
branches/enterprise/WFK-2_1/examples/quartz/quartz-ejb/src/test/resources/components.xml
===================================================================
---
branches/enterprise/WFK-2_1/examples/quartz/quartz-ejb/src/test/resources/components.xml 2013-10-11
14:15:42 UTC (rev 15612)
+++
branches/enterprise/WFK-2_1/examples/quartz/quartz-ejb/src/test/resources/components.xml 2013-10-11
15:13:06 UTC (rev 15613)
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<components
xmlns="http://jboss.org/schema/seam/components"
-
xmlns:pay="http://jboss.org/schema/seam/examples/quartz"
-
xmlns:core="http://jboss.org/schema/seam/core"
-
xmlns:async="http://jboss.org/schema/seam/async"
-
xmlns:framework="http://jboss.org/schema/seam/framework"
-
xmlns:persistence="http://jboss.org/schema/seam/persistence"
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation=
- "http://jboss.org/schema/seam/core
http://jboss.org/schema/seam/core-2.3.xsd
-
http://jboss.org/schema/seam/async
http://jboss.org/schema/seam/async-2.3.xsd
-
http://jboss.org/schema/seam/framework
http://jboss.org/schema/seam/framework-2.3.xsd
-
http://jboss.org/schema/seam/persistence
http://jboss.org/schema/seam/persistence-2.3.xsd
-
http://jboss.org/schema/seam/components
http://jboss.org/schema/seam/components-2.3.xsd">
-
- <pay:payment-home name="paymentHome"
- new-instance="#{newPayment}"
- created-message="Created a new payment to
#{newPayment.payee}" />
-
- <pay:payment name="newPayment"
- payee="Somebody"
- account="#{selectedAccount}"
- payment-date="#{currentDatetime}"
- created-date="#{currentDatetime}" />
-
- <factory name="selectedAccount"
- value="#{accountHome.instance}"/>
-
- <framework:entity-home name="accountHome"
-
entity-class="org.jboss.seam.example.quartz.Account"
- entity-manager="#{entityManager}" />
-
- <framework:entity-query name="accounts"
- ejbql="from Account"
- order="accountNumber"
- max-results="20"
- entity-manager="#{entityManager}" />
-
- <persistence:managed-persistence-context name="entityManager"
- auto-create="true"
-
persistence-unit-jndi-name="java:/seampayEntityManagerFactory" />
-
- <!-- Install the QuartzDispatcher -->
- <async:quartz-dispatcher/>
-
- <core:init debug="true"
jndi-pattern="java:app/quartz-ejb/#{ejbName}" />
-
- <component class="org.jboss.seam.transaction.EjbSynchronizations"
jndi-name="java:app/jboss-seam/EjbSynchronizations"/>
-
-</components>
Added:
branches/enterprise/WFK-2_1/examples/registration/registration-ejb/src/test/resources/components-test.xml
===================================================================
(Binary files differ)
Property changes on:
branches/enterprise/WFK-2_1/examples/registration/registration-ejb/src/test/resources/components-test.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Deleted:
branches/enterprise/WFK-2_1/examples/registration/registration-ejb/src/test/resources/components.xml
===================================================================
---
branches/enterprise/WFK-2_1/examples/registration/registration-ejb/src/test/resources/components.xml 2013-10-11
14:15:42 UTC (rev 15612)
+++
branches/enterprise/WFK-2_1/examples/registration/registration-ejb/src/test/resources/components.xml 2013-10-11
15:13:06 UTC (rev 15613)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<components
xmlns="http://jboss.org/schema/seam/components"
-
xmlns:core="http://jboss.org/schema/seam/core"
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation=
- "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}"/>
-
-</components>
Added:
branches/enterprise/WFK-2_1/examples/restbay/restbay-ejb/src/test/resources/components-test.xml
===================================================================
(Binary files differ)
Property changes on:
branches/enterprise/WFK-2_1/examples/restbay/restbay-ejb/src/test/resources/components-test.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Deleted:
branches/enterprise/WFK-2_1/examples/restbay/restbay-ejb/src/test/resources/components.xml
===================================================================
(Binary files differ)
Added:
branches/enterprise/WFK-2_1/examples/seambay/seambay-ejb/src/test/resources/components-test.xml
===================================================================
(Binary files differ)
Property changes on:
branches/enterprise/WFK-2_1/examples/seambay/seambay-ejb/src/test/resources/components-test.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Deleted:
branches/enterprise/WFK-2_1/examples/seambay/seambay-ejb/src/test/resources/components.xml
===================================================================
(Binary files differ)
Added:
branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ejb/src/test/resources/components-test.xml
===================================================================
(Binary files differ)
Property changes on:
branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ejb/src/test/resources/components-test.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Deleted:
branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ejb/src/test/resources/components.xml
===================================================================
(Binary files differ)
Added:
branches/enterprise/WFK-2_1/examples/seampay/seampay-ejb/src/test/resources/components-test.xml
===================================================================
---
branches/enterprise/WFK-2_1/examples/seampay/seampay-ejb/src/test/resources/components-test.xml
(rev 0)
+++
branches/enterprise/WFK-2_1/examples/seampay/seampay-ejb/src/test/resources/components-test.xml 2013-10-11
15:13:06 UTC (rev 15613)
@@ -0,0 +1,46 @@
+<components
xmlns:pay="http://jboss.org/schema/seam/examples/seampay"
+
xmlns:core="http://jboss.org/schema/seam/core"
+
xmlns:persistence="http://jboss.org/schema/seam/persistence"
+
xmlns:framework="http://jboss.org/schema/seam/framework"
+
xmlns:async="http://jboss.org/schema/seam/async"
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation=
+ "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/async
http://jboss.org/schema/seam/async-2.3.xsd
+
http://jboss.org/schema/seam/framework
http://jboss.org/schema/seam/framework-2.3.xsd" >
+
+ <pay:payment-home
+ new-instance="#{newPayment}"
+ created-message="Created a new payment to
#{newPayment.payee}" />
+
+
+ <pay:payment name="newPayment"
+ payee="Somebody"
+ account="#{selectedAccount}"
+ payment-date="#{currentDatetime}"
+ created-date="#{currentDatetime}" />
+
+ <factory name="selectedAccount"
+ value="#{accountHome.instance}"/>
+
+ <framework:entity-home name="accountHome"
+
entity-class="org.jboss.seam.example.seampay.Account"
+ entity-manager="#{entityManager}" />
+
+ <framework:entity-query name="accounts"
+ ejbql="from Account"
+ order="accountNumber"
+ max-results="20"
+ entity-manager="#{entityManager}" />
+
+ <persistence:managed-persistence-context name="entityManager"
+ auto-create="true"
+
persistence-unit-jndi-name="java:/seampayEntityManagerFactory" />
+
+ <async:timer-service-dispatcher />
+ <component class="org.jboss.seam.async.ThreadPoolDispatcher"
precedence="40" />
+
+ <core:init debug="true" jndi-pattern="${jndiPattern}" />
+
+</components>
Deleted:
branches/enterprise/WFK-2_1/examples/seampay/seampay-ejb/src/test/resources/components.xml
===================================================================
---
branches/enterprise/WFK-2_1/examples/seampay/seampay-ejb/src/test/resources/components.xml 2013-10-11
14:15:42 UTC (rev 15612)
+++
branches/enterprise/WFK-2_1/examples/seampay/seampay-ejb/src/test/resources/components.xml 2013-10-11
15:13:06 UTC (rev 15613)
@@ -1,46 +0,0 @@
-<components
xmlns:pay="http://jboss.org/schema/seam/examples/seampay"
-
xmlns:core="http://jboss.org/schema/seam/core"
-
xmlns:persistence="http://jboss.org/schema/seam/persistence"
-
xmlns:framework="http://jboss.org/schema/seam/framework"
-
xmlns:async="http://jboss.org/schema/seam/async"
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation=
- "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/async
http://jboss.org/schema/seam/async-2.3.xsd
-
http://jboss.org/schema/seam/framework
http://jboss.org/schema/seam/framework-2.3.xsd" >
-
- <pay:payment-home
- new-instance="#{newPayment}"
- created-message="Created a new payment to
#{newPayment.payee}" />
-
-
- <pay:payment name="newPayment"
- payee="Somebody"
- account="#{selectedAccount}"
- payment-date="#{currentDatetime}"
- created-date="#{currentDatetime}" />
-
- <factory name="selectedAccount"
- value="#{accountHome.instance}"/>
-
- <framework:entity-home name="accountHome"
-
entity-class="org.jboss.seam.example.seampay.Account"
- entity-manager="#{entityManager}" />
-
- <framework:entity-query name="accounts"
- ejbql="from Account"
- order="accountNumber"
- max-results="20"
- entity-manager="#{entityManager}" />
-
- <persistence:managed-persistence-context name="entityManager"
- auto-create="true"
-
persistence-unit-jndi-name="java:/seampayEntityManagerFactory" />
-
- <async:timer-service-dispatcher />
- <component class="org.jboss.seam.async.ThreadPoolDispatcher"
precedence="40" />
-
- <core:init debug="true" jndi-pattern="${jndiPattern}" />
-
-</components>
Added:
branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ejb/src/test/resources/components-test.xml
===================================================================
(Binary files differ)
Property changes on:
branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ejb/src/test/resources/components-test.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Deleted:
branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ejb/src/test/resources/components.xml
===================================================================
(Binary files differ)
Added:
branches/enterprise/WFK-2_1/examples/tasks/tasks-ejb/src/test/resources/components-test.xml
===================================================================
---
branches/enterprise/WFK-2_1/examples/tasks/tasks-ejb/src/test/resources/components-test.xml
(rev 0)
+++
branches/enterprise/WFK-2_1/examples/tasks/tasks-ejb/src/test/resources/components-test.xml 2013-10-11
15:13:06 UTC (rev 15613)
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<components
xmlns="http://jboss.org/schema/seam/components"
+
xmlns:core="http://jboss.org/schema/seam/core"
xmlns:security="http://jboss.org/schema/seam/security"
+
xmlns:transaction="http://jboss.org/schema/seam/transaction"
+
xmlns:persistence="http://jboss.org/schema/seam/persistence"
+
xmlns:framework="http://jboss.org/schema/seam/framework"
xmlns:web="http://jboss.org/schema/seam/web"
+
xmlns:resteasy="http://jboss.org/schema/seam/resteasy"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://jboss.org/schema/seam/components
http://jboss.org/schema/seam/components-2.3.xsd
+
http://jboss.org/schema/seam/core http://jboss.org/schema/seam/core-2.3.xsd
+
http://jboss.org/schema/seam/transaction
http://jboss.org/schema/seam/transaction-2.3.xsd
+
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
+
http://jboss.org/schema/seam/security
http://jboss.org/schema/seam/security-2.3.xsd
+
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:manager conversation-timeout="120000"
+ concurrent-request-timeout="500" conversation-id-parameter="cid"
/>
+
+ <transaction:ejb-transaction />
+
+ <persistence:managed-persistence-context
+ name="entityManager" auto-create="true"
persistence-unit-jndi-name="java:/tasksEntityManagerFactory" />
+
+ <framework:entity-home name="userHome"
+ entity-class="org.jboss.seam.example.tasks.entity.User"
auto-create="true" />
+
+ <framework:entity-home name="taskHome"
+ entity-class="org.jboss.seam.example.tasks.entity.Task"
auto-create="true" />
+
+ <framework:entity-query name="categoryQuery"
+ ejbql="select c from Category c">
+ <framework:restrictions>
+ <value>c.owner.username =
+ #{user.username}</value>
+ </framework:restrictions>
+ </framework:entity-query>
+
+ <resteasy:resource-query name="categoryResourceQuery"
+ entity-query="#{categoryQuery}" path="/auth/category"
+ entity-class="org.jboss.seam.example.tasks.entity.Category"
+ media-types="application/xml application/json application/fastinfoset"/>
+
+ <resteasy:application resource-path-prefix="/v1"
destroy-session-after-request="true">
+ <resteasy:media-type-mappings>
+ <key>xml</key>
+ <value>application/xml</value>
+ </resteasy:media-type-mappings>
+ </resteasy:application>
+
+
+ <web:authentication-filter url-pattern="/seam/resource/v1/auth/*"
+ auth-type="basic" realm="Seam Tasks Application" />
+
+ <security:identity authenticate-method="#{authenticator.authenticate}"
/>
+
+</components>
Property changes on:
branches/enterprise/WFK-2_1/examples/tasks/tasks-ejb/src/test/resources/components-test.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Deleted:
branches/enterprise/WFK-2_1/examples/tasks/tasks-ejb/src/test/resources/components.xml
===================================================================
(Binary files differ)