Seam SVN: r14653 - in branches/community/Seam_2_3: bom and 37 other directories.
by seam-commits@lists.jboss.org
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>
12 years, 7 months
[forge/core] 345e41: FORGE-550: created list-scaffold-providers plugin ...
by GitHub
Branch: refs/heads/master
Home: https://github.com/forge/core
Commit: 345e417ca1cf55cc1686304c5ef01c001eab3086
https://github.com/forge/core/commit/345e417ca1cf55cc1686304c5ef01c001eab...
Author: George Gastaldi <gegastaldi(a)gmail.com>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/FacesScaffold.java
A scaffold-plugins/src/main/java/org/jboss/forge/scaffold/plugins/ListScaffoldProvidersPlugin.java
A scaffold-plugins/src/test/java/org/jboss/forge/scaffold/plugins/ListScaffoldProvidersPluginTest.java
A scaffold-plugins/src/test/java/org/jboss/forge/scaffold/plugins/TestScaffoldProvider.java
Log Message:
-----------
FORGE-550: created list-scaffold-providers plugin and test case
Commit: 64eeb4a3a06cd7c0c1b553969490fc5829feeb3f
https://github.com/forge/core/commit/64eeb4a3a06cd7c0c1b553969490fc5829fe...
Author: Lincoln Baxter, III <lincolnbaxter(a)gmail.com>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/FacesScaffold.java
A scaffold-plugins/src/main/java/org/jboss/forge/scaffold/plugins/ListScaffoldProvidersPlugin.java
A scaffold-plugins/src/test/java/org/jboss/forge/scaffold/plugins/ListScaffoldProvidersPluginTest.java
A scaffold-plugins/src/test/java/org/jboss/forge/scaffold/plugins/TestScaffoldProvider.java
Log Message:
-----------
Merge pull request #153 from gastaldi/feature/FORGE-550
FORGE-550: created list-scaffold-providers plugin and test case
Compare: https://github.com/forge/core/compare/7e0c707...64eeb4a
12 years, 7 months
Seam SVN: r14652 - in branches/enterprise/WFK_2_0_PRE: jboss-seam-resteasy and 1 other directory.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-03 09:25:06 -0400 (Thu, 03 May 2012)
New Revision: 14652
Modified:
branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml
branches/enterprise/WFK_2_0_PRE/jboss-seam-resteasy/pom.xml
Log:
som polishing to enable build again
Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml 2012-05-03 10:59:46 UTC (rev 14651)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml 2012-05-03 13:25:06 UTC (rev 14652)
@@ -26,13 +26,8 @@
<configuration>
<jsSrcDir>src/main/resources/org/jboss/seam/remoting/</jsSrcDir>
</configuration>
- <!-- This is work around due htmlunit invalid pom in EAP repository -->
+
<dependencies>
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>serializer</artifactId>
- <version>2.7.1-redhat-1</version>
- </dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
@@ -68,11 +63,6 @@
<artifactId>commons-collections</artifactId>
<version>3.2.1-redhat-1</version>
</dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6-redhat-1</version>
- </dependency>
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-resteasy/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-resteasy/pom.xml 2012-05-03 10:59:46 UTC (rev 14651)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-resteasy/pom.xml 2012-05-03 13:25:06 UTC (rev 14652)
@@ -35,6 +35,12 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-atom-provider</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>jboss-jaxb-api_2.2_spec</artifactId>
+ <groupId>org.jboss.spec.javax.xml.bind</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
12 years, 8 months
Seam SVN: r14651 - in branches/enterprise/WFK_2_0_PRE: jboss-seam-remoting and 1 other directory.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-03 06:59:46 -0400 (Thu, 03 May 2012)
New Revision: 14651
Modified:
branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml
branches/enterprise/WFK_2_0_PRE/pom.xml
Log:
updated dependencies for ER5
Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml 2012-05-02 15:03:47 UTC (rev 14650)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml 2012-05-03 10:59:46 UTC (rev 14651)
@@ -68,6 +68,11 @@
<artifactId>commons-collections</artifactId>
<version>3.2.1-redhat-1</version>
</dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.6-redhat-1</version>
+ </dependency>
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
Modified: branches/enterprise/WFK_2_0_PRE/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/pom.xml 2012-05-02 15:03:47 UTC (rev 14650)
+++ branches/enterprise/WFK_2_0_PRE/pom.xml 2012-05-03 10:59:46 UTC (rev 14651)
@@ -58,8 +58,8 @@
<version.jsf2>2.1.7-redhat-1</version.jsf2>
<version.junit>4.8.2</version.junit>
<version.hibernatevalidator>4.2.0.Final-redhat-1</version.hibernatevalidator>
- <version.hibernatesearch>4.1.0.Final-redhat-1</version.hibernatesearch>
- <version.hcore>4.1.1.Final-redhat-1</version.hcore>
+ <version.hibernatesearch>4.1.1.ER1-redhat-1</version.hibernatesearch>
+ <version.hcore>4.1.3.ER1-redhat-1</version.hcore>
<!-- ***************** -->
<!-- Repository Deployment URLs -->
@@ -381,6 +381,12 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search</artifactId>
<version>${version.hibernatesearch}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.avro</groupId>
+ <artifactId>avro</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
12 years, 8 months
[forge/core] 441f1e: Format the Java sources upon file creation
by GitHub
Branch: refs/heads/master
Home: https://github.com/forge/core
Commit: 441f1ea3abffb73326520087e3dcc54e09e70d18
https://github.com/forge/core/commit/441f1ea3abffb73326520087e3dcc54e09e7...
Author: Ivan Ivanov <ivan.ivanov(a)sap.com>
Date: 2012-05-02 (Wed, 02 May 2012)
Changed paths:
M javaee-impl/src/test/java/org/jboss/forge/spec/jpa/NewEntityPluginTest.java
M parser-java/src/main/java/org/jboss/forge/parser/java/impl/AbstractJavaSource.java
M parser-java/src/main/java/org/jboss/forge/parser/java/util/Formatter.java
M parser-java/src/test/java/org/jboss/forge/test/parser/java/common/AnnotationTest.java
Log Message:
-----------
Format the Java sources upon file creation
All the formatting code is moved to the Formatter class. The AbstractJavaSource just uses it.
Commit: 0c6d898eb14d0610f8588963175b86b1ee47814a
https://github.com/forge/core/commit/0c6d898eb14d0610f8588963175b86b1ee47...
Author: Lincoln Baxter, III <lincolnbaxter(a)gmail.com>
Date: 2012-05-02 (Wed, 02 May 2012)
Changed paths:
M javaee-impl/src/test/java/org/jboss/forge/spec/jpa/NewEntityPluginTest.java
M parser-java/src/main/java/org/jboss/forge/parser/java/impl/AbstractJavaSource.java
M parser-java/src/main/java/org/jboss/forge/parser/java/util/Formatter.java
M parser-java/src/test/java/org/jboss/forge/test/parser/java/common/AnnotationTest.java
Log Message:
-----------
Merge pull request #152 from ivannov/FORGE-521
Format the Java sources upon file creation
Compare: https://github.com/forge/core/compare/c9be5c8...0c6d898
12 years, 8 months
[forge/core] faf1fc: cleanup of metawidget related objects
by GitHub
Branch: refs/heads/master
Home: https://github.com/forge/core
Commit: faf1fcb8523248838275e573f19f008949345c6d
https://github.com/forge/core/commit/faf1fcb8523248838275e573f19f00894934...
Author: ThomasF <fruehbeck(a)aon.at>
Date: 2012-05-01 (Tue, 01 May 2012)
Changed paths:
M dist/pom.xml
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/inspector/ForgeInspector.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/inspector/ForgeInspectorConfig.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/inspector/propertystyle/ForgePropertyStyle.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/processor/ForgeInspectionResultProcessor.java
M scaffold-faces/src/main/resources/scaffold/faces/metawidget-bean.xml
M scaffold-faces/src/main/resources/scaffold/faces/metawidget-entity.xml
M scaffold-faces/src/main/resources/scaffold/faces/metawidget-qbe.xml
M scaffold-faces/src/main/resources/scaffold/faces/metawidget-search.xml
M scaffold-faces/src/test/java/org/jboss/forge/scaffold/faces/AbstractFacesScaffoldTest.java
M scaffold-faces/src/test/java/org/jboss/forge/scaffold/faces/metawidget/inspector/ForgeInspectorTest.java
M scaffold-faces/src/test/java/org/jboss/forge/scaffold/faces/scenario/shopping/FacesScaffoldShoppingTest.java
M test-harness-web/src/main/java/org/jboss/forge/test/web/WebTestImpl.java
M test-harness-web/src/main/resources/web/arquillian.xml
Log Message:
-----------
cleanup of metawidget related objects
upgraded WebTest to JBoss AS 7.1.1.Final
added profile runForge and debugForge to distribution pom, set workingDirectory to java.io.tmpdir
Commit: c9be5c844e6d3ba128e80cc9cca4e6d35cdbd585
https://github.com/forge/core/commit/c9be5c844e6d3ba128e80cc9cca4e6d35cdb...
Author: Lincoln Baxter, III <lincolnbaxter(a)gmail.com>
Date: 2012-05-02 (Wed, 02 May 2012)
Changed paths:
M dist/pom.xml
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/inspector/ForgeInspector.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/inspector/ForgeInspectorConfig.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/inspector/propertystyle/ForgePropertyStyle.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/processor/ForgeInspectionResultProcessor.java
M scaffold-faces/src/main/resources/scaffold/faces/metawidget-bean.xml
M scaffold-faces/src/main/resources/scaffold/faces/metawidget-entity.xml
M scaffold-faces/src/main/resources/scaffold/faces/metawidget-qbe.xml
M scaffold-faces/src/main/resources/scaffold/faces/metawidget-search.xml
M scaffold-faces/src/test/java/org/jboss/forge/scaffold/faces/AbstractFacesScaffoldTest.java
M scaffold-faces/src/test/java/org/jboss/forge/scaffold/faces/metawidget/inspector/ForgeInspectorTest.java
M scaffold-faces/src/test/java/org/jboss/forge/scaffold/faces/scenario/shopping/FacesScaffoldShoppingTest.java
M test-harness-web/src/main/java/org/jboss/forge/test/web/WebTestImpl.java
M test-harness-web/src/main/resources/web/arquillian.xml
Log Message:
-----------
Merge pull request #151 from shadogray/master
cleanup of faces scaffold, WebTest on JBoss AS 7.1.1.Final, maven run/debug Forge
Compare: https://github.com/forge/core/compare/be2925e...c9be5c8
12 years, 8 months
Seam SVN: r14650 - branches/enterprise/JBPAPP_5_1_2_ER2_JBPAPP-8894/src/main/org/jboss/seam.
by seam-commits@lists.jboss.org
Author: ivassile
Date: 2012-05-02 11:03:47 -0400 (Wed, 02 May 2012)
New Revision: 14650
Modified:
branches/enterprise/JBPAPP_5_1_2_ER2_JBPAPP-8894/src/main/org/jboss/seam/Component.java
Log:
Changed HashSet to LinkedHashSet for the Business interfaces
Modified: branches/enterprise/JBPAPP_5_1_2_ER2_JBPAPP-8894/src/main/org/jboss/seam/Component.java
===================================================================
--- branches/enterprise/JBPAPP_5_1_2_ER2_JBPAPP-8894/src/main/org/jboss/seam/Component.java 2012-05-02 14:09:28 UTC (rev 14649)
+++ branches/enterprise/JBPAPP_5_1_2_ER2_JBPAPP-8894/src/main/org/jboss/seam/Component.java 2012-05-02 15:03:47 UTC (rev 14650)
@@ -1834,7 +1834,7 @@
public static Set<Class> getBusinessInterfaces(Class clazz)
{
- Set<Class> result = new HashSet<Class>();
+ Set<Class> result = new LinkedHashSet<Class>();
if ( clazz.isAnnotationPresent(LOCAL) )
{
12 years, 8 months
Seam SVN: r14649 - branches/enterprise.
by seam-commits@lists.jboss.org
Author: ivassile
Date: 2012-05-02 10:09:28 -0400 (Wed, 02 May 2012)
New Revision: 14649
Added:
branches/enterprise/JBPAPP_5_1_2_ER2_JBPAPP-8894/
Log:
Isolated branch for JBPAPP-8894
12 years, 8 months