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

2006-08-10 Thread Bryan Noll (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-8?page=comments#action_12427355 ] Bryan Noll commented on OPENJPA-8: -- Would you mind attaching your solution. I've run into the same problem... and it would be a time saving thing to havve a fix f

[jira] Created: (OPENJPA-11) No Javadoc available on the website

2006-08-10 Thread Bryan Noll (JIRA)
No Javadoc available on the website --- Key: OPENJPA-11 URL: http://issues.apache.org/jira/browse/OPENJPA-11 Project: OpenJPA Issue Type: Task Components: docs Environment: a browser

[jira] Updated: (OPENJPA-11) No Javadoc available on the website

2006-08-10 Thread Bryan Noll (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-11?page=all ] Bryan Noll updated OPENJPA-11: -- Attachment: javadoc.patch Modifications to the following files from the 'site' directory in svn (not the 'trunk'): xdocs/javadoc.xml docs/javadoc.html This patch

[jira] Updated: (OPENJPA-11) No Javadoc available on the website

2006-08-10 Thread Bryan Noll (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-11?page=all ] Bryan Noll updated OPENJPA-11: -- Attachment: openjpa-javadocs.tar.gz Extract into the 'site/docs' directory. > No Javadoc available on the website > --- > >

[jira] Updated: (OPENJPA-11) No Javadoc available on the website

2006-08-10 Thread Bryan Noll (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-11?page=all ] Bryan Noll updated OPENJPA-11: -- Attachment: openjpa-javadocs-compressed.tar.gz Extract into the 'site/docs' directory. > No Javadoc available on the website > ---

[jira] Created: (OPENJPA-14) PCEnhancer ant task requires openjpa jars to be on the system classpath or passed into ant with '-lib'

2006-08-16 Thread Bryan Noll (JIRA)
PCEnhancer ant task requires openjpa jars to be on the system classpath or passed into ant with '-lib' -- Key: OPENJPA-14 URL: http://issues.apache.org/jira/browse

[jira] Updated: (OPENJPA-14) PCEnhancer ant task requires openjpa jars to be on the system classpath or passed into ant with '-lib'

2006-08-17 Thread Bryan Noll (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-14?page=all ] Bryan Noll updated OPENJPA-14: -- Attachment: OPENJPA-14.patch1 Attaching patch named: OPENJPA-14.patch1 So, the issue reported originally was not a problem with the code, but a known problem with

[jira] Updated: (OPENJPA-14) PCEnhancer ant task requires openjpa jars to be on the system classpath or passed into ant with '-lib'

2006-08-17 Thread Bryan Noll (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-14?page=all ] Bryan Noll updated OPENJPA-14: -- Attachment: OPENJPA-14.patch2 Attaching patch named: OPENJPA-14.patch2 Ignore 'OPENJPA-14.patch1 ', I forgot to make the test class I added as part of it. That's

[jira] Commented: (OPENJPA-14) PCEnhancer ant task requires openjpa jars to be on the system classpath or passed into ant with '-lib'

2006-08-17 Thread Bryan Noll (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-14?page=comments#action_12428817 ] Bryan Noll commented on OPENJPA-14: --- I thought about making it optional, but it just seemed odd to me that you'd have to have 'META-INF/persistence.xml' in one o

[jira] Updated: (OPENJPA-14) PCEnhancer ant task requires openjpa jars to be on the system classpath or passed into ant with '-lib'

2006-08-17 Thread Bryan Noll (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-14?page=all ] Bryan Noll updated OPENJPA-14: -- Attachment: OPENJPA-14.patch3 Attaching patch file: OPENJPA-14.patch3 Ignore patch1 and patch2 Thanks for pointing out the 'properties' and 'propertiesFile' v

[jira] Updated: (OPENJPA-14) PCEnhancer ant task requires openjpa jars to be on the system classpath or passed into ant with '-lib'

2006-08-17 Thread Bryan Noll (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-14?page=all ] Bryan Noll updated OPENJPA-14: -- Attachment: OPENJPA-14.patch4 Attaching patch: OPENJPA-14.patch4 This throws a MetaDataException now instead of an NPE. > PCEnhancer ant task requires openjpa jar

[jira] Created: (OPENJPA-32) Unnecessary dependencies in poms

2006-08-23 Thread Bryan Noll (JIRA)
Unnecessary dependencies in poms Key: OPENJPA-32 URL: http://issues.apache.org/jira/browse/OPENJPA-32 Project: OpenJPA Issue Type: Bug Environment: Windows XP Reporter: Bryan Noll This

[jira] Commented: (OPENJPA-32) Unnecessary dependencies in poms

2006-08-24 Thread Bryan Noll (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-32?page=comments#action_12430259 ] Bryan Noll commented on OPENJPA-32: --- After creating this JIRA, I noticed the following in the assembly configurations under openjpa-project: javax.servlet:serv

[jira] Commented: (OPENJPA-30) Need some OpenJPA jars for maven 2 projects

2006-08-24 Thread Bryan Noll (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-30?page=comments#action_12430350 ] Bryan Noll commented on OPENJPA-30: --- Comments originally on the dev list: from myself: - I saw that Marc got the newly named SNAPSHOT jars up to a repo good

[jira] Commented: (OPENJPA-29) Create aggregate jars of OpenJPA

2006-08-24 Thread Bryan Noll (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-29?page=comments#action_12430349 ] Bryan Noll commented on OPENJPA-29: --- Comments originally on the dev list: from myself: openjpa-0.9.0-full.jar // contains all openjpa code, openjpa-*.jars mer

[jira] Commented: (OPENJPA-13) GenerationType.IDENTITY problem with MS SQL Server

2006-10-04 Thread Bryan Noll (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-13?page=comments#action_12439954 ] Bryan Noll commented on OPENJPA-13: --- So... after looking into this issue for a bit, the problem is this: Assumptions: - Driver: jtds-1.2.jar Colu

[jira] Commented: (OPENJPA-13) GenerationType.IDENTITY problem with MS SQL Server

2006-10-04 Thread Bryan Noll (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-13?page=comments#action_12439977 ] Bryan Noll commented on OPENJPA-13: --- Looks like it's fixed to me (for reference, Abe's commit that fixed it was 'svn commit: r453016') SQL Server @Id type of i