Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for Bug 312947 - Allow EclipseLink JPA to work with Gemini in OSGi

A 2.1.1 patch for Bug 312947 is now ready for review.

Note, this bug has be reopened so new patch: https://bugs.eclipse.org/bugs/attachment.cgi?id=173586 is described by comment 8:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=312947#c8

This patch addresses three issues related to supporting byte code weaving in
Gemini:
1) Static initialization of EntityManagerFactoryProvider collections and use of
Hashtable instead of HashMap to improve thread safety
2) Removal of dead temporary class loader code as ASM is now used for meta-data
 processing
3) Passing properties passed to createEntityManagerFactory through to
JPAInitializer.registerTransformer(..)

Please review and provide any feedback.

--Shaun


--
Oracle
Shaun Smith | Principal Product Manager
Phone: +19055023094
Oracle Server Technologies, Oracle TopLink
ORACLE Canada | 110 Matheson Boulevard West, Suite 100, Mississauga, Ontario | L5R 3P4

Green
          Oracle Oracle is committed to developing practices and products that help protect the environment

Back to the top