Hi,

For all Nuxeo EP in operation, here is the procedure to switch from EJB3 RC8 to EJB3 RC9. It seems to work well.

We are going to run the complete suite of tests this Thuesday and update this procedure if needed.

This bug's resolution will be followed here: <https://svn.nuxeo.org/ trac/nuxeo/wiki/EJB3RC8ToRC9>.

After the approval of this fix, we are going to roll out a new installer for Nuxeo EP 5.1.0.

Thanks,

EB.


Procedure
=========

1. Download JBoss EJB3 RC9 Patch 1 (and unzip it)

2. Open a Shell

3. Go to the directory "jboss-EJB-3.0_RC9_Patch_1"

4. set the environment variable JBOSS_HOME to the path of your jboss installation
   ex: "export JBOSS_HOME=<path to you jboss installation>"

5. Edit install.xml and change
     <property name="jboss.server.config" value="all"/>
   by
     <property name="jboss.server.config" value="default"/>

   (or put the name of your jboss's configuration if not "default")

6. Run "ant -f install.xml"

7. Go to JBOSS_HOME

8. Remove
     ./server/default/deploy/ejb3-entity-cache-service.xml
   and
     ./server/default/deploy/ejb3-clustered-sfsbcache-service.xml

9. You're done
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to