Hi,
I'm trying to deliver jpa entity classes through a web-service.
It works fine unless I use build-time enhanced classes:
The WSDL generation fails at deploy-time because of missing jpa-classes:
14:22:00,743 ERROR [WsdlGenerator] WSDL generation process failed
14:22:00,743 ERROR [WsdlGenerator] Problem encountered during annotation
processing;
see stacktrace below for more information.
com.sun.tools.javac.code.Symbol$CompletionFailure: class file for
org.apache.openjpa.enhance.PersistenceCapable not found
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/openjpa/enhance/PersistenceCapable
at java.lang.ClassLoader.defineClass1(Native Method)
[...]
How can I add the required (open)jpa jars for the wsgen-tool - i've tried to
add an dep:dependency to the deployment plan but that doesn't seem to be the
correct way.
Thx in advance & kind regards
Phil
--
View this message in context:
http://www.nabble.com/Problem%3A-WSDL-generation-for-JPA-enhanced-classes-tp22538378s134p22538378.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.