[seam-commits] Seam SVN: r15595 - in branches/enterprise/WFK-2_1/examples/blog: blog-ejb and 2 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Sep 25 08:41:18 EDT 2013
Author: manaRH
Date: 2013-09-25 08:41:18 -0400 (Wed, 25 Sep 2013)
New Revision: 15595
Modified:
branches/enterprise/WFK-2_1/examples/blog/blog-ear/src/main/application/META-INF/jboss-deployment-structure.xml
branches/enterprise/WFK-2_1/examples/blog/blog-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/blog/blog-ejb/src/test/resources/infinispan.xml
branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/resources/infinispan.xml
Log:
added workaround for https://issues.jboss.org/browse/WFK2-154 until ISPN is fixed
Modified: branches/enterprise/WFK-2_1/examples/blog/blog-ear/src/main/application/META-INF/jboss-deployment-structure.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/blog/blog-ear/src/main/application/META-INF/jboss-deployment-structure.xml 2013-09-25 08:37:22 UTC (rev 15594)
+++ branches/enterprise/WFK-2_1/examples/blog/blog-ear/src/main/application/META-INF/jboss-deployment-structure.xml 2013-09-25 12:41:18 UTC (rev 15595)
@@ -9,6 +9,7 @@
<module name="javax.faces.api" export="true"/>
<module name="com.sun.jsf-impl" export="true"/>
<module name="org.jgroups" export="true"/>
+ <module name="org.infinispan" export="true"/>
</dependencies>
</deployment>
</jboss-deployment-structure>
Modified: branches/enterprise/WFK-2_1/examples/blog/blog-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/blog/blog-ejb/pom.xml 2013-09-25 08:37:22 UTC (rev 15594)
+++ branches/enterprise/WFK-2_1/examples/blog/blog-ejb/pom.xml 2013-09-25 12:41:18 UTC (rev 15595)
@@ -80,21 +80,10 @@
</exclusion>
</exclusions>
</dependency>
-
<dependency>
<groupId>org.infinispan</groupId>
- <artifactId>infinispan-core</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.spec.javax.transaction</groupId>
- <artifactId>jboss-transaction-api_1.1_spec</artifactId>
- </exclusion>
- </exclusions>
+ <artifactId>infinispan-tree</artifactId>
</dependency>
- <dependency>
- <groupId>org.infinispan</groupId>
- <artifactId>infinispan-tree</artifactId>
- </dependency>
<dependency>
<groupId>javax.validation</groupId>
Modified: branches/enterprise/WFK-2_1/examples/blog/blog-ejb/src/test/resources/infinispan.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/resources/infinispan.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/resources/infinispan.xml 2013-09-25 08:37:22 UTC (rev 15594)
+++ branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/resources/infinispan.xml 2013-09-25 12:41:18 UTC (rev 15595)
@@ -37,7 +37,7 @@
<jmxStatistics enabled="false"/>
<invocationBatching enabled="true"/>
<clustering mode="replication">
- <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
+ <stateTransfer timeout="20000" fetchInMemoryState="false"/>
<sync replTimeout="20000"/>
</clustering>
</default>
More information about the seam-commits
mailing list