[
https://issues.apache.org/jira/browse/DIGESTER-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13230226#comment-13230226
]
Simone Tripodi commented on DIGESTER-163:
-----------------------------------------
Unfortunately, once test is modified, test still pass :(
{code}
Tests run: 209, Failures: 0, Errors: 0, Skipped: 0
{code}
this is my environment:
{code}
$ mvn --version
Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
Maven home: /Applications/apache-maven-3.0.4
Java version: 1.6.0_29, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.7.3", arch: "x86_64", family: "mac"
{code}
if you just run:
{code}
https://svn.apache.org/repos/asf/commons/proper/digester/trunk commons-digester
&& cd commons-digester && svn test
{code}
you should see the test report...
Can you please let me know? TIA!
> ConcurrentModificationException creating a new Digester via
> loaderInstance.newDigester()
> ----------------------------------------------------------------------------------------
>
> Key: DIGESTER-163
> URL: https://issues.apache.org/jira/browse/DIGESTER-163
> Project: Commons Digester
> Issue Type: Bug
> Affects Versions: 3.2
> Environment: Linux, JDK 6
> Reporter: Torsten Krah
> Attachments: Digester163TestCase.java
>
>
> I am gettig a ConcurrentModificationException when trying to create new
> Digester instance from a configured loader:
> Trace is:
> {code}
> java.util.ConcurrentModificationException: null
> at
> java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:761)
> ~[na:1.6.0_27]
> at java.util.LinkedList$ListItr.next(LinkedList.java:696) ~[na:1.6.0_27]
> at
> org.apache.commons.digester3.binder.FromBinderRuleSet.addRuleInstances(FromBinderRuleSet.java:130)
> ~[commons-digester3-3.2.jar:3.2]
> at
> org.apache.commons.digester3.binder.DigesterLoader.addRules(DigesterLoader.java:581)
> ~[commons-digester3-3.2.jar:3.2]
> at
> org.apache.commons.digester3.binder.DigesterLoader.newDigester(DigesterLoader.java:568)
> ~[commons-digester3-3.2.jar:3.2]
> at
> org.apache.commons.digester3.binder.DigesterLoader.newDigester(DigesterLoader.java:516)
> ~[commons-digester3-3.2.jar:3.2]
> at
> org.apache.commons.digester3.binder.DigesterLoader.newDigester(DigesterLoader.java:475)
> ~[commons-digester3-3.2.jar:3.2]
> at
> org.apache.commons.digester3.binder.DigesterLoader.newDigester(DigesterLoader.java:462)
> ~[commons-digester3-3.2.jar:3.2]
> {code}
> The binder documentation (employee servlet) and the mailing list did confirm
> to me, that the loader should be safe to be shared, so this should not happen.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira