Re: [Help] JDO checkout failure

2005-12-26 Thread Craig L Russell
Hi Mohammad Nour El-Din,I just tried this:[Bruiser:~/junk] clr% svn co http://svn.apache.org/repos/asf/db/jdoA  jdo/trunkA  jdo/trunk/fostore20A  jdo/trunk/fostore20/testA  jdo/trunk/fostore20/test/javaA  jdo/trunk/fostore20/test/java/orgA  jdo/trunk/fostore20/test/java/org/apacheA  jdo/trunk/fosto

Re: What is the Apache JDO 2.0 status?

2006-01-16 Thread Craig L Russell
Hi Ting,We do not intend to make JPOX available as an Apache download, even after we have certified releases (the first one is due shortly).So you should look at downloading JPOX from their repository in order to use it as an example JDO implementation. By the way, you should probably only have a d

Re: What is the Apache JDO 2.0 status?

2006-01-16 Thread Craig L Russell
Hi Ting,On Jan 16, 2006, at 4:24 PM, Ting SHAO wrote:Hi,Thanks for the reply! I will take a look at JPOX.Another question: will JPOX one day move to apache, or always be anindependent project outside ASF?I don't know. You will have to ask the JPOX folks about that.Regards,CraigRegards.On 1/17/06, M

Re: jdo 1.0 + jdo 2.0

2006-02-26 Thread Craig L Russell
Hi Luc Claes, JDO was designed to allow clean separation of application classes, so that you could mix and match implementations. But maybe a more specific example of what you are trying to accomplish would help decide the issue. Regards, Craig On Feb 26, 2006, at 7:00 AM, Luc Claes wro

Re: jdo 1.0 + jdo 2.0

2006-02-26 Thread Craig L Russell
This will fail at runtime if we import the 2.0 jdo.jar // because makePersistent is declared as returning Object pmFastObjects.makePersistent(objectToMakePersistent); } } Craig L Russell wrote: Hi Luc Claes, JDO was designed to allow clean separation of application classes, so that you could mix and m

Re: Need help with query to select items through maps and sets

2006-12-16 Thread Craig L Russell
Hi Neil, The query looks fine to me. You probably should post this question on the JPOX.org forum as well. Regards, Craig On Dec 16, 2006, at 12:39 PM, Neil Aggarwal wrote: Hello: I am using JDO 2 (The JPOX implementation). I have four related persistent classes: Product - contains a qt

Re: Date from datastore server in 2.1?

2006-12-21 Thread Craig L Russell
Hi Christiaan, Sorry for the late reply. My dog ate my email. We are still open to more features in JDO 2.1. This particular item was not already approved by the JCP, but if it is further developed into a more solid proposal, it can be included. I'd encourage you to join the discussion if

Re: refresh()

2007-05-01 Thread Craig L Russell
Hi Christiaan, On May 1, 2007, at 9:06 AM, Christiaan des Bouvrie wrote: Hello Craig, Thanks for the reply. We do not actually always refresh because of the OptimisticVerificationException, but sometimes we want to make sure the user is seeing the latest data. Also, the datastore cache is

Re: refresh()

2007-05-02 Thread Craig L Russell
Hi Christiaan, On May 2, 2007, at 12:54 AM, Christiaan des Bouvrie wrote: "// get fresh instances from the datastore pm.getDataStoreCache().evictAll(collection); pm.refresh(collection);" That was indeed my initial approach. Unfortunately the evictAll() nullifies references in the pc objects wh

Re: usage of text from spec document

2007-05-30 Thread Craig L Russell
Hi Karan, I think we can take this discussion off the public lists. I'll be happy to handle the request with Sun for you. Can you please provide the text and diagrams that you would like to use and I can get approval for this usage. Regards, Craig On May 30, 2007, at 6:06 PM, Karan Malhi

Re: I made a request that Nabble archive these forums

2007-06-07 Thread Craig L Russell
Sounds like a fine idea. Craig On Jun 7, 2007, at 9:29 AM, Matthew T. Adams wrote: I don't know if you have used Nabble.com, but I made a request to have them archive these mailing lists. I've found it to be convenient. I hope I got the list owner correct: [EMAIL PROTECTED] & [EMAIL PRO

Re: getAllReferencingObjects(Object object) request

2007-06-18 Thread Craig L Russell
Hi Chistiaan, On Jun 18, 2007, at 1:30 AM, Christiaan des Bouvrie wrote: Hi David and Matthew, Thanks for the response. Regarding the design issues, I agree that it is a Java problem. In jdo this problem becomes more evident. If I want to delete an object in java, I need to set all refere

Re: getAllReferencingObjects(Object object) request

2007-06-20 Thread Craig L Russell
Hi Christiaan, On Jun 20, 2007, at 1:19 AM, Christiaan des Bouvrie wrote: Hi Craig, "We actually have changed the specification in this regard, so that if you are using a mapping in which a single database artifact (e.g. primary key, foreign key) is used to describe two or more concep

Re: Delete by query

2007-07-31 Thread Craig L Russell
Just a note on the completeness of the TCK. There are not many tests that are in place to test the behavior of deleting instances in this particular case (non-cascade, non-dependent, join table for one-many relationship). We do plan on adding test cases in this general area for the JDO 2.1

Re: Spec: retainValues + flush()

2007-08-28 Thread Craig L Russell
Hi Christiaan, Slow getting through my email backlog after vacation... On Aug 20, 2007, at 1:48 AM, Christiaan wrote: Hi, I have a question about flush() in combination with retainValues. In the spec it says for retainValues "If this flag is set to false, then eviction of transactional

Re: Query by interface

2007-09-01 Thread Craig L Russell
Hi Chris, I guess you mapped both Person and MyPerson to the same tables in the database (and didn't add a discriminator column to distinguish Person from MyPerson). So the implementation thinks you want a generated Person to be constructed from the database rows. The discussion of persis

[DISCUSS] Evicting dirty instances

2007-09-24 Thread Craig L Russell
This topic was raised by Christiaan http://mail-archives.apache.org/ mod_mbox/db-jdo-user/200708.mbox/[EMAIL PROTECTED] Before the JDO spec introduced the concept of application-defined flush(), the evict method could be used to make an instance hollow and therefore subject to garbage collec

Re: Jdo commit resets Thread's interrupted flag

2008-05-16 Thread Craig L Russell
Hi Soham, What implementation of jdo are you using? Sounds like a bug in the interaction of your application and the environment (Spring and ???). Craig On May 1, 2008, at 11:22 PM, Soham Ghosh wrote: Hi, I have the following problem: Thread T1 is interrupted so its interrupted flag is set

Re: JDO2 API's manifest file problem with Apache Felix

2008-07-24 Thread Craig L Russell
2p18622812.html Sent from the JDO - User mailing list archive at Nabble.com. Craig L Russell Architect, Sun Java Enterprise System http://java.sun.com/products/jdo 408 276-5638 mailto:[EMAIL PROTECTED] P.S. A good JDO? O, Gasp! smime.p7s Description: S/MIME cryptographic signature

Re: Strange problem: timeout first time, then ok

2008-12-12 Thread Craig L Russell
ontext: http://www.nabble.com/Strange-problem%3A-timeout-first-time%2C-then-ok-tp20922247p20922247.html Sent from the JDO - Development mailing list archive at Nabble.com. Craig L Russell Architect, Sun Java Enterprise System http://db.apache.org/jdo 408 276-5638 mailto:craig.russ...@sun.com P.S. A good JDO? O, Gasp!

Re: Persisting object and foreign keys

2009-06-29 Thread Craig L Russell
ks! Note: I'm using application identity and DataNucleus JDO. Veja quais são os assuntos do momento no Yahoo! +Buscados http://br.maisbuscados.yahoo.com Craig L Russell Architect, Sun Java Enterprise System

Re: Persistent-dirty retrieve

2009-12-14 Thread Craig L Russell
enato Craig L Russell Architect, Sun Java Enterprise System http://db.apache.org/jdo 408 276-5638 mailto:craig.russ...@sun.com P.S. A good JDO? O, Gasp!

Re: Persistent-dirty retrieve

2009-12-14 Thread Craig L Russell
their values in order to validate the object. However, calling retrieve on it has no effect when it is dirty. When this same object is not dirty, calling retrieve load the fields. Regards, Renato Craig L Russell wrote: Hi Renato, The purpose of retrieve is to load instances according to the

Re: JDOQueryTimeoutException

2010-06-20 Thread Craig L Russell
on to the other. Any idea what happened? I can't find any information anywhere on this error. Can someone put the exception back for the next revision is published? Thanks, - Bill Milligan Craig L Russell Architect, Oracle http://db.apache.org/jdo 408 276-5638 mailto:craig.russ...@

Re: Generate dynamic tables using JDO

2010-09-03 Thread Craig L Russell
ew this message in context: http://old.nabble.com/Generate-dynamic-tables-using-JDO-tp29549692p29549692.html Sent from the JDO - User mailing list archive at Nabble.com. Craig L Russell Architect, Oracle http://db.apache.org/jdo 408 276-5638 mailto:craig.russ...@oracle.com P.S. A good JDO? O, Gasp!

Re: FYI: requested Gemini.JDO as a peer project to Gemini.JPA

2011-10-03 Thread Craig L Russell
ms.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 Craig L Russell Architect, Oracle http://db.apache.org/jdo 408 276-5638 mailto:craig.russ...@oracle.com P

Re: FYI: Spring Data support for JDO

2011-11-14 Thread Craig L Russell
wadams.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 Craig L Russell Architect, Oracle http://db.apache.org/jdo 408 276-5638 mailto:craig.russ...@oracle.c

Re: Errata in JDO Spec

2015-04-27 Thread Craig L Russell
gt; > How should I proceed? > > Regards, > Tilmann > Craig L Russell Architect, Oracle http://db.apache.org/jdo 408 276-5638 mailto:craig.russ...@oracle.com P.S. A good JDO? O, Gasp!

Re: semantics of deleted objects

2015-09-11 Thread Craig L Russell
> > Betreff: semantics of deleted objects > Datum:Wed, 2 Sep 2015 10:43:21 +0200 > Von: Tilmann > Antwort an: jdo-user@db.apache.org > An: jdo-user@db.apache.org > > > Hi, > I posted th