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

2006-08-14 Thread Bryan Noll
So... before I got update the jira, I want to go make sure it's not something stupid I'm doing. Classpath defined like this in ant... path id=project.classpath pathelement location=${basedir}/lib/commons-collections-3.2.jar/ pathelement

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

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

2006-08-11 Thread Patrick Linskey
. 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, August 11, 2006 7:56 AM To: 'open-jpa-dev@incubator.apache.org' Subject: RE: [jira] Commented: (OPENJPA-8

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

2006-08-11 Thread hornbn
PROTECTED] Sent: Friday, August 11, 2006 10:14 AM To: open-jpa-dev@incubator.apache.org Subject: RE: [jira] Commented: (OPENJPA-8) java.util.MissingResourceException: system is missing product derivations Do you mean that you were putting the directory that contained the OpenJPA jars into the taskdev