RE: [jira] Commented: (OPENJPA-8) java.util.MissingResourceException: system is missing product derivations

2006-08-11 Thread hornbn
Bryan, I am not so sure that I have a fix. I was using the ant task, and when I fixed this, other issues popped up. I am hesitant to publish a fix since I still don't know what the root cause was, and the fact that new problems popped up makes me doubt its value, but here it is. The 'fix' was

FW: [jira] Commented: (OPENJPA-8) java.util.MissingResourceException: system is missing product derivations

2006-08-11 Thread hornbn
I forgot one piece of this. If the Enhancer classpath points to the lib with the jar files, this error will occur. I had to unpack all of the jars into a single directory and call that the classpath to get past this problem. -Original Message- From: Hornbeck, Neil Sent: Friday,

RE: [jira] Commented: (OPENJPA-8) java.util.MissingResourceException: system is missing product derivations

2006-08-11 Thread hornbn
I am using this with SE5: fileset dir=D:/Personal/projects/MyMoney/openjpa-0.9.0/lib include name=**/*.jar/ /fileset Which doesn't work. Unpacking the jars and pointing the classpath at that directory does the trick. -Original Message- From: Patrick Linskey [mailto:[EMAIL