dev@glassfish.java.net

java -jar glassfish.jar and EE6 support

From: Ludovic Champenois <Ludovic.Champenois_at_Sun.COM>
Date: Thu, 01 Oct 2009 20:23:55 -0700

Thinking more about this command:

java -jar glassfish.jar

This does not set the EE 6 modified jars we have for annotations (for
example @Resource with the new lookup attribute) and jaxb (in the gf
endorsed/ dir), so this is not a Java EE 6 compliant JVM process, right?

Another evil side effect of modifying JDK 6 apis...
Ludo