Author: manaRH
Date: 2009-06-25 10:58:25 -0400 (Thu, 25 Jun 2009)
New Revision: 11209
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/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
branches/community/Seam_2_2/src/test/integration/resources/test-destinations-service.xml
branches/community/Seam_2_2/src/test/integration/src/org/jboss/seam/test/integration/testng.xml
Log:
upgraded JBoss-embedded to beta3.SP8 and enable JMS integration test again
Modified: branches/community/Seam_2_2/build/build.properties
===================================================================
--- branches/community/Seam_2_2/build/build.properties 2009-06-25 14:55:53 UTC (rev
11208)
+++ branches/community/Seam_2_2/build/build.properties 2009-06-25 14:58:25 UTC (rev
11209)
@@ -3,4 +3,4 @@
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.SP7
\ No newline at end of file
+embedded.version beta3.SP8
\ 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-06-25 14:55:53 UTC (rev
11208)
+++ branches/community/Seam_2_2/build/common.build.xml 2009-06-25 14:58:25 UTC (rev
11209)
@@ -23,7 +23,7 @@
<property name="maven.settings.xml"
location="${build.dir}/settings.xml" />
- <property name="embedded.version" value="beta3.SP7" />
+ <property name="embedded.version" value="beta3.SP8" />
<import file="${build.dir}/utilities.build.xml" />
Modified: branches/community/Seam_2_2/build/embedded/hibernate-all.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/embedded/hibernate-all.pom.xml 2009-06-25 14:55:53
UTC (rev 11208)
+++ branches/community/Seam_2_2/build/embedded/hibernate-all.pom.xml 2009-06-25 14:58:25
UTC (rev 11209)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.embedded</groupId>
<artifactId>hibernate-all</artifactId>
- <version>beta3.SP7</version>
+ <version>beta3.SP8</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-06-25
14:55:53 UTC (rev 11208)
+++ branches/community/Seam_2_2/build/embedded/jboss-embedded-all.pom.xml 2009-06-25
14:58:25 UTC (rev 11209)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.embedded</groupId>
<artifactId>jboss-embedded-all</artifactId>
- <version>beta3.SP7</version>
+ <version>beta3.SP8</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.SP7</version>
+ <version>beta3.SP8</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-06-25 14:55:53
UTC (rev 11208)
+++ branches/community/Seam_2_2/build/embedded/jboss-embedded.pom.xml 2009-06-25 14:58:25
UTC (rev 11209)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.embedded</groupId>
<artifactId>jboss-embedded</artifactId>
- <version>beta3.SP7</version>
+ <version>beta3.SP8</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-06-25
14:55:53 UTC (rev 11208)
+++ branches/community/Seam_2_2/build/embedded/shaded/hibernate-all.pom.xml 2009-06-25
14:58:25 UTC (rev 11209)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>hibernate-all</artifactId>
- <version>beta3.SP7</version>
+ <version>beta3.SP8</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-06-25
14:55:53 UTC (rev 11208)
+++
branches/community/Seam_2_2/build/embedded/shaded/jboss-embedded-all.pom.xml 2009-06-25
14:58:25 UTC (rev 11209)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>jboss-embedded-all</artifactId>
- <version>beta3.SP7</version>
+ <version>beta3.SP8</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.SP7</version>
+ <version>beta3.SP8</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-06-25
14:55:53 UTC (rev 11208)
+++ branches/community/Seam_2_2/build/embedded/shaded/jboss-embedded.pom.xml 2009-06-25
14:58:25 UTC (rev 11209)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>jboss-embedded-api</artifactId>
- <version>beta3.SP7</version>
+ <version>beta3.SP8</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-06-25
14:55:53 UTC (rev 11208)
+++ branches/community/Seam_2_2/build/embedded/shaded/thirdparty-all.pom.xml 2009-06-25
14:58:25 UTC (rev 11209)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>thirdparty-all</artifactId>
- <version>beta3.SP7</version>
+ <version>beta3.SP8</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-06-25 14:55:53
UTC (rev 11208)
+++ branches/community/Seam_2_2/build/embedded/thirdparty-all.pom.xml 2009-06-25 14:58:25
UTC (rev 11209)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.embedded</groupId>
<artifactId>thirdparty-all</artifactId>
- <version>beta3.SP7</version>
+ <version>beta3.SP8</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-06-25 14:55:53 UTC (rev 11208)
+++ branches/community/Seam_2_2/build/root.pom.xml 2009-06-25 14:58:25 UTC (rev 11209)
@@ -857,7 +857,7 @@
<dependency>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>jboss-embedded-api</artifactId>
- <version>beta3.SP7</version>
+ <version>beta3.SP8</version>
</dependency>
<dependency>
Modified:
branches/community/Seam_2_2/src/test/integration/resources/test-destinations-service.xml
===================================================================
---
branches/community/Seam_2_2/src/test/integration/resources/test-destinations-service.xml 2009-06-25
14:55:53 UTC (rev 11208)
+++
branches/community/Seam_2_2/src/test/integration/resources/test-destinations-service.xml 2009-06-25
14:58:25 UTC (rev 11209)
@@ -1,17 +1,17 @@
<server>
-<!-- <mbean code="org.jboss.mq.server.jmx.Topic"-->
-<!-- name="jboss.mq.destination:service=Topic,name=testTopic">-->
-<!-- <depends optional-attribute-name="ServerPeer">-->
-<!-- jboss.messaging:service=ServerPeer-->
-<!-- </depends>-->
-<!-- <depends>jboss.messaging:service=PostOffice</depends>-->
-<!-- </mbean>-->
-<!-- -->
-<!-- <mbean code="org.jboss.mq.server.jmx.Queue"-->
-<!-- name="jboss.mq.destination:service=Queue,name=testQueue">-->
-<!-- <depends optional-attribute-name="ServerPeer">-->
-<!-- jboss.messaging:service=ServerPeer-->
-<!-- </depends>-->
-<!-- <depends>jboss.messaging:service=PostOffice</depends>-->
-<!-- </mbean>-->
+ <mbean code="org.jboss.mq.server.jmx.Topic"
+ name="jboss.mq.destination:service=Topic,name=testTopic">
+ <depends optional-attribute-name="ServerPeer">
+ jboss.messaging:service=ServerPeer
+ </depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+
+ <mbean code="org.jboss.mq.server.jmx.Queue"
+ name="jboss.mq.destination:service=Queue,name=testQueue">
+ <depends optional-attribute-name="ServerPeer">
+ jboss.messaging:service=ServerPeer
+ </depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
</server>
Modified:
branches/community/Seam_2_2/src/test/integration/src/org/jboss/seam/test/integration/testng.xml
===================================================================
---
branches/community/Seam_2_2/src/test/integration/src/org/jboss/seam/test/integration/testng.xml 2009-06-25
14:55:53 UTC (rev 11208)
+++
branches/community/Seam_2_2/src/test/integration/src/org/jboss/seam/test/integration/testng.xml 2009-06-25
14:58:25 UTC (rev 11209)
@@ -50,11 +50,11 @@
</classes>
</test>
-<!-- <test name="Seam Integration Tests: JMS">-->
-<!-- <classes>-->
-<!-- <class name="org.jboss.seam.test.integration.MessagingTest"
/>-->
-<!-- </classes>-->
-<!-- </test>-->
+ <test name="Seam Integration Tests: JMS">
+ <classes>
+ <class name="org.jboss.seam.test.integration.MessagingTest" />
+ </classes>
+ </test>
<test name="Seam Integration Tests: Mocks">
<classes>