Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] svn commit trunk/ 2.3.1 - Bug#353606 - Weaving fails in server for application managed

svn commit trunk/ 2.3.1 - Bug#353606 - Weaving fails in server for application managed

 

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

 

Fixes an issue that weaving is not enabled in the server if an application managed persistence unit is used.

Issue was the persistence unit URL was different for container vs application.

 

Changes:

- Changed PersistenceUnitProcessor to process zip: protocol URLs and convert them to file:.

- Added a flag to JavaSECMPInitializer to set if in the server and allow weaving with no agent.

- test case in JPA EntityManager test suite to check session is that same for container vs application managed persistence units.

 


Back to the top