You are viewing a plain text version of this content. The canonical link for it is here.
- Re: openejb3.1 merge - posted by David Blevins <da...@visi.com> on 2009/04/01 02:41:09 UTC, 0 replies.
- Re: Could I generate ID without the OPENJPA_SEQUENCE_TABLE table? - posted by 乔木 <qi...@gmail.com> on 2009/04/01 03:24:38 UTC, 0 replies.
- Optimistic locking exception while performing a delete - posted by JayaPrakash <jp...@sify.com> on 2009/04/01 04:48:11 UTC, 3 replies.
- Re: ArgumentException in refresh() - posted by Pinaki Poddar <pp...@apache.org> on 2009/04/01 05:12:18 UTC, 0 replies.
- Re: Eclipse Plugin for OpenJPA - posted by Donald Woods <dw...@apache.org> on 2009/04/01 15:24:39 UTC, 4 replies.
- enumeration handling - posted by Adam Hardy <ad...@cyberspaceroad.com> on 2009/04/01 18:38:52 UTC, 0 replies.
- Inconsistent behaviour with Bi-directional One to Many Mapping. - posted by "srini.krish" <sr...@gmail.com> on 2009/04/01 19:29:39 UTC, 7 replies.
- Re: Evicting an embedded object. - posted by Rick Curtis <cu...@gmail.com> on 2009/04/01 20:56:59 UTC, 0 replies.
- Eager fetching of PersistentCollection gives error - posted by Tedman Leung <te...@sfu.ca> on 2009/04/02 02:49:10 UTC, 3 replies.
- Re: Schema changes not getting committed to the DB - posted by David Leangen <ko...@leangen.net> on 2009/04/02 03:15:11 UTC, 0 replies.
- Re: same @Id on mapped superclass - posted by Kaayan <po...@gmail.com> on 2009/04/02 12:57:43 UTC, 3 replies.
- Map field ... is attempting to use a map table, but its key is mapped by another field. Use an inverse key or join table mapping. - posted by Michael Vorburger <mv...@odyssey-group.com> on 2009/04/02 17:00:28 UTC, 4 replies.
- OpenJPA removes parenthesis - posted by Magnus Andersson <ma...@skatteverket.se> on 2009/04/02 17:22:27 UTC, 0 replies.
- Determining if Lazily fetched Collection is loaded - posted by Paul Copeland <te...@jotobjects.com> on 2009/04/02 23:08:40 UTC, 2 replies.
- Re: enum = null becomes blank string in db - posted by Adam Hardy <ad...@cyberspaceroad.com> on 2009/04/03 18:26:37 UTC, 8 replies.
- Behavior if ManyToMany CascadeType.REMOVE - posted by Paul Copeland <te...@jotobjects.com> on 2009/04/03 19:43:19 UTC, 2 replies.
- Re: Eager fetching of PersistentCollection gives error (solution OPENJPA-1020) - posted by Tedman Leung <te...@sfu.ca> on 2009/04/03 22:19:53 UTC, 0 replies.
- Re: Behavior of ManyToMany CascadeType.REMOVE - posted by Paul Copeland <te...@jotobjects.com> on 2009/04/04 00:30:10 UTC, 0 replies.
- Docs confusion/bug openjpa.jdbc.MappingDefaults - posted by Paul Copeland <te...@jotobjects.com> on 2009/04/04 19:46:13 UTC, 0 replies.
- Persisting interface - posted by is_maximum <mn...@gmail.com> on 2009/04/05 10:23:29 UTC, 0 replies.
- OpenJPA good Tut0rial - posted by ArjunReddy <in...@yahoo.com> on 2009/04/05 21:18:47 UTC, 3 replies.
- Dealing with exception reports - posted by David Leangen <ko...@leangen.net> on 2009/04/06 06:30:34 UTC, 0 replies.
- zero length file using - posted by Edoardo Panfili <ed...@aspix.it> on 2009/04/06 11:47:21 UTC, 0 replies.
- Re: Convert boolean to String type using ExternalValues - posted by Cosmin <co...@intrasoft-intl.com> on 2009/04/06 15:12:20 UTC, 0 replies.
- Multiple join fetches - posted by Daryl Stultz <da...@6degrees.com> on 2009/04/06 17:03:06 UTC, 10 replies.
- Re: zero length file using - posted by Paul Copeland <te...@jotobjects.com> on 2009/04/06 18:14:57 UTC, 3 replies.
- Pattern for unmodifiable Collections - posted by Paul Copeland <te...@jotobjects.com> on 2009/04/07 19:25:17 UTC, 3 replies.
- Re: Identity class and parent/children entity relationship - posted by Paul Copeland <te...@jotobjects.com> on 2009/04/07 21:34:05 UTC, 4 replies.
- inefficient mapping - posted by Marc Logemann <li...@logemann.org> on 2009/04/08 02:14:03 UTC, 5 replies.
- Where to get general JPA help - posted by Paul Copeland <te...@jotobjects.com> on 2009/04/08 07:11:25 UTC, 2 replies.
- Does OpenJPA replace Collections? - posted by Paul Copeland <te...@jotobjects.com> on 2009/04/08 08:10:48 UTC, 16 replies.
- detachment of fetch-groups doesnt work - posted by Marc Logemann <li...@logemann.org> on 2009/04/08 17:18:48 UTC, 6 replies.
- support for persisting primitive arrays - posted by Heather Sterling <hs...@us.ibm.com> on 2009/04/10 22:45:46 UTC, 1 replies.
- persistence problem in distributed environment - posted by hmmahboobi <hm...@gmail.com> on 2009/04/11 09:28:01 UTC, 7 replies.
- OneToMany update issue - posted by Stefan Zeller <st...@docksnet.de> on 2009/04/11 22:56:50 UTC, 2 replies.
- cascading deletes and entity relationship constraints - posted by Adam Hardy <ad...@cyberspaceroad.com> on 2009/04/13 04:31:11 UTC, 3 replies.
- UniqueConstraint in a MappedSuperclass not working - posted by depstei2 <de...@umd.edu> on 2009/04/14 16:23:40 UTC, 3 replies.
- OneToMany PersistenceException - posted by JoshiJPA <bu...@wellsfargo.com> on 2009/04/14 20:49:03 UTC, 3 replies.
- @ElementJoinColumn more than one columns - posted by JoshiJPA <bu...@wellsfargo.com> on 2009/04/15 01:42:27 UTC, 3 replies.
- openJPA detached object can not be serialized by Castor. is it related with pcStateManager? - posted by aloha <va...@yahoo.com> on 2009/04/15 02:23:29 UTC, 4 replies.
- StrictIdentityValues Issues leading to !(x instanceof Long) - posted by Heiko <it...@daimler.com> on 2009/04/15 10:47:48 UTC, 4 replies.
- Looking for advice on JPA based DAO - posted by Daniel Toffetti <dt...@yahoo.com.ar> on 2009/04/16 05:07:05 UTC, 9 replies.
- OpenJPA top of OSGI platform - posted by Charles Moulliard <cm...@gmail.com> on 2009/04/16 09:22:25 UTC, 2 replies.
- Eclipse Plugin for openJPA -> Enhancement incorrect - posted by it...@daimler.com on 2009/04/16 16:38:31 UTC, 2 replies.
- Optimistic locking errors were detected when flushing to the data store - posted by Georgi Naplatanov <go...@oles.biz> on 2009/04/16 21:36:05 UTC, 2 replies.
- Performance issues - posted by David Leangen <ko...@leangen.net> on 2009/04/17 12:41:09 UTC, 8 replies.
- OPENJPA_SEQUENCE_TABLE: needed even with IDENTITY columns? - posted by ljnelson <lj...@gmail.com> on 2009/04/18 23:49:56 UTC, 7 replies.
- What does this warning say? - posted by is_maximum <mn...@gmail.com> on 2009/04/19 07:46:38 UTC, 0 replies.
- select issue in recursive method? - posted by andiqo <no...@gmail.com> on 2009/04/19 11:06:02 UTC, 1 replies.
- ConcurrentModificationException - posted by David Leangen <ko...@leangen.net> on 2009/04/20 06:39:45 UTC, 3 replies.
- Can't query against a MappedSuperclass - posted by jim weaver <je...@us.ibm.com> on 2009/04/20 21:38:06 UTC, 6 replies.
- Problems in setting up the work enviroment. - posted by ashish paliwal <as...@gmail.com> on 2009/04/21 07:49:02 UTC, 10 replies.
- NativeQuery resulting in combination of Values - posted by it...@daimler.com on 2009/04/21 10:22:51 UTC, 1 replies.
- High Availability - posted by Teody <te...@gmail.com> on 2009/04/22 10:29:55 UTC, 1 replies.
- OpenJpa, and DB2 shared lock - posted by Chandra Sarath <ct...@yahoo.com> on 2009/04/22 11:22:36 UTC, 14 replies.
- Nabble JIRA Integration - posted by Pinaki Poddar <pp...@apache.org> on 2009/04/23 02:00:31 UTC, 1 replies.
- configuring DBDictionary plugins - posted by hl...@centrum.cz on 2009/04/24 07:54:12 UTC, 0 replies.
- connection leak after sql exception - posted by Julian Graham <jo...@gmail.com> on 2009/04/24 20:32:11 UTC, 3 replies.
- Open JPA recommended driver for DB2 - posted by Chandra Sarath <ct...@yahoo.com> on 2009/04/27 09:48:15 UTC, 7 replies.
- Using MappedSuperclass with UniqueConstraint - posted by Martin Dirichs <di...@fastmail.fm> on 2009/04/27 12:02:44 UTC, 1 replies.
- Inner Join - posted by Earnie Dyke <ea...@yahoo.com> on 2009/04/28 16:09:49 UTC, 2 replies.
- Files in package org.apache.openjpa.kernel.jpql. - posted by ashish paliwal <as...@gmail.com> on 2009/04/28 17:01:58 UTC, 13 replies.
- ClassNotFoundException using PCEnhancer - posted by Chris Gage <ch...@bellsouth.net> on 2009/04/28 20:42:06 UTC, 1 replies.
- OpenJPA replaces a collection field - posted by Paul Copeland <te...@jotobjects.com> on 2009/04/29 08:19:09 UTC, 2 replies.
- Privacy Policy updated - posted by Donald Woods <dw...@apache.org> on 2009/04/29 17:44:38 UTC, 0 replies.
- How to defer updating of collection - posted by Paul Copeland <te...@jotobjects.com> on 2009/04/29 21:40:14 UTC, 0 replies.