> [ERROR] Failure executing javac, but could not parse the error: > > An exception has occurred in the compiler (1.6.0_23). Please file a bug at > the Java Developer Connection (http://java.sun.com/webapps/bugreport) after > checking the Bug Parade for duplicates. Include your program and the > following diagnostic in your report. Thank you. > > com.sun.tools.javac.code.Symbol$CompletionFailure: class file for > javax.persistence.GenerationType not found
Your error appears to have "nothing" to do with Maven but instead is simply an error in the JDK. Follow the directions that were in your build log and file a bug report after checking if it is already posted, etc. Alternatively, you could try adding a provided dependency on JPA -- perhaps it would resolve your issue? Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
