Hi Andreas, >> Jürgen just pointed me to your commits re Mark AxisUUIDGenerator as >> ThreadSafe >> (revisions 570864 and 570866). I guess you also have experienced a "document >> already exists" message. Mine was during import of the example content. > > you mean the problem occured after my check-in?
Sorry, my post was unclear. I experienced the problem before your commit. Your commit fixes the problem as far as I can tell. Thanks for the fix :-) > I couldn't reproduce it (yet), but you might try to synchronize the > nextUUID() > method in the AxisUUIDGenerator. That's where my point comes. I think the axis people have found the bug in their FastUUIDGen.java and fixed it on 2006-09-22. See http://svn.apache.org/viewvc/webservices/axis/trunk/java/src/org/apache/axis/components/uuid/FastUUIDGen.java?r1=264831&r2=448984 for the diff. The problem is that cocoon comes with axis jars that were released on 2004-12-16. I think that cocoon should update their jars. Don't know how simple that is, though. I don't understand enough of the ThreadSafe interface but i think your commit is only masking the real bug which is located in the old axis jars of cocoon. Although, as i said, it helps for the moment, thanks :-) Just my two cents. Thanks! Markus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
