This was fixed it should works now with the jboss-remoting.jar (version 2.0.0.GA) deployed by NXRuntime

Bogdan


Olivier Grisel wrote:
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,


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to