[INFO] Building OpenEJB :: Examples :: Groovy JPA 1.1.0-SNAPSHOT ... ... [INFO] Changes detected - recompiling the module! [INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files [ERROR] PermGen space -> [Help 1]
- first time with no maven configuration - second time with this maven memory: http://tomee.apache.org/dev/source-code.html maven memory settings to 1024 same problem both get permgen on this step ( groovy jpa example ) * using java 7 * maven 3.1.1 * mvn clean install -Dmaven.test.skip=true problem gone after add -XX:MaxPermSize=512m to MAVEN_OPTS ------------------------------------------- http://eprogramming.github.io
