Right, or any other jar (other than jaxb jars)
Keep in mind, I have other entries in my manifest for the other jars AND
those jars are jarred up within my xjchibernate jar......
-jason
---------------------------------------------------------------------------------------------------------------------------
jason white wrote:
I still am having problems because even though I follow the advice below
of adding an entry to the manifest pointing out the jar..xjc still does not
see that jar when running the plugin...any ideas?
here is the manifest file contents:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5
Created-By: 1.5.0_04-b05 (Sun Microsystems Inc.)
Class-Path: ejb3-persistence.jar
This is true for any jar that I add that is foreign to jaxb. I have
experimented with others as well...And have also experimented with no
foreign jars and it works well so I feel this is isolated to jars that jaxb
does not know about...however why would it ignore my manifest?
Just to make sure, the classes in your xjchibernate.jar loads just fine,
right? It's those classes that are in ejb3-persistence.jar that aren't
loaded?