I'm getting the following stack dump on one of my DD files. The
odd thing is that all I've done to this code between the time it
worked and the time it didn't was add a setXXX and getXXX method
to it. This happens when I run GenDD CustomerDD.txt. Any
insights in what I can do to fix things? Be happy to provide any
code or files that might help out.
- Tim Stewart.
Exception in thread "main"
java.lang.ClassFormatError:com/nfolink/CustomerEJB (
Illegal constant pool type)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java,
Compiled Code)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.ja
va, C
ompiled Code)
at
java.net.URLClassLoader.defineClass(URLClassLoader.java,
Compiled Cod
e)
at java.net.URLClassLoader.access$1(URLClassLoader.java,
Compiled Code)
at java.net.URLClassLoader$1.run(URLClassLoader.java,
Compiled Code)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java,
Compiled Code)
at java.lang.ClassLoader.loadClass(ClassLoader.java,
Compiled Code)
at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java,
Compiled Co
de)
at java.lang.ClassLoader.loadClass(ClassLoader.java,
Compiled Code)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java, Compiled Code)
at
org.objectweb.jonas.tools.GenDD.ParseDeploymentDescriptorAttrib
ute(Ge
nDD.java, Compiled Code)
at
org.objectweb.jonas.tools.GenDD.ParseEntityDescriptor(GenDD.jav
a:354)
at
org.objectweb.jonas.tools.GenDD.CompilationUnit(GenDD.java:263)
at org.objectweb.jonas.tools.GenDD.main(GenDD.java:146)
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".