Seam SVN: r12570 - modules/servlet/trunk/docs/reference.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-04-22 13:27:14 -0400 (Thu, 22 Apr 2010)
New Revision: 12570
Modified:
modules/servlet/trunk/docs/reference/
Log:
ignores
Property changes on: modules/servlet/trunk/docs/reference
___________________________________________________________________
Name: svn:ignore
+
.settings
.project
target
16 years
Seam SVN: r12569 - in modules/security/trunk: docs and 2 other directories.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-04-22 13:17:16 -0400 (Thu, 22 Apr 2010)
New Revision: 12569
Modified:
modules/security/trunk/api/
modules/security/trunk/docs/
modules/security/trunk/examples/seamspace/
modules/security/trunk/impl/
Log:
ignores
Property changes on: modules/security/trunk/api
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.project
target
Property changes on: modules/security/trunk/docs
___________________________________________________________________
Name: svn:ignore
+ .classpath
target
.project
.settings
Property changes on: modules/security/trunk/examples/seamspace
___________________________________________________________________
Name: svn:ignore
+ .settings
.project
.classpath
target
Property changes on: modules/security/trunk/impl
___________________________________________________________________
Name: svn:ignore
+ .classpath
.project
.settings
target
16 years
Seam SVN: r12568 - in modules/remoting/trunk: core and 2 other directories.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-04-22 13:05:54 -0400 (Thu, 22 Apr 2010)
New Revision: 12568
Modified:
modules/remoting/trunk/
modules/remoting/trunk/core/
modules/remoting/trunk/docs/
modules/remoting/trunk/examples/helloworld/
Log:
ignores
Property changes on: modules/remoting/trunk
___________________________________________________________________
Name: svn:ignore
-
target
.project
.classpath
.settings
+
target
.project
.classpath
.settings
Property changes on: modules/remoting/trunk/core
___________________________________________________________________
Name: svn:ignore
+ .classpath
.project
.settings
target
Property changes on: modules/remoting/trunk/docs
___________________________________________________________________
Name: svn:ignore
- remoting-reference.pdf
target
+ remoting-reference.pdf
target
.classpath
.project
.settings
Property changes on: modules/remoting/trunk/examples/helloworld
___________________________________________________________________
Name: svn:ignore
+ .project
.settings
.classpath
target
16 years
Seam SVN: r12567 - in modules/jms/trunk: dist and 1 other directories.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-04-22 12:54:42 -0400 (Thu, 22 Apr 2010)
New Revision: 12567
Modified:
modules/jms/trunk/
modules/jms/trunk/dist/
modules/jms/trunk/docs/reference/
Log:
more ignores
Property changes on: modules/jms/trunk
___________________________________________________________________
Name: svn:ignore
+ .settings
.project
Property changes on: modules/jms/trunk/dist
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.project
Property changes on: modules/jms/trunk/docs/reference
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
16 years
Seam SVN: r12566 - branches/enterprise/JBPAPP_5_0/build.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2010-04-22 10:40:18 -0400 (Thu, 22 Apr 2010)
New Revision: 12566
Modified:
branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
JBPAPP-3531 - upgraded richfaces to 3.3.1.SP1
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2010-04-22 14:39:21 UTC (rev 12565)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2010-04-22 14:40:18 UTC (rev 12566)
@@ -50,7 +50,7 @@
<!-- Externalize some version numbers here -->
<properties>
- <version.richfaces>3.3.1.GA</version.richfaces>
+ <version.richfaces>3.3.1.SP1</version.richfaces>
<version.drools>5.0.1</version.drools>
<version.testng>5.9</version.testng>
<version.resteasy>1.1.GA_CP01</version.resteasy>
16 years
Seam SVN: r12565 - branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/async.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2010-04-22 10:39:21 -0400 (Thu, 22 Apr 2010)
New Revision: 12565
Modified:
branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/async/AsynchronousExceptionHandler.java
Log:
JBPAPP-4004
Modified: branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/async/AsynchronousExceptionHandler.java
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/async/AsynchronousExceptionHandler.java 2010-04-22 14:06:11 UTC (rev 12564)
+++ branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/async/AsynchronousExceptionHandler.java 2010-04-22 14:39:21 UTC (rev 12565)
@@ -22,7 +22,7 @@
public void handleException(Exception throwable)
{
- log.error("Exeception thrown whilst executing asynchronous call", throwable);
+ log.error("Exception thrown whilst executing asynchronous call", throwable);
}
public static AsynchronousExceptionHandler instance()
16 years
Seam SVN: r12564 - branches/enterprise/JBPAPP_5_0/build.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2010-04-22 10:06:11 -0400 (Thu, 22 Apr 2010)
New Revision: 12564
Modified:
branches/enterprise/JBPAPP_5_0/build/default.build.properties
Log:
upgrading version number
Modified: branches/enterprise/JBPAPP_5_0/build/default.build.properties
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/default.build.properties 2010-04-22 14:01:37 UTC (rev 12563)
+++ branches/enterprise/JBPAPP_5_0/build/default.build.properties 2010-04-22 14:06:11 UTC (rev 12564)
@@ -7,7 +7,7 @@
# ------------
major.version 2
minor.version .2
-patchlevel .1
+patchlevel .2
qualifier .EAP5
#
# Other program locations
16 years
Seam SVN: r12563 - branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/transaction.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2010-04-22 10:01:37 -0400 (Thu, 22 Apr 2010)
New Revision: 12563
Modified:
branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/transaction/EjbSynchronizations.java
Log:
JBPAPP-4007
Modified: branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/transaction/EjbSynchronizations.java
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/transaction/EjbSynchronizations.java 2010-04-22 13:41:48 UTC (rev 12562)
+++ branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/transaction/EjbSynchronizations.java 2010-04-22 14:01:37 UTC (rev 12563)
@@ -37,7 +37,7 @@
@Scope(ScopeType.EVENT)
@Install(precedence=FRAMEWORK, dependencies="org.jboss.seam.transaction.ejbTransaction")
@BypassInterceptors
-(a)TransactionAttribute(TransactionAttributeType.SUPPORTS)
+(a)TransactionAttribute(TransactionAttributeType.REQUIRED)
public class EjbSynchronizations implements LocalEjbSynchronizations, SessionSynchronization
{
private static final LogProvider log = Logging.getLogProvider(EjbSynchronizations.class);
16 years
Seam SVN: r12562 - branches/enterprise/JBPAPP_5_0/build.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2010-04-22 09:41:48 -0400 (Thu, 22 Apr 2010)
New Revision: 12562
Modified:
branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
JBPAPP-4008 - upgrade of JBoss EL to 1.0_02.CR5
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2010-04-21 22:27:20 UTC (rev 12561)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2010-04-22 13:41:48 UTC (rev 12562)
@@ -872,7 +872,7 @@
<dependency>
<groupId>org.jboss.el</groupId>
<artifactId>jboss-el</artifactId>
- <version>1.0_02.CR4</version>
+ <version>1.0_02.CR5</version>
</dependency>
<dependency>
16 years
Seam SVN: r12561 - in modules/faces/trunk: api and 1 other directories.
by seam-commits@lists.jboss.org
Author: lincolnthree
Date: 2010-04-21 18:27:20 -0400 (Wed, 21 Apr 2010)
New Revision: 12561
Modified:
modules/faces/trunk/api/pom.xml
modules/faces/trunk/impl/pom.xml
modules/faces/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: modules/faces/trunk/api/pom.xml
===================================================================
--- modules/faces/trunk/api/pom.xml 2010-04-21 22:27:02 UTC (rev 12560)
+++ modules/faces/trunk/api/pom.xml 2010-04-21 22:27:20 UTC (rev 12561)
@@ -4,11 +4,11 @@
<parent>
<artifactId>seam-faces-parent</artifactId>
<groupId>org.jboss.seam.faces</groupId>
- <version>3.0.0.Alpha1</version>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>seam-faces-api</artifactId>
- <version>3.0.0.Alpha1</version>
+ <version>3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Seam Faces Module API</name>
Modified: modules/faces/trunk/impl/pom.xml
===================================================================
--- modules/faces/trunk/impl/pom.xml 2010-04-21 22:27:02 UTC (rev 12560)
+++ modules/faces/trunk/impl/pom.xml 2010-04-21 22:27:20 UTC (rev 12561)
@@ -4,11 +4,11 @@
<parent>
<artifactId>seam-faces-parent</artifactId>
<groupId>org.jboss.seam.faces</groupId>
- <version>3.0.0.Alpha1</version>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>seam-faces</artifactId>
- <version>3.0.0.Alpha1</version>
+ <version>3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Seam Faces Module Core Implementation</name>
Modified: modules/faces/trunk/pom.xml
===================================================================
--- modules/faces/trunk/pom.xml 2010-04-21 22:27:02 UTC (rev 12560)
+++ modules/faces/trunk/pom.xml 2010-04-21 22:27:20 UTC (rev 12561)
@@ -9,7 +9,7 @@
<artifactId>seam-faces-parent</artifactId>
<groupId>org.jboss.seam.faces</groupId>
- <version>3.0.0.Alpha1</version>
+ <version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Seam Faces Module Parent POM</name>
@@ -178,11 +178,11 @@
</developers>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/faces/tags/3.0.0.Alpha1
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/faces/trunk
</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/faces/tags/3.0.0.Alpha1
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/faces/trunk
</developerConnection>
- <url>http://fisheye.jboss.org/browse/Seam/modules/faces/tags/3.0.0.Alpha1</url>
+ <url>http://fisheye.jboss.org/browse/Seam/modules/faces/trunk</url>
</scm>
<build>
16 years