compiler exception?!
After upgrading to the latest JDK(1.5.0_06) I keep getting this exception (I'm using ant to compile the project) :
[javac] An exception has occurred in the compiler (1.5.0_06). 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.
[javac] com.sun.tools.javac.code.Symbol$CompletionFailure: file javax\persistence\Table.class not found
I don't have any other jdk/jre versions installed.
Thanks

