[jboss-cvs] JBossAS SVN: r85122 - in branches/Branch_5_x: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 2 14:32:10 EST 2009


Author: stan.silvert at jboss.com
Date: 2009-03-02 14:32:10 -0500 (Mon, 02 Mar 2009)
New Revision: 85122

Modified:
   branches/Branch_5_x/component-matrix/pom.xml
   branches/Branch_5_x/thirdparty/pom.xml
Log:
JBCTS-903 java.lang.IlegalArgumentException thrown on Application.createMethodBinding() instead of expected ReferenceSyntaxException
Try upgrade to JSF 1.2_12


Modified: branches/Branch_5_x/component-matrix/pom.xml
===================================================================
--- branches/Branch_5_x/component-matrix/pom.xml	2009-03-02 19:31:18 UTC (rev 85121)
+++ branches/Branch_5_x/component-matrix/pom.xml	2009-03-02 19:32:10 UTC (rev 85122)
@@ -395,9 +395,9 @@
       </dependency>
       
       <dependency>
-        <groupId>com.sun</groupId>
+        <groupId>javax.faces</groupId>
         <artifactId>jsf-impl</artifactId>
-        <version>1.2_10</version>
+        <version>1.2_12</version>
       </dependency>
       
       <dependency>
@@ -487,7 +487,7 @@
       <dependency>
         <groupId>javax.faces</groupId>
         <artifactId>jsf-api</artifactId>
-        <version>1.2_10</version>
+        <version>1.2_12</version>
       </dependency>
       
       <dependency>

Modified: branches/Branch_5_x/thirdparty/pom.xml
===================================================================
--- branches/Branch_5_x/thirdparty/pom.xml	2009-03-02 19:31:18 UTC (rev 85121)
+++ branches/Branch_5_x/thirdparty/pom.xml	2009-03-02 19:32:10 UTC (rev 85122)
@@ -166,7 +166,7 @@
               </mapping>
             </dependency>
             <dependency>
-              <groupId>com.sun</groupId>
+              <groupId>javax.faces</groupId>
               <artifactId>jsf-impl</artifactId>
               <mapping>
                 <componentId>sun-jsf</componentId>
@@ -1838,7 +1838,7 @@
     </dependency>
     
     <dependency>
-      <groupId>com.sun</groupId>
+      <groupId>javax.faces</groupId>
       <artifactId>jsf-impl</artifactId>
     </dependency>
     <dependency>




More information about the jboss-cvs-commits mailing list