Around the World in Java: JBoss AS 7: Catching up with Java EE 6 - 1 views
hwellmann.blogspot.ca/...atching-up-with-java-ee-6.html
javaee6 appservers jbossas7 glassfish comparison

-
JBoss AS 7.0.2 (Full Profile)
- ...28 more annotations...
-
bad news is that JBoss AS 7 does not currently support other persistence providers like Eclipselink, OpenJPA or DataNucleus
-
GlassFish and Resin, you can simply drop the JARs of your preferred provider and its dependencies in a designated folder of your server installation and edit your persistence.xml to override the default provider of the server
-
JBoss AS 7 appears to require an adapter per persistence provider, which to me looks like an unfortunate and unnecessary design decision
-
JBoss AS 7 is now at a competitive level with Resin and Glassfish and actually outperforms Glassfish in almost all of these tests