Hi All,
Whats is the easiest application server to deploy a spring roo to?
The company I work for supports jboss 4.2.2, Glassfish 3.1.1 and Tomcat 7
The glass fish deployment I just tried didn't go so well, JTA / RESOURCE_LOCAL problems.
Although I can see some way around this problem, I would be happier if can just "mvn package" and be done with it.
PS;
I'm using the following jpa setup:
jpa setup --provider HIBERNATE --database ORACLE --hostName some.server --databaseName MYSID --userName me --password secret


Reply With Quote


