Hi Giuseppe, it sounds good to me. Let me give some time to review your changes deeper.
Regards JB On 12/09/2014 01:53 PM, Giuseppe Gerla wrote:
Hi I'm working on two issues in object. I linked them because they are duplicated. The problem is a small bug in the parser that I resolved to commit 56bf3dffd15be41e1e7151993d495c4ef19a87c1 on my fork https://github.com/ggerla/aries/. Please merge on official trunk and close the issue. I believe that you will have to open another issue because properties that are passed to JTAEntityManagerHandler are NOT used to create the EnetityManager. I try to explain better... Properties specified in jpa:map section are passed to JTAEntityManagerHandler to create an EnetityManager "managed" with the call manager = emf.createEntityManager (props); where emf is an instance of QuiesceEMFHandler. The EntityManagerFactory implementation first create an EntityManager and then add properties passed. So properties are NOT used for the creation. I created a test to show that this does not work. I also try to fix this problem with commit 80bcaca80a09dd088ba25151376b68b646cffb0e. I do not like it so much but it could be a start point. Wdyt? Giuseppe
-- Jean-Baptiste Onofré [email protected] http://blog.nanthrax.net Talend - http://www.talend.com
