seam | 22 May 00:42

Seam SVN: r14723 - in branches/community/Seam_2_3: bom and 189 other directories.

Author: manaRH
Date: 2012-05-21 18:42:52 -0400 (Mon, 21 May 2012)
New Revision: 14723

Modified:
   branches/community/Seam_2_3/bom/pom.xml
   branches/community/Seam_2_3/build/common.build.xml
   branches/community/Seam_2_3/distribution/pom.xml
   branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/blog/blog-ejb/pom.xml
   branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml
   branches/community/Seam_2_3/examples-ee6/blog/pom.xml
   branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/booking/booking-ejb/pom.xml
   branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml
   branches/community/Seam_2_3/examples-ee6/booking/pom.xml
   branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ejb/pom.xml
   branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml
   branches/community/Seam_2_3/examples-ee6/contactlist/pom.xml
   branches/community/Seam_2_3/examples-ee6/drools/drools-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/drools/drools-ejb/pom.xml
   branches/community/Seam_2_3/examples-ee6/drools/drools-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/drools/drools-web/pom.xml
   branches/community/Seam_2_3/examples-ee6/drools/pom.xml
   branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ejb/pom.xml
(Continue reading)

seam | 22 May 00:38

Seam SVN: r14722 - branches/community/Seam_2_3.

Author: manaRH
Date: 2012-05-21 18:38:50 -0400 (Mon, 21 May 2012)
New Revision: 14722

Modified:
   branches/community/Seam_2_3/release-process.txt
Log:
edited release process to clarify Maven upload to Staging repository

Modified: branches/community/Seam_2_3/release-process.txt
===================================================================
--- branches/community/Seam_2_3/release-process.txt	2012-05-21 21:51:30 UTC (rev 14721)
+++ branches/community/Seam_2_3/release-process.txt	2012-05-21 22:38:50 UTC (rev 14722)
@@ -22,7 +22,6 @@
         - Check all the issue types one at a time to determine final list.
  - update pom.xml versions
     - mvn versions:set -DnewVersion=XXX
- - Update also
seam-integration-tests/src/test/java/org/jboss/seam/test/integration/Deployments.java with
current version

     
 Maven repository settings
@@ -39,18 +38,27 @@
         - <TODO document way to set local repo settings for clean build />
     - Go to jboss-seam-parent and run "mvn clean verify -s ../build/settings.xml" with these changes
     - This should build, and test without a problem.
-  - Run "mvn depedency:tree -s ../build/settings.xml -DoutputFile=../depedency-report.txt"
+  - Run "mvn dependency:tree -s ../build/settings.xml -DoutputFile=../dependency-report.txt"
     - Review for snapshot dependencies
(Continue reading)

seam | 21 May 23:51

Seam SVN: r14721 - tags.

Author: manaRH
Date: 2012-05-21 17:51:30 -0400 (Mon, 21 May 2012)
New Revision: 14721

Added:
   tags/JBoss_Seam_2_3_0_Beta2/
Log:
created JBoss_Seam_2_3_0_Beta2 tag
seam | 21 May 23:50

Seam SVN: r14720 - branches/community/Seam_2_3.

Author: manaRH
Date: 2012-05-21 17:50:16 -0400 (Mon, 21 May 2012)
New Revision: 14720

Modified:
   branches/community/Seam_2_3/pom.xml
Log:
customized profiles for doing build without examples

Modified: branches/community/Seam_2_3/pom.xml
===================================================================
--- branches/community/Seam_2_3/pom.xml	2012-05-21 18:36:40 UTC (rev 14719)
+++ branches/community/Seam_2_3/pom.xml	2012-05-21 21:50:16 UTC (rev 14720)
@@ -509,9 +509,7 @@
 		<module>jboss-seam-wicket</module>
 		<module>jboss-seam-ioc</module>
 		<module>jboss-seam-jul</module>
-		<module>functional-tests</module>
-	    <module>examples-ee6</module>
-	    <module>seam-integration-tests</module>
+        <module>seam-integration-tests</module>             
 	</modules>
 	
 	<profiles>
@@ -522,34 +520,21 @@
 	           <module>seam-reference-guide</module>
 	       </modules>
 	   </profile>
-	   <profile>
+       <profile>
(Continue reading)

seam | 21 May 20:36

Seam SVN: r14719 - branches/community/Seam_2_3.

Author: manaRH
Date: 2012-05-21 14:36:40 -0400 (Mon, 21 May 2012)
New Revision: 14719

Modified:
   branches/community/Seam_2_3/pom.xml
Log:
removed jboss-embedded-bootstrap from parent pom.xml even it is commented out

Modified: branches/community/Seam_2_3/pom.xml
===================================================================
--- branches/community/Seam_2_3/pom.xml	2012-05-21 18:32:46 UTC (rev 14718)
+++ branches/community/Seam_2_3/pom.xml	2012-05-21 18:36:40 UTC (rev 14719)
@@ -509,7 +509,6 @@
 		<module>jboss-seam-wicket</module>
 		<module>jboss-seam-ioc</module>
 		<module>jboss-seam-jul</module>
-<!-- 		<module>jboss-embedded-bootstrap</module> -->
 		<module>functional-tests</module>
 	    <module>examples-ee6</module>
 	    <module>seam-integration-tests</module>
seam | 21 May 20:32

Seam SVN: r14718 - in branches/community/Seam_2_3: bom and 190 other directories.

Author: manaRH
Date: 2012-05-21 14:32:46 -0400 (Mon, 21 May 2012)
New Revision: 14718

Modified:
   branches/community/Seam_2_3/bom/pom.xml
   branches/community/Seam_2_3/build/common.build.xml
   branches/community/Seam_2_3/distribution/pom.xml
   branches/community/Seam_2_3/distribution/src/main/assembly/changelog.txt
   branches/community/Seam_2_3/distribution/src/main/assembly/readme.txt
   branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/blog/blog-ejb/pom.xml
   branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml
   branches/community/Seam_2_3/examples-ee6/blog/pom.xml
   branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/booking/booking-ejb/pom.xml
   branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml
   branches/community/Seam_2_3/examples-ee6/booking/pom.xml
   branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ejb/pom.xml
   branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml
   branches/community/Seam_2_3/examples-ee6/contactlist/pom.xml
   branches/community/Seam_2_3/examples-ee6/drools/drools-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/drools/drools-ejb/pom.xml
   branches/community/Seam_2_3/examples-ee6/drools/drools-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/drools/drools-web/pom.xml
   branches/community/Seam_2_3/examples-ee6/drools/pom.xml
(Continue reading)

seam | 21 May 20:28

Seam SVN: r14717 - in branches/community/Seam_2_3/jboss-embedded-bootstrap: src/main/resources/bootstrap and 6 other directories.

Author: manaRH
Date: 2012-05-21 14:28:37 -0400 (Mon, 21 May 2012)
New Revision: 14717

Removed:
   branches/community/Seam_2_3/jboss-embedded-bootstrap/pom.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/META-INF/persistence.properties
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/commons-logging.properties
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/conf/bootstrap-beans.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/conf/jboss-service.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/conf/jbossjta-properties.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/conf/login-config.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/conf/props/messaging-roles.properties
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/conf/props/messaging-users.properties
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/deploy/ejb3-interceptors-aop.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/deploy/hsqldb-ds.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/deploy/jboss-local-jdbc.rar
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/deploy/jboss-xa-jdbc.rar
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/deploy/jms-ra.rar
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/deploy/messaging/connection-factories-service.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/deploy/messaging/destinations-service.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/deploy/messaging/hsqldb-persistence-service.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/deploy/messaging/jms-ds.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/deploy/messaging/legacy-service.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/deploy/messaging/messaging-service.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/deploy/messaging/remoting-service.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/deploy/remoting-service.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/deployers/aspect-deployer-beans.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/deployers/ejb-deployer-beans.xml
   branches/community/Seam_2_3/jboss-embedded-bootstrap/src/main/resources/bootstrap/deployers/ejb3-deployers-beans.xml
(Continue reading)

seam | 21 May 16:44

Seam SVN: r14716 - in branches/community/Seam_2_3/jboss-seam-gen/dist: build-scripts and 1 other directories.

Author: manaRH
Date: 2012-05-21 10:44:58 -0400 (Mon, 21 May 2012)
New Revision: 14716

Modified:
   branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build-war.xml
   branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml
   branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml
   branches/community/Seam_2_3/jboss-seam-gen/dist/test/ActionTest.java
Log:
setup and deploy correctly to AS 7 deployments folder

Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build-war.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build-war.xml	2012-05-21
12:49:29 UTC (rev 14715)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build-war.xml	2012-05-21
14:44:58 UTC (rev 14716)
@@ -24,8 +24,8 @@
     <property name="classes.action.dir" value="${war.dir}/${action.dir}" />
     <property name="test.dir" value="test-build" />
     <property name="bootstrap.dir" value="${basedir}/bootstrap" />
-    <property name="jboss.domain" value="default"/>
-    <property name="deploy.dir" value="${jboss.home}/server/${jboss.domain}/deploy" />
+    <property name="jboss.domain" value="standalone"/>
+	<property name="deploy.dir" value="${jboss.home}/${jboss.domain}/deployments"/>
     <property name="war.deploy.dir" value="${deploy.dir}/${project.name}.war" />
     <property name="packaged.archive" value="${dist.dir}/${project.name}.war"/>
     <property name="testng.jar" value="${basedir}/lib/testng.jar" />

(Continue reading)

seam | 21 May 14:49

Seam SVN: r14715 - in branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/src/test: resources-integration and 1 other directory.

Author: maschmid
Date: 2012-05-21 08:49:29 -0400 (Mon, 21 May 2012)
New Revision: 14715

Removed:
   branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/src/test/resources-integration/testng.xml
   branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/src/test/resources/WEB-INF/
   branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/src/test/resources/seam.properties
Log:
nestedbooking tests cleanup

Deleted: branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/src/test/resources/seam.properties
===================================================================
---
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/src/test/resources/seam.properties	2012-05-21
11:52:41 UTC (rev 14714)
+++
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/src/test/resources/seam.properties	2012-05-21
12:49:29 UTC (rev 14715)
@@ -1,3 +0,0 @@
-#debug is explicitly disabled in test to avoid JBIDE-3623
-#Thu Dec 31 16:24:37 CET 2009
-org.jboss.seam.core.init.debug=false
\ No newline at end of file

Deleted: branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/src/test/resources-integration/testng.xml
===================================================================
---
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/src/test/resources-integration/testng.xml	2012-05-21
11:52:41 UTC (rev 14714)
(Continue reading)

seam | 21 May 13:52

Seam SVN: r14714 - in branches/community/Seam_2_3/distribution: src/main/assembly and 1 other directory.

Author: manaRH
Date: 2012-05-21 07:52:41 -0400 (Mon, 21 May 2012)
New Revision: 14714

Modified:
   branches/community/Seam_2_3/distribution/pom.xml
   branches/community/Seam_2_3/distribution/src/main/assembly/seam23migration.txt
Log:
JBSEAM-4955 added migration notes and changed distribution dependency to
seam-reference-guide

Modified: branches/community/Seam_2_3/distribution/pom.xml
===================================================================
--- branches/community/Seam_2_3/distribution/pom.xml	2012-05-21 11:40:29 UTC (rev 14713)
+++ branches/community/Seam_2_3/distribution/pom.xml	2012-05-21 11:52:41 UTC (rev 14714)
@@ -116,6 +116,7 @@
 		<dependency>
 			<groupId>org.jboss.seam</groupId>
 			<artifactId>seam-reference-guide</artifactId>
+            <version>${project.version}</version>
 		</dependency>
 		
 		<dependency>

Modified: branches/community/Seam_2_3/distribution/src/main/assembly/seam23migration.txt
===================================================================
---
branches/community/Seam_2_3/distribution/src/main/assembly/seam23migration.txt	2012-05-21
11:40:29 UTC (rev 14713)
+++
(Continue reading)

seam | 21 May 13:40

Seam SVN: r14713 - branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/core.

Author: maschmid
Date: 2012-05-21 07:40:29 -0400 (Mon, 21 May 2012)
New Revision: 14713

Modified:
   branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/core/SynchronizationInterceptor.java
Log:
JBSEAM-4943 fix style

Modified: branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/core/SynchronizationInterceptor.java
===================================================================
---
branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/core/SynchronizationInterceptor.java	2012-05-21
11:13:37 UTC (rev 14712)
+++
branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/core/SynchronizationInterceptor.java	2012-05-21
11:40:29 UTC (rev 14713)
@@ -49,7 +49,7 @@
    public boolean isInterceptorEnabled()
    {
       // JBSEAM-4943
-      return getComponent().isSynchronize() && !ComponentType.STATEFUL_SESSION_BEAN.equals(getComponent().getType());
+      return getComponent().isSynchronize() && getComponent().getType() != ComponentType.STATEFUL_SESSION_BEAN;
    }

 }

Gmane