fix for bug 217879

View: New views
20 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 - 3 - 4 - 5 - 6 - 7 | Next >

fix for bug 265357

by Guy Pelletier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
A patch file for bug 265357 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=265357

Description: Remove JPA 2.0 references from 1.1 stream

Please review and provide any feedback.

Cheers,
Guy

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

fix for bug 259829

by Guy Pelletier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
A patch file for bug 259829 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=259829

Description: TABLE_PER_CLASS with abstract classes does not work

Please review and provide any feedback.

Cheers,
Guy

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

fix for bug 265359

by Guy Pelletier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
A patch file for bug 265359 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=265359

Description: JPA 2.0 Element Collections - Metadata processing portions

Please review and provide any feedback. This will be the last patch for this bug. Going forward, new patches for element collections will be checked in against https://bugs.eclipse.org/bugs/show_bug.cgi?id=241410

Cheers,
Guy

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

fix for bug 264001

by Guy Pelletier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
A patch file for bug 264001 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=264001

Description: dot notation for mapped-by and order-by

Please review and provide any feedback.

Cheers,
Guy

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

Add workaround for bug#268219

by Kevin Yuan-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Add eclipselink.jar to %WebSphere_HOME%\lib\ext directory in order to
load "org.eclipse.persistence.sessions.server.Server" during deployment
native ORM API testing.

Change reviewed by Yiping Zhao.

Regards,
Kevin
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

fix for bug 268769

by Guy Pelletier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
A patch file for bug 268769 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=268769

Description: Remove JPA dependency from core

Please review and provide any feedback.

Cheers,
Guy

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

fix for bug 241413 (metadata processing portions)

by Guy Pelletier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
A patch file for bug 241413 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=241413

Description: JPA 2.0 Create an EclipseLink Map Mapping for Join Table mappings

This patch includes the metadata processing portions of the map mapping feature along with support with our convert metadata. 
 
As well as:
A fix submitted to the 1.1 stream, namely:
 
Metadata mapping (no actual processing yet) for other metadata features, namely:
- orphan-removal
- order-column
 
The eclipselink-orm.xml schema has also been updated as well with the new elements from the JPA 2.0 spec.
 
Another patch covering other loose ends and more tests for this feature to follow at a later date.

Please review and provide any feedback.

Cheers,
Guy

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

Re: fix for bug 241413 (metadata processing portions)

by Guy Pelletier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Changes have been submitted.
 
Reviewed by: Tom Ware (pending)
 
Model changes to both inherited and xml inherited model, and new tests added to InheritedModelJunitTest and EntityMappingsInheritedJUnitTestCase. Namely:
 
// 1-M map using direct key
- testHeinekenBeerConsumer
// 1-M map using entity key
- testBecksBeerConsumer
// 1-M map using embeddable key
- testCoronaBeerConsumer
// Element collection with generic map key type, with embeddable values (InheritedModelJunitTest only)
- testRedStripeExpertConsumer
// Element collection with generic map key type, with embeddable values (InheritedModelJunitTest only)
- testRedStripeNoviceConsumer
 
More tests to come ...
 
FullRegressionTestSuite and all extended tests continue to pass.
 
Cheers,
Guy
----- Original Message -----
Sent: Tuesday, March 24, 2009 11:43 AM
Subject: [eclipselink-dev] fix for bug 241413 (metadata processing portions)

A patch file for bug 241413 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=241413

Description: JPA 2.0 Create an EclipseLink Map Mapping for Join Table mappings

This patch includes the metadata processing portions of the map mapping feature along with support with our convert metadata. 
 
As well as:
A fix submitted to the 1.1 stream, namely:
 
Metadata mapping (no actual processing yet) for other metadata features, namely:
- orphan-removal
- order-column
 
The eclipselink-orm.xml schema has also been updated as well with the new elements from the JPA 2.0 spec.
 
Another patch covering other loose ends and more tests for this feature to follow at a later date.

Please review and provide any feedback.

Cheers,
Guy


_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

fix for bug 270853

by Guy Pelletier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
A patch file for bug 270853 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=270853

Description: testBeerLifeCycleMethodAnnotationIgnored within xml merge testing need to be relocated

Please review and provide any feedback.

Cheers,
Guy

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

fix for bug 241413

by Guy Pelletier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
A patch file for bug 241413 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=241413

Description: JPA 2.0 Create an EclipseLink Map Mapping for Join Table mappings

Patch file includes:
- testing of embeddable map key support (annotation and xml configs)
- update to jpa schema
- fix from compareObjects from DirectCollectionMapping
- Temporary fix to avoid NPE from DDL generation for mapped map key mapping (bug: 270814 entered)
- Fix for 1.1 bug 268215

Please review and provide any feedback.

Cheers,
Guy

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

workaround for bug 262254 - Check into 1.1.1

by Kevin Yuan-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Add workaround for bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=262254

Decsription: There are some classes couldn't be loaded by creating shared library, but if copy the jar file directly to %WebShere_HOME%\lib\ext dir, all of them can be loaded, at least so far.

Code reviewed by Yiping Zhao
See rev 3911
      http://fisheye2.atlassian.com/changelog/eclipselink/?cs=3911

Kevin





_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

Fix for bug 270863 - Check into 2.0 and 1.1.1

by Kevin Yuan-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://bugs.eclipse.org/bugs/show_bug.cgi?id=270863 - Code reviewed By Yiping Zhao.

Description: Only JPA testing running on WAS and WLS need it's own jaxp.properties in order to generate test report.
                    So add an additional generate-servertest-report target to treat the JPA server test, all other non-server
                    test will not copy jaxp.properties any more.

Test: Run JPA testing both inside and outside container.

See rev 3912 for 2.0
      http://fisheye2.atlassian.com/changelog/eclipselink/?cs=3912
      and rev 3913 for 1.1.1      
http://fisheye2.atlassian.com/changelog/eclipselink/?cs=3913


Kevin





_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

workaround for bug 262254 - Check into 2.0 and 1.1.1

by Kevin Yuan-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Add workaround for bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=262254

Decsription: Based on current JPA testing, since WAS need to stop and restart the server in order to make oci configuration take effective, the workaround (copy eclipselink.jar to %WAS_HOME%\lib\ext) need to be moved from "websphere-install" to "websphere-start" target. Without this change, the eclipselink.jar will be deleted during "websphere-stop", and ti won't be copy again if "websphere-install" is not called.

Code reviewed by Yiping Zhao
Revison: 3933 (2.0), 3932 (1.1.1)
     

Kevin

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

fix for bug 271523

by Guy Pelletier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
A patch file for bug 271523 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=271523

Description: testCreateExpertBeerConsumer() failed with junit.framework.AssertionFailedError

Please review and provide any feedback. Note, these changes simply comment out the troubled mapping that would cause this test to fail in some configurations. Bug 272298 has been created.

Cheers,
Guy

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

fix for bug 270011

by Guy Pelletier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
A patch file for bug 270011 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=270011

Description: JPA 2.0 MappedById support

Please review and provide any feedback.

Cheers,
Guy

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

fix for bug 249033

by Guy Pelletier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
A patch file for bug 249033 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=249033

Description: JPA 2.0 Orphan removal

Please review and provide any feedback.

Cheers,
Guy
 

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

fix for bug 248489

by Guy Pelletier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
A patch file for bug 248489 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=248489

Description: JPA 2.0 Pessimistic Locking/Lock Mode support

Please review and provide any feedback.

Cheers,
Guy

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

fix for bug 278768

by Guy Pelletier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
A patch file for bug 278768 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=278768

Description: JPA 2.0 Association Override Join Table

Please review and provide any feedback.

Cheers,
Guy
 

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

fix for bug 278841

by Gordon Yorke-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

A patch file for bug 278841 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=278841

Description:
The IndirectList has a Attribute Change Tracking optimization where simple adds
and removes do not cause the indirection to trigger but instead simply records
the change in the change listener for updates to the database.  Because the
IndirectList is not instantiated the change is not merged into the cache. 
Without the change being passed to the cache it is not intercepted by the Cache
Interceptors.  This leaves any Cache Interceptors oblivious to the changes made
by the user.

Please review and provide any feedback.
--Gordon


_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

Re: fix for bug 278841

by Gordon Yorke-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Checked -in
Reviewed by Andrei Ilitchev

Gordon Yorke wrote:
A patch file for bug 278841 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=278841

Description:
The IndirectList has a Attribute Change Tracking optimization where simple adds
and removes do not cause the indirection to trigger but instead simply records
the change in the change listener for updates to the database.  Because the
IndirectList is not instantiated the change is not merged into the cache. 
Without the change being passed to the cache it is not intercepted by the Cache
Interceptors.  This leaves any Cache Interceptors oblivious to the changes made
by the user.

Please review and provide any feedback.
--Gordon


_______________________________________________ eclipselink-dev mailing list eclipselink-dev@... https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev
< Prev | 1 - 2 - 3 - 4 - 5 - 6 - 7 | Next >