Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modeshape-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<version.wildfly.maven.plugin>1.0.1.Final</version.wildfly.maven.plugin>

<!-- Global dependency version information-->
<version.modeshape>4.0.0.Alpha4</version.modeshape>
<version.modeshape>4.0.0.Beta2</version.modeshape>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<version.wildfly.maven.plugin>1.0.1.Final</version.wildfly.maven.plugin>

<!-- Global dependency version information-->
<version.modeshape>4.0.0.Alpha4</version.modeshape>
<version.modeshape>4.0.0.Beta2</version.modeshape>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-clustering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ into the `JBOSS_HOME/standalone/configuration` folder
4. Start the `slave` server:

For Linux: JBOSS_HOME/bin/standalone.sh -c standalone-modeshape-node2.xml
For Windows: JBOSS_HOME\bin\standalone.bat -c standalone-modeshape-nod2.xml
For Windows: JBOSS_HOME\bin\standalone.bat -c standalone-modeshape-node2.xml


Build and Deploy the Quickstart into each of the running servers
Expand Down
2 changes: 1 addition & 1 deletion modeshape-clustering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<version.wildfly.maven.plugin>1.0.1.Final</version.wildfly.maven.plugin>

<!-- Global dependency version information-->
<version.modeshape>4.0.0.Alpha4</version.modeshape>
<version.modeshape>4.0.0.Beta2</version.modeshape>
</properties>

<dependencyManagement>
Expand Down
5 changes: 5 additions & 0 deletions modeshape-clustering/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>client</param-value>
</context-param>
<env-entry>
<env-entry-name>jsf/ClientSideSecretKey</env-entry-name>
<env-entry-type>java.lang.String</env-entry-type>
<env-entry-value>am9kZXRlcHV0b2hhY2tlcg==</env-entry-value>
</env-entry>
</web-app>
2 changes: 1 addition & 1 deletion modeshape-clustering/standalone-modeshape-node1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
</cache-container>
</subsystem>
<subsystem xmlns="urn:jboss:domain:modeshape:2.0">
<repository name="clustered-repo" cache-name="clustered-repo" cache-container="modeshape-cluster">
<repository name="clustered-repo" cache-name="clustered-repo" cache-container="modeshape-cluster" anonymous-roles="admin">
<cache-binary-storage data-cache-name="binary-fs" metadata-cache-name="binary-fs-meta" cache-container="modeshape-binary-cache-container"/>
</repository>
</subsystem>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-clustering/standalone-modeshape-node2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
</cache-container>
</subsystem>
<subsystem xmlns="urn:jboss:domain:modeshape:2.0">
<repository name="clustered-repo" cache-name="clustered-repo" cache-container="modeshape-cluster">
<repository name="clustered-repo" cache-name="clustered-repo" cache-container="modeshape-cluster" anonymous-roles="admin">
<cache-binary-storage data-cache-name="binary-fs" metadata-cache-name="binary-fs-meta" cache-container="modeshape-binary-cache-container"/>
</repository>
</subsystem>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<version.wildfly.maven.plugin>1.0.1.Final</version.wildfly.maven.plugin>

<!-- Global dependency version information-->
<version.modeshape>4.0.0.Alpha4</version.modeshape>
<version.modeshape>4.0.0.Beta2</version.modeshape>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-federation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<version.wildfly.maven.plugin>1.0.1.Final</version.wildfly.maven.plugin>

<!-- Global dependency version information-->
<version.modeshape>4.0.0.Alpha4</version.modeshape>
<version.modeshape>4.0.0.Beta2</version.modeshape>
</properties>

<dependencyManagement>
Expand Down
5 changes: 5 additions & 0 deletions modeshape-federation/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>client</param-value>
</context-param>
<env-entry>
<env-entry-name>jsf/ClientSideSecretKey</env-entry-name>
<env-entry-type>java.lang.String</env-entry-type>
<env-entry-value>am9kZXRlcHV0b2hhY2tlcg==</env-entry-value>
</env-entry>
</web-app>
2 changes: 1 addition & 1 deletion modeshape-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<version.wildfly.maven.plugin>1.0.1.Final</version.wildfly.maven.plugin>

<!-- Global dependency version information-->
<version.modeshape>4.0.0.Alpha4</version.modeshape>
<version.modeshape>4.0.0.Beta2</version.modeshape>
<version.google.http-client>1.14.1-beta</version.google.http-client>
</properties>

Expand Down