Bugs item #941769, was opened at 2004-04-25 16:00
Message generated for change (Comment added) made by maartenc
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=941769&group_id=16035

Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Maarten Coene (maartenc)
Summary: getting ConcurrentModificationException: concurrent acces

Initial Comment:
I am getting attached exceptions for the following lines 
of code 

Element work = DocumentHelper.createElement("work");

Exception :

java.util.ConcurrentModificationException: concurrent 
acces
 to HashMap attempted by 50
       at java.util.HashMap.onExit(HashMap.java(Compiled 
Code))
       at java.util.HashMap.rehash(HashMap.java
(Compiled Code))
       at java.util.HashMap.put(HashMap.java(Compiled 
Code))
       at org.dom4j.tree.QNameCache.get
(QNameCache.java(Compiled Code))
       at org.dom4j.DocumentFactory.createQName
(DocumentFactory.java:161)
       at org.dom4j.DocumentFactory.createElement
(DocumentFactory.java:108)
       at org.dom4j.DocumentHelper.createElement
(DocumentHelper.java:50)

----------------------------------------------------------------------

>Comment By: Maarten Coene (maartenc)
Date: 2004-06-07 16:40

Message:
Logged In: YES 
user_id=178745

This should have been fixed in dom4j 1.5 beta1. Please
reopen if your problem still occurs.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=941769&group_id=16035


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to