Re: Could not locate metadata (orm.xml)

2008-03-31 Thread os_developer
Lars, In your ant build script, I don't see where you are specifying against which database the reverse mapping tool should run. You need to provide your username and password as well. In my setup, I have an initial database already up and running. In my build directory, I have a build.xml file

Re: Could not locate metadata (orm.xml)

2008-03-30 Thread os_developer
I'm not sure if your orm.xml file is invalid or not but one of the ways I've found to get a start on a valid orm.xml file when I wasn't sure if mine was correct was to use the Reverse Mapping tool in openjpa (see the manual for more info). If you already have a working example using annotations,

Re: persist order in sorted collections

2008-03-24 Thread os_developer
ck about some > related issues: > > http://www.nabble.com/question-on-orderby-and-manytomany-td14822597.html > http://www.nabble.com/safe-to-%22reuse%22-table-for-mapping-of-separate-entities-relations--td15095287.html > > Cheers, > Andy > > > os_developer wrote: > >

persist order in sorted collections

2008-03-20 Thread os_developer
Hi, I wasn’t able to find a previous thread that answers this although it does sound a bit familiar to me...feel free to refer me to a prior thread if I’m repeating... My goal is to be able to be able to persist a Collection of data in a particular order (and maintain that order when I retrieve i

Re: openjpa ant tasks

2007-06-13 Thread os_developer
> > it seems > > likely that you're picking up Kodo in the path at > some point. > > > > I don't know how the Oracle JDBC driver could > introduce the problem > > with > > JDO. Could you provide the classpath that you're > using to run th

Re: openjpa ant tasks

2007-06-12 Thread os_developer
n of it. > Maybe something funny is > going on with the classpath and you're > unintentionally using Kodoc. > > Regards, > Mike > > On 6/12/07, os_developer <[EMAIL PROTECTED]> > wrote: > > > > Mike, > > > > Thanks. I'm trying to use openjpac

Re: openjpa ant tasks

2007-06-12 Thread os_developer
looking for I'll try > to help. > > -mike > > > On 6/11/07, os_developer <[EMAIL PROTECTED]> > wrote: > > > > I've got another newbie question... > > > > Where can I find a specification on the details of > how > > to use th

openjpa ant tasks

2007-06-11 Thread os_developer
I've got another newbie question... Where can I find a specification on the details of how to use the various openjpa ant tasks? I'm having trouble configuring the ant tasks. I am able to use the command-line versions using the various flags, but I have been unsuccessful attempting to use the

Re: build-time enhancement question

2007-06-08 Thread os_developer
includes full > JDO2 support. I would imagine that if you recompiled > your classes and > ran openjpac with '-jdoEnhance false', you'd get the > expected > behavior; have you tried that after a clean build? > > -Patrick > > On 6/8/07, os_developer <[

Re: build-time enhancement question

2007-06-08 Thread os_developer
wrote: > Hi, > > It sounds like you're using Kodo, not just OpenJPA. > Is that correct? > > If so, what version of Kodo are you using? > > -Patrick > > On 6/8/07, os_developer <[EMAIL PROTECTED]> > wrote: > > Hi, > > > > I hope this

build-time enhancement question

2007-06-08 Thread os_developer
Hi, I hope this is the appropriate place to ask this question. I am using the ant task to enhance my classes at build-time but when I invoke them, I get an error stating NoClassDefFound for javax/jdo/spi/PersistenceCapable. I am using the hellojpa sample code and have just modified it to use