FYI... I got Roller 5 running on the following three Java EE 6 app servers:
Tomcat 6 + OpenJPA (not really Java EE 6, but close enough for Roller 5) Glassfish 3.1 JBoss 6 Websphere 8 I had to create three different Roller distributions: Roller for Tomcat Roller for Java EE (for Glassfish v3.1 and Websphere 8) Roller for JBoss (for JBoss 6) I plan to document each in the install guide, then I no other plans for Roller 5 except to get it released. For older pre-Java EE 6 app servers folks might be able to use the Roller for Tomcat distribution because it includes OpenJPA. I have had some success with Roller for Tomcat on Glassfish v3 and Websphere 6.1, but unfortunately it will not work on JBoss 5 or Weblogic because OpenJPA conflicts with the JPA 1.x implementations on those servers. Cheers! - Dave
