Re: [DISCUSS] Release planning

2008-02-01 Thread frankca

Hi Patrick,

That's awesome, sorry for not checking first. Could you please give the ETA
for 1.0.2 release or a link to where it has the release schedule for future
reference?

Thanks,
Frank



Patrick Linskey-2 wrote:
> 
> Hi,
> 
> That's already in 1.0.2.
> 
> -Patrick
> 
> On Feb 1, 2008 3:36 PM, frankca <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>> Craig L Russell wrote:
>> >
>> > Are there other features in 1.1.0 that are urgently needed and that
>> > can be pulled into 1.0.2?
>> >
>>
>> I'd really appreciate if this critical bug get fixed in 1.0.2 which is
>> already fixed in 1.1.0 TRUNK
>> (http://svn.apache.org/viewvc?view=rev&revision=584463):
>> http://www.nabble.com/Programmatically-pagination-does-NOT-work-with-OpenJPA-1.0.1-to13717713.html
>>
>> Best regards,
>> Frank
>>
>> --
>> View this message in context:
>> http://www.nabble.com/-DISCUSS--Release-planning-tp15213698p15236182.html
>> Sent from the OpenJPA Users mailing list archive at Nabble.com.
>>
>>
> 
> 
> 
> -- 
> Patrick Linskey
> 202 669 5907
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-DISCUSS--Release-planning-tp15213698p15239349.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.



Re: [DISCUSS] Release planning

2008-02-01 Thread Patrick Linskey
Hi,

That's already in 1.0.2.

-Patrick

On Feb 1, 2008 3:36 PM, frankca <[EMAIL PROTECTED]> wrote:
>
>
>
> Craig L Russell wrote:
> >
> > Are there other features in 1.1.0 that are urgently needed and that
> > can be pulled into 1.0.2?
> >
>
> I'd really appreciate if this critical bug get fixed in 1.0.2 which is
> already fixed in 1.1.0 TRUNK
> (http://svn.apache.org/viewvc?view=rev&revision=584463):
> http://www.nabble.com/Programmatically-pagination-does-NOT-work-with-OpenJPA-1.0.1-to13717713.html
>
> Best regards,
> Frank
>
> --
> View this message in context: 
> http://www.nabble.com/-DISCUSS--Release-planning-tp15213698p15236182.html
> Sent from the OpenJPA Users mailing list archive at Nabble.com.
>
>



-- 
Patrick Linskey
202 669 5907


Re: [DISCUSS] Release planning

2008-02-01 Thread frankca



Craig L Russell wrote:
> 
> Are there other features in 1.1.0 that are urgently needed and that  
> can be pulled into 1.0.2?
> 

I'd really appreciate if this critical bug get fixed in 1.0.2 which is
already fixed in 1.1.0 TRUNK
(http://svn.apache.org/viewvc?view=rev&revision=584463):
http://www.nabble.com/Programmatically-pagination-does-NOT-work-with-OpenJPA-1.0.1-to13717713.html

Best regards,
Frank

-- 
View this message in context: 
http://www.nabble.com/-DISCUSS--Release-planning-tp15213698p15236182.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.



fetchgroup XML mapping

2008-02-01 Thread Main, David
Is it possible to specify OpenJPA FetchGroup metadata in an XML mapping
file - if so, is there documentation on the XML structure for this? I
read about an openjpa-specific orm mapping schema but the link to it is
broken. Can someone point me to that schema if it is available? Thanks
in advance,

 

David



Re: From where to download v1.0.2

2008-02-01 Thread Miroslav Nachev
Thanks. Tomorrow I will do tests and if I still have problems I can isolate
the test and upload as NetBeans project. The code is working with TopLink.
If I have time I can do as Unit Tests.


Miro.

On 2/1/08, Patrick Linskey <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> 1.0.2-SNAPSHOT builds are available at http://openjpa.apache.org/builds/
>
> -Patrick
>
> On Feb 1, 2008 9:31 AM, Miroslav Nachev <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> >  From where can I download v1.0.2? Until now I was using v1.1.0 but
> > there too many bugs and now I would like to test v1.0.2. I try to switch
> > to v.1.0.1 but this is not possible for many reasons.
> >
> > In the same time I am testing my code with TopLink where everything is
> > working fine. Because our project is going to move to production and the
> > bugs are not fixed in OpenJPA I will be forced to use TopLink which is
> > not my favorite.
> >
> >
> > Regards,
> > Miro.
> >
>
>
>
> --
> Patrick Linskey
> 202 669 5907
>


Re: From where to download v1.0.2

2008-02-01 Thread Patrick Linskey
Hi,

1.0.2-SNAPSHOT builds are available at http://openjpa.apache.org/builds/

-Patrick

On Feb 1, 2008 9:31 AM, Miroslav Nachev <[EMAIL PROTECTED]> wrote:
> Hi,
>
>  From where can I download v1.0.2? Until now I was using v1.1.0 but
> there too many bugs and now I would like to test v1.0.2. I try to switch
> to v.1.0.1 but this is not possible for many reasons.
>
> In the same time I am testing my code with TopLink where everything is
> working fine. Because our project is going to move to production and the
> bugs are not fixed in OpenJPA I will be forced to use TopLink which is
> not my favorite.
>
>
> Regards,
> Miro.
>



-- 
Patrick Linskey
202 669 5907


From where to download v1.0.2

2008-02-01 Thread Miroslav Nachev

Hi,

From where can I download v1.0.2? Until now I was using v1.1.0 but 
there too many bugs and now I would like to test v1.0.2. I try to switch 
to v.1.0.1 but this is not possible for many reasons.


In the same time I am testing my code with TopLink where everything is 
working fine. Because our project is going to move to production and the 
bugs are not fixed in OpenJPA I will be forced to use TopLink which is 
not my favorite.



Regards,
Miro.


Re: How to store a string array as a string array using jpa?

2008-02-01 Thread dave.

Hi Craig,

There is text[] data type -among other things- in postgres which can store
an array of strings in the same row of table which can do the job of storing
an array of strings just perfectly. 
Actually I think creating another table and all of those keys and etc create
extra and unnecessary load on db server specially when the first table is
big and there are numerous items in that array. 

Thanks.
-- 
View this message in context: 
http://www.nabble.com/How-to-store-a-string-array-as-a-string-array-using-jpa--tp15214168p15222162.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.