Author: dsvyatobatsko
Date: 2009-01-15 12:10:52 -0500 (Thu, 15 Jan 2009)
New Revision: 12295
Added:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/components.xml
Log:
we have no transactional execution. Turn it off
Added:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/components.xml
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/components.xml
(rev 0)
+++
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/components.xml 2009-01-15
17:10:52 UTC (rev 12295)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<components
xmlns="http://jboss.com/products/seam/components"
+
xmlns:core="http://jboss.com/products/seam/core"
+
xmlns:security="http://jboss.com/products/seam/security"
+
xmlns:transaction="http://jboss.com/products/seam/transaction"
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation=
+ "http://jboss.com/products/seam/core
http://jboss.com/products/seam/core-2.1.xsd
+
http://jboss.com/products/seam/transaction
http://jboss.com/products/seam/transaction-2.1.xsd
+
http://jboss.com/products/seam/security
http://jboss.com/products/seam/security-2.1.xsd
+
http://jboss.com/products/seam/components
http://jboss.com/products/seam/components-2.1.xsd">
+
+ <core:init transaction-management-enabled="false"/>
+
+ <transaction:no-transaction />
+
+</components>
Property changes on:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/components.xml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native