I have object structure like this in my project. I have a SessionBean around a jpa entity like this. Jpa: Person-->Customer--->Invoices(Collection)--->Data when i run a test on persistence.xml in Resouce_Local it works fine as finding a person returns the entire structure including the collection of invoices. However , the same setup when run in the container does not return all structure it only returns up to Person-->Customer. as a result application throws exceptions because of missing data. I am using wasce2.1.1.2 and apache Derby. Jta XA datasource. I am also using container injection of entityManager into sessionBean. Clearly something is wrong with the JTA and why the same persistence.xml will return different results between JTA and Resouce_Local ?
Any Ideas? -- View this message in context: http://n2.nabble.com/JTA-and-Resouce_Local--setup-tp3334116p3334116.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
