Seam SVN: r11320 - in tags/JBoss_Seam_2_2_0_GA/build: embedded and 1 other directories.
by seam-commits@lists.jboss.org
Author: norman.richards(a)jboss.com
Date: 2009-07-29 13:54:34 -0400 (Wed, 29 Jul 2009)
New Revision: 11320
Modified:
tags/JBoss_Seam_2_2_0_GA/build/build.properties
tags/JBoss_Seam_2_2_0_GA/build/common.build.xml
tags/JBoss_Seam_2_2_0_GA/build/embedded/build.xml
tags/JBoss_Seam_2_2_0_GA/build/embedded/hibernate-all.pom.xml
tags/JBoss_Seam_2_2_0_GA/build/embedded/jboss-embedded-all.pom.xml
tags/JBoss_Seam_2_2_0_GA/build/embedded/jboss-embedded.pom.xml
tags/JBoss_Seam_2_2_0_GA/build/embedded/shaded/hibernate-all.pom.xml
tags/JBoss_Seam_2_2_0_GA/build/embedded/shaded/jboss-embedded-all.pom.xml
tags/JBoss_Seam_2_2_0_GA/build/embedded/shaded/jboss-embedded.pom.xml
tags/JBoss_Seam_2_2_0_GA/build/embedded/shaded/thirdparty-all.pom.xml
tags/JBoss_Seam_2_2_0_GA/build/embedded/thirdparty-all.pom.xml
tags/JBoss_Seam_2_2_0_GA/build/root.pom.xml
Log:
JBSEAM-4308 merge 11318:11319 from branch
Modified: tags/JBoss_Seam_2_2_0_GA/build/build.properties
===================================================================
--- tags/JBoss_Seam_2_2_0_GA/build/build.properties 2009-07-29 15:22:25 UTC (rev 11319)
+++ tags/JBoss_Seam_2_2_0_GA/build/build.properties 2009-07-29 17:54:34 UTC (rev 11320)
@@ -1,6 +1,6 @@
-offline.repository.jboss.org /home/mnovotny/projects/jboss-maven-repo
+offline.repository.jboss.org /home/mnovotny/projects/jboss-maven-repository/maven2
embedded.poms.dir /home/mnovotny/workspaces/jboss/jboss-seam_2_2/build/embedded
embedded.dir /home/mnovotny/projects/EMBEDDED_JBOSS_BETA3_COMMUNITY/embedded
#embedded.jars.dir /Users/pmuir/tmp/embedded-jboss-beta3/lib
#�embedded.dist.zip /Users/pmuir/Desktop/downloads/embedded-jboss-beta3.zip
-embedded.version beta3.SP8
\ No newline at end of file
+embedded.version beta3.SP9
\ No newline at end of file
Modified: tags/JBoss_Seam_2_2_0_GA/build/common.build.xml
===================================================================
--- tags/JBoss_Seam_2_2_0_GA/build/common.build.xml 2009-07-29 15:22:25 UTC (rev 11319)
+++ tags/JBoss_Seam_2_2_0_GA/build/common.build.xml 2009-07-29 17:54:34 UTC (rev 11320)
@@ -23,7 +23,7 @@
<property name="maven.settings.xml" location="${build.dir}/settings.xml" />
- <property name="embedded.version" value="beta3.SP8" />
+ <property name="embedded.version" value="beta3.SP9" />
<import file="${build.dir}/utilities.build.xml" />
Modified: tags/JBoss_Seam_2_2_0_GA/build/embedded/build.xml
===================================================================
--- tags/JBoss_Seam_2_2_0_GA/build/embedded/build.xml 2009-07-29 15:22:25 UTC (rev 11319)
+++ tags/JBoss_Seam_2_2_0_GA/build/embedded/build.xml 2009-07-29 17:54:34 UTC (rev 11320)
@@ -36,6 +36,7 @@
<zipfileset src="${embedded.jars.dir}/thirdparty-all.jar" />
<zipfileset src="${lib.dir}/lucene-core.jar"/>
<zipfileset src="${lib.dir}/slf4j-log4j12.jar"/>
+ <zipfileset src="${lib.dir}/slf4j-api.jar"/>
</jar>
<copy file="${embedded.jars.dir}/jboss-embedded.jar" todir="${shaded.embedded.jars.dir}" />
<copy file="${embedded.jars.dir}/jboss-embedded-all.jar" todir="${shaded.embedded.jars.dir}" />
Modified: tags/JBoss_Seam_2_2_0_GA/build/embedded/hibernate-all.pom.xml
===================================================================
--- tags/JBoss_Seam_2_2_0_GA/build/embedded/hibernate-all.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
+++ tags/JBoss_Seam_2_2_0_GA/build/embedded/hibernate-all.pom.xml 2009-07-29 17:54:34 UTC (rev 11320)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.embedded</groupId>
<artifactId>hibernate-all</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<description>The hibernate-all.jar distributed with JBoss Embedded. This contains Hibernate
for running in an EJB3 enviroment (Hibernate, Hibernate Annotations, Hibernate EntityManager, Hibernate Validator, Hibernate Commons Annotations)</description>
</project>
Modified: tags/JBoss_Seam_2_2_0_GA/build/embedded/jboss-embedded-all.pom.xml
===================================================================
--- tags/JBoss_Seam_2_2_0_GA/build/embedded/jboss-embedded-all.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
+++ tags/JBoss_Seam_2_2_0_GA/build/embedded/jboss-embedded-all.pom.xml 2009-07-29 17:54:34 UTC (rev 11320)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.embedded</groupId>
<artifactId>jboss-embedded-all</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<description>The jboss-embedded-all.jar distributed with JBoss Embedded. This contains all depdencies
from JBoss AS that originate in JBoss. This jar has has the org.jboss.embedded packages split out.</description>
@@ -13,7 +13,7 @@
<dependency>
<groupId>org.jboss.embedded</groupId>
<artifactId>jboss-embedded</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<exclusions>
<exclusion></exclusion>
</exclusions>
Modified: tags/JBoss_Seam_2_2_0_GA/build/embedded/jboss-embedded.pom.xml
===================================================================
--- tags/JBoss_Seam_2_2_0_GA/build/embedded/jboss-embedded.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
+++ tags/JBoss_Seam_2_2_0_GA/build/embedded/jboss-embedded.pom.xml 2009-07-29 17:54:34 UTC (rev 11320)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.embedded</groupId>
<artifactId>jboss-embedded</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<description>This jar has the org.jboss.embedded packages split out from jboss-embedded-all.</description>
<dependencies>
Modified: tags/JBoss_Seam_2_2_0_GA/build/embedded/shaded/hibernate-all.pom.xml
===================================================================
--- tags/JBoss_Seam_2_2_0_GA/build/embedded/shaded/hibernate-all.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
+++ tags/JBoss_Seam_2_2_0_GA/build/embedded/shaded/hibernate-all.pom.xml 2009-07-29 17:54:34 UTC (rev 11320)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>hibernate-all</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<description>The hibernate-all.jar distributed with JBoss Embedded. This contains Hibernate
for running in an EJB3 enviroment (Hibernate, Hibernate Annotations, Hibernate EntityManager, Hibernate Validator, Hibernate Commons Annotations) and Hibernate Search (specific to this seam version of hibernate-all)</description>
</project>
Modified: tags/JBoss_Seam_2_2_0_GA/build/embedded/shaded/jboss-embedded-all.pom.xml
===================================================================
--- tags/JBoss_Seam_2_2_0_GA/build/embedded/shaded/jboss-embedded-all.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
+++ tags/JBoss_Seam_2_2_0_GA/build/embedded/shaded/jboss-embedded-all.pom.xml 2009-07-29 17:54:34 UTC (rev 11320)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>jboss-embedded-all</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<description>The jboss-embedded-all.jar distributed with JBoss Embedded. This contains all depdencies
from JBoss AS that originate in JBoss. This jar has has the org.jboss.embedded packages split out.</description>
@@ -13,7 +13,7 @@
<dependency>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>jboss-embedded-api</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<exclusions>
<exclusion></exclusion>
</exclusions>
Modified: tags/JBoss_Seam_2_2_0_GA/build/embedded/shaded/jboss-embedded.pom.xml
===================================================================
--- tags/JBoss_Seam_2_2_0_GA/build/embedded/shaded/jboss-embedded.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
+++ tags/JBoss_Seam_2_2_0_GA/build/embedded/shaded/jboss-embedded.pom.xml 2009-07-29 17:54:34 UTC (rev 11320)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>jboss-embedded-api</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<description>This jar has the org.jboss.embedded packages split out from jboss-embedded-all. This Seam specific version simply keeps the old jboss-embedded-api name for tooling compatibility</description>
<dependencies>
Modified: tags/JBoss_Seam_2_2_0_GA/build/embedded/shaded/thirdparty-all.pom.xml
===================================================================
--- tags/JBoss_Seam_2_2_0_GA/build/embedded/shaded/thirdparty-all.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
+++ tags/JBoss_Seam_2_2_0_GA/build/embedded/shaded/thirdparty-all.pom.xml 2009-07-29 17:54:34 UTC (rev 11320)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>thirdparty-all</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<description>The thirdparty-all.jar distributed with JBoss Embedded. This contains thirdparty
dependencies distributed with JBoss AS. This Seam version also includes lucene, a dependency
of hibernate search</description>
Modified: tags/JBoss_Seam_2_2_0_GA/build/embedded/thirdparty-all.pom.xml
===================================================================
--- tags/JBoss_Seam_2_2_0_GA/build/embedded/thirdparty-all.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
+++ tags/JBoss_Seam_2_2_0_GA/build/embedded/thirdparty-all.pom.xml 2009-07-29 17:54:34 UTC (rev 11320)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.embedded</groupId>
<artifactId>thirdparty-all</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<description>The thirdparty-all.jar distributed with JBoss Embedded. This contains thirdparty
dependencies distributed with JBoss AS.</description>
</project>
Modified: tags/JBoss_Seam_2_2_0_GA/build/root.pom.xml
===================================================================
--- tags/JBoss_Seam_2_2_0_GA/build/root.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
+++ tags/JBoss_Seam_2_2_0_GA/build/root.pom.xml 2009-07-29 17:54:34 UTC (rev 11320)
@@ -858,7 +858,7 @@
<dependency>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>jboss-embedded-api</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
</dependency>
<dependency>
15 years, 4 months
Seam SVN: r11319 - in branches/community/Seam_2_2/build: embedded and 1 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2009-07-29 11:22:25 -0400 (Wed, 29 Jul 2009)
New Revision: 11319
Modified:
branches/community/Seam_2_2/build/build.properties
branches/community/Seam_2_2/build/common.build.xml
branches/community/Seam_2_2/build/embedded/build.xml
branches/community/Seam_2_2/build/embedded/hibernate-all.pom.xml
branches/community/Seam_2_2/build/embedded/jboss-embedded-all.pom.xml
branches/community/Seam_2_2/build/embedded/jboss-embedded.pom.xml
branches/community/Seam_2_2/build/embedded/shaded/hibernate-all.pom.xml
branches/community/Seam_2_2/build/embedded/shaded/jboss-embedded-all.pom.xml
branches/community/Seam_2_2/build/embedded/shaded/jboss-embedded.pom.xml
branches/community/Seam_2_2/build/embedded/shaded/thirdparty-all.pom.xml
branches/community/Seam_2_2/build/embedded/thirdparty-all.pom.xml
branches/community/Seam_2_2/build/root.pom.xml
Log:
JBSEAM-4308 upgraded to jboss-embedded beta3.SP9
Modified: branches/community/Seam_2_2/build/build.properties
===================================================================
--- branches/community/Seam_2_2/build/build.properties 2009-07-29 07:30:39 UTC (rev 11318)
+++ branches/community/Seam_2_2/build/build.properties 2009-07-29 15:22:25 UTC (rev 11319)
@@ -1,6 +1,6 @@
-offline.repository.jboss.org /home/mnovotny/projects/jboss-maven-repo
+offline.repository.jboss.org /home/mnovotny/projects/jboss-maven-repository/maven2
embedded.poms.dir /home/mnovotny/workspaces/jboss/jboss-seam_2_2/build/embedded
embedded.dir /home/mnovotny/projects/EMBEDDED_JBOSS_BETA3_COMMUNITY/embedded
#embedded.jars.dir /Users/pmuir/tmp/embedded-jboss-beta3/lib
#�embedded.dist.zip /Users/pmuir/Desktop/downloads/embedded-jboss-beta3.zip
-embedded.version beta3.SP8
\ No newline at end of file
+embedded.version beta3.SP9
\ No newline at end of file
Modified: branches/community/Seam_2_2/build/common.build.xml
===================================================================
--- branches/community/Seam_2_2/build/common.build.xml 2009-07-29 07:30:39 UTC (rev 11318)
+++ branches/community/Seam_2_2/build/common.build.xml 2009-07-29 15:22:25 UTC (rev 11319)
@@ -23,7 +23,7 @@
<property name="maven.settings.xml" location="${build.dir}/settings.xml" />
- <property name="embedded.version" value="beta3.SP8" />
+ <property name="embedded.version" value="beta3.SP9" />
<import file="${build.dir}/utilities.build.xml" />
Modified: branches/community/Seam_2_2/build/embedded/build.xml
===================================================================
--- branches/community/Seam_2_2/build/embedded/build.xml 2009-07-29 07:30:39 UTC (rev 11318)
+++ branches/community/Seam_2_2/build/embedded/build.xml 2009-07-29 15:22:25 UTC (rev 11319)
@@ -36,6 +36,7 @@
<zipfileset src="${embedded.jars.dir}/thirdparty-all.jar" />
<zipfileset src="${lib.dir}/lucene-core.jar"/>
<zipfileset src="${lib.dir}/slf4j-log4j12.jar"/>
+ <zipfileset src="${lib.dir}/slf4j-api.jar"/>
</jar>
<copy file="${embedded.jars.dir}/jboss-embedded.jar" todir="${shaded.embedded.jars.dir}" />
<copy file="${embedded.jars.dir}/jboss-embedded-all.jar" todir="${shaded.embedded.jars.dir}" />
Modified: branches/community/Seam_2_2/build/embedded/hibernate-all.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/embedded/hibernate-all.pom.xml 2009-07-29 07:30:39 UTC (rev 11318)
+++ branches/community/Seam_2_2/build/embedded/hibernate-all.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.embedded</groupId>
<artifactId>hibernate-all</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<description>The hibernate-all.jar distributed with JBoss Embedded. This contains Hibernate
for running in an EJB3 enviroment (Hibernate, Hibernate Annotations, Hibernate EntityManager, Hibernate Validator, Hibernate Commons Annotations)</description>
</project>
Modified: branches/community/Seam_2_2/build/embedded/jboss-embedded-all.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/embedded/jboss-embedded-all.pom.xml 2009-07-29 07:30:39 UTC (rev 11318)
+++ branches/community/Seam_2_2/build/embedded/jboss-embedded-all.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.embedded</groupId>
<artifactId>jboss-embedded-all</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<description>The jboss-embedded-all.jar distributed with JBoss Embedded. This contains all depdencies
from JBoss AS that originate in JBoss. This jar has has the org.jboss.embedded packages split out.</description>
@@ -13,7 +13,7 @@
<dependency>
<groupId>org.jboss.embedded</groupId>
<artifactId>jboss-embedded</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<exclusions>
<exclusion></exclusion>
</exclusions>
Modified: branches/community/Seam_2_2/build/embedded/jboss-embedded.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/embedded/jboss-embedded.pom.xml 2009-07-29 07:30:39 UTC (rev 11318)
+++ branches/community/Seam_2_2/build/embedded/jboss-embedded.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.embedded</groupId>
<artifactId>jboss-embedded</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<description>This jar has the org.jboss.embedded packages split out from jboss-embedded-all.</description>
<dependencies>
Modified: branches/community/Seam_2_2/build/embedded/shaded/hibernate-all.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/embedded/shaded/hibernate-all.pom.xml 2009-07-29 07:30:39 UTC (rev 11318)
+++ branches/community/Seam_2_2/build/embedded/shaded/hibernate-all.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>hibernate-all</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<description>The hibernate-all.jar distributed with JBoss Embedded. This contains Hibernate
for running in an EJB3 enviroment (Hibernate, Hibernate Annotations, Hibernate EntityManager, Hibernate Validator, Hibernate Commons Annotations) and Hibernate Search (specific to this seam version of hibernate-all)</description>
</project>
Modified: branches/community/Seam_2_2/build/embedded/shaded/jboss-embedded-all.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/embedded/shaded/jboss-embedded-all.pom.xml 2009-07-29 07:30:39 UTC (rev 11318)
+++ branches/community/Seam_2_2/build/embedded/shaded/jboss-embedded-all.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>jboss-embedded-all</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<description>The jboss-embedded-all.jar distributed with JBoss Embedded. This contains all depdencies
from JBoss AS that originate in JBoss. This jar has has the org.jboss.embedded packages split out.</description>
@@ -13,7 +13,7 @@
<dependency>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>jboss-embedded-api</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<exclusions>
<exclusion></exclusion>
</exclusions>
Modified: branches/community/Seam_2_2/build/embedded/shaded/jboss-embedded.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/embedded/shaded/jboss-embedded.pom.xml 2009-07-29 07:30:39 UTC (rev 11318)
+++ branches/community/Seam_2_2/build/embedded/shaded/jboss-embedded.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>jboss-embedded-api</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<description>This jar has the org.jboss.embedded packages split out from jboss-embedded-all. This Seam specific version simply keeps the old jboss-embedded-api name for tooling compatibility</description>
<dependencies>
Modified: branches/community/Seam_2_2/build/embedded/shaded/thirdparty-all.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/embedded/shaded/thirdparty-all.pom.xml 2009-07-29 07:30:39 UTC (rev 11318)
+++ branches/community/Seam_2_2/build/embedded/shaded/thirdparty-all.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>thirdparty-all</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<description>The thirdparty-all.jar distributed with JBoss Embedded. This contains thirdparty
dependencies distributed with JBoss AS. This Seam version also includes lucene, a dependency
of hibernate search</description>
Modified: branches/community/Seam_2_2/build/embedded/thirdparty-all.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/embedded/thirdparty-all.pom.xml 2009-07-29 07:30:39 UTC (rev 11318)
+++ branches/community/Seam_2_2/build/embedded/thirdparty-all.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.embedded</groupId>
<artifactId>thirdparty-all</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
<description>The thirdparty-all.jar distributed with JBoss Embedded. This contains thirdparty
dependencies distributed with JBoss AS.</description>
</project>
Modified: branches/community/Seam_2_2/build/root.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/root.pom.xml 2009-07-29 07:30:39 UTC (rev 11318)
+++ branches/community/Seam_2_2/build/root.pom.xml 2009-07-29 15:22:25 UTC (rev 11319)
@@ -858,7 +858,7 @@
<dependency>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>jboss-embedded-api</artifactId>
- <version>beta3.SP8</version>
+ <version>beta3.SP9</version>
</dependency>
<dependency>
15 years, 4 months
Seam SVN: r11318 - tags.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2009-07-29 03:30:39 -0400 (Wed, 29 Jul 2009)
New Revision: 11318
Added:
tags/JBPAPP_5_0-BETA2/
Log:
tagged Seam for EAP 5 - BETA2
Copied: tags/JBPAPP_5_0-BETA2 (from rev 11317, branches/enterprise/JBPAPP_5_0)
15 years, 4 months
Seam SVN: r11317 - branches/enterprise/JBPAPP_5_0/src/test/ftest.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2009-07-29 03:27:30 -0400 (Wed, 29 Jul 2009)
New Revision: 11317
Modified:
branches/enterprise/JBPAPP_5_0/src/test/ftest/ftest.properties
Log:
changed db user
Modified: branches/enterprise/JBPAPP_5_0/src/test/ftest/ftest.properties
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/test/ftest/ftest.properties 2009-07-28 22:51:11 UTC (rev 11316)
+++ branches/enterprise/JBPAPP_5_0/src/test/ftest/ftest.properties 2009-07-29 07:27:30 UTC (rev 11317)
@@ -71,8 +71,8 @@
database.drop=n
driver.jar=/usr/share/java/mysql.jar
driver.license.jar=
-hibernate.connection.username=medium
-hibernate.connection.password=medium
+hibernate.connection.username=seam
+hibernate.connection.password=seam
hibernate.connection.driver_class=com.mysql.jdbc.Driver
hibernate.connection.dataSource_class=com.mysql.jdbc.jdbc2.optional.MysqlDataSource
hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider
15 years, 4 months
Seam SVN: r11316 - in branches/enterprise/JBPAPP_5_0/src/test/ftest: examples/jpa and 6 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2009-07-28 18:51:11 -0400 (Tue, 28 Jul 2009)
New Revision: 11316
Modified:
branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/hibernate/build.xml
branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/jpa/build.xml
branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/remoting/chatroom/build.xml
branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/seamdiscs/build.xml
branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/seampay/build.xml
branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/seamspace/build.xml
branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/spring/build.xml
branches/enterprise/JBPAPP_5_0/src/test/ftest/seamgen/build.xml
Log:
fixed examples ftests
Modified: branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/hibernate/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/hibernate/build.xml 2009-07-28 16:57:01 UTC (rev 11315)
+++ branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/hibernate/build.xml 2009-07-28 22:51:11 UTC (rev 11316)
@@ -22,11 +22,11 @@
-->
<project name="hibernate.ftest.build" basedir="." default="build">
<property name="example.name" value="hibernate" />
- <property name="jboss4.deploy.target" value="jboss" />
- <property name="jboss4.undeploy.target" value="jboss.undeploy" />
+ <property name="jboss5.deploy.target" value="jboss" />
+ <property name="jboss5.undeploy.target" value="jboss.undeploy" />
<property name="jboss-embedded.deploy.target" value="jboss-embedded" />
<property name="jboss-embedded.undeploy.target" value="jboss-embedded.undeploy" />
- <property name="jboss4.context.path" value="/jboss-seam-hibernate" />
+ <property name="jboss5.context.path" value="/jboss-seam-hibernate" />
<import file="../build.xml" />
</project>
Modified: branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/jpa/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/jpa/build.xml 2009-07-28 16:57:01 UTC (rev 11315)
+++ branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/jpa/build.xml 2009-07-28 22:51:11 UTC (rev 11316)
@@ -23,7 +23,8 @@
<project name="jpa.ftest.build" basedir="." default="build">
<property name="example.name" value="jpa" />
<property name="jboss5.deploy.target" value="jboss5" />
- <property name="jboss5.undeploy.target" value="jboss5.undeploy" />
+ <property name="jboss5.undeploy.target" value="jboss5.undeploy" />
+ <property name="jboss5.context.path" value="/jboss-seam-jpa" />
<import file="../build.xml" />
</project>
Modified: branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/remoting/chatroom/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/remoting/chatroom/build.xml 2009-07-28 16:57:01 UTC (rev 11315)
+++ branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/remoting/chatroom/build.xml 2009-07-28 22:51:11 UTC (rev 11316)
@@ -22,7 +22,7 @@
-->
<project name="chatroom.ftest.build" basedir="." default="build">
<property name="example.name" value="remoting/chatroom" />
- <property name="jboss4.context.path" value="/seam-chatroom" />
+ <property name="jboss5.context.path" value="/seam-chatroom" />
<import file="../../build.xml" />
</project>
Modified: branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/seamdiscs/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/seamdiscs/build.xml 2009-07-28 16:57:01 UTC (rev 11315)
+++ branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/seamdiscs/build.xml 2009-07-28 22:51:11 UTC (rev 11316)
@@ -22,7 +22,7 @@
-->
<project name="seamdiscs.ftest.build" basedir="." default="build">
<property name="example.name" value="seamdiscs" />
- <property name="jboss4.context.path" value="/seam-discs" />
+ <property name="jboss5.context.path" value="/seam-discs" />
<import file="../build.xml" />
</project>
Modified: branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/seampay/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/seampay/build.xml 2009-07-28 16:57:01 UTC (rev 11315)
+++ branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/seampay/build.xml 2009-07-28 22:51:11 UTC (rev 11316)
@@ -22,9 +22,7 @@
-->
<project name="seampay.ftest.build" basedir="." default="build">
<property name="example.name" value="seampay" />
- <property name="jboss4.context.path" value="/seam-pay" />
- <property name="jboss-embedded.context.path" value="/jboss-seam-pay" />
- <property name="tomcat6.context.path" value="/jboss-seam-pay" />
+ <property name="jboss5.context.path" value="/seam-pay" />
<import file="../build.xml" />
</project>
Modified: branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/seamspace/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/seamspace/build.xml 2009-07-28 16:57:01 UTC (rev 11315)
+++ branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/seamspace/build.xml 2009-07-28 22:51:11 UTC (rev 11316)
@@ -22,9 +22,7 @@
-->
<project name="seamspace.ftest.build" basedir="." default="build">
<property name="example.name" value="seamspace" />
- <property name="jboss4.context.path" value="/seam-space" />
- <property name="jboss-embedded.context.path" value="/jboss-seam-space" />
- <property name="tomcat6.context.path" value="/jboss-seam-space" />
+ <property name="jboss5.context.path" value="/seam-space" />
<import file="../build.xml" />
</project>
Modified: branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/spring/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/spring/build.xml 2009-07-28 16:57:01 UTC (rev 11315)
+++ branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/spring/build.xml 2009-07-28 22:51:11 UTC (rev 11316)
@@ -22,9 +22,9 @@
-->
<project name="spring.ftest.build" basedir="." default="build">
<property name="example.name" value="spring" />
- <property name="jboss4.deploy.target" value="jbosswar" />
- <property name="jboss4.undeploy.target" value="jbosswar.undeploy" />
- <property name="jboss4.context.path" value="/jboss-seam-spring" />
+ <property name="jboss5.deploy.target" value="jbosswar" />
+ <property name="jboss5.undeploy.target" value="jbosswar.undeploy" />
+ <property name="jboss5.context.path" value="/jboss-seam-spring" />
<import file="../build.xml" />
</project>
Modified: branches/enterprise/JBPAPP_5_0/src/test/ftest/seamgen/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/test/ftest/seamgen/build.xml 2009-07-28 16:57:01 UTC (rev 11315)
+++ branches/enterprise/JBPAPP_5_0/src/test/ftest/seamgen/build.xml 2009-07-28 22:51:11 UTC (rev 11316)
@@ -33,7 +33,8 @@
<property name="classes.dir" value="${build.dir}/classes" />
<property name="test.output.dir" value="${seam.dir}/test-output" />
<property name="ftest.lib.dir" value="${ftest.dir}/lib" />
-
+ <property name="ftest.config.location" value="src/test/ftest/ftest.properties" />
+
<property file="${seam.dir}/${ftest.config.location}" />
<!-- common path setup -->
15 years, 4 months
Seam SVN: r11315 - branches/community/Seam_2_2/examples.
by seam-commits@lists.jboss.org
Author: dan.j.allen
Date: 2009-07-28 12:57:01 -0400 (Tue, 28 Jul 2009)
New Revision: 11315
Modified:
branches/community/Seam_2_2/examples/readme.txt
Log:
add recommentation for studying the jee5/booking example first
Modified: branches/community/Seam_2_2/examples/readme.txt
===================================================================
--- branches/community/Seam_2_2/examples/readme.txt 2009-07-28 16:08:45 UTC (rev 11314)
+++ branches/community/Seam_2_2/examples/readme.txt 2009-07-28 16:57:01 UTC (rev 11315)
@@ -11,7 +11,16 @@
unless the folder name begins with seam, in which case the prefix "seam" is
omitted (i.e. seamspace -> space).
+------------------------------------------------------------------------------
+If you are just getting started with Seam, it's highly recommended that you
+study the jee5/booking example first. This example is designed to run
+unmodified on a Java EE 5-compliant application server. Of course, the real
+world is never so ideal. Therefore, you'll find modifications that you need to
+make for various application servers in the example's readme.txt file. These
+instructions can also be found in the Seam reference documentation.
+------------------------------------------------------------------------------
+
blog/ The Seam blog example, showing how to write
RESTful applications using Seam.
15 years, 4 months
Seam SVN: r11314 - branches/community/Seam_2_2/src/main/org/jboss/seam/mock.
by seam-commits@lists.jboss.org
Author: smendenh(a)redhat.com
Date: 2009-07-28 12:08:45 -0400 (Tue, 28 Jul 2009)
New Revision: 11314
Modified:
branches/community/Seam_2_2/src/main/org/jboss/seam/mock/MockHttpServletRequest.java
Log:
Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/mock/MockHttpServletRequest.java
===================================================================
--- branches/community/Seam_2_2/src/main/org/jboss/seam/mock/MockHttpServletRequest.java 2009-07-28 16:07:26 UTC (rev 11313)
+++ branches/community/Seam_2_2/src/main/org/jboss/seam/mock/MockHttpServletRequest.java 2009-07-28 16:08:45 UTC (rev 11314)
@@ -251,7 +251,7 @@
public StringBuffer getRequestURL()
{
- return (requestURL != null ? requestURL : new StringBuffer(requestURI));
+ return (requestURL != null ? requestURL : new StringBuffer(getRequestURI()));
}
public String getServletPath()
15 years, 4 months
Seam SVN: r11313 - branches/community/Seam_2_1/src/main/org/jboss/seam/mock.
by seam-commits@lists.jboss.org
Author: smendenh(a)redhat.com
Date: 2009-07-28 12:07:26 -0400 (Tue, 28 Jul 2009)
New Revision: 11313
Modified:
branches/community/Seam_2_1/src/main/org/jboss/seam/mock/MockHttpServletRequest.java
Log:
Modified: branches/community/Seam_2_1/src/main/org/jboss/seam/mock/MockHttpServletRequest.java
===================================================================
--- branches/community/Seam_2_1/src/main/org/jboss/seam/mock/MockHttpServletRequest.java 2009-07-28 15:07:34 UTC (rev 11312)
+++ branches/community/Seam_2_1/src/main/org/jboss/seam/mock/MockHttpServletRequest.java 2009-07-28 16:07:26 UTC (rev 11313)
@@ -251,7 +251,7 @@
public StringBuffer getRequestURL()
{
- return (requestURL != null ? requestURL : new StringBuffer(requestURI));
+ return (requestURL != null ? requestURL : new StringBuffer(getRequestURI()));
}
public String getServletPath()
15 years, 4 months
Seam SVN: r11312 - branches/community/Seam_2_2/ui/src/main/java/org/jboss/seam/ui/facelet.
by seam-commits@lists.jboss.org
Author: smendenh(a)redhat.com
Date: 2009-07-28 11:07:34 -0400 (Tue, 28 Jul 2009)
New Revision: 11312
Modified:
branches/community/Seam_2_2/ui/src/main/java/org/jboss/seam/ui/facelet/RendererRequest.java
Log:
Fixes for https://jira.jboss.org/jira/browse/JBSEAM-3769
Modified: branches/community/Seam_2_2/ui/src/main/java/org/jboss/seam/ui/facelet/RendererRequest.java
===================================================================
--- branches/community/Seam_2_2/ui/src/main/java/org/jboss/seam/ui/facelet/RendererRequest.java 2009-07-28 15:07:03 UTC (rev 11311)
+++ branches/community/Seam_2_2/ui/src/main/java/org/jboss/seam/ui/facelet/RendererRequest.java 2009-07-28 15:07:34 UTC (rev 11312)
@@ -48,10 +48,19 @@
response = new MockHttpServletResponse();
setContextClassLoader();
+
+ // If a FacesContext isn't available, set one up
+ if (FacesContext.getCurrentInstance() == null)
+ {
+ facesContext = RendererFacesContextFactory.instance().getFacesContext(request, response);
+ }
+ else
+ {
+ facesContext = FacesContext.getCurrentInstance();
+ }
// Generate the FacesContext from the JSF FacesContextFactory
originalFacesContext = FacesContext.getCurrentInstance();
- facesContext = RendererFacesContextFactory.instance().getFacesContext(request, response);
DelegatingFacesContext.setCurrentInstance(facesContext);
// Create the viewRoot
15 years, 4 months
Seam SVN: r11311 - branches/community/Seam_2_2/src/main/org/jboss/seam/mock.
by seam-commits@lists.jboss.org
Author: smendenh(a)redhat.com
Date: 2009-07-28 11:07:03 -0400 (Tue, 28 Jul 2009)
New Revision: 11311
Modified:
branches/community/Seam_2_2/src/main/org/jboss/seam/mock/MockHttpServletRequest.java
Log:
Fixes for https://jira.jboss.org/jira/browse/JBSEAM-3769
Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/mock/MockHttpServletRequest.java
===================================================================
--- branches/community/Seam_2_2/src/main/org/jboss/seam/mock/MockHttpServletRequest.java 2009-07-28 14:56:31 UTC (rev 11310)
+++ branches/community/Seam_2_2/src/main/org/jboss/seam/mock/MockHttpServletRequest.java 2009-07-28 15:07:03 UTC (rev 11311)
@@ -19,6 +19,8 @@
import java.util.Map;
import java.util.Set;
+import javax.faces.context.ExternalContext;
+import javax.portlet.PortletRequest;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletInputStream;
import javax.servlet.http.Cookie;
@@ -42,12 +44,90 @@
private Set<String> principalRoles;
private Cookie[] cookies;
private String method;
+ private HttpServletRequest httpServletRequest;
+ private PortletRequest portletRequest;
+ private String authType;
+ private String pathInfo;
+ private String pathTranslated;
+ private String contextPath;
+ private String queryString;
+ private String requestedSessionId;
+ private String requestURI;
+ private StringBuffer requestURL;
+ private String servletPath;
+ private String characterEncoding;
+ private int contentLength;
+ private String contentType;
+ private ServletInputStream inputStream;
+ private String protocol;
+ private String scheme;
+ private String serverName;
+ private int serverPort;
+ private BufferedReader reader;
+ private String remoteAddr;
+ private String remoteHost;
+ private Locale locale;
private Enumeration locales;
+ private boolean isSecure;
+ private int remotePort;
+ private String localName;
+ private String localAddr;
+ private int localPort;
+
+
public MockHttpServletRequest(HttpSession session)
{
this(session, null, new HashSet<String>());
}
+
+ public MockHttpServletRequest(HttpSession session, ExternalContext externalContext)
+ {
+ this(session, null, new HashSet<String>());
+ Object request = externalContext.getRequest();
+ if(externalContext != null && (request instanceof HttpServletRequest))
+ {
+ httpServletRequest = (HttpServletRequest)request;
+ authType = httpServletRequest.getAuthType();
+ pathInfo = httpServletRequest.getPathInfo();
+ pathTranslated = httpServletRequest.getPathTranslated();
+ contextPath = httpServletRequest.getContextPath();
+ queryString = httpServletRequest.getQueryString();
+ requestedSessionId = httpServletRequest.getRequestedSessionId();
+ requestURI = httpServletRequest.getRequestURI();
+ requestURL = httpServletRequest.getRequestURL();
+ servletPath = httpServletRequest.getServletPath();
+ characterEncoding = httpServletRequest.getCharacterEncoding();
+ contentLength = httpServletRequest.getContentLength();
+ contentType = httpServletRequest.getContentType();
+ protocol = httpServletRequest.getProtocol();
+ scheme = httpServletRequest.getScheme();
+ serverName = httpServletRequest.getServerName();
+ serverPort = httpServletRequest.getServerPort();
+ remoteAddr = httpServletRequest.getRemoteAddr();
+ remoteHost = httpServletRequest.getRemoteHost();
+ locale = httpServletRequest.getLocale();
+ locales = httpServletRequest.getLocales();
+ isSecure = httpServletRequest.isSecure();
+ remotePort = httpServletRequest.getRemotePort();
+ localName = httpServletRequest.getLocalName();
+ localAddr = httpServletRequest.getLocalAddr();
+ localPort = httpServletRequest.getLocalPort();
+
+ } else if(externalContext != null && (request instanceof PortletRequest))
+ {
+ portletRequest = (PortletRequest)request;
+ authType = portletRequest.getAuthType();
+ contextPath = portletRequest.getContextPath();
+ requestedSessionId = portletRequest.getRequestedSessionId();
+ scheme = portletRequest.getScheme();
+ serverName = portletRequest.getServerName();
+ serverPort = portletRequest.getServerPort();
+ locale = portletRequest.getLocale();
+ locales = portletRequest.getLocales();
+ isSecure = portletRequest.isSecure();
+ }
+ }
public MockHttpServletRequest(HttpSession session, String principalName, Set<String> principalRoles)
{
@@ -78,8 +158,7 @@
public String getAuthType()
{
- //TODO
- return null;
+ return authType;
}
public Cookie[] getCookies()
@@ -120,25 +199,22 @@
public String getPathInfo()
{
- //TODO
- return null;
+ return pathInfo;
}
public String getPathTranslated()
{
- //TODO
- return null;
+ return pathTranslated;
}
public String getContextPath()
{
- return "/project";
+ return (contextPath != null ? contextPath : "/project");
}
public String getQueryString()
{
- //TODO
- return null;
+ return queryString;
}
public String getRemoteUser()
@@ -165,23 +241,22 @@
public String getRequestedSessionId()
{
- //TODO
- return null;
+ return requestedSessionId;
}
public String getRequestURI()
{
- return "http://localhost:8080/myproject/page.seam";
+ return (requestURI != null ? requestURI : "http://localhost:8080/myproject/page.seam");
}
public StringBuffer getRequestURL()
{
- return new StringBuffer( getRequestURI() );
+ return (requestURL != null ? requestURL : new StringBuffer(requestURI));
}
public String getServletPath()
{
- return "/page.seam";
+ return (servletPath != null ? servletPath : "/page.seam");
}
public HttpSession getSession(boolean create)
@@ -226,8 +301,7 @@
public String getCharacterEncoding()
{
- //TODO
- return null;
+ return characterEncoding;
}
public void setCharacterEncoding(String enc)
@@ -239,20 +313,17 @@
public int getContentLength()
{
- //TODO
- return 0;
+ return contentLength;
}
public String getContentType()
{
- //TODO
- return null;
+ return contentType;
}
public ServletInputStream getInputStream() throws IOException
{
- //TODO
- return null;
+ return inputStream;
}
public String getParameter(String param)
@@ -278,44 +349,37 @@
public String getProtocol()
{
- //TODO
- return null;
+ return protocol;
}
public String getScheme()
{
- //TODO
- return null;
+ return scheme;
}
public String getServerName()
{
- //TODO
- return null;
+ return serverName;
}
public int getServerPort()
{
- //TODO
- return 0;
+ return serverPort;
}
public BufferedReader getReader() throws IOException
{
- //TODO
- return null;
+ return reader;
}
public String getRemoteAddr()
{
- //TODO
- return null;
+ return remoteAddr;
}
public String getRemoteHost()
{
- //TODO
- return null;
+ return remoteHost;
}
public void setAttribute(String att, Object value)
@@ -337,8 +401,7 @@
public Locale getLocale()
{
- //TODO
- return null;
+ return locale;
}
public Enumeration getLocales()
@@ -348,44 +411,45 @@
public boolean isSecure()
{
- //TODO
- return false;
+ return isSecure;
}
public RequestDispatcher getRequestDispatcher(String path)
{
- //TODO
+ if(httpServletRequest != null)
+ {
+ return httpServletRequest.getRequestDispatcher(path);
+ }
return null;
}
public String getRealPath(String path)
{
- //TODO
+ if(httpServletRequest != null)
+ {
+ return httpServletRequest.getRealPath(path);
+ }
return null;
}
public int getRemotePort()
{
- //TODO
- return 0;
+ return remotePort;
}
public String getLocalName()
{
- //TODO
- return null;
+ return localName;
}
public String getLocalAddr()
{
- //TODO
- return null;
+ return localAddr;
}
public int getLocalPort()
{
- //TODO
- return 0;
+ return localPort;
}
public Map<String, String[]> getHeaders()
15 years, 4 months