So I commited a workaround for the RFE that jung has with SUN. Essentially it all amounts to making the ULR mono-threaded and relinqueshing the locks as we go. It's pretty simple stuff since it is a subset of the locking in the container. Plus it is the kind of stuff I get off with :)
Ok seriously now, the stuff boots, however *i haven't tested it*. I know there is some multithreaded loading in the server because it locked when I put a buggy "workaround" and it comes from the clustering code BUT since I didn't have a reproducible case of deadlock in my code I haven't tested. I don't know if this actually fixes anything, I just think it does. Dave, Alarik, can I ask you guys to test if you deadlock. please update from CVS for the latest JMX code. thanks please let me know on this thread if the stuff doesn't work (could very well be since, again, I haven't tested it with a real deadlock). most likely I will need a few iterations on this :) marcf PS: instructions remove your current codebase cvs co jboss-all build/sh build.sh cd output/jboss3.1... put your files in the deploy dir bin/sh run.sh report what goes on * * * View thread online: http://jboss.org/forums/thread.jsp?forum=66&thread=13851 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
