Solution: somehow cataline from <tapestry-test> conflicts with tomee+.
Excluding it resolved the latest error, now everything runs fine.
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-test</artifactId>
<version>${tapestry-release-version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>catalina</artifactId>
<groupId>org.apache.tomcat</groupId>
</exclusion>
</exclusions>
</dependency>
--
View this message in context:
http://openejb.979440.n4.nabble.com/Can-tomee-hibernate-be-used-without-admin-rights-tp4658315p4658318.html
Sent from the OpenEJB User mailing list archive at Nabble.com.