[jira] Updated: (OPENJPA-124) JOnAS integration: OpenJPA should auto-detect the JOnAS transaction manager

2007-02-07 Thread Patrick Linskey (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Linskey updated OPENJPA-124: Priority: Minor JOnAS integration: OpenJPA should auto-detect the JOnAS transaction

Bug in insert of bidirectionally mapped many-to-one relationships

2007-02-07 Thread Jeff Melching
I have a bidirectional mapping of a many-to-one relationship as listed below. If I have the following code: TestDatatypes blob = new TestDatatypes(); TestLookup lookup = new TestLookup(); SetTestDatatypes tdts = new HashSetTestDatatypes();

[jira] Created: (OPENJPA-125) OpenJPA-specific metadata cannot be specified in XML descriptors

2007-02-07 Thread Patrick Linskey (JIRA)
OpenJPA-specific metadata cannot be specified in XML descriptors Key: OPENJPA-125 URL: https://issues.apache.org/jira/browse/OPENJPA-125 Project: OpenJPA Issue Type: New

[jira] Updated: (OPENJPA-125) OpenJPA-specific metadata cannot be specified in XML descriptors

2007-02-07 Thread Patrick Linskey (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Linskey updated OPENJPA-125: Component/s: jpa Priority: Critical OpenJPA-specific metadata cannot be specified

[jira] Created: (OPENJPA-126) EntityManagers cannot be serialized

2007-02-07 Thread Patrick Linskey (JIRA)
EntityManagers cannot be serialized --- Key: OPENJPA-126 URL: https://issues.apache.org/jira/browse/OPENJPA-126 Project: OpenJPA Issue Type: New Feature Components: kernel, jpa Reporter:

[jira] Created: (OPENJPA-127) Auto-cluster-detecting cache implementation

2007-02-07 Thread Patrick Linskey (JIRA)
Auto-cluster-detecting cache implementation --- Key: OPENJPA-127 URL: https://issues.apache.org/jira/browse/OPENJPA-127 Project: OpenJPA Issue Type: New Feature Components: datacache

[jira] Created: (OPENJPA-128) Automatic cache pre-fill on server start

2007-02-07 Thread Patrick Linskey (JIRA)
Automatic cache pre-fill on server start Key: OPENJPA-128 URL: https://issues.apache.org/jira/browse/OPENJPA-128 Project: OpenJPA Issue Type: New Feature Reporter: Patrick Linskey It'd

[jira] Created: (OPENJPA-130) Streaming LOB support

2007-02-07 Thread Patrick Linskey (JIRA)
Streaming LOB support - Key: OPENJPA-130 URL: https://issues.apache.org/jira/browse/OPENJPA-130 Project: OpenJPA Issue Type: New Feature Components: jdbc, jpa, kernel, datacache Reporter: Patrick

[jira] Updated: (OPENJPA-131) Dynamic property support

2007-02-07 Thread Patrick Linskey (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Linskey updated OPENJPA-131: Priority: Minor Dynamic property support

[jira] Created: (OPENJPA-131) Dynamic property support

2007-02-07 Thread Patrick Linskey (JIRA)
Dynamic property support Key: OPENJPA-131 URL: https://issues.apache.org/jira/browse/OPENJPA-131 Project: OpenJPA Issue Type: New Feature Components: kernel Reporter: Patrick Linskey

Exception when using java.sql.Date as an id

2007-02-07 Thread Michael Dick
Hi, I'm getting the following exception when I try to fetch an entity with a java.sql.Date as the id : java.lang.NoSuchMethodError: org.apache.openjpa.util.DateId.getId ()Ljava/sql/Date; at mikedd.entities.SqlDatePK.pcCopyKeyFieldsFromObjectId (SqlDatePK.java ) at

Re: Bug in insert of bidirectionally mapped many-to-one relationships

2007-02-07 Thread Marc Prud'hommeaux
Jeff- Why is that order bad? Is it because it violates your foreign key constraints, or some other reason? If it is a foreign key issue, you need to tell OpenJPA to read foreign keys from the schema in order to ensure that SQL ordering is done correctly. You can do this by setting the

Re: Exception when using java.sql.Date as an id

2007-02-07 Thread Craig L Russell
On Feb 7, 2007, at 1:55 PM, Patrick Linskey wrote: It's coming from the generated bytecode which expects there to be a getId method that returns the same type of the Id, however java.sql.Date is using the same ID class as java.util.Date. Do we need a separate class for java.sql.Date? It

Re: Exception when using java.sql.Date as an id

2007-02-07 Thread Michael Dick
Thanks, I'll open a JIRA report and take a crack at a solution. On 2/7/07, Craig L Russell [EMAIL PROTECTED] wrote: On Feb 7, 2007, at 1:55 PM, Patrick Linskey wrote: It's coming from the generated bytecode which expects there to be a getId method that returns the same type of the Id,

[jira] Created: (OPENJPA-132) java.lang.NoSuchMethodError for entity with ID of type java.sql.Date

2007-02-07 Thread Michael Dick (JIRA)
java.lang.NoSuchMethodError for entity with ID of type java.sql.Date Key: OPENJPA-132 URL: https://issues.apache.org/jira/browse/OPENJPA-132 Project: OpenJPA Issue Type:

[jira] Created: (OPENJPA-133) Can't find non-public callback methods with superclass or interface parameters

2007-02-07 Thread Kevin Sutter (JIRA)
Can't find non-public callback methods with superclass or interface parameters -- Key: OPENJPA-133 URL: https://issues.apache.org/jira/browse/OPENJPA-133 Project: OpenJPA

Re: JIRA / svn integration

2007-02-07 Thread Kevin Sutter
Yes, this is nice. Another good reason to use the JIRA report number in your commit message. The strange thing is that this doesn't always seem to work. Every once in a while, the svn commit changes don't get documented in the JIRA report, even when the commit message indicates the JIRA

Cache with two ConnectionFactories?

2007-02-07 Thread Don Brady
I could not figure this out in reading the OpenJPA documentation. We have just the one database and set of tables, but we need to have two separate Connection Pools to the same database in order to have two different userid's. (We want to set the priorities on the database differently for

[jira] Created: (OPENJPA-134) Extra unneeded SQL joins for OneToMany relationship with fetch type EAGER

2007-02-07 Thread Catalina Wei (JIRA)
Extra unneeded SQL joins for OneToMany relationship with fetch type EAGER - Key: OPENJPA-134 URL: https://issues.apache.org/jira/browse/OPENJPA-134 Project: OpenJPA

[jira] Created: (OPENJPA-135) join fetch not returning duplicate references which not conforming to ejb3.0 spec

2007-02-07 Thread Catalina Wei (JIRA)
join fetch not returning duplicate references which not conforming to ejb3.0 spec - Key: OPENJPA-135 URL: https://issues.apache.org/jira/browse/OPENJPA-135 Project:

[jira] Created: (OPENJPA-136) CommonJ WorkManager integration

2007-02-07 Thread Patrick Linskey (JIRA)
CommonJ WorkManager integration --- Key: OPENJPA-136 URL: https://issues.apache.org/jira/browse/OPENJPA-136 Project: OpenJPA Issue Type: New Feature Components: kernel Reporter: Patrick

[jira] Commented: (OPENJPA-128) Automatic cache pre-fill on server start

2007-02-07 Thread Patrick Linskey (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471195 ] Patrick Linskey commented on OPENJPA-128: - We could also do this by specifying named queries in the

RE: JIRA / svn integration

2007-02-07 Thread Patrick Linskey
Maybe just latency? The JIRA plugin periodically scans, I think. Maybe you just checked at a bad time? -Patrick -- Patrick Linskey BEA Systems, Inc. ___ Notice: This email message, together with any attachments, may contain