Seam SVN: r15330 - branches/enterprise/WFK-2_1/examples.
by seam-commits@lists.jboss.org
Author: vdedik
Date: 2012-10-30 12:10:55 -0400 (Tue, 30 Oct 2012)
New Revision: 15330
Modified:
branches/enterprise/WFK-2_1/examples/readme.txt
Log:
amend
Modified: branches/enterprise/WFK-2_1/examples/readme.txt
===================================================================
--- branches/enterprise/WFK-2_1/examples/readme.txt 2012-10-30 16:09:21 UTC (rev 15329)
+++ branches/enterprise/WFK-2_1/examples/readme.txt 2012-10-30 16:10:55 UTC (rev 15330)
@@ -50,7 +50,7 @@
However, WAR deployments use a different naming convention for the context
path. If you deploy a WAR example, point your web browser to:
- http://localhost:8080/jboss-seam-${example.name}
+ http://localhost:8080/${example.name}-web
The WAR examples are:
spring, jpa, hibernate, groovybooking
12 years
Seam SVN: r15329 - in branches/community/Seam_2_3/examples: groovybooking and 16 other directories.
by seam-commits@lists.jboss.org
Author: vdedik
Date: 2012-10-30 12:09:21 -0400 (Tue, 30 Oct 2012)
New Revision: 15329
Modified:
branches/community/Seam_2_3/examples/groovybooking/groovybooking-tests/pom.xml
branches/community/Seam_2_3/examples/groovybooking/groovybooking-web/pom.xml
branches/community/Seam_2_3/examples/groovybooking/readme.txt
branches/community/Seam_2_3/examples/hibernate/hibernate-tests/pom.xml
branches/community/Seam_2_3/examples/hibernate/hibernate-tests/src/test/java/org/jboss/seam/example/hibernate/test/Deployments.java
branches/community/Seam_2_3/examples/hibernate/hibernate-web/pom.xml
branches/community/Seam_2_3/examples/hibernate/readme.txt
branches/community/Seam_2_3/examples/jee6/jee6-tests/pom.xml
branches/community/Seam_2_3/examples/jee6/jee6-tests/src/test/java/org/jboss/seam/example/booking/test/Deployments.java
branches/community/Seam_2_3/examples/jee6/jee6-web/pom.xml
branches/community/Seam_2_3/examples/jee6/readme.txt
branches/community/Seam_2_3/examples/jpa/jpa-tests/pom.xml
branches/community/Seam_2_3/examples/jpa/jpa-tests/src/test/java/org/jboss/seam/example/jpa/test/Deployments.java
branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml
branches/community/Seam_2_3/examples/jpa/readme.txt
branches/community/Seam_2_3/examples/readme.txt
branches/community/Seam_2_3/examples/spring/spring-tests/pom.xml
branches/community/Seam_2_3/examples/spring/spring-web/pom.xml
Log:
all war examples finalName changed to artifactId due to some IDE problems
Modified: branches/community/Seam_2_3/examples/groovybooking/groovybooking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/groovybooking/groovybooking-tests/pom.xml 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/groovybooking/groovybooking-tests/pom.xml 2012-10-30 16:09:21 UTC (rev 15329)
@@ -126,7 +126,7 @@
<profile>
<id>ftest-jbossas</id>
<properties>
- <example.context.path>jboss-seam-groovybooking</example.context.path>
+ <example.context.path>groovybooking-web</example.context.path>
</properties>
<build>
<plugins>
Modified: branches/community/Seam_2_3/examples/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/groovybooking/groovybooking-web/pom.xml 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/groovybooking/groovybooking-web/pom.xml 2012-10-30 16:09:21 UTC (rev 15329)
@@ -125,7 +125,7 @@
</dependencies>
<build>
- <finalName>jboss-seam-groovybooking</finalName>
+ <finalName>groovybooking-web</finalName>
<plugins>
<!-- Can't use gmaven-plugin because hot deployment won't work otherwise -->
<plugin>
Modified: branches/community/Seam_2_3/examples/groovybooking/readme.txt
===================================================================
--- branches/community/Seam_2_3/examples/groovybooking/readme.txt 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/groovybooking/readme.txt 2012-10-30 16:09:21 UTC (rev 15329)
@@ -16,4 +16,4 @@
mvn jboss-as:deploy
-* Open this URL in a web browser: http://localhost:8080/jboss-seam-groovybooking
+* Open this URL in a web browser: http://localhost:8080/groovybooking-web
Modified: branches/community/Seam_2_3/examples/hibernate/hibernate-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/hibernate/hibernate-tests/pom.xml 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/hibernate/hibernate-tests/pom.xml 2012-10-30 16:09:21 UTC (rev 15329)
@@ -157,7 +157,7 @@
<profile>
<id>ftest-jbossas</id>
<properties>
- <example.context.path>jboss-seam-hibernate</example.context.path>
+ <example.context.path>hibernate-web</example.context.path>
</properties>
<build>
<plugins>
Modified: branches/community/Seam_2_3/examples/hibernate/hibernate-tests/src/test/java/org/jboss/seam/example/hibernate/test/Deployments.java
===================================================================
--- branches/community/Seam_2_3/examples/hibernate/hibernate-tests/src/test/java/org/jboss/seam/example/hibernate/test/Deployments.java 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/hibernate/hibernate-tests/src/test/java/org/jboss/seam/example/hibernate/test/Deployments.java 2012-10-30 16:09:21 UTC (rev 15329)
@@ -9,7 +9,7 @@
public class Deployments {
public static WebArchive hibernateDeployment() {
- WebArchive web = ShrinkWrap.create(ZipImporter.class, "jboss-seam-hibernate.war").importFrom(new File("../hibernate-web/target/jboss-seam-hibernate.war"))
+ WebArchive web = ShrinkWrap.create(ZipImporter.class, "hibernate-web.war").importFrom(new File("../hibernate-web/target/hibernate-web.war"))
.as(WebArchive.class);
// Install org.jboss.seam.mock.MockSeamListener
Modified: branches/community/Seam_2_3/examples/hibernate/hibernate-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/hibernate/hibernate-web/pom.xml 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/hibernate/hibernate-web/pom.xml 2012-10-30 16:09:21 UTC (rev 15329)
@@ -17,7 +17,7 @@
<build>
- <finalName>jboss-seam-hibernate</finalName>
+ <finalName>hibernate-web</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Modified: branches/community/Seam_2_3/examples/hibernate/readme.txt
===================================================================
--- branches/community/Seam_2_3/examples/hibernate/readme.txt 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/hibernate/readme.txt 2012-10-30 16:09:21 UTC (rev 15329)
@@ -15,4 +15,4 @@
mvn jboss-as:deploy
-* Open this URL in a web browser: http://localhost:8080/jboss-seam-hibernate
+* Open this URL in a web browser: http://localhost:8080/hibernate-web
Modified: branches/community/Seam_2_3/examples/jee6/jee6-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jee6/jee6-tests/pom.xml 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/jee6/jee6-tests/pom.xml 2012-10-30 16:09:21 UTC (rev 15329)
@@ -159,7 +159,7 @@
<profile>
<id>ftest-jbossas</id>
<properties>
- <example.context.path>jboss-seam-jee6</example.context.path>
+ <example.context.path>jee6-web</example.context.path>
</properties>
<build>
<plugins>
Modified: branches/community/Seam_2_3/examples/jee6/jee6-tests/src/test/java/org/jboss/seam/example/booking/test/Deployments.java
===================================================================
--- branches/community/Seam_2_3/examples/jee6/jee6-tests/src/test/java/org/jboss/seam/example/booking/test/Deployments.java 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/jee6/jee6-tests/src/test/java/org/jboss/seam/example/booking/test/Deployments.java 2012-10-30 16:09:21 UTC (rev 15329)
@@ -8,7 +8,7 @@
public class Deployments {
public static WebArchive bookingDeployment() {
- return ShrinkWrap.create(ZipImporter.class, "jboss-seam-jee6.war").importFrom(new File("../jee6-web/target/jboss-seam-jee6.war"))
+ return ShrinkWrap.create(ZipImporter.class, "jee6-web.war").importFrom(new File("jee6-web.war"))
.as(WebArchive.class);
}
}
Modified: branches/community/Seam_2_3/examples/jee6/jee6-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jee6/jee6-web/pom.xml 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/jee6/jee6-web/pom.xml 2012-10-30 16:09:21 UTC (rev 15329)
@@ -15,7 +15,7 @@
<properties>
<!-- filtering property for components.xml -->
- <jndiPattern>java:app/jboss-seam-jee6/#{ejbName}</jndiPattern>
+ <jndiPattern>java:app/jee6-web/#{ejbName}</jndiPattern>
<distributable>false</distributable>
</properties>
@@ -106,7 +106,7 @@
</dependencies>
<build>
- <finalName>jboss-seam-jee6</finalName>
+ <finalName>jee6-web</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Modified: branches/community/Seam_2_3/examples/jee6/readme.txt
===================================================================
--- branches/community/Seam_2_3/examples/jee6/readme.txt 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/jee6/readme.txt 2012-10-30 16:09:21 UTC (rev 15329)
@@ -15,5 +15,5 @@
mvn jboss-as:deploy
-* Open this URL in a web browser: http://localhost:8080/seam-jee6
+* Open this URL in a web browser: http://localhost:8080/jee6-web
Modified: branches/community/Seam_2_3/examples/jpa/jpa-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jpa/jpa-tests/pom.xml 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/jpa/jpa-tests/pom.xml 2012-10-30 16:09:21 UTC (rev 15329)
@@ -156,7 +156,7 @@
<profile>
<id>ftest-jbossas</id>
<properties>
- <example.context.path>jboss-seam-jpa</example.context.path>
+ <example.context.path>jpa-web</example.context.path>
</properties>
<build>
<plugins>
Modified: branches/community/Seam_2_3/examples/jpa/jpa-tests/src/test/java/org/jboss/seam/example/jpa/test/Deployments.java
===================================================================
--- branches/community/Seam_2_3/examples/jpa/jpa-tests/src/test/java/org/jboss/seam/example/jpa/test/Deployments.java 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/jpa/jpa-tests/src/test/java/org/jboss/seam/example/jpa/test/Deployments.java 2012-10-30 16:09:21 UTC (rev 15329)
@@ -9,7 +9,7 @@
public class Deployments {
public static WebArchive jpaDeployment() {
- WebArchive web = ShrinkWrap.create(ZipImporter.class, "jboss-seam-jpa.war").importFrom(new File("../jpa-web/target/jboss-seam-jpa.war"))
+ WebArchive web = ShrinkWrap.create(ZipImporter.class, "jpa-web.war").importFrom(new File("../jpa-web/target/jpa-web.war"))
.as(WebArchive.class);
web.delete("/WEB-INF/web.xml");
Modified: branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml 2012-10-30 16:09:21 UTC (rev 15329)
@@ -87,7 +87,7 @@
</dependencies>
<build>
- <finalName>jboss-seam-jpa</finalName>
+ <finalName>jpa-web</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Modified: branches/community/Seam_2_3/examples/jpa/readme.txt
===================================================================
--- branches/community/Seam_2_3/examples/jpa/readme.txt 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/jpa/readme.txt 2012-10-30 16:09:21 UTC (rev 15329)
@@ -15,4 +15,4 @@
mvn jboss-as:deploy
-* Open this URL in a web browser: http://localhost:8080/jboss-seam-jpa
+* Open this URL in a web browser: http://localhost:8080/jpa-web
Modified: branches/community/Seam_2_3/examples/readme.txt
===================================================================
--- branches/community/Seam_2_3/examples/readme.txt 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/readme.txt 2012-10-30 16:09:21 UTC (rev 15329)
@@ -61,7 +61,7 @@
However, WAR deployments use a different naming convention for the context
path. If you deploy a WAR example, point your web browser to:
- http://localhost:8080/jboss-seam-${example.name}
+ http://localhost:8080/${example.name}-web
The WAR examples are:
spring, jpa, hibernate, groovybooking
Modified: branches/community/Seam_2_3/examples/spring/spring-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/spring/spring-tests/pom.xml 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/spring/spring-tests/pom.xml 2012-10-30 16:09:21 UTC (rev 15329)
@@ -65,7 +65,7 @@
<profile>
<id>ftest-jbossas</id>
<properties>
- <example.context.path>jboss-seam-spring</example.context.path>
+ <example.context.path>spring-web</example.context.path>
</properties>
<build>
<plugins>
Modified: branches/community/Seam_2_3/examples/spring/spring-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/spring/spring-web/pom.xml 2012-10-30 16:04:49 UTC (rev 15328)
+++ branches/community/Seam_2_3/examples/spring/spring-web/pom.xml 2012-10-30 16:09:21 UTC (rev 15329)
@@ -108,7 +108,7 @@
</dependencies>
<build>
- <finalName>jboss-seam-spring</finalName>
+ <finalName>spring-web</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
12 years
Seam SVN: r15328 - in branches/enterprise/WFK-2_1: distribution/src/main/assembly and 1 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-10-30 12:04:49 -0400 (Tue, 30 Oct 2012)
New Revision: 15328
Modified:
branches/enterprise/WFK-2_1/distribution/pom.xml
branches/enterprise/WFK-2_1/distribution/src/main/assembly/dist.xml
branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build.xml
Log:
bz 867418 added for seam-gen correct hibernate-core runtime for htools
Modified: branches/enterprise/WFK-2_1/distribution/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/distribution/pom.xml 2012-10-30 15:58:56 UTC (rev 15327)
+++ branches/enterprise/WFK-2_1/distribution/pom.xml 2012-10-30 16:04:49 UTC (rev 15328)
@@ -197,6 +197,27 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>4.0.0.Final</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml</groupId>
+ <artifactId>classmate</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.hibernate.common</groupId>
+ <artifactId>hibernate-commons-annotations</artifactId>
+ <version>4.0.1.Final-redhat-1</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
</project>
Modified: branches/enterprise/WFK-2_1/distribution/src/main/assembly/dist.xml
===================================================================
--- branches/enterprise/WFK-2_1/distribution/src/main/assembly/dist.xml 2012-10-30 15:58:56 UTC (rev 15327)
+++ branches/enterprise/WFK-2_1/distribution/src/main/assembly/dist.xml 2012-10-30 16:04:49 UTC (rev 15328)
@@ -144,6 +144,8 @@
<includes>
<include>org.jboss.seam:jboss-seam-gen:jar</include>
<include>org.hibernate:hibernate-tools:jar</include>
+ <include>org.hibernate:hibernate-core:jar:4.0.0.Final</include>
+ <include>commons-collections:commons-collections:jar</include>
<include>org.beanshell:bsh:jar</include>
<include>org.hibernate:jtidy:jar</include>
<include>freemarker:freemarker:jar</include>
Modified: branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build.xml 2012-10-30 15:58:56 UTC (rev 15327)
+++ branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build.xml 2012-10-30 16:04:49 UTC (rev 15328)
@@ -1478,7 +1478,7 @@
<pathelement path="${seam.dir}/lib/gen/text.jar"/>
<pathelement path="${seam.dir}/lib/dom4j.jar"/>
<pathelement path="${seam.dir}/lib/persistence-api.jar"/>
- <pathelement path="${seam.dir}/lib/hibernate-core.jar"/>
+ <pathelement path="${seam.dir}/lib/gen/hibernate-core.jar"/>
<pathelement path="${seam.dir}/lib/hibernate-commons-annotations.jar"/>
<pathelement path="${seam.dir}/lib/hibernate-annotations.jar"/>
<pathelement path="${seam.dir}/lib/hibernate-entitymanager.jar"/>
@@ -1490,7 +1490,7 @@
<pathelement path="${seam.dir}/lib/slf4j-api.jar"/>
<pathelement path="${seam.dir}/lib/slf4j-log4j12.jar"/>
<pathelement path="${seam.dir}/lib/log4j.jar"/>
- <pathelement path="${seam.dir}/lib/commons-collections.jar"/>
+ <pathelement path="${seam.dir}/lib/gen/commons-collections.jar"/>
<pathelement path="${seam.dir}/lib/commons-logging.jar"/>
<pathelement path="${seam.dir}/lib/javassist.jar"/>
<pathelement path="${seam.dir}/lib/cglib-nodep.jar"/>
12 years
Seam SVN: r15327 - in branches/enterprise/WFK-2_1: examples/groovybooking/groovybooking-tests and 42 other directories.
by seam-commits@lists.jboss.org
Author: vdedik
Date: 2012-10-30 11:58:56 -0400 (Tue, 30 Oct 2012)
New Revision: 15327
Modified:
branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-tests/pom.xml
branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml
branches/enterprise/WFK-2_1/examples/groovybooking/readme.txt
branches/enterprise/WFK-2_1/examples/hibernate/hibernate-tests/pom.xml
branches/enterprise/WFK-2_1/examples/hibernate/hibernate-tests/src/test/java/org/jboss/seam/example/hibernate/test/Deployments.java
branches/enterprise/WFK-2_1/examples/hibernate/hibernate-web/pom.xml
branches/enterprise/WFK-2_1/examples/hibernate/readme.txt
branches/enterprise/WFK-2_1/examples/jee6/jee6-tests/pom.xml
branches/enterprise/WFK-2_1/examples/jee6/jee6-tests/src/test/java/org/jboss/seam/example/booking/test/Deployments.java
branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml
branches/enterprise/WFK-2_1/examples/jee6/readme.txt
branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/pom.xml
branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/src/test/java/org/jboss/seam/example/jpa/test/Deployments.java
branches/enterprise/WFK-2_1/examples/jpa/jpa-web/pom.xml
branches/enterprise/WFK-2_1/examples/jpa/readme.txt
branches/enterprise/WFK-2_1/examples/spring/spring-tests/pom.xml
branches/enterprise/WFK-2_1/examples/spring/spring-web/pom.xml
branches/enterprise/WFK-2_1/jboss-seam-ioc/src/main/java/org/jboss/seam/ioc/spring/SeamNamespaceHandler.java
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/as-IN/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/as-IN/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/as-IN/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/bn-IN/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/bn-IN/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/bn-IN/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/de-DE/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/de-DE/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/de-DE/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/en-US/Glassfish.xml
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/en-US/Weblogic.xml
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/en-US/Websphere.xml
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-ES/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-ES/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-ES/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-MX/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-MX/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-MX/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/fr-FR/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/fr-FR/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/fr-FR/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/gu-IN/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/gu-IN/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/gu-IN/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/hi-IN/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/hi-IN/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/hi-IN/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/it-IT/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/it-IT/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/it-IT/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ja-JP/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ja-JP/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ja-JP/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/kn-IN/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/kn-IN/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/kn-IN/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ko-KR/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ko-KR/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ko-KR/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ml-IN/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ml-IN/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ml-IN/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/mr-IN/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/mr-IN/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/mr-IN/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/or-IN/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/or-IN/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/or-IN/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pa-IN/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pa-IN/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pa-IN/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pot/Glassfish.pot
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pot/Weblogic.pot
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pot/Websphere.pot
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pt-BR/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pt-BR/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pt-BR/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ru-RU/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ru-RU/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ru-RU/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/si-LK/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/si-LK/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/si-LK/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/sl-SL/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/sl-SL/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/sl-SL/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ta-IN/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ta-IN/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ta-IN/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/te-IN/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/te-IN/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/te-IN/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-CN/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-CN/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-CN/Websphere.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-TW/Glassfish.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-TW/Weblogic.po
branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-TW/Websphere.po
Log:
bugzilla 869662 #2 and 869668 #2
Modified: branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-tests/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-tests/pom.xml 2012-10-30 15:58:56 UTC (rev 15327)
@@ -126,7 +126,7 @@
<profile>
<id>ftest-jbossas</id>
<properties>
- <example.context.path>jboss-seam-groovybooking</example.context.path>
+ <example.context.path>groovybooking-web</example.context.path>
</properties>
<build>
<plugins>
Modified: branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml 2012-10-30 15:58:56 UTC (rev 15327)
@@ -125,7 +125,7 @@
</dependencies>
<build>
- <finalName>jboss-seam-groovybooking</finalName>
+ <finalName>groovybooking-web</finalName>
<plugins>
<!-- Can't use gmaven-plugin because hot deployment won't work otherwise -->
<plugin>
Modified: branches/enterprise/WFK-2_1/examples/groovybooking/readme.txt
===================================================================
--- branches/enterprise/WFK-2_1/examples/groovybooking/readme.txt 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/groovybooking/readme.txt 2012-10-30 15:58:56 UTC (rev 15327)
@@ -16,4 +16,4 @@
mvn jboss-as:deploy
-* Open this URL in a web browser: http://localhost:8080/jboss-seam-groovybooking
+* Open this URL in a web browser: http://localhost:8080/groovybooking-web
Modified: branches/enterprise/WFK-2_1/examples/hibernate/hibernate-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/hibernate/hibernate-tests/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/hibernate/hibernate-tests/pom.xml 2012-10-30 15:58:56 UTC (rev 15327)
@@ -157,7 +157,7 @@
<profile>
<id>ftest-jbossas</id>
<properties>
- <example.context.path>jboss-seam-hibernate</example.context.path>
+ <example.context.path>hibernate-web</example.context.path>
</properties>
<build>
<plugins>
Modified: branches/enterprise/WFK-2_1/examples/hibernate/hibernate-tests/src/test/java/org/jboss/seam/example/hibernate/test/Deployments.java
===================================================================
--- branches/enterprise/WFK-2_1/examples/hibernate/hibernate-tests/src/test/java/org/jboss/seam/example/hibernate/test/Deployments.java 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/hibernate/hibernate-tests/src/test/java/org/jboss/seam/example/hibernate/test/Deployments.java 2012-10-30 15:58:56 UTC (rev 15327)
@@ -9,7 +9,7 @@
public class Deployments {
public static WebArchive hibernateDeployment() {
- WebArchive web = ShrinkWrap.create(ZipImporter.class, "jboss-seam-hibernate.war").importFrom(new File("../hibernate-web/target/jboss-seam-hibernate.war"))
+ WebArchive web = ShrinkWrap.create(ZipImporter.class, "hibernate-web.war").importFrom(new File("../hibernate-web/target/hibernate-web.war"))
.as(WebArchive.class);
// Install org.jboss.seam.mock.MockSeamListener
Modified: branches/enterprise/WFK-2_1/examples/hibernate/hibernate-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/hibernate/hibernate-web/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/hibernate/hibernate-web/pom.xml 2012-10-30 15:58:56 UTC (rev 15327)
@@ -17,7 +17,7 @@
<build>
- <finalName>jboss-seam-hibernate</finalName>
+ <finalName>hibernate-web</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Modified: branches/enterprise/WFK-2_1/examples/hibernate/readme.txt
===================================================================
--- branches/enterprise/WFK-2_1/examples/hibernate/readme.txt 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/hibernate/readme.txt 2012-10-30 15:58:56 UTC (rev 15327)
@@ -15,4 +15,4 @@
mvn jboss-as:deploy
-* Open this URL in a web browser: http://localhost:8080/jboss-seam-hibernate
+* Open this URL in a web browser: http://localhost:8080/hibernate-web
Modified: branches/enterprise/WFK-2_1/examples/jee6/jee6-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jee6/jee6-tests/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/jee6/jee6-tests/pom.xml 2012-10-30 15:58:56 UTC (rev 15327)
@@ -159,7 +159,7 @@
<profile>
<id>ftest-jbossas</id>
<properties>
- <example.context.path>jboss-seam-jee6</example.context.path>
+ <example.context.path>jee6-web</example.context.path>
</properties>
<build>
<plugins>
Modified: branches/enterprise/WFK-2_1/examples/jee6/jee6-tests/src/test/java/org/jboss/seam/example/booking/test/Deployments.java
===================================================================
--- branches/enterprise/WFK-2_1/examples/jee6/jee6-tests/src/test/java/org/jboss/seam/example/booking/test/Deployments.java 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/jee6/jee6-tests/src/test/java/org/jboss/seam/example/booking/test/Deployments.java 2012-10-30 15:58:56 UTC (rev 15327)
@@ -8,7 +8,7 @@
public class Deployments {
public static WebArchive bookingDeployment() {
- return ShrinkWrap.create(ZipImporter.class, "jboss-seam-jee6.war").importFrom(new File("../jee6-web/target/jboss-seam-jee6.war"))
+ return ShrinkWrap.create(ZipImporter.class, "jee6-web.war").importFrom(new File("jee6-web.war"))
.as(WebArchive.class);
}
}
Modified: branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml 2012-10-30 15:58:56 UTC (rev 15327)
@@ -15,7 +15,7 @@
<properties>
<!-- filtering property for components.xml -->
- <jndiPattern>java:app/jboss-seam-jee6/#{ejbName}</jndiPattern>
+ <jndiPattern>java:app/jee6-web/#{ejbName}</jndiPattern>
<distributable>false</distributable>
</properties>
@@ -106,7 +106,7 @@
</dependencies>
<build>
- <finalName>jboss-seam-jee6</finalName>
+ <finalName>jee6-web</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Modified: branches/enterprise/WFK-2_1/examples/jee6/readme.txt
===================================================================
--- branches/enterprise/WFK-2_1/examples/jee6/readme.txt 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/jee6/readme.txt 2012-10-30 15:58:56 UTC (rev 15327)
@@ -15,5 +15,5 @@
mvn jboss-as:deploy
-* Open this URL in a web browser: http://localhost:8080/seam-jee6
+* Open this URL in a web browser: http://localhost:8080/jee6-web
Modified: branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/pom.xml 2012-10-30 15:58:56 UTC (rev 15327)
@@ -156,7 +156,7 @@
<profile>
<id>ftest-jbossas</id>
<properties>
- <example.context.path>jboss-seam-jpa</example.context.path>
+ <example.context.path>jpa-web</example.context.path>
</properties>
<build>
<plugins>
Modified: branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/src/test/java/org/jboss/seam/example/jpa/test/Deployments.java
===================================================================
--- branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/src/test/java/org/jboss/seam/example/jpa/test/Deployments.java 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/src/test/java/org/jboss/seam/example/jpa/test/Deployments.java 2012-10-30 15:58:56 UTC (rev 15327)
@@ -9,7 +9,7 @@
public class Deployments {
public static WebArchive jpaDeployment() {
- WebArchive web = ShrinkWrap.create(ZipImporter.class, "jboss-seam-jpa.war").importFrom(new File("../jpa-web/target/jboss-seam-jpa.war"))
+ WebArchive web = ShrinkWrap.create(ZipImporter.class, "jpa-web.war").importFrom(new File("../jpa-web/target/jpa-web.war"))
.as(WebArchive.class);
web.delete("/WEB-INF/web.xml");
Modified: branches/enterprise/WFK-2_1/examples/jpa/jpa-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jpa/jpa-web/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/jpa/jpa-web/pom.xml 2012-10-30 15:58:56 UTC (rev 15327)
@@ -87,7 +87,7 @@
</dependencies>
<build>
- <finalName>jboss-seam-jpa</finalName>
+ <finalName>jpa-web</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Modified: branches/enterprise/WFK-2_1/examples/jpa/readme.txt
===================================================================
--- branches/enterprise/WFK-2_1/examples/jpa/readme.txt 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/jpa/readme.txt 2012-10-30 15:58:56 UTC (rev 15327)
@@ -15,4 +15,4 @@
mvn jboss-as:deploy
-* Open this URL in a web browser: http://localhost:8080/jboss-seam-jpa
+* Open this URL in a web browser: http://localhost:8080/jpa-web
Modified: branches/enterprise/WFK-2_1/examples/spring/spring-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/spring/spring-tests/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/spring/spring-tests/pom.xml 2012-10-30 15:58:56 UTC (rev 15327)
@@ -65,7 +65,7 @@
<profile>
<id>ftest-jbossas</id>
<properties>
- <example.context.path>jboss-seam-spring</example.context.path>
+ <example.context.path>spring-web</example.context.path>
</properties>
<build>
<plugins>
Modified: branches/enterprise/WFK-2_1/examples/spring/spring-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/spring/spring-web/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/examples/spring/spring-web/pom.xml 2012-10-30 15:58:56 UTC (rev 15327)
@@ -108,7 +108,7 @@
</dependencies>
<build>
- <finalName>jboss-seam-spring</finalName>
+ <finalName>spring-web</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Modified: branches/enterprise/WFK-2_1/jboss-seam-ioc/src/main/java/org/jboss/seam/ioc/spring/SeamNamespaceHandler.java
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-ioc/src/main/java/org/jboss/seam/ioc/spring/SeamNamespaceHandler.java 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/jboss-seam-ioc/src/main/java/org/jboss/seam/ioc/spring/SeamNamespaceHandler.java 2012-10-30 15:58:56 UTC (rev 15327)
@@ -133,7 +133,7 @@
{
throw new IllegalStateException("Unable to load class '"
+ SEAM_COMPONENT_POST_PROCESSOR
- + "' make sure you have the jboss-seam-spring.jar in your classpath.", e);
+ + "' make sure you have the spring-web.jar in your classpath.", e);
}
RootBeanDefinition beanDefinition = new RootBeanDefinition(cls);
beanDefinition.setRole(BeanDefinition.ROLE_INFRASTRUCTURE);
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/as-IN/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/as-IN/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/as-IN/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/as-IN/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/as-IN/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/as-IN/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/as-IN/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/as-IN/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/as-IN/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/bn-IN/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/bn-IN/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/bn-IN/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/bn-IN/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/bn-IN/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/bn-IN/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/bn-IN/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/bn-IN/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/bn-IN/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/de-DE/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/de-DE/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/de-DE/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/de-DE/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/de-DE/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/de-DE/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/de-DE/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/de-DE/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/de-DE/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/en-US/Glassfish.xml
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/en-US/Glassfish.xml 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/en-US/Glassfish.xml 2012-10-30 15:58:56 UTC (rev 15327)
@@ -231,7 +231,7 @@
<itemizedlist>
<listitem>
<para>
- Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>.
+ Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>.
</para>
</listitem>
<listitem>
@@ -244,7 +244,7 @@
<listitem>
<para>
You can now access the application at
- <literal>http://localhost:8081/jboss-seam-jpa/</literal>.
+ <literal>http://localhost:8081/jpa-web/</literal>.
</para>
</listitem>
</itemizedlist>
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/en-US/Weblogic.xml
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/en-US/Weblogic.xml 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/en-US/Weblogic.xml 2012-10-30 15:58:56 UTC (rev 15327)
@@ -938,12 +938,12 @@
it into the autodeploy directory.
</para>
- <programlisting>cp ./dist-weblogic10/jboss-seam-jpa.war
+ <programlisting>cp ./dist-weblogic10/jpa-web.war
$BEA_HOME/user_projects/domains/seam_examples/autodeploy</programlisting>
<para>
Check out the application at the following
- <literal>http://localhost:7001/jboss-seam-jpa/</literal>
+ <literal>http://localhost:7001/jpa-web/</literal>
.
</para>
</section>
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/en-US/Websphere.xml
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/en-US/Websphere.xml 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/en-US/Websphere.xml 2012-10-30 15:58:56 UTC (rev 15327)
@@ -583,7 +583,7 @@
</para>
<para>
Follow the same instructions as for the <literal>jee5/booking</literal> sample. Select the
- <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</literal> file on the first page and on the
+ <literal>examples/jpa/dist-websphere7/jpa-web.war</literal> file on the first page and on the
<literal>Map context roots for Web modules</literal> page (after the <literal>Map virtual host for Web module</literal>),
enter the context root you want to use for your application in the <literal>Context Root</literal> input field.
</para>
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-ES/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-ES/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-ES/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-ES/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-ES/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-ES/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-ES/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-ES/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-ES/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-MX/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-MX/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-MX/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-MX/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-MX/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-MX/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-MX/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-MX/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/es-MX/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/fr-FR/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/fr-FR/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/fr-FR/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -300,14 +300,14 @@
#. Tag: para
#: Glassfish.xml:233
#, no-c-format
-msgid "Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
-msgstr "Navigez vers <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+msgid "Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
+msgstr "Navigez vers <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
#. Tag: para
#: Glassfish.xml:245
#, no-c-format
-msgid "You can now access the application at <literal>http://localhost:8081/jboss-seam-jpa/</literal>."
-msgstr "Vous pouvez maintenant accéder à l'application sur <literal>http://localhost:8081/jboss-seam-jpa/</literal>."
+msgid "You can now access the application at <literal>http://localhost:8081/jpa-web/</literal>."
+msgstr "Vous pouvez maintenant accéder à l'application sur <literal>http://localhost:8081/jpa-web/</literal>."
#. Tag: title
#: Glassfish.xml:255
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/fr-FR/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/fr-FR/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/fr-FR/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/fr-FR/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/fr-FR/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/fr-FR/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/gu-IN/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/gu-IN/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/gu-IN/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/gu-IN/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/gu-IN/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/gu-IN/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/gu-IN/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/gu-IN/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/gu-IN/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/hi-IN/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/hi-IN/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/hi-IN/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/hi-IN/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/hi-IN/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/hi-IN/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/hi-IN/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/hi-IN/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/hi-IN/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/it-IT/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/it-IT/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/it-IT/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -302,14 +302,14 @@
#. Tag: para
#: Glassfish.xml:233
#, no-c-format
-msgid "Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
-msgstr "Navigare su <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+msgid "Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
+msgstr "Navigare su <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
#. Tag: para
#: Glassfish.xml:245
#, no-c-format
-msgid "You can now access the application at <literal>http://localhost:8081/jboss-seam-jpa/</literal>."
-msgstr "Ora è possibile accedere all'applicazione all'indirizzo <literal>http://localhost:8081/jboss-seam-jpa/</literal>."
+msgid "You can now access the application at <literal>http://localhost:8081/jpa-web/</literal>."
+msgstr "Ora è possibile accedere all'applicazione all'indirizzo <literal>http://localhost:8081/jpa-web/</literal>."
#. Tag: title
#: Glassfish.xml:255
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/it-IT/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/it-IT/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/it-IT/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1096,17 +1096,17 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
#. Tag: para
#: Weblogic.xml:850
#, no-c-format
-msgid "Check out the application at the following <literal>http://localhost:7001/jboss-seam-jpa/</literal> ."
-msgstr "Verifichiamo il funzionamento all'indirizzo <literal>http://localhost:7001/jboss-seam-jpa/</literal> ."
+msgid "Check out the application at the following <literal>http://localhost:7001/jpa-web/</literal> ."
+msgstr "Verifichiamo il funzionamento all'indirizzo <literal>http://localhost:7001/jpa-web/</literal> ."
#. Tag: title
#: Weblogic.xml:858
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/it-IT/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/it-IT/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/it-IT/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1054,7 +1054,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
@@ -1069,7 +1069,7 @@
"localhost:9080/<context root></literal>."
msgstr ""
"Si può ora accedere all'applicazione all'indirizzo <literal>http://"
-"localhost:9080/jboss-seam-jpa/index.html</literal>."
+"localhost:9080/jpa-web/index.html</literal>."
#. Tag: title
#: Websphere.xml:571
@@ -1606,7 +1606,7 @@
#~ "pulsante <literal>Install</literal>."
#~ msgid ""
-#~ "Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+#~ "Browse to the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
#~ "literal> file using the file upload widget."
#~ msgstr ""
#~ "Navigare fino al file <literal>examples/jpa/dist-websphere7/jboss-seam-"
@@ -1644,12 +1644,12 @@
#~ "As with the <literal>jee5</literal> example there are some class loader "
#~ "changes needed before we start the application. Follow the instructions "
#~ "at <xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-#~ "<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
+#~ "<literal>jpa-web_war</literal> for <literal>Seam Booking</literal>."
#~ msgstr ""
#~ "Come per l'esempio <literal>jee5</literal> ci sono alcuni cambiamenti "
#~ "necessari al class loader prima di avviare l'applicazione. Seguire le "
#~ "istruzioni in <xref linkend=\"websphere-app-adj-after-install\"/> e "
-#~ "cambiare <literal>jboss-seam-jpa_war</literal> per <literal>Seam Booking</"
+#~ "cambiare <literal>jpa-web_war</literal> per <literal>Seam Booking</"
#~ "literal>."
#~ msgid ""
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ja-JP/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ja-JP/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ja-JP/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -398,9 +398,9 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
-"ブラウザで <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal> "
+"ブラウザで <literal>examples/jpa/dist-glassfish/jpa-web.war</literal> "
"を指定してください。"
#. Tag: para
@@ -410,7 +410,7 @@
"You can now access the application at <literal>http://localhost:8081/jboss-"
"seam-jpa/</literal>."
msgstr ""
-"<literal>http://localhost:8081/jboss-seam-jpa/</literal> からアプリケーション"
+"<literal>http://localhost:8081/jpa-web/</literal> からアプリケーション"
"にアクセスできます。"
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ja-JP/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ja-JP/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ja-JP/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1644,10 +1644,10 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
#. Tag: para
@@ -1655,9 +1655,9 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
-" <literal>http://localhost:7001/jboss-seam-jpa/</literal>に従って、アプリケー"
+" <literal>http://localhost:7001/jpa-web/</literal>に従って、アプリケー"
"ションをチェックアウトしてください。"
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ja-JP/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ja-JP/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ja-JP/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1056,7 +1056,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
@@ -1070,7 +1070,7 @@
"When started, you can now access the application at the <literal>http://"
"localhost:9080/<context root></literal>."
msgstr ""
-"<literal>http://localhost:9080/jboss-seam-jpa/index.html</literal> からアプリ"
+"<literal>http://localhost:9080/jpa-web/index.html</literal> からアプリ"
"ケーションにアクセスできます。"
#. Tag: title
@@ -1610,11 +1610,11 @@
#, fuzzy
#~ msgid ""
-#~ "Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+#~ "Browse to the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
#~ "literal> file using the file upload widget."
#~ msgstr ""
#~ "ファイルアップロードのウィジェットを使用して、ブラウザで "
-#~ "<literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</literal> ファイ"
+#~ "<literal>examples/jpa/dist-websphere61/jpa-web.war</literal> ファイ"
#~ "ルを指定してください。"
#~ msgid ""
@@ -1651,12 +1651,12 @@
#~ "As with the <literal>jee5</literal> example there are some class loader "
#~ "changes needed before we start the application. Follow the instructions "
#~ "at <xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-#~ "<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
+#~ "<literal>jpa-web_war</literal> for <literal>Seam Booking</literal>."
#~ msgstr ""
#~ "<literal>jee5</literal> サンプルについては、アプリケーションの実行に前にク"
#~ "ラスローダを変更する必要があります。<xref linkend=\"websphere-app-adj-"
#~ "after-install\"/> の手順に従ってください。但し、<literal>Seam Booking</"
-#~ "literal> を<literal>jboss-seam-jpa</literal> と置き換えて使用してくださ"
+#~ "literal> を<literal>jpa-web</literal> と置き換えて使用してくださ"
#~ "い。"
#~ msgid ""
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/kn-IN/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/kn-IN/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/kn-IN/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/kn-IN/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/kn-IN/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/kn-IN/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/kn-IN/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/kn-IN/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/kn-IN/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ko-KR/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ko-KR/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ko-KR/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ko-KR/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ko-KR/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ko-KR/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ko-KR/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ko-KR/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ko-KR/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ml-IN/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ml-IN/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ml-IN/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ml-IN/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ml-IN/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ml-IN/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ml-IN/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ml-IN/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ml-IN/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/mr-IN/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/mr-IN/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/mr-IN/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/mr-IN/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/mr-IN/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/mr-IN/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/mr-IN/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/mr-IN/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/mr-IN/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/or-IN/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/or-IN/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/or-IN/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/or-IN/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/or-IN/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/or-IN/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/or-IN/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/or-IN/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/or-IN/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pa-IN/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pa-IN/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pa-IN/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pa-IN/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pa-IN/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pa-IN/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pa-IN/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pa-IN/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pa-IN/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pot/Glassfish.pot
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pot/Glassfish.pot 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pot/Glassfish.pot 2012-10-30 15:58:56 UTC (rev 15327)
@@ -347,7 +347,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pot/Weblogic.pot
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pot/Weblogic.pot 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pot/Weblogic.pot 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1265,7 +1265,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1274,7 +1274,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pot/Websphere.pot
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pot/Websphere.pot 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pot/Websphere.pot 2012-10-30 15:58:56 UTC (rev 15327)
@@ -955,7 +955,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pt-BR/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pt-BR/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pt-BR/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pt-BR/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pt-BR/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pt-BR/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pt-BR/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pt-BR/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/pt-BR/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ru-RU/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ru-RU/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ru-RU/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ru-RU/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ru-RU/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ru-RU/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ru-RU/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ru-RU/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ru-RU/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/si-LK/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/si-LK/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/si-LK/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/si-LK/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/si-LK/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/si-LK/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/si-LK/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/si-LK/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/si-LK/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/sl-SL/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/sl-SL/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/sl-SL/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/sl-SL/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/sl-SL/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/sl-SL/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/sl-SL/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/sl-SL/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/sl-SL/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ta-IN/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ta-IN/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ta-IN/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ta-IN/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ta-IN/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ta-IN/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ta-IN/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ta-IN/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/ta-IN/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/te-IN/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/te-IN/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/te-IN/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/te-IN/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/te-IN/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/te-IN/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/te-IN/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/te-IN/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/te-IN/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-CN/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-CN/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-CN/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-CN/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-CN/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-CN/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-CN/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-CN/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-CN/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-TW/Glassfish.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-TW/Glassfish.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-TW/Glassfish.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -346,7 +346,7 @@
#: Glassfish.xml:233
#, no-c-format
msgid ""
-"Browse to <literal>examples/jpa/dist-glassfish/jboss-seam-jpa.war</literal>."
+"Browse to <literal>examples/jpa/dist-glassfish/jpa-web.war</literal>."
msgstr ""
#. Tag: para
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-TW/Weblogic.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-TW/Weblogic.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-TW/Weblogic.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -1264,7 +1264,7 @@
#: Weblogic.xml:848
#, no-c-format
msgid ""
-"cp ./dist-weblogic10/jboss-seam-jpa.war\n"
+"cp ./dist-weblogic10/jpa-web.war\n"
"$BEA_HOME/user_projects/domains/seam_examples/autodeploy"
msgstr ""
@@ -1273,7 +1273,7 @@
#, no-c-format
msgid ""
"Check out the application at the following <literal>http://localhost:7001/"
-"jboss-seam-jpa/</literal> ."
+"jpa-web/</literal> ."
msgstr ""
#. Tag: title
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-TW/Websphere.po
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-TW/Websphere.po 2012-10-30 15:11:41 UTC (rev 15326)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/src/docbook/zh-TW/Websphere.po 2012-10-30 15:58:56 UTC (rev 15327)
@@ -954,7 +954,7 @@
#, no-c-format
msgid ""
"Follow the same instructions as for the <literal>jee5/booking</literal> "
-"sample. Select the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
+"sample. Select the <literal>examples/jpa/dist-websphere7/jpa-web.war</"
"literal> file on the first page and on the <literal>Map context roots for "
"Web modules</literal> page (after the <literal>Map virtual host for Web "
"module</literal>), enter the context root you want to use for your "
12 years
Seam SVN: r15326 - in branches/community/Seam_2_3/examples: groovybooking/groovybooking-tests and 10 other directories.
by seam-commits@lists.jboss.org
Author: vdedik
Date: 2012-10-30 11:11:41 -0400 (Tue, 30 Oct 2012)
New Revision: 15326
Modified:
branches/community/Seam_2_3/examples/groovybooking/groovybooking-tests/pom.xml
branches/community/Seam_2_3/examples/groovybooking/groovybooking-web/pom.xml
branches/community/Seam_2_3/examples/groovybooking/pom.xml
branches/community/Seam_2_3/examples/hibernate/hibernate-tests/pom.xml
branches/community/Seam_2_3/examples/hibernate/hibernate-web/pom.xml
branches/community/Seam_2_3/examples/hibernate/pom.xml
branches/community/Seam_2_3/examples/jee6/jee6-tests/pom.xml
branches/community/Seam_2_3/examples/jee6/jee6-web/pom.xml
branches/community/Seam_2_3/examples/jee6/pom.xml
branches/community/Seam_2_3/examples/jpa/jpa-tests/pom.xml
branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml
branches/community/Seam_2_3/examples/jpa/pom.xml
Log:
Tests of war examples import war classes in dependencies now - better IDE support
Modified: branches/community/Seam_2_3/examples/groovybooking/groovybooking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/groovybooking/groovybooking-tests/pom.xml 2012-10-30 14:48:58 UTC (rev 15325)
+++ branches/community/Seam_2_3/examples/groovybooking/groovybooking-tests/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
@@ -17,6 +17,11 @@
<dependencies>
<dependency>
+ <groupId>org.jboss.seam.examples.groovybooking</groupId>
+ <artifactId>groovybooking-web</artifactId>
+ <classifier>classes</classifier>
+ </dependency>
+ <dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
@@ -77,25 +82,6 @@
<skip>true</skip>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>add-test-source</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>add-test-source</goal>
- </goals>
- <configuration>
- <sources>
- <source>${basedir}/../hibernate-web/src/main/groovy</source>
- <source>${basedir}/../hibernate-web/src/main/java</source>
- </sources>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
Modified: branches/community/Seam_2_3/examples/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/groovybooking/groovybooking-web/pom.xml 2012-10-30 14:48:58 UTC (rev 15325)
+++ branches/community/Seam_2_3/examples/groovybooking/groovybooking-web/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
@@ -215,6 +215,7 @@
<filtering>true</filtering>
</resource>
</webResources>
+ <attachClasses>true</attachClasses>
</configuration>
</plugin>
</plugins>
Modified: branches/community/Seam_2_3/examples/groovybooking/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/groovybooking/pom.xml 2012-10-30 14:48:58 UTC (rev 15325)
+++ branches/community/Seam_2_3/examples/groovybooking/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
@@ -28,6 +28,12 @@
<version>${project.version}</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.jboss.seam.examples.groovybooking</groupId>
+ <artifactId>groovybooking-web</artifactId>
+ <version>${project.version}</version>
+ <classifier>classes</classifier>
+ </dependency>
</dependencies>
</dependencyManagement>
</project>
Modified: branches/community/Seam_2_3/examples/hibernate/hibernate-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/hibernate/hibernate-tests/pom.xml 2012-10-30 14:48:58 UTC (rev 15325)
+++ branches/community/Seam_2_3/examples/hibernate/hibernate-tests/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
@@ -17,6 +17,11 @@
<dependencies>
<dependency>
+ <groupId>org.jboss.seam.examples.hibernate</groupId>
+ <artifactId>hibernate-web</artifactId>
+ <classifier>classes</classifier>
+ </dependency>
+ <dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
@@ -96,24 +101,6 @@
<skip>true</skip>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>add-test-source</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>add-test-source</goal>
- </goals>
- <configuration>
- <sources>
- <source>${basedir}/../hibernate-web/src/main/java</source>
- </sources>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
Modified: branches/community/Seam_2_3/examples/hibernate/hibernate-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/hibernate/hibernate-web/pom.xml 2012-10-30 14:48:58 UTC (rev 15325)
+++ branches/community/Seam_2_3/examples/hibernate/hibernate-web/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
@@ -29,6 +29,7 @@
<filtering>true</filtering>
</resource>
</webResources>
+ <attachClasses>true</attachClasses>
</configuration>
</plugin>
</plugins>
Modified: branches/community/Seam_2_3/examples/hibernate/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/hibernate/pom.xml 2012-10-30 14:48:58 UTC (rev 15325)
+++ branches/community/Seam_2_3/examples/hibernate/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
@@ -32,6 +32,12 @@
<version>${project.version}</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.jboss.seam.examples.hibernate</groupId>
+ <artifactId>hibernate-web</artifactId>
+ <version>${project.version}</version>
+ <classifier>classes</classifier>
+ </dependency>
</dependencies>
</dependencyManagement>
Modified: branches/community/Seam_2_3/examples/jee6/jee6-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jee6/jee6-tests/pom.xml 2012-10-30 14:48:58 UTC (rev 15325)
+++ branches/community/Seam_2_3/examples/jee6/jee6-tests/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
@@ -14,6 +14,11 @@
<dependencies>
<dependency>
+ <groupId>org.jboss.seam.examples</groupId>
+ <artifactId>jee6-web</artifactId>
+ <classifier>classes</classifier>
+ </dependency>
+ <dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
@@ -109,24 +114,6 @@
<skip>true</skip>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>add-test-source</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>add-test-source</goal>
- </goals>
- <configuration>
- <sources>
- <source>../jee6-web/src/main/java</source>
- </sources>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
Modified: branches/community/Seam_2_3/examples/jee6/jee6-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jee6/jee6-web/pom.xml 2012-10-30 14:48:58 UTC (rev 15325)
+++ branches/community/Seam_2_3/examples/jee6/jee6-web/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
@@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.jboss.seam.examples.jee6</groupId>
+ <groupId>org.jboss.seam.examples</groupId>
<artifactId>jee6-web</artifactId>
<packaging>war</packaging>
<name>Booking Web Module</name>
@@ -118,6 +118,7 @@
<filtering>true</filtering>
</resource>
</webResources>
+ <attachClasses>true</attachClasses>
</configuration>
</plugin>
</plugins>
@@ -148,6 +149,7 @@
<filtering>true</filtering>
</resource>
</webResources>
+ <attachClasses>true</attachClasses>
</configuration>
</plugin>
</plugins>
Modified: branches/community/Seam_2_3/examples/jee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jee6/pom.xml 2012-10-30 14:48:58 UTC (rev 15325)
+++ branches/community/Seam_2_3/examples/jee6/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
@@ -20,5 +20,15 @@
<module>jee6-web</module>
<module>jee6-tests</module>
</modules>
-
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.seam.examples</groupId>
+ <artifactId>jee6-web</artifactId>
+ <version>${project.version}</version>
+ <classifier>classes</classifier>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
</project>
Modified: branches/community/Seam_2_3/examples/jpa/jpa-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jpa/jpa-tests/pom.xml 2012-10-30 14:48:58 UTC (rev 15325)
+++ branches/community/Seam_2_3/examples/jpa/jpa-tests/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
@@ -15,6 +15,11 @@
<dependencies>
<dependency>
+ <groupId>org.jboss.seam.examples</groupId>
+ <artifactId>jpa-web</artifactId>
+ <classifier>classes</classifier>
+ </dependency>
+ <dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
@@ -107,24 +112,6 @@
<skip>true</skip>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>add-test-source</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>add-test-source</goal>
- </goals>
- <configuration>
- <sources>
- <source>${basedir}/../jpa-web/src/main/java</source>
- </sources>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
Modified: branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml 2012-10-30 14:48:58 UTC (rev 15325)
+++ branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
@@ -99,6 +99,7 @@
<filtering>true</filtering>
</resource>
</webResources>
+ <attachClasses>true</attachClasses>
</configuration>
</plugin>
<plugin>
Modified: branches/community/Seam_2_3/examples/jpa/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jpa/pom.xml 2012-10-30 14:48:58 UTC (rev 15325)
+++ branches/community/Seam_2_3/examples/jpa/pom.xml 2012-10-30 15:11:41 UTC (rev 15326)
@@ -28,6 +28,12 @@
<version>${project.version}</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.jboss.seam.examples</groupId>
+ <artifactId>jpa-web</artifactId>
+ <version>${project.version}</version>
+ <classifier>classes</classifier>
+ </dependency>
</dependencies>
</dependencyManagement>
</project>
12 years
Seam SVN: r15325 - in branches/enterprise/WFK-2_1/examples: jpa and 1 other directories.
by seam-commits@lists.jboss.org
Author: vdedik
Date: 2012-10-30 10:48:58 -0400 (Tue, 30 Oct 2012)
New Revision: 15325
Modified:
branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml
branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/pom.xml
branches/enterprise/WFK-2_1/examples/jpa/pom.xml
Log:
amend
Modified: branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml 2012-10-30 14:44:11 UTC (rev 15324)
+++ branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml 2012-10-30 14:48:58 UTC (rev 15325)
@@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.jboss.seam.examples.jee6</groupId>
+ <groupId>org.jboss.seam.examples</groupId>
<artifactId>jee6-web</artifactId>
<packaging>war</packaging>
<name>Booking Web Module</name>
Modified: branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/pom.xml 2012-10-30 14:44:11 UTC (rev 15324)
+++ branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/pom.xml 2012-10-30 14:48:58 UTC (rev 15325)
@@ -15,7 +15,7 @@
<dependencies>
<dependency>
- <groupId>org.jboss.seam.examples.jee6</groupId>
+ <groupId>org.jboss.seam.examples</groupId>
<artifactId>jpa-web</artifactId>
<classifier>classes</classifier>
</dependency>
Modified: branches/enterprise/WFK-2_1/examples/jpa/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jpa/pom.xml 2012-10-30 14:44:11 UTC (rev 15324)
+++ branches/enterprise/WFK-2_1/examples/jpa/pom.xml 2012-10-30 14:48:58 UTC (rev 15325)
@@ -29,7 +29,7 @@
<type>war</type>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples.jee6</groupId>
+ <groupId>org.jboss.seam.examples</groupId>
<artifactId>jpa-web</artifactId>
<version>${project.version}</version>
<classifier>classes</classifier>
12 years
Seam SVN: r15324 - in branches/enterprise/WFK-2_1/examples: groovybooking/groovybooking-tests and 10 other directories.
by seam-commits@lists.jboss.org
Author: vdedik
Date: 2012-10-30 10:44:11 -0400 (Tue, 30 Oct 2012)
New Revision: 15324
Modified:
branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-tests/pom.xml
branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml
branches/enterprise/WFK-2_1/examples/groovybooking/pom.xml
branches/enterprise/WFK-2_1/examples/hibernate/hibernate-tests/pom.xml
branches/enterprise/WFK-2_1/examples/hibernate/hibernate-web/pom.xml
branches/enterprise/WFK-2_1/examples/hibernate/pom.xml
branches/enterprise/WFK-2_1/examples/jee6/jee6-tests/pom.xml
branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml
branches/enterprise/WFK-2_1/examples/jee6/pom.xml
branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/pom.xml
branches/enterprise/WFK-2_1/examples/jpa/jpa-web/pom.xml
branches/enterprise/WFK-2_1/examples/jpa/pom.xml
Log:
bugzilla 869662 #1 and 869668 #1
Modified: branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-tests/pom.xml 2012-10-30 13:06:23 UTC (rev 15323)
+++ branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-tests/pom.xml 2012-10-30 14:44:11 UTC (rev 15324)
@@ -17,6 +17,11 @@
<dependencies>
<dependency>
+ <groupId>org.jboss.seam.examples.groovybooking</groupId>
+ <artifactId>groovybooking-web</artifactId>
+ <classifier>classes</classifier>
+ </dependency>
+ <dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
@@ -77,25 +82,6 @@
<skip>true</skip>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>add-test-source</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>add-test-source</goal>
- </goals>
- <configuration>
- <sources>
- <source>${basedir}/../hibernate-web/src/main/groovy</source>
- <source>${basedir}/../hibernate-web/src/main/java</source>
- </sources>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
Modified: branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml 2012-10-30 13:06:23 UTC (rev 15323)
+++ branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml 2012-10-30 14:44:11 UTC (rev 15324)
@@ -215,6 +215,7 @@
<filtering>true</filtering>
</resource>
</webResources>
+ <attachClasses>true</attachClasses>
</configuration>
</plugin>
</plugins>
Modified: branches/enterprise/WFK-2_1/examples/groovybooking/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/groovybooking/pom.xml 2012-10-30 13:06:23 UTC (rev 15323)
+++ branches/enterprise/WFK-2_1/examples/groovybooking/pom.xml 2012-10-30 14:44:11 UTC (rev 15324)
@@ -28,6 +28,12 @@
<version>${project.version}</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.jboss.seam.examples.groovybooking</groupId>
+ <artifactId>groovybooking-web</artifactId>
+ <version>${project.version}</version>
+ <classifier>classes</classifier>
+ </dependency>
</dependencies>
</dependencyManagement>
</project>
Modified: branches/enterprise/WFK-2_1/examples/hibernate/hibernate-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/hibernate/hibernate-tests/pom.xml 2012-10-30 13:06:23 UTC (rev 15323)
+++ branches/enterprise/WFK-2_1/examples/hibernate/hibernate-tests/pom.xml 2012-10-30 14:44:11 UTC (rev 15324)
@@ -17,6 +17,11 @@
<dependencies>
<dependency>
+ <groupId>org.jboss.seam.examples.hibernate</groupId>
+ <artifactId>hibernate-web</artifactId>
+ <classifier>classes</classifier>
+ </dependency>
+ <dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
@@ -96,24 +101,6 @@
<skip>true</skip>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>add-test-source</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>add-test-source</goal>
- </goals>
- <configuration>
- <sources>
- <source>${basedir}/../hibernate-web/src/main/java</source>
- </sources>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
Modified: branches/enterprise/WFK-2_1/examples/hibernate/hibernate-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/hibernate/hibernate-web/pom.xml 2012-10-30 13:06:23 UTC (rev 15323)
+++ branches/enterprise/WFK-2_1/examples/hibernate/hibernate-web/pom.xml 2012-10-30 14:44:11 UTC (rev 15324)
@@ -29,6 +29,7 @@
<filtering>true</filtering>
</resource>
</webResources>
+ <attachClasses>true</attachClasses>
</configuration>
</plugin>
</plugins>
Modified: branches/enterprise/WFK-2_1/examples/hibernate/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/hibernate/pom.xml 2012-10-30 13:06:23 UTC (rev 15323)
+++ branches/enterprise/WFK-2_1/examples/hibernate/pom.xml 2012-10-30 14:44:11 UTC (rev 15324)
@@ -32,6 +32,12 @@
<version>${project.version}</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.jboss.seam.examples.hibernate</groupId>
+ <artifactId>hibernate-web</artifactId>
+ <version>${project.version}</version>
+ <classifier>classes</classifier>
+ </dependency>
</dependencies>
</dependencyManagement>
Modified: branches/enterprise/WFK-2_1/examples/jee6/jee6-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jee6/jee6-tests/pom.xml 2012-10-30 13:06:23 UTC (rev 15323)
+++ branches/enterprise/WFK-2_1/examples/jee6/jee6-tests/pom.xml 2012-10-30 14:44:11 UTC (rev 15324)
@@ -14,6 +14,11 @@
<dependencies>
<dependency>
+ <groupId>org.jboss.seam.examples</groupId>
+ <artifactId>jee6-web</artifactId>
+ <classifier>classes</classifier>
+ </dependency>
+ <dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
@@ -109,24 +114,6 @@
<skip>true</skip>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>add-test-source</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>add-test-source</goal>
- </goals>
- <configuration>
- <sources>
- <source>../jee6-web/src/main/java</source>
- </sources>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
Modified: branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml 2012-10-30 13:06:23 UTC (rev 15323)
+++ branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml 2012-10-30 14:44:11 UTC (rev 15324)
@@ -118,6 +118,7 @@
<filtering>true</filtering>
</resource>
</webResources>
+ <attachClasses>true</attachClasses>
</configuration>
</plugin>
</plugins>
@@ -148,6 +149,7 @@
<filtering>true</filtering>
</resource>
</webResources>
+ <attachClasses>true</attachClasses>
</configuration>
</plugin>
</plugins>
Modified: branches/enterprise/WFK-2_1/examples/jee6/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jee6/pom.xml 2012-10-30 13:06:23 UTC (rev 15323)
+++ branches/enterprise/WFK-2_1/examples/jee6/pom.xml 2012-10-30 14:44:11 UTC (rev 15324)
@@ -20,5 +20,15 @@
<module>jee6-web</module>
<module>jee6-tests</module>
</modules>
-
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.seam.examples</groupId>
+ <artifactId>jee6-web</artifactId>
+ <version>${project.version}</version>
+ <classifier>classes</classifier>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
</project>
Modified: branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/pom.xml 2012-10-30 13:06:23 UTC (rev 15323)
+++ branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/pom.xml 2012-10-30 14:44:11 UTC (rev 15324)
@@ -15,6 +15,11 @@
<dependencies>
<dependency>
+ <groupId>org.jboss.seam.examples.jee6</groupId>
+ <artifactId>jpa-web</artifactId>
+ <classifier>classes</classifier>
+ </dependency>
+ <dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
@@ -107,24 +112,6 @@
<skip>true</skip>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>add-test-source</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>add-test-source</goal>
- </goals>
- <configuration>
- <sources>
- <source>${basedir}/../jpa-web/src/main/java</source>
- </sources>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
Modified: branches/enterprise/WFK-2_1/examples/jpa/jpa-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jpa/jpa-web/pom.xml 2012-10-30 13:06:23 UTC (rev 15323)
+++ branches/enterprise/WFK-2_1/examples/jpa/jpa-web/pom.xml 2012-10-30 14:44:11 UTC (rev 15324)
@@ -99,6 +99,7 @@
<filtering>true</filtering>
</resource>
</webResources>
+ <attachClasses>true</attachClasses>
</configuration>
</plugin>
<plugin>
Modified: branches/enterprise/WFK-2_1/examples/jpa/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jpa/pom.xml 2012-10-30 13:06:23 UTC (rev 15323)
+++ branches/enterprise/WFK-2_1/examples/jpa/pom.xml 2012-10-30 14:44:11 UTC (rev 15324)
@@ -28,6 +28,12 @@
<version>${project.version}</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.jboss.seam.examples.jee6</groupId>
+ <artifactId>jpa-web</artifactId>
+ <version>${project.version}</version>
+ <classifier>classes</classifier>
+ </dependency>
</dependencies>
</dependencyManagement>
</project>
12 years
Seam SVN: r15323 - branches/community/Seam_2_3/examples/tasks/tasks-ear.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-10-30 09:06:23 -0400 (Tue, 30 Oct 2012)
New Revision: 15323
Modified:
branches/community/Seam_2_3/examples/tasks/tasks-ear/pom.xml
Log:
tasks example initialize in order
Modified: branches/community/Seam_2_3/examples/tasks/tasks-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/tasks/tasks-ear/pom.xml 2012-10-30 13:06:00 UTC (rev 15322)
+++ branches/community/Seam_2_3/examples/tasks/tasks-ear/pom.xml 2012-10-30 13:06:23 UTC (rev 15323)
@@ -57,7 +57,13 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<filtering>true</filtering>
+ <initializeInOrder>true</initializeInOrder>
<modules>
+ <ejbModule>
+ <groupId>org.jboss.seam.examples.tasks</groupId>
+ <artifactId>tasks-ejb</artifactId>
+ <bundleFileName>tasks-ejb.jar</bundleFileName>
+ </ejbModule>
<webModule>
<groupId>org.jboss.seam.examples.tasks</groupId>
<artifactId>tasks-web</artifactId>
@@ -65,16 +71,10 @@
<bundleFileName>tasks-web.war</bundleFileName>
</webModule>
<ejbModule>
- <groupId>org.jboss.seam.examples.tasks</groupId>
- <artifactId>tasks-ejb</artifactId>
- <bundleFileName>tasks-ejb.jar</bundleFileName>
- </ejbModule>
- <ejbModule>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<bundleFileName>jboss-seam.jar</bundleFileName>
</ejbModule>
-
</modules>
</configuration>
</plugin>
12 years
Seam SVN: r15322 - branches/enterprise/WFK-2_1/examples/tasks/tasks-ear.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-10-30 09:06:00 -0400 (Tue, 30 Oct 2012)
New Revision: 15322
Modified:
branches/enterprise/WFK-2_1/examples/tasks/tasks-ear/pom.xml
Log:
tasks example initialize in order
Modified: branches/enterprise/WFK-2_1/examples/tasks/tasks-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/tasks/tasks-ear/pom.xml 2012-10-30 11:55:08 UTC (rev 15321)
+++ branches/enterprise/WFK-2_1/examples/tasks/tasks-ear/pom.xml 2012-10-30 13:06:00 UTC (rev 15322)
@@ -57,7 +57,13 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<filtering>true</filtering>
+ <initializeInOrder>true</initializeInOrder>
<modules>
+ <ejbModule>
+ <groupId>org.jboss.seam.examples.tasks</groupId>
+ <artifactId>tasks-ejb</artifactId>
+ <bundleFileName>tasks-ejb.jar</bundleFileName>
+ </ejbModule>
<webModule>
<groupId>org.jboss.seam.examples.tasks</groupId>
<artifactId>tasks-web</artifactId>
@@ -65,16 +71,10 @@
<bundleFileName>tasks-web.war</bundleFileName>
</webModule>
<ejbModule>
- <groupId>org.jboss.seam.examples.tasks</groupId>
- <artifactId>tasks-ejb</artifactId>
- <bundleFileName>tasks-ejb.jar</bundleFileName>
- </ejbModule>
- <ejbModule>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<bundleFileName>jboss-seam.jar</bundleFileName>
</ejbModule>
-
</modules>
</configuration>
</plugin>
12 years