Hi, I have two jars (and possibly more jars in the futures) that contain annotated entities. I've tried to get them to play nice to no avail. Currently, the persistence.xml is sitting at WEB-INF\classes\META-INF\, and the file content points to the two jars with the <jar-file> tags. I enhance them at build time (seperately) using a persistence.xml that *doesn't* point to the two jars, so it just finds any annotated classes in the classpath. When I try accessing them in the webapp, classes in one jar will work fine, but the others will have an error
org.apache.openjpa.persistence.ArgumentException: No metadata was found for type "null" Any ideas? Thanks! Eddie -- View this message in context: http://n2.nabble.com/multiple-jars-containing-annotated-entities-tp950451p950451.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
