Release Notes -- Apache OpenJPA Enhancer Plugin -- Version ${pom.version} -- ${buildNumber} Helpful URLs ------------ OpenJPA website: http://openjpa.apache.org/ OpenJPA Eclipse Update Site: Bug Tracking: http://issues.apache.org/jira/browse/OPENJPA Quick start - fast and easy development: 5-minute Tutorial using Eclipse: System Requirements ------------------- 1. Java J2SE 1.5.0 or greater, and a platform that supports it 2. Eclipse IDE for Java EE Developers (Ganymede or Europa), which is platform-specific -- Get Eclipse from http://www.eclipse.org/downloads/ Notes ----- You will likely need to increase the default setting for maximum PermGen size for your Eclipse installation (especially for Sun's JDK 1.5.0_x on the Windows platform) to prevent "java.lang.OutOfMemoryError: PermGen" errors. From the command line you can use: eclipse -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m Or you can edit your eclipse.ini file. An example is shown below but remember that each argument has to be on seperate lines: -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m OpenJPA Enhancer Plugin Version ${pom.version} Enhancements -------------------------------------------------- Installation Instructions ------------------------- See Bug Fixes and New Features -------------------------- Release Notes -- Apache OpenJPA Enhancer Plugin -- Version ${pom.version} -- ${buildNumber} @version $Rev: 762582 $ $Date: 2009-04-06 20:48:10 -0400 (Mon, 06 Apr 2009) $