]
Josef Kopriva closed JBIDE-14829.
---------------------------------
Closing, nothing to do.
Relative path in <jar-file> definition in
<persistence-unit> gives validation error
-----------------------------------------------------------------------------------
Key: JBIDE-14829
URL:
https://issues.redhat.com/browse/JBIDE-14829
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate, upstream
Affects Versions: 4.1.0.Beta1
Environment: Windows Eclipse Kepler M7 + JBoss Tools 4.1.Beta1
Reporter: Sean O'Hagan
Priority: Major
We have a persistence.xml with multiple datasources and entity jars. With the latest
JBoss Tools, we just started getting a validation error on the <jar-file> tags which
contain relative paths (e.g. ../lib/my-entity-file.jar) as shown here:
http://stackoverflow.com/questions/4073635/sharing-a-persistence-unit-acr...
This didn't happen in earlier versions of Eclipse/JBoss tools, including Kepler M7 +
JBoss Tools 4.1.Alpha1.
If there is a better way to specify picking up this jar file, please indicate.