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 246130

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 246130 is now available for review.

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

Description: ECLIPSELINK'S ECLIPSELINK_SESSIONS_1.0.XSD DOES NOT HAVE CURRENT WLS PLATFORMS

Please review and provide any feedback.

Cheers,
Guy

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

Logged bug 246866: BOXER:STRESS:TOPLINK:GET TXNEXCEPTION-DATABASEACCESSOR WAS RENDERED INACTIVE

by Andrei Ilitchev :: 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.
The suggested patch is attatched to the bug, I will check it shortly into both 1.1 and 1.0 streams.
 
Thanks,
 
Andrei
 

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

Parent Message unknown Re: Logged bug 246866: BOXER:STRESS:TOPLINK:GET TXNEXCEPTION-DATABASEACCESSOR WAS RENDERED INACTIVE

by Andrei Ilitchev :: 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.
Fixed in both 1.1 and 1.0 streams.
----- Original Message -----
Sent: Wednesday, September 10, 2008 10:12 AM
Subject: Logged bug 246866: BOXER:STRESS:TOPLINK:GET TXNEXCEPTION-DATABASEACCESSOR WAS RENDERED INACTIVE

The suggested patch is attatched to the bug, I will check it shortly into both 1.1 and 1.0 streams.
 
Thanks,
 
Andrei
 

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

fix for bug 241651

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 241651 is now available for review.

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

Description: JPA 2.0 Access Type 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 248452

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 248452 is now available for review.

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

Description: Weaver requires revisit as a result of the JPA 2.0 access type implementation

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 249860

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 249860 is now available for review.

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

Description: JPA 2.0 Table Per Class inheritance support

Please review and provide any feedback.

Cheers,
Guy

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

Rollback some migration tests running on server

by Kevin Yuan-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some jpa test suites failed on setUp during running on application
server if running all jpa testing together, but passed on one by one
running test suite. Need more investigating for the following three test
suites:
org.eclipse.persistence.testing.tests.jpa.advanced.JoinedAttributeAdvancedJunitTest
org.eclipse.persistence.testing.tests.jpa.advanced.ReportQueryMultipleReturnTestSuite
org.eclipse.persistence.testing.tests.jpa.advanced.ReportQueryAdvancedJUnitTest

Temp fix is rollback to before migration.
Code reviewed by Edwin Tang.

Regards,
Kevin


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

Re: 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 new patch has been added to this bug to remove JPA 2.0 dependencies from core.
 
Please review and provide any feedback.
 
Thanks,
Guy
----- Original Message -----
Sent: Thursday, October 16, 2008 1:01 PM
Subject: [eclipselink-dev] fix for bug 248489

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

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

Re: fix for bug 249860

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.
Fix submitted.
 
Reviewed by: Gordon Yorke, James Sutherland
 
New model added to:
- org.eclipse.persistence.testing.models.jpa.inheritance with new test suite
 
And new test suite:
- org.eclipse.persistence.testing.tests.jpa.inhertiance.TablePerClassInheritanceJUnitTest
 
Cheers,
Guy
----- Original Message -----
Sent: Friday, December 12, 2008 11:04 AM
Subject: [eclipselink-dev] fix for bug 249860

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

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

Description: JPA 2.0 Table Per Class inheritance support

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

Parent Message unknown Re: 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.
Code submitted.

No new functionality changes, simply removing the JPA 2.0 dependencies on internal core classes, therefore no new tests.
 
Reviewed by: Gordon Yorke
----- Original Message -----
Sent: Wednesday, December 17, 2008 11:29 AM
Subject: Re: [eclipselink-dev] fix for bug 248489

A new patch has been added to this bug to remove JPA 2.0 dependencies from core.
 
Please review and provide any feedback.
 
Thanks,
Guy
----- Original Message -----
Sent: Thursday, October 16, 2008 1:01 PM
Subject: [eclipselink-dev] fix for bug 248489

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

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

fix for bug 250779

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 250779 is now available for review.

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

Description: Missing messages for error reporting causes

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 252705

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 252705 is now available for review.

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

Description: JPA @PrePersist changes are lost when using EntityManager.merge

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 252705

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.
Updated patch, based on feedback from James, is available.
 
Please review and provide any feedback.

Cheers,
Guy
 
----- Original Message -----
Sent: Thursday, December 18, 2008 3:52 PM
Subject: [eclipselink-dev] fix for bug 252705

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

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

Description: JPA @PrePersist changes are lost when using EntityManager.merge

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 259329

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 259329 is now available for review.

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


Description: It is not possible to have a NamedQuery that is not a "SELECT" query

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 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.
Another patch has been added for this feature.
 
Please review and provide any feedback.
 
Thanks,
Guy
----- Original Message -----
Sent: Wednesday, December 17, 2008 11:29 AM
Subject: Re: [eclipselink-dev] fix for bug 248489

A new patch has been added to this bug to remove JPA 2.0 dependencies from core.
 
Please review and provide any feedback.
 
Thanks,
Guy
----- Original Message -----
Sent: Thursday, October 16, 2008 1:01 PM
Subject: [eclipselink-dev] fix for bug 248489

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


_______________________________________________
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 247041

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 247041 is now available for review.

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

Description: Null element inserted in the ArrayList

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 248293

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 248293 is now available for review.

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


Description: JPA 2.0 Element Collections

This is part 1 of the fix for this feature. Another part/patch covering some other use cases and integrating the following bug to come:
 - Bug 241410 - JPA 2.0 Add EclipseLink support for Map type attributes

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 248293

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.
Another patch file for bug 248293 is now available for review.

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

Description: JPA 2.0 Element Collections

This is part 2 of the code for this feature. More parts/patches covering other use cases and integrating the following bug to come:
 - Bug 241410 - JPA 2.0 Add EclipseLink support for Map type attributes

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 264596

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 264596 is now available for review.

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

Description: NPE logging in with specified access on java and xml

Please review and provide any feedback.

Cheers,
Guy

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