I don't know about newer jdk versions. If you google-fu tokenPollerProtection I'm sure you'll end up with the original tomcat issue, which may contain more details and references to sun bug reports.
As far as I can understand, it mostly applies to unloading of applications; which would seem to indicate you're going to have memory issues if doing hot redeployment etc, probably nothing significant on a production server with conservative redeployment routines. Kristian 2013/5/3 laredotornado-3 <[email protected]> > Thanks for the replies. > > Andreas, I added the reuseForks option and combined wiht an increased heap > size everything runs great. > > Kristian, We'll eventually be running our app on Jboss 7.1.1 with Java 6. > Is the bug you mention somethign Sun addressed in newer JDKs? - Dave > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Can-Maven-recover-from-OutOfMemoryErrors-during-JUnit-test-runs-tp5754845p5754872.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
