Seam SVN: r14963 - branches/community/Seam_2_3/jboss-seam-pdf.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-27 11:15:05 -0400 (Wed, 27 Jun 2012)
New Revision: 14963
Modified:
branches/community/Seam_2_3/jboss-seam-pdf/pom.xml
Log:
not limit validation to only faces-config.xml
Modified: branches/community/Seam_2_3/jboss-seam-pdf/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-pdf/pom.xml 2012-06-27 15:14:58 UTC (rev 14962)
+++ branches/community/Seam_2_3/jboss-seam-pdf/pom.xml 2012-06-27 15:15:05 UTC (rev 14963)
@@ -112,9 +112,6 @@
<validationSets>
<validationSet>
<dir>src/main/resources/META-INF/</dir>
- <includes>
- <include>faces-config.xml</include>
- </includes>
<validating>true</validating>
</validationSet>
</validationSets>
12 years, 6 months
Seam SVN: r14962 - branches/community/Seam_2_3/jboss-seam-pdf/src/main/resources/META-INF.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-27 11:14:58 -0400 (Wed, 27 Jun 2012)
New Revision: 14962
Modified:
branches/community/Seam_2_3/jboss-seam-pdf/src/main/resources/META-INF/seam-pdf.taglib.xml
Log:
fixed dtd declaration
Modified: branches/community/Seam_2_3/jboss-seam-pdf/src/main/resources/META-INF/seam-pdf.taglib.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-pdf/src/main/resources/META-INF/seam-pdf.taglib.xml 2012-06-27 15:14:50 UTC (rev 14961)
+++ branches/community/Seam_2_3/jboss-seam-pdf/src/main/resources/META-INF/seam-pdf.taglib.xml 2012-06-27 15:14:58 UTC (rev 14962)
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE facelet-taglib PUBLIC
"-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
- "facelet-taglib_1_0.dtd">
+ "http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
<facelet-taglib>
<namespace>http://jboss.org/schema/seam/pdf</namespace>
12 years, 6 months
Seam SVN: r14961 - branches/community/Seam_2_3/jboss-seam-mail.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-27 11:14:50 -0400 (Wed, 27 Jun 2012)
New Revision: 14961
Modified:
branches/community/Seam_2_3/jboss-seam-mail/pom.xml
Log:
removed unused dependencies jboss-seam-mail
Modified: branches/community/Seam_2_3/jboss-seam-mail/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-mail/pom.xml 2012-06-27 15:14:45 UTC (rev 14960)
+++ branches/community/Seam_2_3/jboss-seam-mail/pom.xml 2012-06-27 15:14:50 UTC (rev 14961)
@@ -26,21 +26,6 @@
<artifactId>jboss-jsf-api_2.0_spec</artifactId>
</dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-pdf</artifactId>
- <optional>true</optional>
- <exclusions>
- <exclusion>
- <groupId>com.lowagie</groupId>
- <artifactId>itext</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.lowagie</groupId>
- <artifactId>itext-rtf</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<dependency>
<groupId>javax.mail</groupId>
@@ -48,11 +33,6 @@
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.el</groupId>
- <artifactId>jboss-el-api_2.2_spec</artifactId>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>org.testng</groupId>
@@ -61,10 +41,6 @@
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- </dependency>
</dependencies>
<profiles>
12 years, 6 months
Seam SVN: r14960 - branches/community/Seam_2_3/jboss-seam-ioc.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-27 11:14:45 -0400 (Wed, 27 Jun 2012)
New Revision: 14960
Modified:
branches/community/Seam_2_3/jboss-seam-ioc/pom.xml
Log:
removed unused dependencies jboss-seam-ioc
Modified: branches/community/Seam_2_3/jboss-seam-ioc/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ioc/pom.xml 2012-06-27 15:14:38 UTC (rev 14959)
+++ branches/community/Seam_2_3/jboss-seam-ioc/pom.xml 2012-06-27 15:14:45 UTC (rev 14960)
@@ -33,11 +33,6 @@
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>cglib</groupId>
- <artifactId>cglib-nodep</artifactId>
- <optional>true</optional>
- </dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
@@ -45,12 +40,6 @@
<type>ejb</type>
</dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.el</groupId>
- <artifactId>jboss-el-api_2.2_spec</artifactId>
- <optional>true</optional>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>org.jboss.spec.javax.transaction</groupId>
12 years, 6 months
Seam SVN: r14959 - branches/community/Seam_2_3/jboss-seam-ui.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-27 11:14:38 -0400 (Wed, 27 Jun 2012)
New Revision: 14959
Modified:
branches/community/Seam_2_3/jboss-seam-ui/pom.xml
Log:
added m2e lifecycle for maven-cdk-plugin
Modified: branches/community/Seam_2_3/jboss-seam-ui/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-06-27 15:14:32 UTC (rev 14958)
+++ branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-06-27 15:14:38 UTC (rev 14959)
@@ -64,6 +64,39 @@
</executions>
</plugin>
</plugins>
+ <pluginManagement>
+ <plugins>
+ <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>
+ maven-cdk-plugin
+ </artifactId>
+ <versionRange>
+ [4.2.2.Final,)
+ </versionRange>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
</build>
<!-- See parent pom for notes on how to declare dependencies -->
12 years, 6 months
Seam SVN: r14958 - in branches/community/Seam_2_3/jboss-seam-debug: src/main/java/org/jboss/seam/debug/jsf2 and 1 other directory.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-27 11:14:32 -0400 (Wed, 27 Jun 2012)
New Revision: 14958
Modified:
branches/community/Seam_2_3/jboss-seam-debug/pom.xml
branches/community/Seam_2_3/jboss-seam-debug/src/main/java/org/jboss/seam/debug/jsf2/SeamDebugPhaseListener.java
Log:
removed unused dependencies jboss-seam-debug and removed unused imports
Modified: branches/community/Seam_2_3/jboss-seam-debug/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-debug/pom.xml 2012-06-27 15:14:19 UTC (rev 14957)
+++ branches/community/Seam_2_3/jboss-seam-debug/pom.xml 2012-06-27 15:14:32 UTC (rev 14958)
@@ -20,30 +20,13 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
</dependency>
-
- <dependency>
- <groupId>org.jboss.spec.javax.faces</groupId>
- <artifactId>jboss-jsf-api_2.0_spec</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.servlet</groupId>
- <artifactId>jboss-servlet-api_3.0_spec</artifactId>
- <scope>provided</scope>
- </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.el</groupId>
- <artifactId>jboss-el-api_2.2_spec</artifactId>
- <scope>provided</scope>
- </dependency>
</dependencies>
<profiles>
Modified: branches/community/Seam_2_3/jboss-seam-debug/src/main/java/org/jboss/seam/debug/jsf2/SeamDebugPhaseListener.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-debug/src/main/java/org/jboss/seam/debug/jsf2/SeamDebugPhaseListener.java 2012-06-27 15:14:19 UTC (rev 14957)
+++ branches/community/Seam_2_3/jboss-seam-debug/src/main/java/org/jboss/seam/debug/jsf2/SeamDebugPhaseListener.java 2012-06-27 15:14:32 UTC (rev 14958)
@@ -2,28 +2,17 @@
import java.io.IOException;
import java.io.Writer;
-import java.net.URL;
import javax.faces.application.StateManager;
-import javax.faces.component.UIViewRoot;
import javax.faces.context.FacesContext;
-import javax.faces.context.ResponseWriter;
import javax.faces.event.PhaseEvent;
import javax.faces.event.PhaseId;
import javax.faces.event.PhaseListener;
-import javax.faces.view.facelets.ResourceResolver;
-import javax.servlet.http.HttpServletResponse;
import org.jboss.seam.contexts.FacesLifecycle;
import org.jboss.seam.navigation.Pages;
import com.sun.facelets.StateWriterControl;
-import com.sun.faces.facelets.Facelet;
-import com.sun.faces.facelets.FaceletFactory;
-import com.sun.faces.facelets.compiler.SAXCompiler;
-import com.sun.faces.facelets.impl.DefaultFaceletFactory;
-import com.sun.faces.facelets.impl.FaceletCacheFactoryImpl;
-import com.sun.faces.util.RequestStateManager;
/**
* Intercepts any request for a view-id like /debug.xxx and renders
12 years, 6 months
Seam SVN: r14956 - branches/community/Seam_2_3/jboss-seam-rss.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-27 11:14:10 -0400 (Wed, 27 Jun 2012)
New Revision: 14956
Modified:
branches/community/Seam_2_3/jboss-seam-rss/pom.xml
Log:
cleaned up jboss-seam-rss dependencies
Modified: branches/community/Seam_2_3/jboss-seam-rss/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-rss/pom.xml 2012-06-27 15:14:01 UTC (rev 14955)
+++ branches/community/Seam_2_3/jboss-seam-rss/pom.xml 2012-06-27 15:14:10 UTC (rev 14956)
@@ -28,22 +28,12 @@
<type>ejb</type>
</dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-ui</artifactId>
- </dependency>
<dependency>
<groupId>org.jboss.spec.javax.servlet</groupId>
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
<scope>provided</scope>
</dependency>
-
- <dependency>
- <groupId>org.jboss.spec.javax.el</groupId>
- <artifactId>jboss-el-api_2.2_spec</artifactId>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>org.jboss.spec.javax.faces</groupId>
12 years, 6 months
Seam SVN: r14955 - in branches/community/Seam_2_3: jboss-seam-wicket and 1 other directory.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-27 11:14:01 -0400 (Wed, 27 Jun 2012)
New Revision: 14955
Modified:
branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Home.html
branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Register.html
branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Template.html
branches/community/Seam_2_3/jboss-seam-wicket/pom.xml
Log:
cleaned up jboss-seam-wicket dependencies and fixed strings in wicket example
Modified: branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Home.html
===================================================================
--- branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Home.html 2012-06-26 13:46:21 UTC (rev 14954)
+++ branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Home.html 2012-06-27 15:14:01 UTC (rev 14955)
@@ -56,7 +56,7 @@
</div>
</div>
</div>
- <div id="footer">Created with Seam 2.0, JBoss EJB 3.0 and Apache Wicket</div>
+ <div id="footer">Created with Seam 2.3, JBoss EJB 3 and Apache Wicket</div>
</div>
</body>
</html>
Modified: branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Register.html
===================================================================
--- branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Register.html 2012-06-26 13:46:21 UTC (rev 14954)
+++ branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Register.html 2012-06-27 15:14:01 UTC (rev 14955)
@@ -70,7 +70,7 @@
</div>
- <div id="footer">Created with Seam 2.0, JBoss EJB 3.0 and Apache Wicket</div>
+ <div id="footer">Created with Seam 2.3, JBoss EJB 3 and Apache Wicket</div>
</div>
Modified: branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Template.html
===================================================================
--- branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Template.html 2012-06-26 13:46:21 UTC (rev 14954)
+++ branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Template.html 2012-06-27 15:14:01 UTC (rev 14955)
@@ -34,8 +34,8 @@
<wicket:body />
</div>
</div>
- <div id="footer">Created with Seam 2.0, JBoss EJB 3.0 and Apache Wicket</div>
+ <div id="footer">Created with Seam 2.3, JBoss EJB 3 and Apache Wicket</div>
</div>
</body>
</html>
-</wicket:border>
\ No newline at end of file
+</wicket:border>
Modified: branches/community/Seam_2_3/jboss-seam-wicket/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-wicket/pom.xml 2012-06-26 13:46:21 UTC (rev 14954)
+++ branches/community/Seam_2_3/jboss-seam-wicket/pom.xml 2012-06-27 15:14:01 UTC (rev 14955)
@@ -45,18 +45,18 @@
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <optional>true</optional>
- <version>1.4.2</version>
- <exclusions>
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
+<!-- <dependency> -->
+<!-- <groupId>org.slf4j</groupId> -->
+<!-- <artifactId>slf4j-log4j12</artifactId> -->
+<!-- <optional>true</optional> -->
+<!-- <version>1.5.8</version> -->
+<!-- <exclusions> -->
+<!-- <exclusion> -->
+<!-- <groupId>log4j</groupId> -->
+<!-- <artifactId>log4j</artifactId> -->
+<!-- </exclusion> -->
+<!-- </exclusions> -->
+<!-- </dependency> -->
<dependency>
<groupId>org.jboss.spec.javax.servlet</groupId>
@@ -64,17 +64,16 @@
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- <optional>true</optional>
- </dependency>
+ <dependency>
+ <groupId>javax.validation</groupId>
+ <artifactId>validation-api</artifactId>
+ </dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.ejb</groupId>
- <artifactId>jboss-ejb-api_3.1_spec</artifactId>
- <scope>provided</scope>
- </dependency>
+<!-- <dependency> -->
+<!-- <groupId>org.jboss.spec.javax.ejb</groupId> -->
+<!-- <artifactId>jboss-ejb-api_3.1_spec</artifactId> -->
+<!-- <scope>provided</scope> -->
+<!-- </dependency> -->
<dependency>
<groupId>org.apache.ant</groupId>
12 years, 6 months
Seam SVN: r14954 - branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-06-26 09:46:21 -0400 (Tue, 26 Jun 2012)
New Revision: 14954
Modified:
branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/SFSBSynchronizationTest.java
Log:
comment update
Modified: branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/SFSBSynchronizationTest.java
===================================================================
--- branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/SFSBSynchronizationTest.java 2012-06-26 13:37:56 UTC (rev 14953)
+++ branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/SFSBSynchronizationTest.java 2012-06-26 13:46:21 UTC (rev 14954)
@@ -85,7 +85,7 @@
}
}
- // JBPAPP-8869
+ // JBPAPP-8869 (JBSEAM-4943)
@Test
public void synchronizationInterceptor()
throws Exception
12 years, 6 months