Re: [OT] where is JPA 2.0 API spec in maven?

2010-09-09 Thread Marcelo Morales
On Wed, Sep 8, 2010 at 9:35 AM, nino martinez wael
 wrote:
> Sorry to spam but I am wondering where the JPA 2.0 Spec are cant find
> it in maven...

org.apache.geronimo.specs
geronimo-jpa_2.0_spec
1.1



-- 
Marcelo Morales

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [OT] where is JPA 2.0 API spec in maven?

2010-09-09 Thread nino martinez wael
I also need a provider library, but just think it's strange that the
JPA API are bound into the provider library and a independent.

regards Nino

2010/9/9 Korbinian Bachl - privat :
> Oh, didn't know that - thx :)
>
> in fact I haven't yet had any situation where I needed the JPA-API from
> maven but not any persistence library as well; Nino, for what is it good for
> in your case?
>
> Best
>
>
> Am 09.09.10 09:34, schrieb Jan Kriesten:
>>
>> Hi Korbinian,
>>
>>> in fact the current is 2.1.1, but 2.0.0 is reference implementation and
>>> for the JPA 2.0 API it wont matter what 2.0.x it is (see scope provided
>>> here - just API);
>>
>> actually, I meant the javax.persistence-API, which can be referenced
>> with eclipse:
>>
>>       
>>         org.eclipse.persistence
>>         javax.persistence
>>         2.0.2
>>       
>>
>> The current version there is 2.0.2. From the release notification:
>>
>> "The javax.persistence library has been updated in our repository and in
>> maven.
>>
>> The new version, 2.0.2, should address any issues people have had
>> related to some churn of previous versioned javax.persistence libraries
>> in our maven repository."
>>
>> Best regards, --- Jan.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [OT] where is JPA 2.0 API spec in maven?

2010-09-09 Thread Korbinian Bachl - privat

Oh, didn't know that - thx :)

in fact I haven't yet had any situation where I needed the JPA-API from 
maven but not any persistence library as well; Nino, for what is it good 
for in your case?


Best


Am 09.09.10 09:34, schrieb Jan Kriesten:


Hi Korbinian,


in fact the current is 2.1.1, but 2.0.0 is reference implementation and
for the JPA 2.0 API it wont matter what 2.0.x it is (see scope provided
here - just API);


actually, I meant the javax.persistence-API, which can be referenced
with eclipse:

   
 org.eclipse.persistence
 javax.persistence
 2.0.2
   

The current version there is 2.0.2. From the release notification:

"The javax.persistence library has been updated in our repository and in
maven.

The new version, 2.0.2, should address any issues people have had
related to some churn of previous versioned javax.persistence libraries
in our maven repository."

Best regards, --- Jan.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [OT] where is JPA 2.0 API spec in maven?

2010-09-09 Thread Jan Kriesten

Hi Korbinian,

> in fact the current is 2.1.1, but 2.0.0 is reference implementation and
> for the JPA 2.0 API it wont matter what 2.0.x it is (see scope provided
> here - just API);

actually, I meant the javax.persistence-API, which can be referenced
with eclipse:

  
org.eclipse.persistence
javax.persistence
2.0.2
  

The current version there is 2.0.2. From the release notification:

"The javax.persistence library has been updated in our repository and in
maven.

The new version, 2.0.2, should address any issues people have had
related to some churn of previous versioned javax.persistence libraries
in our maven repository."

Best regards, --- Jan.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [OT] where is JPA 2.0 API spec in maven?

2010-09-08 Thread nino martinez wael
i just think it's strange, I'd have thought that there would have been
one and only one official JPA 2 api one could depend on. But I see my
suspicion was correct.

Thanks to all for replying on this non wicket topic..

2010/9/8 Korbinian Bachl - privat :
> in fact the current is 2.1.1, but 2.0.0 is reference implementation and for
> the JPA 2.0 API it wont matter what 2.0.x it is (see scope provided here -
> just API);
> - usually one uses JPA API of the persistence provider he's using as long as
> he won't depend on an app server;
>
> Best,
>
> Korbinian
>
>
>
> Am 08.09.10 16:51, schrieb Jan Kriesten:
>>
>> Hi,
>>
>>> JPA 2:
>>> 
>>>             org.eclipse.persistence
>>>             eclipselink
>>>             2.0.0
>>>             provided
>>>         
>>
>> AFAIK the current version is 2.0.2
>>
>> Best regards, --- Jan.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [OT] where is JPA 2.0 API spec in maven?

2010-09-08 Thread Korbinian Bachl - privat
in fact the current is 2.1.1, but 2.0.0 is reference implementation and 
for the JPA 2.0 API it wont matter what 2.0.x it is (see scope provided 
here - just API);
- usually one uses JPA API of the persistence provider he's using as 
long as he won't depend on an app server;


Best,

Korbinian



Am 08.09.10 16:51, schrieb Jan Kriesten:


Hi,


JPA 2:

 org.eclipse.persistence
 eclipselink
 2.0.0
 provided
 


AFAIK the current version is 2.0.2

Best regards, --- Jan.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [OT] where is JPA 2.0 API spec in maven?

2010-09-08 Thread Jan Kriesten

Hi,

> JPA 2:
> 
> org.eclipse.persistence
> eclipselink
> 2.0.0
> provided
> 

AFAIK the current version is 2.0.2

Best regards, --- Jan.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [OT] where is JPA 2.0 API spec in maven?

2010-09-08 Thread Matt Jensen


Group: org.hibernate.javax.persistence
Artifact: hibernate-jpa-2.0-api
Version: 1.0.0.Final

On 9/8/2010 8:35 AM, nino martinez wael wrote:

Sorry to spam but I am wondering where the JPA 2.0 Spec are cant find
it in maven...

regards Nino

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [OT] where is JPA 2.0 API spec in maven?

2010-09-08 Thread Korbinian Bachl - privat

JEE 6:

javax
javaee-api
6.0
provided


JPA 2:

org.eclipse.persistence
eclipselink
2.0.0
provided


Best,

Korbinian



Am 08.09.10 15:35, schrieb nino martinez wael:

Sorry to spam but I am wondering where the JPA 2.0 Spec are cant find
it in maven...

regards Nino

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



[OT] where is JPA 2.0 API spec in maven?

2010-09-08 Thread nino martinez wael
Sorry to spam but I am wondering where the JPA 2.0 Spec are cant find
it in maven...

regards Nino

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org