[seam-commits] Seam SVN: r14653 - in branches/community/Seam_2_3: bom and 37 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri May 4 04:55:01 EDT 2012


Author: maschmid
Date: 2012-05-04 04:55:00 -0400 (Fri, 04 May 2012)
New Revision: 14653

Modified:
   branches/community/Seam_2_3/bom/pom.xml
   branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/drools/drools-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/guice/guice-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/itext/itext-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/jpa/jpa-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/openid/openid-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/pom.xml
   branches/community/Seam_2_3/examples-ee6/quartz/quartz-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/registration/registration-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/rss/rss-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/seambay/seambay-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/seambay/seambay-tests/src/test/java/org/jboss/seam/example/seambay/test/webdriver/WebServicesTest.java
   branches/community/Seam_2_3/examples-ee6/seampay/seampay-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/spring/spring-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/tasks/tasks-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/todo/todo-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/wicket/wicket-tests/pom.xml
   branches/community/Seam_2_3/functional-tests/pom.xml
   branches/community/Seam_2_3/functional-tests/src/main/java/org/jboss/seam/example/common/test/webdriver/DelegatedWebElement.java
   branches/community/Seam_2_3/pom.xml
Log:
selenium update


Modified: branches/community/Seam_2_3/bom/pom.xml
===================================================================
--- branches/community/Seam_2_3/bom/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/bom/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -898,61 +898,18 @@
 			</dependency>
 			
 			<dependency>
-				<groupId>org.seleniumhq.selenium.server</groupId>
+				<groupId>org.seleniumhq.selenium</groupId>
 				<artifactId>selenium-server</artifactId>
-				<version>1.0.1</version>
-				<classifier>standalone</classifier>
-				<exclusions>
-					<exclusion>
-						<groupId>org.seleniumhq.selenium.core</groupId>
-						<artifactId>selenium-core</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>org.seleniumhq.selenium.server</groupId>
-						<artifactId>selenium-server-coreless</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>org.apache.ant</groupId>
-						<artifactId>ant-trax</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>org.apache.ant</groupId>
-						<artifactId>ant-nodeps</artifactId>
-					</exclusion>
-				</exclusions>
+				<version>2.21.0</version>
 			</dependency>
 			 
 			<dependency>
-				<groupId>org.seleniumhq.selenium.client-drivers</groupId>
-				<artifactId>selenium-java-client-driver</artifactId>
-				<version>1.0.1</version>
-				<exclusions>
-					<exclusion>
-						<groupId>org.codehaus.groovy.maven.runtime</groupId>
-						<artifactId>gmaven-runtime-default</artifactId>
-					</exclusion>
-				</exclusions>
+				<groupId>org.seleniumhq.selenium</groupId>
+				<artifactId>selenium-java</artifactId>
+				<version>2.21.0</version>
 			</dependency>
 			 
 			<dependency>
-				<groupId>org.seleniumhq.webdriver</groupId>
-				<artifactId>webdriver-firefox</artifactId>
-				<version>${version.webdriver}</version>
-			</dependency>
-			 
-			<dependency>
-				<groupId>org.seleniumhq.webdriver</groupId>
-				<artifactId>webdriver-support</artifactId>
-				<version>${version.webdriver}</version>
-			</dependency>
-			 
-			<dependency>
-				<groupId>org.seleniumhq.webdriver</groupId>
-				<artifactId>webdriver-ie</artifactId>
-				<version>${version.webdriver}</version>
-			</dependency>
-			 
-			<dependency>
 				<groupId>org.jboss.seam</groupId>
 				<artifactId>functional-tests</artifactId>
 				<version>${version.seam}</version>

Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -47,13 +47,12 @@
          <artifactId>mail</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.seleniumhq.selenium.server</groupId>
+         <groupId>org.seleniumhq.selenium</groupId>
          <artifactId>selenium-server</artifactId>
-         <classifier>standalone</classifier>
       </dependency>
       <dependency>
-         <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-         <artifactId>selenium-java-client-driver</artifactId>
+         <groupId>org.seleniumhq.selenium</groupId>
+         <artifactId>selenium-java</artifactId>
       </dependency>
       <dependency>
          <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -43,13 +43,12 @@
             <artifactId>mail</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -44,13 +44,12 @@
          <artifactId>mail</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.seleniumhq.selenium.server</groupId>
+         <groupId>org.seleniumhq.selenium</groupId>
          <artifactId>selenium-server</artifactId>
-         <classifier>standalone</classifier>
       </dependency>
       <dependency>
-         <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-         <artifactId>selenium-java-client-driver</artifactId>
+         <groupId>org.seleniumhq.selenium</groupId>
+         <artifactId>selenium-java</artifactId>
       </dependency>
       <dependency>
          <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/drools/drools-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/drools/drools-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/drools/drools-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -40,13 +40,12 @@
          <artifactId>jboss-el-api_2.2_spec</artifactId>
       </dependency>      
       <dependency>
-         <groupId>org.seleniumhq.selenium.server</groupId>
+         <groupId>org.seleniumhq.selenium</groupId>
          <artifactId>selenium-server</artifactId>
-         <classifier>standalone</classifier>
       </dependency>
       <dependency>
-         <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-         <artifactId>selenium-java-client-driver</artifactId>
+         <groupId>org.seleniumhq.selenium</groupId>
+         <artifactId>selenium-java</artifactId>
       </dependency>
       <dependency>
          <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -36,13 +36,12 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -41,13 +41,12 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -28,13 +28,12 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/guice/guice-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/guice/guice-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/guice/guice-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -34,13 +34,12 @@
          <scope>provided</scope>
       </dependency>
       <dependency>
-         <groupId>org.seleniumhq.selenium.server</groupId>
+         <groupId>org.seleniumhq.selenium</groupId>
          <artifactId>selenium-server</artifactId>
-         <classifier>standalone</classifier>
       </dependency>
       <dependency>
-         <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-         <artifactId>selenium-java-client-driver</artifactId>
+         <groupId>org.seleniumhq.selenium</groupId>
+         <artifactId>selenium-java</artifactId>
       </dependency>
       <dependency>
          <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -42,13 +42,12 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -50,13 +50,12 @@
           <artifactId>mail</artifactId>
        </dependency>
        <dependency>
-          <groupId>org.seleniumhq.selenium.server</groupId>
+          <groupId>org.seleniumhq.selenium</groupId>
           <artifactId>selenium-server</artifactId>
-          <classifier>standalone</classifier>
        </dependency>
        <dependency>
-          <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-          <artifactId>selenium-java-client-driver</artifactId>
+          <groupId>org.seleniumhq.selenium</groupId>
+          <artifactId>selenium-java</artifactId>
        </dependency>
 
        <dependency>

Modified: branches/community/Seam_2_3/examples-ee6/itext/itext-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/itext/itext-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/itext/itext-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -41,13 +41,12 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.arquillian.junit</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/jpa/jpa-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/jpa/jpa-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/jpa/jpa-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -38,13 +38,12 @@
          <artifactId>mail</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.seleniumhq.selenium.server</groupId>
+         <groupId>org.seleniumhq.selenium</groupId>
          <artifactId>selenium-server</artifactId>
-         <classifier>standalone</classifier>
       </dependency>
       <dependency>
-         <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-         <artifactId>selenium-java-client-driver</artifactId>
+         <groupId>org.seleniumhq.selenium</groupId>
+         <artifactId>selenium-java</artifactId>
       </dependency>
       <dependency>
          <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -50,13 +50,12 @@
             <artifactId>mail</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>                
         <dependency>
             <groupId>org.subethamail</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -36,13 +36,12 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -43,13 +43,12 @@
             <artifactId>mail</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -31,13 +31,12 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -40,13 +40,12 @@
             <classifier>jdk15</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/openid/openid-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/openid/openid-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/openid/openid-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -40,13 +40,12 @@
             <artifactId>jsf-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -343,14 +343,13 @@
             </properties>
             <dependencies>
                 <dependency>
-                    <groupId>org.seleniumhq.selenium.server</groupId>
+                    <groupId>org.seleniumhq.selenium</groupId>
                     <artifactId>selenium-server</artifactId>
-                    <classifier>standalone</classifier>
                     <scope>test</scope>
                 </dependency>
                 <dependency>
-                    <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-                    <artifactId>selenium-java-client-driver</artifactId>
+                    <groupId>org.seleniumhq.selenium</groupId>
+                    <artifactId>selenium-java</artifactId>
                     <scope>test</scope>
                 </dependency>
             </dependencies>
@@ -368,7 +367,7 @@
                         <plugin>
                             <groupId>org.codehaus.mojo</groupId>
                             <artifactId>selenium-maven-plugin</artifactId>
-                            <version>1.1</version>
+                            <version>2.3</version>
                             <executions>
                                 <execution>
                                     <id>start-selenium</id>

Modified: branches/community/Seam_2_3/examples-ee6/quartz/quartz-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/quartz/quartz-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/quartz/quartz-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -44,13 +44,12 @@
             <artifactId>hibernate-jpa-2.0-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/registration/registration-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/registration/registration-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/registration/registration-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -44,13 +44,12 @@
             <artifactId>jboss-jsf-api_2.0_spec</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
 
         <dependency>

Modified: branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -19,13 +19,12 @@
             <classifier>jdk15</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -19,13 +19,12 @@
             <classifier>jdk15</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -19,13 +19,12 @@
             <classifier>jdk15</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -29,13 +29,12 @@
             <classifier>jdk15</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/rss/rss-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/rss/rss-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/rss/rss-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -40,13 +40,12 @@
             <artifactId>jboss-jsf-api_2.0_spec</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/seambay/seambay-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seambay/seambay-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/seambay/seambay-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -40,13 +40,12 @@
             <classifier>jdk15</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/seambay/seambay-tests/src/test/java/org/jboss/seam/example/seambay/test/webdriver/WebServicesTest.java
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seambay/seambay-tests/src/test/java/org/jboss/seam/example/seambay/test/webdriver/WebServicesTest.java	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/seambay/seambay-tests/src/test/java/org/jboss/seam/example/seambay/test/webdriver/WebServicesTest.java	2012-05-04 08:55:00 UTC (rev 14653)
@@ -85,7 +85,7 @@
 
       // the same as Selenium, must use getValue to retrieve text inside
       // <textarea></textarea>
-      assertTrue("Response area should contain \"true\"", response.getValue().contains(LOGIN_RIGHT_RESPONSE));
+      assertTrue("Response area should contain \"true\"", response.getAttribute("value").contains(LOGIN_RIGHT_RESPONSE));
    }
 
    @Test(dependsOnMethods = {
@@ -99,7 +99,7 @@
 
       AjaxWebElement response = driver.findElement(RESPONSE_AREA);
 
-      assertTrue("Response area should contain a list of categories.", response.getValue().contains(LIST_CATEGORIES_RESPONSE));
+      assertTrue("Response area should contain a list of categories.", response.getAttribute("value").contains(LIST_CATEGORIES_RESPONSE));
    }
 
    @Test(dependsOnMethods = {
@@ -112,8 +112,8 @@
       AjaxWebElement response = driver.findElement(RESPONSE_AREA);
       
       assertTrue("Response area should contain information about creating the auction.", 
-         response.getValue().contains(CREATE_NEW_AUCTION_RESPONSE_JBOSS_56) || 
-         response.getValue().contains(CREATE_NEW_AUCTION_RESPONSE_JBOSS_4));
+         response.getAttribute("value").contains(CREATE_NEW_AUCTION_RESPONSE_JBOSS_56) || 
+         response.getAttribute("value").contains(CREATE_NEW_AUCTION_RESPONSE_JBOSS_4));
       
    }
 
@@ -132,7 +132,7 @@
 
       AjaxWebElement response = driver.findElement(RESPONSE_AREA);
 
-      assertTrue("Response area should contain information about finding auction.", response.getValue().contains(FIND_AUCTIONS_RESPONSE));
+      assertTrue("Response area should contain information about finding auction.", response.getAttribute("value").contains(FIND_AUCTIONS_RESPONSE));
    }
 
    @Test(dependsOnMethods = {
@@ -155,8 +155,8 @@
       AjaxWebElement response = driver.findElement(RESPONSE_AREA);
 
       assertTrue("Response area should contain information about updating the auction.", 
-         response.getValue().contains(UPDATE_AUCTION_RESPONSE_JBOSS_56) ||
-         response.getValue().contains(UPDATE_AUCTION_RESPONSE_JBOSS_4));
+         response.getAttribute("value").contains(UPDATE_AUCTION_RESPONSE_JBOSS_56) ||
+         response.getAttribute("value").contains(UPDATE_AUCTION_RESPONSE_JBOSS_4));
    }
 
    @Test(dependsOnMethods = {
@@ -174,8 +174,8 @@
 
       AjaxWebElement response = driver.findElement(RESPONSE_AREA);
       assertTrue("Response area should contain information about setting duration.", 
-         response.getValue().contains(SET_DURATION_RESPONSE_JBOSS_56) ||
-         response.getValue().contains(SET_DURATION_RESPONSE_JBOSS_4));
+         response.getAttribute("value").contains(SET_DURATION_RESPONSE_JBOSS_56) ||
+         response.getAttribute("value").contains(SET_DURATION_RESPONSE_JBOSS_4));
    }
 
    @Test(dependsOnMethods = {
@@ -193,8 +193,8 @@
 
       AjaxWebElement response = driver.findElement(RESPONSE_AREA);
       assertTrue("Response area should contain information about setting starting price.", 
-         response.getValue().contains(SET_STARTING_PRICE_RESPONSE_JBOSS_56) || 
-         response.getValue().contains(SET_STARTING_PRICE_RESPONSE_JBOSS_4));
+         response.getAttribute("value").contains(SET_STARTING_PRICE_RESPONSE_JBOSS_56) || 
+         response.getAttribute("value").contains(SET_STARTING_PRICE_RESPONSE_JBOSS_4));
    }
 
    @Test(dependsOnMethods = {
@@ -209,7 +209,7 @@
       driver.findElement(INVOKE_SERVICE_BUTTON).clickAndWait();
 
       AjaxWebElement response = driver.findElement(RESPONSE_AREA);
-      assertTrue("Response area should contain auction details.", response.getValue().contains(AUCTION_DETAILS_PRICE_RESPONSE));
+      assertTrue("Response area should contain auction details.", response.getAttribute("value").contains(AUCTION_DETAILS_PRICE_RESPONSE));
    }
 
    @Test(dependsOnMethods = {
@@ -222,7 +222,7 @@
       driver.findElement(INVOKE_SERVICE_BUTTON).clickAndWait();
 
       AjaxWebElement response = driver.findElement(RESPONSE_AREA);
-      assertTrue("Response area should contain logout confirmation.", response.getValue().contains(LOGOUT_RESPONSE));
+      assertTrue("Response area should contain logout confirmation.", response.getAttribute("value").contains(LOGOUT_RESPONSE));
    }
 
    @Test(dependsOnMethods = {
@@ -236,8 +236,8 @@
 
       AjaxWebElement response = driver.findElement(RESPONSE_AREA);
       assertTrue("Response area should contain information about confirmation.", 
-         response.getValue().contains(CONFIRMATION_RESPONSE_JBOSS_56) ||
-         response.getValue().contains(CONFIRMATION_RESPONSE_JBOSS_4));
+         response.getAttribute("value").contains(CONFIRMATION_RESPONSE_JBOSS_56) ||
+         response.getAttribute("value").contains(CONFIRMATION_RESPONSE_JBOSS_4));
    }
 
    /**

Modified: branches/community/Seam_2_3/examples-ee6/seampay/seampay-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seampay/seampay-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/seampay/seampay-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -40,13 +40,12 @@
             <classifier>jdk15</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -44,13 +44,12 @@
             <artifactId>mail</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/spring/spring-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/spring/spring-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/spring/spring-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -35,13 +35,12 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/tasks/tasks-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/tasks-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/tasks/tasks-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -45,13 +45,12 @@
             <classifier>jdk15</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/todo/todo-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -35,13 +35,12 @@
             <artifactId>jboss-jsf-api_2.0_spec</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -40,13 +40,12 @@
             <artifactId>jboss-jsf-api_2.0_spec</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/wicket/wicket-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/wicket/wicket-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/examples-ee6/wicket/wicket-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -19,13 +19,12 @@
             <classifier>jdk15</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/community/Seam_2_3/functional-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/functional-tests/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/functional-tests/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -17,25 +17,12 @@
             <classifier>jdk15</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.server</groupId>
+            <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-server</artifactId>
-            <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-            <artifactId>selenium-java-client-driver</artifactId>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-java</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.seleniumhq.webdriver</groupId>
-            <artifactId>webdriver-firefox</artifactId>
-         </dependency>
-         <dependency>
-            <groupId>org.seleniumhq.webdriver</groupId>
-            <artifactId>webdriver-support</artifactId>
-         </dependency>
-         <dependency>
-            <groupId>org.seleniumhq.webdriver</groupId>
-            <artifactId>webdriver-ie</artifactId>
-         </dependency>
     </dependencies>
 </project>

Modified: branches/community/Seam_2_3/functional-tests/src/main/java/org/jboss/seam/example/common/test/webdriver/DelegatedWebElement.java
===================================================================
--- branches/community/Seam_2_3/functional-tests/src/main/java/org/jboss/seam/example/common/test/webdriver/DelegatedWebElement.java	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/functional-tests/src/main/java/org/jboss/seam/example/common/test/webdriver/DelegatedWebElement.java	2012-05-04 08:55:00 UTC (rev 14653)
@@ -25,6 +25,8 @@
 import java.util.Collections;
 import java.util.List;
 import org.openqa.selenium.By;
+import org.openqa.selenium.Dimension;
+import org.openqa.selenium.Point;
 import org.openqa.selenium.WebElement;
 
 /**
@@ -119,15 +121,26 @@
    {
       return element.getAttribute(name);
    }
-   
-   //@Deprecated
-   //// @Override
-   public String getElementName()
+
+   // @Override
+   public String getCssValue(String propertyName)
    {
-      return element.getElementName();
+      return element.getCssValue(propertyName);
    }
-   
+
    // @Override
+   public Point getLocation()
+   {
+      return element.getLocation();
+   }
+
+   // @Override
+   public Dimension getSize()
+   {
+      return element.getSize();
+   }
+
+   // @Override
    public String getTagName()
    {
       return element.getTagName();
@@ -138,11 +151,11 @@
    {
       return element.getText();
    }
-   
+
    // @Override
-   public String getValue()
+   public boolean isDisplayed()
    {
-      return element.getValue();
+      return element.isDisplayed();
    }
    
    // @Override
@@ -164,12 +177,6 @@
    }
    
    // @Override
-   public void setSelected()
-   {
-      element.setSelected();
-   }
-   
-   // @Override
    public void setWaitTime(int millis)
    {
       this.waitTime = millis;
@@ -180,11 +187,5 @@
    {
       element.submit();
    }
-   
-   // @Override
-   public boolean toggle()
-   {
-      return element.toggle();
-   }
-   
+
 }

Modified: branches/community/Seam_2_3/pom.xml
===================================================================
--- branches/community/Seam_2_3/pom.xml	2012-05-03 13:25:06 UTC (rev 14652)
+++ branches/community/Seam_2_3/pom.xml	2012-05-04 08:55:00 UTC (rev 14653)
@@ -1117,61 +1117,18 @@
 			</dependency>
 			
 			<dependency>
-				<groupId>org.seleniumhq.selenium.server</groupId>
+				<groupId>org.seleniumhq.selenium</groupId>
 				<artifactId>selenium-server</artifactId>
-				<version>1.0.1</version>
-				<classifier>standalone</classifier>
-				<exclusions>
-					<exclusion>
-						<groupId>org.seleniumhq.selenium.core</groupId>
-						<artifactId>selenium-core</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>org.seleniumhq.selenium.server</groupId>
-						<artifactId>selenium-server-coreless</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>org.apache.ant</groupId>
-						<artifactId>ant-trax</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>org.apache.ant</groupId>
-						<artifactId>ant-nodeps</artifactId>
-					</exclusion>
-				</exclusions>
+				<version>2.21.0</version>
 			</dependency>
 			 
 			<dependency>
-				<groupId>org.seleniumhq.selenium.client-drivers</groupId>
-				<artifactId>selenium-java-client-driver</artifactId>
-				<version>1.0.1</version>
-				<exclusions>
-					<exclusion>
-						<groupId>org.codehaus.groovy.maven.runtime</groupId>
-						<artifactId>gmaven-runtime-default</artifactId>
-					</exclusion>
-				</exclusions>
+				<groupId>org.seleniumhq.selenium</groupId>
+				<artifactId>selenium-java</artifactId>
+				<version>2.21.0</version>
 			</dependency>
-			 
+
 			<dependency>
-				<groupId>org.seleniumhq.webdriver</groupId>
-				<artifactId>webdriver-firefox</artifactId>
-				<version>0.9.7376</version>
-			</dependency>
-			 
-			<dependency>
-				<groupId>org.seleniumhq.webdriver</groupId>
-				<artifactId>webdriver-support</artifactId>
-				<version>0.9.7376</version>
-			</dependency>
-			 
-			<dependency>
-				<groupId>org.seleniumhq.webdriver</groupId>
-				<artifactId>webdriver-ie</artifactId>
-				<version>0.9.7376</version>
-			</dependency>
-			 
-			<dependency>
 				<groupId>org.jboss.seam</groupId>
 				<artifactId>functional-tests</artifactId>
 				<version>${project.version}</version>



More information about the seam-commits mailing list