[seam-commits] Seam SVN: r15125 - in branches/community/Seam_2_3: bom and 45 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Sep 10 17:20:02 EDT 2012
Author: manaRH
Date: 2012-09-10 17:20:00 -0400 (Mon, 10 Sep 2012)
New Revision: 15125
Removed:
branches/community/Seam_2_3/jboss-seam-jul/pom.xml
branches/community/Seam_2_3/jboss-seam-jul/src/main/java/org/jboss/seam/interop/jul/Log4JConversionFilter.java
branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/facelet/FaceletsJBossLogging.java
Modified:
branches/community/Seam_2_3/bom/pom.xml
branches/community/Seam_2_3/distribution/pom.xml
branches/community/Seam_2_3/distribution/src/main/assembly/dist.xml
branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml
branches/community/Seam_2_3/examples-ee6/booking/booking-web/build.xml
branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml
branches/community/Seam_2_3/examples-ee6/drools/drools-web/pom.xml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/build.xml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml
branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml
branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/guice/guice-web/pom.xml
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/pom.xml
branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml
branches/community/Seam_2_3/examples-ee6/itext/itext-web/pom.xml
branches/community/Seam_2_3/examples-ee6/jee6/jee6-web/pom.xml
branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml
branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml
branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-web/pom.xml
branches/community/Seam_2_3/examples-ee6/openid/openid-web/pom.xml
branches/community/Seam_2_3/examples-ee6/quartz/quartz-web/pom.xml
branches/community/Seam_2_3/examples-ee6/registration/registration-web/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/pom.xml
branches/community/Seam_2_3/examples-ee6/restbay/restbay-web/pom.xml
branches/community/Seam_2_3/examples-ee6/rss/rss-web/pom.xml
branches/community/Seam_2_3/examples-ee6/seambay/seambay-web/pom.xml
branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/pom.xml
branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/pom.xml
branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/build.xml
branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/pom.xml
branches/community/Seam_2_3/examples-ee6/spring/spring-web/pom.xml
branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml
branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml
branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml
branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear-war.list
branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list
branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-ear-war.list
branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-war.list
branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy.xml
branches/community/Seam_2_3/jboss-seam-ui/pom.xml
branches/community/Seam_2_3/pom.xml
branches/community/Seam_2_3/release-process.txt
branches/community/Seam_2_3/seam-integration-tests/pom.xml
Log:
JBSEAM-5028 removed jboss-seam-jul
Modified: branches/community/Seam_2_3/bom/pom.xml
===================================================================
--- branches/community/Seam_2_3/bom/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/bom/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -141,12 +141,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- <version>${version.seam}</version>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-flex</artifactId>
<version>${version.seam}</version>
</dependency>
Modified: branches/community/Seam_2_3/distribution/pom.xml
===================================================================
--- branches/community/Seam_2_3/distribution/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/distribution/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -96,10 +96,6 @@
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-mail</artifactId>
</dependency>
<dependency>
@@ -155,12 +151,6 @@
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- <version>${project.version}</version>
- <classifier>sources</classifier>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-mail</artifactId>
<version>${project.version}</version>
<classifier>sources</classifier>
Modified: branches/community/Seam_2_3/distribution/src/main/assembly/dist.xml
===================================================================
--- branches/community/Seam_2_3/distribution/src/main/assembly/dist.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/distribution/src/main/assembly/dist.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -106,7 +106,6 @@
</includes>
<excludes>
<exclude>org.jboss.seam:jboss-seam-gen:*:sources</exclude>
- <exclude>org.jboss.seam:jboss-seam-jul:*:sources</exclude>
</excludes>
<outputFileNameMapping>${artifact.artifactId}-sources.${artifact.extension}</outputFileNameMapping>
</dependencySet>
@@ -139,31 +138,6 @@
<outputFileNameMapping>${artifact.artifactId}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>
</dependencySet>
- <!-- Seam jul -->
- <dependencySet>
- <outputDirectory>lib/interop</outputDirectory>
- <useProjectArtifact>false</useProjectArtifact>
- <useStrictFiltering>true</useStrictFiltering>
- <includes>
- <include>org.jboss.seam:jboss-seam-jul:jar</include>
- </includes>
- <excludes>
- <exclude>org.jboss.seam:jboss-seam-jul:jar:sources</exclude>
- </excludes>
- <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
- </dependencySet>
-
- <!-- Seam jul sources -->
- <dependencySet>
- <outputDirectory>lib/interop/src</outputDirectory>
- <useProjectArtifact>false</useProjectArtifact>
- <useStrictFiltering>true</useStrictFiltering>
- <includes>
- <include>org.jboss.seam:jboss-seam-jul:jar:sources</include>
- </includes>
- <outputFileNameMapping>${artifact.artifactId}-sources.${artifact.extension}</outputFileNameMapping>
- </dependencySet>
-
<!-- Add Richfaces for Seam-gen -->
<dependencySet>
<outputDirectory>lib</outputDirectory>
Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -37,12 +37,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-web/build.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-web/build.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/build.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -43,7 +43,6 @@
<artifact:dependencies pathId="project.classpath" filesetId="project.fileset" useScope="runtime">
<dependency groupId="org.jboss.seam" artifactId="jboss-seam-ui" version="2.3.0.Final-SNAPSHOT" scope="runtime">
- <exclusion groupId="org.jboss.seam" artifactId="jboss-seam-jul"/>
<exclusion groupId="org.jboss.seam" artifactId="jboss-seam"/>
</dependency>
<dependency groupId="org.jboss.seam" artifactId="jboss-seam-debug" version="2.3.0.Final-SNAPSHOT"
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -32,10 +32,6 @@
<exclusions>
<exclusion>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
</exclusion>
</exclusions>
Modified: branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -35,12 +35,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/drools/drools-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/drools/drools-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/drools/drools-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -29,12 +29,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/build.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/build.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/build.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -43,7 +43,6 @@
<artifact:dependencies pathId="project.classpath" filesetId="project.fileset" useScope="runtime">
<dependency groupId="org.jboss.seam" artifactId="jboss-seam-ui" version="2.3.0.Final-SNAPSHOT" scope="runtime">
- <exclusion groupId="org.jboss.seam" artifactId="jboss-seam-jul"/>
<exclusion groupId="org.jboss.seam" artifactId="jboss-seam"/>
</dependency>
<dependency groupId="org.jboss.seam" artifactId="jboss-seam-debug" version="2.3.0.Final-SNAPSHOT"
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -43,12 +43,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</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-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -78,12 +78,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -38,12 +38,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -33,12 +33,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/guice/guice-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/guice/guice-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/guice/guice-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -39,12 +39,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -44,12 +44,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -41,10 +41,6 @@
<exclusions>
<exclusion>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
</exclusion>
</exclusions>
Modified: branches/community/Seam_2_3/examples-ee6/itext/itext-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/itext/itext-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/itext/itext-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -30,10 +30,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/jee6/jee6-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/jee6/jee6-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/jee6/jee6-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -81,10 +81,6 @@
<exclusions>
<exclusion>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
</exclusion>
</exclusions>
Modified: branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -27,12 +27,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<!--
<dependency>
Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -52,12 +52,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -30,10 +30,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<artifactId>jboss-seam</artifactId>
<groupId>org.jboss.seam</groupId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -35,12 +35,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -48,12 +48,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -36,10 +36,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -33,10 +33,6 @@
<exclusions>
<exclusion>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
</exclusion>
</exclusions>
Modified: branches/community/Seam_2_3/examples-ee6/openid/openid-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/openid/openid-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/openid/openid-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -34,12 +34,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/quartz/quartz-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/quartz/quartz-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/quartz/quartz-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -36,10 +36,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/registration/registration-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/registration/registration-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/registration/registration-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -34,12 +34,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -34,12 +34,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -34,12 +34,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/restbay/restbay-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/restbay/restbay-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/restbay/restbay-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -36,10 +36,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/rss/rss-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/rss/rss-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/rss/rss-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -34,12 +34,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/seambay/seambay-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seambay/seambay-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/seambay/seambay-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -36,10 +36,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -30,10 +30,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -36,10 +36,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/build.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/build.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/build.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -43,7 +43,6 @@
<artifact:dependencies pathId="project.classpath" filesetId="project.fileset" useScope="runtime">
<dependency groupId="org.jboss.seam" artifactId="jboss-seam-ui" version="2.3.0.Final-SNAPSHOT" scope="runtime">
- <exclusion groupId="org.jboss.seam" artifactId="jboss-seam-jul"/>
<exclusion groupId="org.jboss.seam" artifactId="jboss-seam"/>
</dependency>
<dependency groupId="org.jboss.seam" artifactId="jboss-seam-debug" version="2.3.0.Final-SNAPSHOT"
Modified: branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -36,10 +36,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/spring/spring-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/spring/spring-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/spring/spring-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -23,12 +23,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<!-- <dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -36,10 +36,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -48,10 +48,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -34,12 +34,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear-war.list
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear-war.list 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear-war.list 2012-09-10 21:20:00 UTC (rev 15125)
@@ -23,7 +23,6 @@
jboss-seam-rss.jar
yarfraw.jar
jboss-seam-ui.jar
-jboss-seam-jul.jar
richfaces-components-ui.jar
richfaces-core-impl.jar
gwt-servlet.jar
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list 2012-09-10 21:20:00 UTC (rev 15125)
@@ -44,7 +44,6 @@
guice.jar
jboss-seam-mail.jar
jboss-seam-ui.jar
-jboss-seam-jul.jar
jboss-seam-pdf.jar
itext.jar
itext-rtf.jar
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-ear-war.list
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-ear-war.list 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-ear-war.list 2012-09-10 21:20:00 UTC (rev 15125)
@@ -7,7 +7,6 @@
jboss-seam-remoting.jar
jboss-seam-rss.jar
jboss-seam-flex.jar
-jboss-seam-jul.jar
jboss-seam-ui.jar
jboss-seam-wicket-ant.jar
jboss-seam-wicket.jar
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-war.list
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-war.list 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-war.list 2012-09-10 21:20:00 UTC (rev 15125)
@@ -23,7 +23,6 @@
jboss-seam-remoting.jar
jboss-seam-rss.jar
jboss-seam-flex.jar
-jboss-seam-jul.jar
jboss-seam-ui.jar
jboss-seam-wicket-ant.jar
jboss-seam-wicket.jar
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -43,7 +43,6 @@
<dependency org="org.jboss.seam" name="jboss-seam-debug" rev="${seam.version}" conf="default,sources"/>
<dependency org="org.jboss.seam" name="jboss-seam-excel" rev="${seam.version}" conf="default,sources"/>
<dependency org="org.jboss.seam" name="jboss-seam-ioc" rev="${seam.version}" conf="default,sources"/>
- <dependency org="org.jboss.seam" name="jboss-seam-jul" rev="${seam.version}" conf="default,sources"/>
<dependency org="org.jboss.seam" name="jboss-seam-mail" rev="${seam.version}" conf="default,sources"/>
<dependency org="org.jboss.seam" name="jboss-seam-pdf" rev="${seam.version}" conf="default,sources"/>
<dependency org="org.jboss.seam" name="jboss-seam-remoting" rev="${seam.version}" conf="default,sources"/>
Deleted: branches/community/Seam_2_3/jboss-seam-jul/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-jul/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-jul/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -1,39 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>jboss-seam-parent</artifactId>
- <groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>jboss-seam-jul</artifactId>
- <name>Seam JUL</name>
-
- <dependencies>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
- <profiles>
- <profile>
- <id>code-coverage</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>emma-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
-</project>
Deleted: branches/community/Seam_2_3/jboss-seam-jul/src/main/java/org/jboss/seam/interop/jul/Log4JConversionFilter.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-jul/src/main/java/org/jboss/seam/interop/jul/Log4JConversionFilter.java 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-jul/src/main/java/org/jboss/seam/interop/jul/Log4JConversionFilter.java 2012-09-10 21:20:00 UTC (rev 15125)
@@ -1,173 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2007, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-package org.jboss.seam.interop.jul;
-
-import java.util.HashMap;
-import java.util.Map;
-import java.util.logging.Filter;
-import java.util.logging.Formatter;
-import java.util.logging.Level;
-import java.util.logging.LogRecord;
-import java.util.logging.SimpleFormatter;
-
-import org.apache.log4j.Logger;
-
-/**
- * This filter is used to convert java.util.logging messages from the JUL
- * to Log4J messages.
- *
- * You need to install it onto any JUL Logger which needs bridging
- * using logger.setFilter();
- *
- * @author Stan Silvert
- * @author Pete Muir
- */
-public class Log4JConversionFilter implements Filter
-{
-
- // cache Logger instances. Logger.getLogger() is known to be slow.
- // See http://www.qos.ch/logging/thinkAgain.jsp
- private Map<String, Logger> loggerCache = new HashMap<String, Logger>();
-
- private Formatter formatter = new SimpleFormatter();
-
- /**
- * If the JSF RI message should be logged, convert the JDK 1.4
- * LogRecord to a Log4J message.
- *
- * @return <code>false</code> because JDK 1.4 logging should not happen
- * for JSF if this filter is active.
- */
- public boolean isLoggable(LogRecord record)
- {
-
- Logger logger = getLogger(record);
-
- if (record.getThrown() != null)
- {
- logWithThrowable(logger, record);
- }
- else
- {
- logWithoutThrowable(logger, record);
- }
-
- return false;
- }
-
- private void logWithThrowable(Logger logger, LogRecord record)
- {
- int loggedLevel = record.getLevel().intValue();
- Object message = formatter.formatMessage(record);
- Throwable throwable = record.getThrown();
-
- if (loggedLevel == Level.SEVERE.intValue())
- {
- logger.error(message, throwable);
- return;
- }
-
- if (loggedLevel == Level.WARNING.intValue())
- {
- logger.warn(message, throwable);
- return;
- }
-
- if ((loggedLevel == Level.INFO.intValue()) ||
- (loggedLevel == Level.CONFIG.intValue()))
- {
- logger.info(message, throwable);
- return;
- }
-
- if (loggedLevel == Level.FINE.intValue())
- {
- logger.debug(message, throwable);
- return;
- }
-
- if ((loggedLevel == Level.FINER.intValue()) ||
- (loggedLevel == Level.FINEST.intValue()))
- {
- logger.trace(message, throwable);
- return;
- }
-
- logger.info(message, throwable);
- }
-
- private void logWithoutThrowable(Logger logger, LogRecord record)
- {
- int loggedLevel = record.getLevel().intValue();
- Object message = formatter.formatMessage(record);
-
- if (loggedLevel == Level.SEVERE.intValue())
- {
- logger.error(message);
- return;
- }
-
- if (loggedLevel == Level.WARNING.intValue())
- {
- logger.warn(message);
- return;
- }
-
- if ((loggedLevel == Level.INFO.intValue()) ||
- (loggedLevel == Level.CONFIG.intValue()))
- {
- logger.info(message);
- return;
- }
-
- if (loggedLevel == Level.FINE.intValue())
- {
- logger.debug(message);
- return;
- }
-
- if ((loggedLevel == Level.FINER.intValue()) ||
- (loggedLevel == Level.FINEST.intValue()))
- {
- logger.trace(message);
- return;
- }
-
- logger.info(message);
- }
-
- // get the Log4J logger corresponding to the java.util.logger.LogRecord
- private Logger getLogger(LogRecord record)
- {
- String loggerName = record.getLoggerName();
- Logger logger = loggerCache.get(loggerName);
- if (logger == null)
- {
- logger = Logger.getLogger(loggerName);
- loggerCache.put(loggerName, logger);
- }
-
- return logger;
- }
-
-}
Modified: branches/community/Seam_2_3/jboss-seam-ui/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -137,11 +137,6 @@
</dependency>
<dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </dependency>
-
- <dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
<optional>true</optional>
Deleted: branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/facelet/FaceletsJBossLogging.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/facelet/FaceletsJBossLogging.java 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/facelet/FaceletsJBossLogging.java 2012-09-10 21:20:00 UTC (rev 15125)
@@ -1,111 +0,0 @@
-package org.jboss.seam.ui.facelet;
-
-import static org.jboss.seam.ScopeType.APPLICATION;
-import static org.jboss.seam.annotations.Install.BUILT_IN;
-
-import java.lang.reflect.Field;
-import java.util.logging.Filter;
-import java.util.logging.Logger;
-
-import org.jboss.seam.annotations.Create;
-import org.jboss.seam.annotations.Install;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Scope;
-import org.jboss.seam.annotations.Startup;
-import org.jboss.seam.annotations.intercept.BypassInterceptors;
-import org.jboss.seam.interop.jul.Log4JConversionFilter;
-import org.jboss.seam.log.LogProvider;
-import org.jboss.seam.log.Logging;
-import org.jboss.seam.util.Reflections;
-
-import com.sun.faces.facelets.impl.DefaultFaceletFactory;
-import com.sun.faces.facelets.tag.jsf.core.ViewHandler;
-import com.sun.faces.facelets.util.Resource;
-import javax.faces.view.facelets.ComponentHandler;
-
- at Name("org.jboss.seam.ui.facelet.faceletsJBossLogging")
- at Scope(APPLICATION)
- at Install(classDependencies={"com.sun.faces.facelets.Facelet", "org.jboss.logging.Logger", "org.apache.log4j.Logger", "org.jboss.seam.interop.jul.Log4JConversionFilter"}, precedence=BUILT_IN)
- at Startup
- at BypassInterceptors
-public class FaceletsJBossLogging
-{
-
- private LogProvider log = Logging.getLogProvider(FaceletsJBossLogging.class);
-
- @SuppressWarnings("deprecation")
- @Create
- public void create()
- {
- Filter conversionFilter = null;
- try
- {
- conversionFilter = new Log4JConversionFilter();
- }
- catch (Exception e)
- {
- // Filter isn't installed in the container
- return;
- }
- try
- {
-
-
- java.util.logging.Logger julLogger;
-
- // Gah have to do this by reflection as the loggers are protected
-
- // And some aren't static, so this really is best effort
-
-// julLogger = getPrivateStaticLogger(TagLibraryConfig.class, "log");
-// julLogger.setFilter(conversionFilter);
-
- julLogger = getPrivateStaticLogger(com.sun.faces.facelets.compiler.Compiler.class, "log");
- julLogger.setFilter(conversionFilter);
-
- julLogger = getPrivateStaticLogger(DefaultFaceletFactory.class, "log");
- julLogger.setFilter(conversionFilter);
-
-// julLogger = getPrivateStaticLogger(TagLibraryConfig.class, "log");
-// julLogger.setFilter(conversionFilter);
-
-// julLogger = getPrivateStaticLogger(ComponentHandler.class, "log");
-// julLogger.setFilter(conversionFilter);
-
- julLogger = getPrivateStaticLogger(Resource.class, "log");
- julLogger.setFilter(conversionFilter);
-
-// julLogger = getPrivateStaticLogger(ViewHandler.class, "log");
-// julLogger.setFilter(conversionFilter);
-
- // These ones are in a package-scoped class
-
- julLogger = getPrivateStaticLogger("com.sun.faces.facelets.compiler.CompilationManager", "log");
- julLogger.setFilter(conversionFilter);
-
- julLogger = getPrivateStaticLogger("com.sun.faces.facelets.tag.jsf.ComponentRule", "log");
- julLogger.setFilter(conversionFilter);
-
-// julLogger = getPrivateStaticLogger("com.sun.faces.facelets.tag.MetaRulesetImpl", "log");
-// julLogger.setFilter(conversionFilter);
-
- }
- catch (Exception e)
- {
- log.warn("Unable to wrap Facelets JDK logging in Log4j logging", e);
- }
- }
-
- private Logger getPrivateStaticLogger(Class clazz, String fieldName) throws Exception
- {
- Field field = Reflections.getField(clazz, fieldName);
- field.setAccessible(true);
- return (Logger) Reflections.get(field, new Object());
- }
-
- private Logger getPrivateStaticLogger(String className, String fieldName) throws Exception
- {
- return getPrivateStaticLogger(Reflections.classForName(className), fieldName);
- }
-
-}
Modified: branches/community/Seam_2_3/pom.xml
===================================================================
--- branches/community/Seam_2_3/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -427,7 +427,6 @@
<module>jboss-seam-rss</module>
<module>jboss-seam-wicket</module>
<module>jboss-seam-ioc</module>
- <module>jboss-seam-jul</module>
<module>functional-tests</module>
<module>seam-integration-tests</module>
</modules>
Modified: branches/community/Seam_2_3/release-process.txt
===================================================================
--- branches/community/Seam_2_3/release-process.txt 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/release-process.txt 2012-09-10 21:20:00 UTC (rev 15125)
@@ -141,7 +141,6 @@
jboss-seam-flex
jboss-seam-gen
jboss-seam-ioc
- jboss-seam-jul
jboss-seam-mail
jboss-seam-pdf
jboss-seam-remoting
Modified: branches/community/Seam_2_3/seam-integration-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/seam-integration-tests/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/seam-integration-tests/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -138,12 +138,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
More information about the seam-commits
mailing list