Re: downloads: broken links

2010-08-10 Thread Donald Woods
We're using the Apache Nexus repo for snapshot and release artifacts now
for 1.3.x, 2.0.x and 2.1.x.  You'll have to scroll down the list of
published artifacts to find the most recent one, as we're letting Maven
create timestamped artifacts -

2.1.x -
https://repository.apache.org/snapshots/org/apache/openjpa/apache-openjpa/2.1.0-SNAPSHOT/

2.0.x -
https://repository.apache.org/snapshots/org/apache/openjpa/apache-openjpa/2.0.1-SNAPSHOT/

1.3.x -
https://repository.apache.org/snapshots/org/apache/openjpa/apache-openjpa/1.3.0-SNAPSHOT/

I've updated the Downloads page, but it'll take an hour or two before
the changes are visible.


-Donald


On 8/10/10 11:42 AM, Christiaan wrote:
> 
> The links under "Pre-packaged binaries for SNAPSHOT releases are available in
> the snapshot repository at the following locations :" 
> 
> on http://openjpa.apache.org/downloads.html
> 
> don't work for me.
> 
> kind regards,
> Christiaan


Re: Enhancing with Eclipse

2010-08-10 Thread Rick Curtis
> bin is managed by Eclipse : src/META-INF should be OK if I manage to have
only one persistence.xml file.
Correct. Eclipse will automatically move src/META-INF to bin.

> Very good idea, but how to tell openjpac with persistence unit to use ??
I think you can try something like "-p #[pu_name]". ... I'm not sure how
nicely that'll play with the eclipse ant configuration, but you should be
able to get it to work.

http://openjpa.apache.org/builds/latest/docs/manual/manual.html#ref_guide_conf_devtools

Thanks,
Rick

On Tue, Aug 10, 2010 at 11:04 AM, Jean-Baptiste BRIAUD -- Novlog <
j-b.bri...@novlog.com> wrote:

>
> On 10 août 2010, at 17:19, Rick Curtis wrote:
>
> >> Where is the persistent.xml file ?
> > It needs be in bin/META-INF.
> >
>
> bin is managed by Eclipse : src/META-INF should be OK if I manage to have
> only one persistence.xml file.
>
> >> I used to have several persistent.xml files : one for build-time
> enhancing
> > and another slightly different one as runtime-time config. How can I
> manage
> > that ?
> > I'd think you could get away with a single persistence.xml file but with
> two
> > different persistence units. One for the buildtime enhancement and the
> other
> > to be used at runtime.
>
> Very good idea, but how to tell openjpac with persistence unit to use ??
>
> >
> > Thanks,
> > Rick
> >
> > On Tue, Aug 10, 2010 at 9:55 AM, Jean-Baptiste BRIAUD -- Novlog <
> > j-b.bri...@novlog.com> wrote:
> >
> >> Hi,
> >>
> >> I'm trying to set an OpenJPA project with Eclipse (I'm currently using
> >> IntelliJ).
> >>
> >> I checked that page :
> >> http://openjpa.apache.org/enhancement-with-eclipse.html
> >> and decided to go with custom Ant builder.
> >>
> >> Where is the persistent.xml file ?
> >> Unfortunately, the file is not mentioned in the example gray zone.
> >>
> >> I used to have several persistent.xml files : one for build-time
> enhancing
> >> and another slightly different one as runtime-time config.
> >> How can I manage that ?
> >>
> >>
> >> Thanks !
>
>


Re: Enhancing with Eclipse

2010-08-10 Thread Jean-Baptiste BRIAUD -- Novlog

On 10 août 2010, at 17:19, Rick Curtis wrote:

>> Where is the persistent.xml file ?
> It needs be in bin/META-INF.
> 

bin is managed by Eclipse : src/META-INF should be OK if I manage to have only 
one persistence.xml file.

>> I used to have several persistent.xml files : one for build-time enhancing
> and another slightly different one as runtime-time config. How can I manage
> that ?
> I'd think you could get away with a single persistence.xml file but with two
> different persistence units. One for the buildtime enhancement and the other
> to be used at runtime.

Very good idea, but how to tell openjpac with persistence unit to use ??

> 
> Thanks,
> Rick
> 
> On Tue, Aug 10, 2010 at 9:55 AM, Jean-Baptiste BRIAUD -- Novlog <
> j-b.bri...@novlog.com> wrote:
> 
>> Hi,
>> 
>> I'm trying to set an OpenJPA project with Eclipse (I'm currently using
>> IntelliJ).
>> 
>> I checked that page :
>> http://openjpa.apache.org/enhancement-with-eclipse.html
>> and decided to go with custom Ant builder.
>> 
>> Where is the persistent.xml file ?
>> Unfortunately, the file is not mentioned in the example gray zone.
>> 
>> I used to have several persistent.xml files : one for build-time enhancing
>> and another slightly different one as runtime-time config.
>> How can I manage that ?
>> 
>> 
>> Thanks !



Re: downloads: broken links

2010-08-10 Thread Jean-Baptiste BRIAUD -- Novlog
confirmed.

On 10 août 2010, at 17:42, Christiaan wrote:

> 
> The links under "Pre-packaged binaries for SNAPSHOT releases are available in
> the snapshot repository at the following locations :" 
> 
> on http://openjpa.apache.org/downloads.html
> 
> don't work for me.
> 
> kind regards,
> Christiaan
> -- 
> View this message in context: 
> http://openjpa.208410.n2.nabble.com/downloads-broken-links-tp5393599p5393599.html
> Sent from the OpenJPA Users mailing list archive at Nabble.com.



downloads: broken links

2010-08-10 Thread Christiaan

The links under "Pre-packaged binaries for SNAPSHOT releases are available in
the snapshot repository at the following locations :" 

on http://openjpa.apache.org/downloads.html

don't work for me.

kind regards,
Christiaan
-- 
View this message in context: 
http://openjpa.208410.n2.nabble.com/downloads-broken-links-tp5393599p5393599.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.


Re: Enhancing with Eclipse

2010-08-10 Thread Rick Curtis
> Where is the persistent.xml file ?
It needs be in bin/META-INF.

> I used to have several persistent.xml files : one for build-time enhancing
and another slightly different one as runtime-time config. How can I manage
that ?
I'd think you could get away with a single persistence.xml file but with two
different persistence units. One for the buildtime enhancement and the other
to be used at runtime.

Thanks,
Rick

On Tue, Aug 10, 2010 at 9:55 AM, Jean-Baptiste BRIAUD -- Novlog <
j-b.bri...@novlog.com> wrote:

> Hi,
>
> I'm trying to set an OpenJPA project with Eclipse (I'm currently using
> IntelliJ).
>
> I checked that page :
> http://openjpa.apache.org/enhancement-with-eclipse.html
> and decided to go with custom Ant builder.
>
> Where is the persistent.xml file ?
> Unfortunately, the file is not mentioned in the example gray zone.
>
> I used to have several persistent.xml files : one for build-time enhancing
> and another slightly different one as runtime-time config.
> How can I manage that ?
>
>
> Thanks !


Enhancing with Eclipse

2010-08-10 Thread Jean-Baptiste BRIAUD -- Novlog
Hi,

I'm trying to set an OpenJPA project with Eclipse (I'm currently using 
IntelliJ).

I checked that page :
http://openjpa.apache.org/enhancement-with-eclipse.html
and decided to go with custom Ant builder.

Where is the persistent.xml file ?
Unfortunately, the file is not mentioned in the example gray zone.

I used to have several persistent.xml files : one for build-time enhancing and 
another slightly different one as runtime-time config.
How can I manage that ?


Thanks !