Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] JPA 2.1 TCK Request

Hi Chris
On Mar 21, 2019, at 5:44 PM, Christian Schulz <christian.schulz@xxxxxxxxxxxxxxxx> wrote:

Hello,
 
@Kevin I will try it out, thanks.
 
@Lance I want to build the TCK for JPA 2.1. As far as I know the TCK project contains only JPA 2.2, right?

Well, the contribution to Eclipse was based on the latest Java EE master workspace, so yes it would be JPA 2.2 based.

The JPA 2.1 standalone TCK is only available from Oracle.

 

Best Regards,
 
Chris
 
 

OPEN KNOWLEDGE GmbH 
Poststraße 1, 26122 Oldenburg 
Tel: +49 441 - 4082-146 
Fax: +49 441 - 4082-111 
christian.schulz@xxxxxxxxxxxxxxxx 
www.openknowledge.de 

Registergericht: Amtsgericht Oldenburg, HRB 4670 
Geschäftsführer: Lars Röwekamp, Jens Schumann 

Nächste Konferenz: 

Javaland | Brühl | 18. - 21. März 2019 

Nächste Akademie: 

Architecture Summit | München | 11. - 13. März 2019 

Treffen Sie uns auf weiteren Konferenzen,
Summits und Events:

Zu unseren weiteren Events

 
 
Von: <jakartaee-tck-dev-bounces@xxxxxxxxxxx> im Auftrag von Lance Andersen <lance.andersen@xxxxxxxxxx>
Antworten an: jakartaee-tck developer discussions <jakartaee-tck-dev@xxxxxxxxxxx>
Datum: Donnerstag, 21. März 2019 um 22:43
An: jakartaee-tck developer discussions <jakartaee-tck-dev@xxxxxxxxxxx>
Betreff: Re: [jakartaee-tck-dev] JPA 2.1 TCK Request
 
You should be able to do something like the following to generate the jpa standalone tck bundle
 
 
1.  edited install/jpa/bin/ts.jte and set jpa.home 
2.  set deliverabledir=jpa
3.  cd install/jpa/bin
4.  ant build.all
5.  cd release/tools
6.  ant jpa
 
 
HTH
 
Best
Lance
On Mar 21, 2019, at 4:59 PM, Kevin Sutter <sutter@xxxxxxxxxx> wrote:
 
Christian,
Thanks for reaching out, but this TCK project is the overall CTS / TCK bucket for the whole Jakarta EE platform.  The individual components' TCKs (ie. EJB, JCA, JPA, etc) have not been broken out yet.  So, just executing the JPA bucket might be a bit difficult at this point.

 

You might want to ask this question on the JPA project itself:  https://projects.eclipse.org/projects/ee4j.jpa

 

They have a separate mailing list, but it's not very active yet.  Maybe your message can kick it off: https://accounts.eclipse.org/mailing-list/jpa-dev

 

Or, another alternative is to query the EclipseLink team which, as you know, is the reference implementation for JPA: https://projects.eclipse.org/projects/ee4j.eclipselink/contact

 

If these pointers don't produce any fruit, come back and ask again.  Maybe we can help find the appropriate contact.

 

Good luck!

---------------------------------------------------
Kevin Sutter
STSM, MicroProfile and Java EE architect
e-mail: sutter@xxxxxxxxxx Twitter: @kwsutter
phone: tl-553-3620 (office), 507-253-3620 (office)
LinkedIn: https://www.linkedin.com/in/kevinwsutter

 

 

----- Original message -----
From: Christian Schulz <christian.schulz@xxxxxxxxxxxxxxxx>
Sent by: jakartaee-tck-dev-bounces@xxxxxxxxxxx
To: "jakartaee-tck-dev@xxxxxxxxxxx" <jakartaee-tck-dev@xxxxxxxxxxx>
Cc:
Subject: [jakartaee-tck-dev] JPA 2.1 TCK Request
Date: Thu, Mar 21, 2019 1:28 PM
 

Hello,

 

I am contributor of the open source framework JPA Security https://github.com/arneLimburg/jpasecurity/ .
It is extending the functionality of the JPA persistence providers like EclipseLink with some security access checks.

 

I am trying to get the JPA 2.1 TCK to run them against our implementation ensuring we are not violating anything.

 

Can anyone help me getting the TCK or pointing on the right way?

 

 

Best Regards,

 

Christian Schulz

 


_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev
 

Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
Lance.Andersen@xxxxxxxxxx
 


 
_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev


Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
Lance.Andersen@xxxxxxxxxx




Back to the top