Seam SVN: r11684 - tags.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2009-11-26 09:58:42 -0500 (Thu, 26 Nov 2009)
New Revision: 11684
Added:
tags/JBPAPP_4_3_CP07_FP_CR2a/
Log:
tagged seam 2.0.2.FP for EAP 4.3 CP07 CR2
fixed jta and jms apis
Copied: tags/JBPAPP_4_3_CP07_FP_CR2a (from rev 11683, branches/enterprise/JBPAPP_4_3_FP01)
15 years
Seam SVN: r11683 - branches/enterprise/JBPAPP_4_3_FP01/build.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2009-11-26 09:55:17 -0500 (Thu, 26 Nov 2009)
New Revision: 11683
Modified:
branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml
branches/enterprise/JBPAPP_4_3_FP01/build/ioc.pom.xml
branches/enterprise/JBPAPP_4_3_FP01/build/remoting.pom.xml
branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
Log:
replaced javaee apis for jms and jta with geronimo jms and jta jars
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml 2009-11-26 13:07:00 UTC (rev 11682)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml 2009-11-26 14:55:17 UTC (rev 11683)
@@ -124,8 +124,8 @@
</dependency>
<dependency>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-jms-api</artifactId>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jms_1.1_spec</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
@@ -138,8 +138,8 @@
</dependency>
<dependency>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-transaction-api</artifactId>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/ioc.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/ioc.pom.xml 2009-11-26 13:07:00 UTC (rev 11682)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/ioc.pom.xml 2009-11-26 14:55:17 UTC (rev 11683)
@@ -40,8 +40,8 @@
</dependency>
<dependency>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-transaction-api</artifactId>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/remoting.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/remoting.pom.xml 2009-11-26 13:07:00 UTC (rev 11682)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/remoting.pom.xml 2009-11-26 14:55:17 UTC (rev 11683)
@@ -44,8 +44,8 @@
</dependency>
<dependency>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-jms-api</artifactId>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jms_1.1_spec</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml 2009-11-26 13:07:00 UTC (rev 11682)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml 2009-11-26 14:55:17 UTC (rev 11683)
@@ -535,9 +535,9 @@
</dependency>
<dependency>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-jms-api</artifactId>
- <version>1.1.0.GA</version>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jms_1.1_spec</artifactId>
+ <version>1.1.1</version>
</dependency>
<dependency>
@@ -547,9 +547,9 @@
</dependency>
<dependency>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-transaction-api</artifactId>
- <version>1.0.1.GA</version>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+ <version>1.0.1</version>
</dependency>
<dependency>
15 years
Seam SVN: r11682 - tags.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2009-11-26 08:07:00 -0500 (Thu, 26 Nov 2009)
New Revision: 11682
Added:
tags/JBPAPP_4_3_CP07_FP_CR2/
Log:
tagged Seam 2.0.2.FP for EAP 4.3 CP07 CR2
Copied: tags/JBPAPP_4_3_CP07_FP_CR2 (from rev 11681, branches/enterprise/JBPAPP_4_3_FP01)
15 years
Seam SVN: r11681 - branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/seamdiscs/src/org/jboss/seam/example/seamdiscs/test/selenium.
by seam-commits@lists.jboss.org
Author: kpiwko(a)redhat.com
Date: 2009-11-25 05:06:18 -0500 (Wed, 25 Nov 2009)
New Revision: 11681
Modified:
branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/seamdiscs/src/org/jboss/seam/example/seamdiscs/test/selenium/DiscsTest.java
Log:
JBPAPP-3160
Modified: branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/seamdiscs/src/org/jboss/seam/example/seamdiscs/test/selenium/DiscsTest.java
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/seamdiscs/src/org/jboss/seam/example/seamdiscs/test/selenium/DiscsTest.java 2009-11-25 09:09:31 UTC (rev 11680)
+++ branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/seamdiscs/src/org/jboss/seam/example/seamdiscs/test/selenium/DiscsTest.java 2009-11-25 10:06:18 UTC (rev 11681)
@@ -42,11 +42,11 @@
browser.clickAndWait(MANAGE_DISCS);
}
- @Test(dependsOnMethods = {"editDiscsTest"})
+ @Test(dependsOnMethods = {"editDiscTest"})
public void discPaginationTest()
{
findAndClickDisc("Rock and Roll Heart"); // should not be on the first page
- checkDiscDetail("Rock and Roll Heart", "1976", "", "Lou Reed");
+ checkDiscDetail("Rock and Roll Heart", "1976", "A sensitive and revealing look into the prince of darkness.", "Lou Reed");
}
15 years
Seam SVN: r11680 - in branches/enterprise/JBPAPP_4_3_FP01/examples/registration/src/org/jboss/seam/example/registration: test and 1 other directory.
by seam-commits@lists.jboss.org
Author: kpiwko(a)redhat.com
Date: 2009-11-25 04:09:31 -0500 (Wed, 25 Nov 2009)
New Revision: 11680
Modified:
branches/enterprise/JBPAPP_4_3_FP01/examples/registration/src/org/jboss/seam/example/registration/RegisterAction.java
branches/enterprise/JBPAPP_4_3_FP01/examples/registration/src/org/jboss/seam/example/registration/test/RegisterTest.java
Log:
JBPAPP-3159
Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/registration/src/org/jboss/seam/example/registration/RegisterAction.java
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/registration/src/org/jboss/seam/example/registration/RegisterAction.java 2009-11-25 06:22:18 UTC (rev 11679)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/registration/src/org/jboss/seam/example/registration/RegisterAction.java 2009-11-25 09:09:31 UTC (rev 11680)
@@ -36,7 +36,7 @@
{
em.persist(user);
log.info("Registered new user #{user.username}");
- return "/registered.jspx";
+ return "/registered.xhtml";
}
else
{
Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/registration/src/org/jboss/seam/example/registration/test/RegisterTest.java
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/registration/src/org/jboss/seam/example/registration/test/RegisterTest.java 2009-11-25 06:22:18 UTC (rev 11679)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/registration/src/org/jboss/seam/example/registration/test/RegisterTest.java 2009-11-25 09:09:31 UTC (rev 11680)
@@ -13,7 +13,7 @@
public void testLogin() throws Exception
{
- new FacesRequest("/register.jspx") {
+ new FacesRequest("/register.xhtml") {
@Override
protected void processValidations() throws Exception
@@ -35,8 +35,8 @@
@Override
protected void invokeApplication()
{
- assert invokeMethod("#{register.register}").equals("/registered.jspx");
- setOutcome("/registered.jspx");
+ assert invokeMethod("#{register.register}").equals("/registered.xhtml");
+ setOutcome("/registered.xhtml");
}
@Override
@@ -48,7 +48,7 @@
}.run();
- new NonFacesRequest("/registered.jspx")
+ new NonFacesRequest("/registered.xhtml")
{
@Override
@@ -61,7 +61,7 @@
}.run();
- new FacesRequest("/register.jspx") {
+ new FacesRequest("/register.xhtml") {
@Override
protected void processValidations() throws Exception
15 years
Seam SVN: r11679 - tags/JBPAPP_4_3_CP07_FP_CR1a/doc/Seam_Reference_Guide/en-US.
by seam-commits@lists.jboss.org
Author: laubai
Date: 2009-11-25 01:22:18 -0500 (Wed, 25 Nov 2009)
New Revision: 11679
Modified:
tags/JBPAPP_4_3_CP07_FP_CR1a/doc/Seam_Reference_Guide/en-US/Migration.xml
Log:
Adding changes for CP07. Not PDF-buildable in Publican.
Modified: tags/JBPAPP_4_3_CP07_FP_CR1a/doc/Seam_Reference_Guide/en-US/Migration.xml
===================================================================
--- tags/JBPAPP_4_3_CP07_FP_CR1a/doc/Seam_Reference_Guide/en-US/Migration.xml 2009-11-24 20:44:52 UTC (rev 11678)
+++ tags/JBPAPP_4_3_CP07_FP_CR1a/doc/Seam_Reference_Guide/en-US/Migration.xml 2009-11-25 06:22:18 UTC (rev 11679)
@@ -417,21 +417,16 @@
</listitem>
</itemizedlist>
- <para>
+ <!--<para>
The following table presents a non-exhaustive list of
changed components:
- </para>
+ </para>-->
- <table>
+ <!--<table>
<title>Component in Seam 2</title>
<tgroup cols="6">
- <!-- <colspec colnum="1" colwidth="2*" />
- <colspec colnum="2" colwidth="2*" />
- <colspec colnum="3" colwidth="2*" />
- <colspec colnum="4" colwidth="2*" />
- <colspec colnum="5" colwidth="2*" />
- <colspec colnum="6" colwidth="2*" /> -->
+
<thead>
<row>
<entry>
@@ -1038,7 +1033,7 @@
</row>
</tbody>
</tgroup>
- </table>
+ </table>-->
</section>
15 years
Seam SVN: r11678 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-11-24 15:44:52 -0500 (Tue, 24 Nov 2009)
New Revision: 11678
Modified:
branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Jms.po
Log:
Italian translation
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Jms.po
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Jms.po 2009-11-24 16:44:00 UTC (rev 11677)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Jms.po 2009-11-24 20:44:52 UTC (rev 11678)
@@ -6,7 +6,7 @@
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2009-06-13 23:52+0000\n"
-"PO-Revision-Date: 2009-11-21 21:14+0100\n"
+"PO-Revision-Date: 2009-11-24 21:44+0100\n"
"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -53,7 +53,7 @@
#: Jms.xml:34
#, no-c-format
msgid "This chapter first covers how to leverage Seam to simplify JMS and then explains how to use the simpler asynchronous method and event facility."
-msgstr "Questo capitolo innanzitutto spiega come sfruttare Seam per semplificare JMS e quindi spiega come usare in modo semplice metodo asincrono e facility evento."
+msgstr "Questo capitolo innanzitutto spiega come sfruttare Seam per semplificare JMS e quindi spiega come usare il più semplice metodo asincrono e facility evento."
#. Tag: title
#: Jms.xml:40
15 years
Seam SVN: r11677 - in modules/trunk: international and 2 other directories.
by seam-commits@lists.jboss.org
Author: shane.bryzak(a)jboss.com
Date: 2009-11-24 11:44:00 -0500 (Tue, 24 Nov 2009)
New Revision: 11677
Modified:
modules/trunk/faces/src/test/java/org/jboss/seam/faces/international/FacesMessagesTest.java
modules/trunk/international/pom.xml
modules/trunk/international/src/test/java/org/jboss/seam/international/StatusMessagesTest.java
modules/trunk/version-matrix/pom.xml
Log:
fixed up poms
Modified: modules/trunk/faces/src/test/java/org/jboss/seam/faces/international/FacesMessagesTest.java
===================================================================
--- modules/trunk/faces/src/test/java/org/jboss/seam/faces/international/FacesMessagesTest.java 2009-11-24 15:02:04 UTC (rev 11676)
+++ modules/trunk/faces/src/test/java/org/jboss/seam/faces/international/FacesMessagesTest.java 2009-11-24 16:44:00 UTC (rev 11677)
@@ -28,9 +28,9 @@
import org.jboss.testharness.impl.packaging.Artifact;
import org.jboss.testharness.impl.packaging.Classes;
import org.jboss.webbeans.context.ConversationContext;
-import org.jboss.webbeans.context.api.helpers.ConcurrentHashMapBeanStore;
import org.jboss.webbeans.log.LoggerProducer;
import org.jboss.webbeans.test.AbstractWebBeansTest;
+import org.jboss.weld.context.api.helpers.ConcurrentHashMapBeanStore;
import org.testng.annotations.Test;
/**
Modified: modules/trunk/international/pom.xml
===================================================================
--- modules/trunk/international/pom.xml 2009-11-24 15:02:04 UTC (rev 11676)
+++ modules/trunk/international/pom.xml 2009-11-24 16:44:00 UTC (rev 11677)
@@ -60,16 +60,11 @@
</dependency>
<dependency>
- <groupId>${webbeans.groupId}</groupId>
- <artifactId>jsr299-api</artifactId>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>${webbeans.groupId}</groupId>
- <artifactId>webbeans-logger</artifactId>
- </dependency>
-
</dependencies>
</project>
Modified: modules/trunk/international/src/test/java/org/jboss/seam/international/StatusMessagesTest.java
===================================================================
--- modules/trunk/international/src/test/java/org/jboss/seam/international/StatusMessagesTest.java 2009-11-24 15:02:04 UTC (rev 11676)
+++ modules/trunk/international/src/test/java/org/jboss/seam/international/StatusMessagesTest.java 2009-11-24 16:44:00 UTC (rev 11677)
@@ -9,9 +9,9 @@
import org.jboss.testharness.impl.packaging.Artifact;
import org.jboss.testharness.impl.packaging.Classes;
import org.jboss.webbeans.context.ConversationContext;
-import org.jboss.webbeans.context.api.helpers.ConcurrentHashMapBeanStore;
import org.jboss.webbeans.log.LoggerProducer;
import org.jboss.webbeans.test.AbstractWebBeansTest;
+import org.jboss.weld.context.api.helpers.ConcurrentHashMapBeanStore;
import org.testng.annotations.Test;
/**
Modified: modules/trunk/version-matrix/pom.xml
===================================================================
--- modules/trunk/version-matrix/pom.xml 2009-11-24 15:02:04 UTC (rev 11676)
+++ modules/trunk/version-matrix/pom.xml 2009-11-24 16:44:00 UTC (rev 11677)
@@ -54,6 +54,7 @@
<seam.version>3.0.0-SNAPSHOT</seam.version>
<seam.groupId>org.jboss.seam</seam.groupId>
<weld.version>1.0.0</weld.version>
+ <weld-ext.version>1.0.0-SNAPSHOT</weld-ext.version>
<weld.groupId>org.jboss.weld</weld.groupId>
</properties>
@@ -187,16 +188,10 @@
<dependency>
<groupId>${weld.groupId}</groupId>
<artifactId>weld-logger</artifactId>
- <version>${weld.version}</version>
+ <version>${weld-ext.version}</version>
</dependency>
<dependency>
- <groupId>${weld.groupId}</groupId>
- <artifactId>weld-logging</artifactId>
- <version>${weld.version}</version>
- </dependency>
-
- <dependency>
<groupId>${weld.groupId}.servlet</groupId>
<artifactId>weld-servlet</artifactId>
<version>${weld.version}</version>
@@ -308,6 +303,12 @@
</dependency>
<dependency>
+ <groupId>#{seam.groupId}</groupId>
+ <artifactId>seam-remoting</artifactId>
+ <version>${seam.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>${seam.groupId}</groupId>
<artifactId>seam-resources</artifactId>
<version>${seam.version}</version>
15 years
Seam SVN: r11676 - in branches/enterprise/JBPAPP_4_3_FP01: examples/dvdstore/resources and 2 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2009-11-24 10:02:04 -0500 (Tue, 24 Nov 2009)
New Revision: 11676
Modified:
branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources/hibernate.cfg.xml
branches/enterprise/JBPAPP_4_3_FP01/examples/todo/resources/hibernate.cfg.xml
branches/enterprise/JBPAPP_4_3_FP01/src/test/integration/resources/hibernate.cfg.xml
Log:
reverting jbpm upgrade to 3.2.8
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml 2009-11-24 12:32:01 UTC (rev 11675)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml 2009-11-24 15:02:04 UTC (rev 11676)
@@ -254,7 +254,7 @@
<dependency>
<groupId>org.jbpm.jbpm3</groupId>
<artifactId>jbpm-jpdl</artifactId>
- <version>3.2.8</version>
+ <version>3.2.5.SP5</version>
<exclusions>
<exclusion>
<groupId>org.hibernate</groupId>
Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources/hibernate.cfg.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources/hibernate.cfg.xml 2009-11-24 12:32:01 UTC (rev 11675)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources/hibernate.cfg.xml 2009-11-24 15:02:04 UTC (rev 11676)
@@ -51,7 +51,6 @@
<!-- hql queries and type defs -->
<mapping resource="org/jbpm/db/hibernate.queries.hbm.xml" />
- <mapping resource="org/jbpm/db/hibernate.types.hbm.xml"/>
<!-- graph.action mapping files -->
<mapping resource="org/jbpm/graph/action/MailAction.hbm.xml"/>
Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/todo/resources/hibernate.cfg.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/todo/resources/hibernate.cfg.xml 2009-11-24 12:32:01 UTC (rev 11675)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/todo/resources/hibernate.cfg.xml 2009-11-24 15:02:04 UTC (rev 11676)
@@ -51,7 +51,6 @@
<!-- hql queries and type defs -->
<mapping resource="org/jbpm/db/hibernate.queries.hbm.xml" />
- <mapping resource="org/jbpm/db/hibernate.types.hbm.xml"/>
<!-- graph.action mapping files -->
<mapping resource="org/jbpm/graph/action/MailAction.hbm.xml"/>
Modified: branches/enterprise/JBPAPP_4_3_FP01/src/test/integration/resources/hibernate.cfg.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/src/test/integration/resources/hibernate.cfg.xml 2009-11-24 12:32:01 UTC (rev 11675)
+++ branches/enterprise/JBPAPP_4_3_FP01/src/test/integration/resources/hibernate.cfg.xml 2009-11-24 15:02:04 UTC (rev 11676)
@@ -40,7 +40,6 @@
######################
hql queries and type defs -->
<mapping resource="org/jbpm/db/hibernate.queries.hbm.xml"/>
- <mapping resource="org/jbpm/db/hibernate.types.hbm.xml"/>
<!-- graph.action mapping files -->
<mapping resource="org/jbpm/graph/action/MailAction.hbm.xml"/>
<!-- graph.def mapping files -->
15 years
Seam SVN: r11675 - branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/blog.
by seam-commits@lists.jboss.org
Author: kpiwko(a)redhat.com
Date: 2009-11-24 07:32:01 -0500 (Tue, 24 Nov 2009)
New Revision: 11675
Modified:
branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/blog/build.xml
Log:
JBPAPP-3110
Modified: branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/blog/build.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/blog/build.xml 2009-11-24 08:51:59 UTC (rev 11674)
+++ branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/blog/build.xml 2009-11-24 12:32:01 UTC (rev 11675)
@@ -22,6 +22,7 @@
-->
<project name="blog.ftest.build" basedir="." default="build">
<property name="example.name" value="blog" />
+ <property name="jboss.example.ready.check.url" value="seam-blog/home.seam" />
<import file="../build.xml" />
</project>
15 years