Hi, For those of you stuck by the jboss-remoting pbm, here is an old version of the jar to put in your /opt/jboss/server/default/lib directory while the problem is being fixed on the trunk:
http://public.dev.nuxeo.com/~ogrisel/software/jboss-remoting.jar You can also comment the following line so that the broken one does not replace it in the mean time: <quote> --- NXRuntime/build.xml (revision 10770) +++ NXRuntime/build.xml (working copy) @@ -70,7 +70,7 @@ <target name="deploy" depends="dist" description="Deploy inside eclipse project"> <!--copy todir="../NXEclipseRuntime/lib/" file="dist/${ant.project.name}.jar"/--> - <copy todir="${jboss.home}/server/${jboss.config}/lib" file="lib/jboss-remoting.jar"/> + <!--<copy todir="${jboss.home}/server/${jboss.config}/lib" file="lib/jboss-remoting.jar"/>--> <copy tofile="${jboss.home}/server/${jboss.config}/deploy/${ant.project.name}.jar" file="dist/${ant.project.name}.jar"/> </target> </quote> Sorry for the inconvenience, -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
