Hi all,
I just ran into random NullPointerExceptions inside my fromXML calls which I couldn't really explain to myself until I found this Scala issue:
I'm indeed running concurrent threads parsing scalaxb responses and never encounter any issues when trying to parse the messages that caused the mystery NPEs in the console, so it seems quite likely that this thread-safety issue is the culprit. Until this is fixed in Scala, is there an easy way to enjoy the simplicity of fromXML in a multithreaded environment?
ciao,
Thomas