Hi guys, think if we support it it should be in 1.6, wdyt?
it mainly needs to update our classloaders to support it. BTW javaagent will still be mandatory in unit tests since we can reuse appclassloader Side note: i don't really get how our javaagent should work today? it just create the emf for openjpa so we get the classtransformer but if the persistence.xml is in web inf it is ignored *Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* ---------- Forwarded message ---------- From: Romain Manni-Bucau (JIRA) <[email protected]> Date: 2012/10/24 Subject: [jira] [Updated] (TOMEE-501) Implement openjpa load-time enhancement by means of PersistenceUnitInfo.addTransformer(ClassTransformer) To: [email protected] [ https://issues.apache.org/jira/browse/TOMEE-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] Romain Manni-Bucau updated TOMEE-501: ------------------------------------- Summary: Implement openjpa load-time enhancement by means of PersistenceUnitInfo.addTransformer(ClassTransformer) (was: Implement openjpa load-time enhancement by means of PersistenceUnitInfo.addClassTransformer()) > Implement openjpa load-time enhancement by means of PersistenceUnitInfo.addTransformer(ClassTransformer) > -------------------------------------------------------------------------------------------------------- > > Key: TOMEE-501 > URL: https://issues.apache.org/jira/browse/TOMEE-501 > Project: TomEE > Issue Type: Improvement > Affects Versions: 1.5.0 > Reporter: Anthony Fryer > Labels: openjpa > > See http://openejb.979440.n4.nabble.com/JPA-Load-Time-Enhancement-td4658181.html -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
