[jira] Updated: (LANG-334) Enum is not thread-safe

2007-07-27 Thread Jason Madden (JIRA)
[ https://issues.apache.org/jira/browse/LANG-334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Madden updated LANG-334: -- Attachment: 334.patch > Enum is not thread-safe > --- > > Key: LANG-3

[jira] Commented: (LANG-334) Enum is not thread-safe

2007-07-27 Thread Jason Madden (JIRA)
[ https://issues.apache.org/jira/browse/LANG-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516136 ] Jason Madden commented on LANG-334: --- We have also encountered the issue of thread safety in the Enum class. In our

Re: LANG-334 Enum is not thread-safe

2007-07-27 Thread Henri Yandell
Thanks Jason, Could you attach the patch to the JIRA issue? The Apache mailing lists are pretty aggressive on stripping attachments. I restarted JIRA this morning, and that seemed to take care of the NPEs, though I don't know why they were happening, it was due to an NPE in the JIRA Permission sys

LANG-334 Enum is not thread-safe

2007-07-27 Thread Jason Madden
(I was utterly unsuccessful this morning in posting a comment or a patch to the issue in jira, receiving JS errors and server-side NullPointerExceptions all over the place, so please forgive me for emailing the list directly.) We have also encountered the issue of thread safety in the Enum