Re: ClassCast exception while iterating over an element collection of embeddables

2012-07-23 Thread Rick Curtis
Sorry, I missed that you opened a JIRA already... I'll try to take a look sometime in the coming days. On Mon, Jul 23, 2012 at 8:44 AM, Rick Curtis curti...@gmail.com wrote: Mark - Is there any way that you could put together a small standalone unit test that recreates this issue? I am

Re: Failing to persist a field where the type is XMLGregorianCalendar.

2012-07-20 Thread Rick Curtis
) at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:294) at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1135) -- -- *Rick Curtis*

Re: openjpa.metamodel problem with multiple classloaders

2012-07-20 Thread Rick Curtis
the need for multiple classloaders. -- -- *Rick Curtis*

Re: Failing to persist a field where the type is XMLGregorianCalendar.

2012-07-20 Thread Rick Curtis
new Column[] { col }; } } -- -- *Rick Curtis*

Re: Failing to persist a field where the type is XMLGregorianCalendar.

2012-07-20 Thread Rick Curtis
i'll revert to 2.1.2 and put AbstractValueHandler back to how they were to see if it then magically works again -- Sent from the OpenJPA Users mailing list archive at Nabble.com. -- *Rick Curtis*

Re: Failing to persist a field where the type is XMLGregorianCalendar.

2012-07-20 Thread Rick Curtis
: arg0 org.apache.openjpa.util.org $apache$xerces$jaxp$datatype$XMLGregorianCalendarImpl$proxy (id=2558) arg1true arg2Launcher$AppClassLoader (id=48) Any idea's Rick? Or anyone.. -- *Rick Curtis*

Re: Failing to persist a field where the type is XMLGregorianCalendar.

2012-07-20 Thread Rick Curtis
. -- -- *Rick Curtis*

Re: Failing to persist a field where the type is XMLGregorianCalendar.

2012-07-20 Thread Rick Curtis
I will be on irc://irc.freenode.net/ #openjpa for the next 30 min if you want to try to catch me in there. Thanks, Rick On Fri, Jul 20, 2012 at 3:54 PM, Rick Curtis curti...@gmail.com wrote: As am I. Which jar is your org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl class coming from

Re: openjpa.metamodel problem with multiple classloaders

2012-07-18 Thread Rick Curtis
have any ideas on how i can get this to work? Thanks. -- *Rick Curtis*

Re: Thread writing.

2012-07-10 Thread Rick Curtis
to proceed? My guess is that one thread writes an entity before the another thread and the EntityManager entity state isn't updated before the next merge. Best regards Daniel -- *Rick Curtis*

Re: Thread writing.

2012-07-10 Thread Rick Curtis
...@gmail.comwrote: Correct but I'm merging entities. And if the find returns null I'll create an new entity. On Jul 10, 2012 5:11 PM, Rick Curtis curti...@gmail.com wrote: I have a problem with one of our entities that we write in a callable thread that could be called multiple times

Re: ActiveMq as RemoteCommitProvider

2012-07-05 Thread Rick Curtis
error). I'm not asking for debug help unless offered, therefore I'm not posting the code /traces just yet as I don't want to derail the group. Thanks,  John Who is General Failure, and why is he reading my hard disk? -- *Rick Curtis*

Re: OpenJPA enhancer or load-time weaver was not run..

2012-06-26 Thread Rick Curtis
the same WAR file is working fine on WAS6.1.0.37(on local runtime WAS) and not working on WAS6.1.0.19 (on AIX) both have EJB3 fixpack. Please help. This is blocker for us to move our application on server. -- -- *Rick Curtis*

Re: ClassCast exception while iterating over an element collection of embeddables

2012-06-24 Thread Rick Curtis
= path) private String path; @Column(name = type) @Enumerated(EnumType.STRING) private SubdirectoryType type; @Column(name = description) private String description; public String getPath() { return path; } ... -- *Rick Curtis*

Re: How to enable cascade-persistence globally

2012-06-20 Thread Rick Curtis
:570) Thanks, Waruna On 19 June 2012 19:40, Rick Curtis curti...@gmail.com wrote: Waruna - For giggles, can you try to manually set the field in question(erro) to CascadeType.ALL? This might help us narrow down where the real problem is. Thanks, Rick On Tue, Jun 19, 2012 at 6

Re: How to enable cascade-persistence globally

2012-06-20 Thread Rick Curtis
:02 PM, Waruna Ranasinghe waruna...@gmail.comwrote: Hi Rick, after setting openjpa.Compatibility=CheckDatabaseForCascadePersistToDetachedEntity=*true* The issue is fixed. Thanks a lot for the help. Thanks, Waruna On 20 June 2012 19:24, Rick Curtis curti...@gmail.com wrote: Waruna

Re: How to enable cascade-persistence globally

2012-06-19 Thread Rick Curtis
twitter: http://twitter.com/warunapww http://lk.linkedin.com/in/waruna www.facebook.com/waruna.ranasinghe -- *Rick Curtis*

Re: MySQL Broken Pipe and timeout issue

2012-06-12 Thread Rick Curtis
http://www.wagner-sebastian.com seba.wag...@gmail.com -- *Rick Curtis*

Re: AW: Bug? DataCache after update contains only the updated information from a Collection

2012-06-10 Thread Rick Curtis
-Ursprüngliche Nachricht- Von: Rick Curtis [mailto:curti...@gmail.com] Gesendet: Freitag, 8. Juni 2012 21:29 An: users@openjpa.apache.org Betreff: Re: Bug? DataCache after update contains only the updated information from a Collection John - It's Friday afternoon, so I haven't

Re: Bug? DataCache after update contains only the updated information from a Collection

2012-06-08 Thread Rick Curtis
openjpa.jdbc.SynchronizeMappings: null openjpa.jdbc.TransactionIsolation: -1 openjpa.jdbc.UpdateManager: default  John Who is General Failure, and why is he reading my hard disk? -- *Rick Curtis*

Re: Threads blocked in Unsafe.park

2012-06-04 Thread Rick Curtis
an EntityManager which does not allow any transaction.begin() between a transaction.begin() transaction.commit(). Also there is no exception thrown. http://openjpa.208410.n2.nabble.com/file/n7580200/blocking_commit_stack.png -- *Rick Curtis*

Re: Get database password for persistence.xml from external file

2012-05-29 Thread Rick Curtis
into the persistence.xml? Thank you in advance. Vince -- *Rick Curtis*

Re: Dependent elements and merge

2012-05-24 Thread Rick Curtis
Sounds like a bug. Can you come up with a small unit test that recreates the issue? Thanks, Rick On May 24, 2012 3:12 AM, Michael Spiro m.sp...@dcs-caesar.de wrote: Hi, I'm using OpenJPA 2.1.0 and make use of the @ElementDependent annotation. Recently I discovered following unexpected

Re: java.lang.StackOverflowError at SelectImpl.aliasSize

2012-05-23 Thread Rick Curtis
) at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:310) Any Idea about this error ? Please let me know if you want me to provide more information. Thanks -- *Rick Curtis*

Re: java.lang.StackOverflowError at SelectImpl.aliasSize

2012-05-23 Thread Rick Curtis
Now that I say that, it appears that Heath just merged those changes to 2.0.x and 2.1.x this week so the fix isn't in a part of a release yet. You could always grab the nightly 2.0 build. Thanks, Rick On Wed, May 23, 2012 at 12:16 PM, Rick Curtis curti...@gmail.com wrote: It appears

Re: QueryCache don't allow for misconfigurations

2012-05-11 Thread Rick Curtis
Please post the persistence.xml file you were that led to this exception. Thanks, Rick On May 11, 2012 2:15 AM, Daniel Persson mailto.wo...@gmail.com wrote: Hi. Might have found a bug. This could be replicated with a malformed persistence.xml. You have to create a configuration without any

Re: Stress tests and configuration

2012-05-08 Thread Rick Curtis
Class[]{ int.class }); in DynamicStorageGenerator.java It didn't recognize the type supplied. If your interested I could turn the feature on and get a trace for you. Best regards Daniel On Mon, May 7, 2012 at 3:59 PM, Rick Curtis curti...@gmail.com wrote: Daniel - Can you post

Re: Oracle DB authentication with SSL certificate

2012-05-08 Thread Rick Curtis
oracle.net.authentication_services=(TCPS) oracle.net.ssl_client_authentication=TRUE oracle.net.ssl_cipher_suites=(TLS_RSA_WITH_AES_256_CBC_SHA) ssl.keyManagerFactory.algorithm=SunX509 -- -- *Rick Curtis*

Re: OpenJPA 2.2.0 + Atomikos + Embedded Jetty

2012-05-08 Thread Rick Curtis
=org.eclipse.jetty.plus.jndi.Transaction Arg New class=com.atomikos.icatch.jta.UserTransactionManager / /Arg /New ... /Configure -- *Rick Curtis*

Re: OpenJPA 2.2.0 + Atomikos + Embedded Jetty

2012-05-08 Thread Rick Curtis
You are correct. It isn't happening inside a transaction. Did that fix your problem? Thanks, Rick On Tue, May 8, 2012 at 11:20 AM, Will Hoover java.whoo...@gmail.com wrote: Hi Rick, You are correct. It isn't happening inside a transaction. -Original Message- From: Rick Curtis

Re: Curious if this stack trace is familiar

2012-05-01 Thread Rick Curtis
version didn't have trouble here. The stack is triggered by the getSingleResult() call. Best, Laird -- http://about.me/lairdnelson -- *Rick Curtis*

Re: column already exists....column reserved word

2012-04-27 Thread Rick Curtis
.**getConstructor(Class.java:**1674) at org.apache.openjpa.lib.util.**Options.stringToObject(** Options.java:437) I did try to upgrade from OpenJPA v2.1.1 to v2.2.0, but got the same error. Any other suggestions? Thanks, Jason On 04/26/2012 03:38 PM, Rick Curtis wrote: Jason -- I'm able

Re: column already exists....column reserved word

2012-04-27 Thread Rick Curtis
/ property name=openjpa.Log value=DefaultLevel=WARN, Runtime=INFO, Tool=INFO, SQL=WARN / property name=openjpa.jdbc.**DBDictionary value=postgres / property name=openjpa.DataCache value=true / property name=openjpa.QueryCache value=true / On 04/27/2012 11:39 AM, Rick Curtis

Re: column already exists....column reserved word

2012-04-27 Thread Rick Curtis
:50 AM, Rick Curtis wrote: How are you configuring your database connection? On Fri, Apr 27, 2012 at 10:46 AM, Jasonjdr0...@renci.org wrote: Rick, Here are my properties: property name=openjpa.jdbc.MappingDefaults value=ForeignKeyDeleteAction=restrict

Re: Wrong SQL statement being generated

2012-04-27 Thread Rick Curtis
I'm unable to recreate this problem on MySQL... are there any Oracle experts that want to give this one a crack? On Fri, Apr 27, 2012 at 6:01 AM, mwalter marc.wal...@sbb.ch wrote: ** push ** -- -- *Rick Curtis*

Re: Wrong SQL statement being generated

2012-04-27 Thread Rick Curtis
at 11:37 AM, Ravi Palacherla ravi.palache...@oracle.com wrote: Rick, I will take a look, can you please share the test case that you already have. So I don't have to start from scratch. Ravi. -Original Message- From: Rick Curtis [mailto:curti...@gmail.com] Sent: Friday, April 27

Re: element column of the associated table is null

2012-04-26 Thread Rick Curtis
Can you create a small unit test that exhibits this behavior? My test that I put together yesterday worked as expected. Thanks, Rick On Thu, Apr 26, 2012 at 6:22 AM, CarpathianAnonymous andreibratu2...@yahoo.com wrote: Ok, done but with the same result -- *Rick Curtis*

Re: element column of the associated table is null

2012-04-26 Thread Rick Curtis
...@yahoo.com wrote: I've attached my UnitTest http://openjpa.208410.n2.nabble.com/file/n7503208/src.rar src.rar -- -- *Rick Curtis*

Re: column already exists....column reserved word

2012-04-26 Thread Rick Curtis
) at org.apache.openjpa.kernel.**DelegatingBrokerFactory.**newBroker(** DelegatingBrokerFactory.java:**156) Regards, Jason On 04/25/2012 02:28 PM, Rick Curtis wrote: Hmm, that is a super old JIRA. I would expect that this should work. Your original post said that the exception happens

Re: element column of the associated table is null

2012-04-25 Thread Rick Curtis
= id; } } -- *Rick Curtis*

Re: FieldMapping for entity incorrect, wrong field read from object

2012-04-25 Thread Rick Curtis
of the _meta._allFields field. I am running OpenJPA 2.2.0 with Java 6 using Derby as the DB. I am enhancing the classes at compile time using the openjpa-maven-plugin. Mike Goldner -- *Rick Curtis*

Re: column already exists....column reserved word

2012-04-25 Thread Rick Curtis
-- *Rick Curtis*

Re: FieldMapping for entity incorrect, wrong field read from object

2012-04-25 Thread Rick Curtis
differently in this situation. Should a JIRA ticket be created for this. I do have a pretty simple maven project with a reproducible test for this issue if you are interested. Thanks, Mike On 4/25/12 9:50 AM, Rick Curtis curti...@gmail.com wrote: Mike - Can you post the Entities that you're

Re: column already exists....column reserved word

2012-04-25 Thread Rick Curtis
that I will have to change the name of the column to not be a reserved word until this bug is implemented/fixed. Regards, Jason On 04/25/2012 10:01 AM, Rick Curtis wrote: Jason - What version of OpenJPA are you running? Can you post the full stacktrace? On Tue, Apr 24, 2012 at 11:56 AM

Re: element column of the associated table is null

2012-04-25 Thread Rick Curtis
@ManagedInterface and got the same result. -- View this message in context: http://openjpa.208410.n2.nabble.com/element-column-of-the-associated-table-is-null-tp7498933p7500049.html Sent from the OpenJPA Users mailing list archive at Nabble.com. -- *Rick Curtis*

Re: Wrong SQL statement being generated

2012-04-16 Thread Rick Curtis
stuff! Thank you for any hint...! -- *Rick Curtis*

Re: Id field being named id despite the @column tag

2012-04-02 Thread Rick Curtis
using the maven plugin. Greetings Santiago García Pimentel R.G santiago...@gmail.com -- *Rick Curtis*

Re: Join fetch not working properly

2012-03-29 Thread Rick Curtis
(); return mapItems; } Regards. -- Bruno Dusausoy Software engineer YP5 Software -- Pensez environnement : limitez l'impression de ce mail. Please don't print this e-mail unless you really need to. -- *Rick Curtis*

Re: Getting error: 'Attempt to set column xxx.version to two different values'

2012-03-23 Thread Rick Curtis
), but it's a pretty small project -- only a few persistent classes. I'd be happy to send you the whole project off the list. Let me know, ok? Thanks, Matthew On Fri, Mar 16, 2012 at 11:25 AM, Rick Curtis curti...@gmail.com wrote: Matthew - Rick, if you want me to send you the whole

Re: Getting error: 'Attempt to set column xxx.version to two different values'

2012-03-16 Thread Rick Curtis
(AbstractUpdateManager.java:76) at org.apache.openjpa.jdbc.kernel.JDBCStoreManager.flush(JDBCStoreManager.java:713) at org.apache.openjpa.kernel.DelegatingStoreManager.flush(DelegatingStoreManager.java:131) ... 21 more On Thu, Mar 15, 2012 at 8:09 AM, Rick Curtis curti

Re: Getting error: 'Attempt to set column xxx.version to two different values'

2012-03-15 Thread Rick Curtis
-- @matthewadams12 mailto:matt...@matthewadams.me skype:matthewadams12 yahoo:matthewadams aol:matthewadams12 google-talk:matthewadam...@gmail.com msn:matt...@matthewadams.me http://matthewadams.me http://www.linkedin.com/in/matthewadams -- *Rick Curtis*

Re: sequence

2012-03-12 Thread Rick Curtis
to be able to generate the table as in: invoiceIdseq more fields 1 1 1 2 1 3 2 1 2 2 2 3 2 4 Is there a way to do it in JPA 2.0 ? -- *Rick Curtis*

Re: Duplicate entry exception

2012-02-16 Thread Rick Curtis
www.facebook.com/waruna.ranasinghe -- *Rick Curtis*

Re: OpenJPA 2.1.1 and read entitys being marked as dirty

2012-01-17 Thread Rick Curtis
of a Tomcat servlet, ie in native Java, I don't seem to encounter this problem. Any help in diagnosing this would be appreciated. Cheers, Michael -- *Rick Curtis*

Re: OpenJPA 2.1.1 and read entitys being marked as dirty

2012-01-17 Thread Rick Curtis
relying on runtime enhancement, however I have to have property name=openjpa.**RuntimeUnenhancedClasses value=supported/ set. Cheers, Michael On 01/17/2012 03:20 PM, Rick Curtis wrote: Michael - How are you enhancing your Entities? I have performed further testing by amending

Re: temporary entity left in the database after being deleted.

2011-12-29 Thread Rick Curtis
Try something like this: E_App temp = new E_App(); temp.setPrimaryKey(temporaryPK); temp = em.merge(temp); Thanks, Rick On Dec 29, 2011 5:47 AM, Pawel Veselov pawel.vese...@gmail.com wrote: Hi. I'm not sure what I'm doing wrong here. I'm creating a temporary entity, within transaction,

Re: Lazy many-to-many properties don't load on demand? (2.1.1)

2011-12-27 Thread Rick Curtis
How are you enhancing your entities and can you post the contents of your persistence.xml? On Dec 27, 2011 1:37 PM, Pawel Veselov pawel.vese...@gmail.com wrote: Hi. On Tue, Dec 27, 2011 at 8:42 AM, Pinaki Poddar ppod...@apache.org wrote: @ManyToMany(fetch = FetchType.LAZY, mappedBy =

Re: Books on OpenJPA?

2011-12-05 Thread Rick Curtis
. -- *Rick Curtis*

Re: Problems with Oracle 11g and primary_key as rowtype IDENTITY

2011-12-01 Thread Rick Curtis
://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com seba.wag...@gmail.com -- *Rick Curtis*

Re: Unexpected behaviour for a transient field

2011-11-29 Thread Rick Curtis
, Harald Wellmann hwellmann...@googlemail.com wrote: No, MyInterface is a plain old Java interface and not an entity. This interface extends another interface. Neither of these is serializable. Best regards, Harald 2011/11/28 Rick Curtis curti...@gmail.com: Harold - I'm quite surprised

Re: Unexpected behaviour for a transient field

2011-11-28 Thread Rick Curtis
to the JPA 2.0 spec, section 2.3.1, all non-transient instance variables that are not annotated with the Transient annotation are persistent., so I'd really expect OpenJPA to complain that MyInterface is not mapped. What do you think? Best regards, Harald -- *Rick Curtis*

Re: Best approach for performing OpenJPA enhancement in Eclipse Indigo

2011-11-16 Thread Rick Curtis
I'm using this combo of openjpa-maven-plugin and my OpenJPA m2e extension with Eclipse 3.7.0 and 3.7.1 in a number of projects. What exactly does not work for you? Once I'm able to reproduce your problem, I can try and fix it... Best regards, Harald -- *Rick Curtis*

Re: Best approach for performing OpenJPA enhancement in Eclipse Indigo

2011-11-15 Thread Rick Curtis
/enhancement-with-maven.html Did I miss anything? Any preferred approaches? Thanks much. -=- Jerry -- *Rick Curtis*

Re: Strange behaviour on ManyToMany relationship using RCP client

2011-11-15 Thread Rick Curtis
-using-RCP-client-tp6985422p6996020.html Sent from the OpenJPA Users mailing list archive at Nabble.com. -- *Rick Curtis*

Re: Strange behaviour on ManyToMany relationship using RCP client

2011-11-14 Thread Rick Curtis
-client-tp6985422p6991859.html Sent from the OpenJPA Users mailing list archive at Nabble.com. -- *Rick Curtis*

Re: Strange behaviour on ManyToMany relationship using RCP client

2011-11-11 Thread Rick Curtis
archive at Nabble.com. -- *Rick Curtis*

Re: Strange behaviour on ManyToMany relationship using RCP client

2011-11-11 Thread Rick Curtis
archive at Nabble.com. -- *Rick Curtis*

Re: Strange behaviour on ManyToMany relationship using RCP client

2011-11-11 Thread Rick Curtis
in context: http://openjpa.208410.n2.nabble.com/Strange-behaviour-on-ManyToMany-relationship-using-RCP-client-tp6985422p6985766.html Sent from the OpenJPA Users mailing list archive at Nabble.com. -- *Rick Curtis*

Re: Constraint violation using OneToOne relationship

2011-11-09 Thread Rick Curtis
-violation-using-OneToOne-relationship-tp6978223p6978223.html Sent from the OpenJPA Users mailing list archive at Nabble.com. -- *Rick Curtis*

Re: Constraint violation using OneToOne relationship

2011-11-09 Thread Rick Curtis
=openjpa.DetachState value=fetch-groups(DetachedStateField=true) / /properties -- -- *Rick Curtis*

Re: Should OpenJPA initialise empty collections?

2011-11-07 Thread Rick Curtis
Sorry about the slow reply... for some reason this message didn't get sent to my email. Where a persisted entity contains a collection, such as a List annotated as a OneToMany relationship, should OpenJPA initialise that list? While there is some muddyness in JPA as to when you'll get a null vs

Re: InvalidStateException deleting an instance with a timestamp in its primary key

2011-11-07 Thread Rick Curtis
-- View this message in context: http://openjpa.208410.n2.nabble.com/InvalidStateException-deleting-an-instance-with-a-timestamp-in-its-primary-key-tp6968640p6968640.html Sent from the OpenJPA Users mailing list archive at Nabble.com. -- *Rick Curtis*

Re: Should OpenJPA initialise empty collections?

2011-11-07 Thread Rick Curtis
/Should-OpenJPA-initialise-empty-collections-tp6926980p6972405.html Sent from the OpenJPA Users mailing list archive at Nabble.com. -- *Rick Curtis*

Re: Schema not dropped using Apache Aries JPA and OpenJPA 2.1

2011-10-25 Thread Rick Curtis
/in/charlesmoulliard Skype: cmoulliard -- *Rick Curtis*

Re: EntityManager#createNamedQuery(String, Class) problem

2011-10-25 Thread Rick Curtis
so either, at least in the sections I read concerning queries. I am also using (I know, I know) subclass-based enhancement. What...are my options here? Best, Laird -- http://about.me/lairdnelson -- *Rick Curtis*

Re: Unnecessary Join on bidirectional OneToOne relation

2011-10-18 Thread Rick Curtis
Sorry I didn't ask this in my initial email what version of OpenJPA are you using, and how are you enhancing your Entities? On Tue, Oct 18, 2011 at 3:02 AM, Tobias Trelle tobias.tre...@codecentric.de wrote: Dear Rick, Rick Curtis wrote: How are you mapping this relationship? Can you

Re: Unnecessary Join on bidirectional OneToOne relation

2011-10-18 Thread Rick Curtis
On Tue, Oct 18, 2011 at 9:32 AM, Tobias Trelle tobias.tre...@codecentric.de wrote: Rick Curtis wrote: Sorry I didn't ask this in my initial email what version of OpenJPA are you using, and how are you enhancing your Entities? I'm using OpenJPA 2.0.1. The double join happens both

Re: Unnecessary Join on bidirectional OneToOne relation

2011-10-17 Thread Rick Curtis
transaction are accessing these tables. A schema change is not possible. Any ideas? TIA, Tobias -- *Rick Curtis*

Re: Join with a constant value

2011-09-30 Thread Rick Curtis
to use a numeric constant, I hope this will work. Kind regards, Michael Spiro -- *Rick Curtis*

Re: Multithreading problem

2011-09-28 Thread Rick Curtis
if OpenJPA throws the error on persisted entities which are shared between threads, but it shouldn't happen on simple inserts. Any help would be appreciated. Thanks! -- *Rick Curtis*

Re: Multithreading problem

2011-09-28 Thread Rick Curtis
being operated upon are in user control. The user application has to ensure their thread-safety. - Pinaki Poddar Chair, Apache OpenJPA Project -- -- *Rick Curtis*

Re: What is pcVersionInit?

2011-09-28 Thread Rick Curtis
to remove this warning? - -- *Rick Curtis*

Re: OpenJPA querying on element collections

2011-09-27 Thread Rick Curtis
administrator at administra...@antennasoftware.com -- *Rick Curtis*

Re: Query hint for isolation level does not work (OpenJPA 2.0.1 on DB2)

2011-09-26 Thread Rick Curtis
-- -- *Rick Curtis*

Re: Enhanced JPA Entity

2011-09-26 Thread Rick Curtis
Unmarshall -- *Rick Curtis*

Re: Using FetchPlan.setFetchBatchSize() feature leads to java.io.NotSerializableException

2011-09-12 Thread Rick Curtis
the cursor to read 2000 rows at once to speed up entity generation. Thanks for help! -- -- *Rick Curtis*

Re: Speed of fetching simple entities using OpenJPA

2011-09-12 Thread Rick Curtis
Handelsregister: Amtsgericht Kassel HRB 3972 Sitz der Gesellschaft: 34266 Niestetal USt-ID-Nr. DE 113 08 59 54 WEEE-Reg.-Nr. DE 95881150 ___ -- *Rick Curtis*

Re: Speed of fetching simple entities using OpenJPA

2011-09-12 Thread Rick Curtis
quickly. Michael -Ursprüngliche Nachricht- Von: Rick Curtis [mailto:curti...@gmail.com] Gesendet: Montag, 12. September 2011 20:44 An: users@openjpa.apache.org Betreff: Re: Speed of fetching simple entities using OpenJPA Michael - I wouldn't expect to see that large of a difference

Re: Using FetchPlan.setFetchBatchSize() feature leads to java.io.NotSerializableException

2011-09-08 Thread Rick Curtis
. Please can someone explain what I'm doing wrong? Thank you. I'm using OpenJPA 1.2.3. -- *Rick Curtis*

Re: Using FetchPlan.setFetchBatchSize() feature leads to java.io.NotSerializableException

2011-09-08 Thread Rick Curtis
object as result. I would have expected an OpenJPA implementation of the List interface containing my entities... So what is going on here? I don't understand. Do I have to convert something manually? -- -- *Rick Curtis*

Re: Documentation link broken?

2011-08-18 Thread Rick Curtis
a 404. This is the link off the main Documentation page. Thought someone should know. Best, Laird -- http://about.me/lairdnelson -- *Rick Curtis*

Re: Possibility to return detached objects from a query?

2011-08-12 Thread Rick Curtis
it's a bug in the copyOnDetach=true codepath or if it is working as designed that the manager keeps managed copies on detachment? -Ursprüngliche Nachricht- Von: Rick Curtis [mailto:curti...@gmail.com] Gesendet: Donnerstag, 11. August 2011 16:11 An: users@openjpa.apache.org

Re: Possibility to return detached objects from a query?

2011-08-11 Thread Rick Curtis
. DE 113 08 59 54 WEEE-Reg.-Nr. DE 95881150 ___ -- *Rick Curtis*

Re: Problems when using openjpa.MetaDataFactory Property

2011-08-10 Thread Rick Curtis
, Anthony H. Stam, FRM PARTICIPATIONS S.A. - Sitz: Luxemburg/Luxemburg - Handels- und Firmenregister Luxemburg: B 58158 Verwaltungsratsmitglieder: Rafael G. E. Bogaerts, John Drury, Michel de Groote, Johny Seré, Robert H. A. M. Smeele -- *Rick Curtis*

Re: Problems when using openjpa.MetaDataFactory Property

2011-08-10 Thread Rick Curtis
uses the Java attribute name (remarkText). Best regards Marcel From: Rick Curtis curti...@gmail.com To: users@openjpa.apache.org Date: 10.08.2011 16:12 Subject:Re: Problems when using openjpa.MetaDataFactory Property Can you post a unit test to help us better understand

Re: Problems when using openjpa.MetaDataFactory Property

2011-08-10 Thread Rick Curtis
com.retail_sc.test.entity.Group. at org.apache.openjpa.enhance.PCRegistry.getMeta(PCRegistry.java:255) at org.apache.openjpa.enhance.PCRegistry.newInstance(PCRegistry.java:111) ... Best regards Marcel From: Rick Curtis curti...@gmail.com To: users@openjpa.apache.org Date: 10.08.2011 18:04

Re: OpenJPA error

2011-08-09 Thread Rick Curtis
permission. The views expressed in this e-mail message do not necessarily represent the views of Highmark Inc., its subsidiaries, or affiliates. -- *Rick Curtis*

Re: NullpointerException when accessing a lazy association after merging the object without a fetch of the lazy entities

2011-08-04 Thread Rick Curtis
___ -- *Rick Curtis*

Re: Version of all children is incremented in OneToMany when merging parent entity

2011-08-04 Thread Rick Curtis
: http://openjpa.208410.n2.nabble.com/Version-of-all-children-is-incremented-in-OneToMany-when-merging-parent-entity-tp6645128p6652752.html Sent from the OpenJPA Users mailing list archive at Nabble.com. -- *Rick Curtis*

Re: NullpointerException when accessing a lazy association after merging the object without a fetch of the lazy entities

2011-08-04 Thread Rick Curtis
java.lang.NullPointerException at test.Test.main(Test.java:41) regards, Michael -Ursprüngliche Nachricht- Von: Rick Curtis [mailto:curti...@gmail.com] Gesendet: Donnerstag, 4. August 2011 16:00 An: users@openjpa.apache.org Betreff: Re: NullpointerException when accessing a lazy association

<    1   2   3   4   5   6   >