How are you enhancing the code in Eclipse? ANT script, openjpa-maven-plugin or our Eclipse plugin?
-Donald On 4/21/10 1:03 PM, Vásáry, Dániel wrote: > Hi, > I'm using OpenJPA 1.2.2 under JavaEE JPA project in Eclipse Galileo. > After adding Bytecode enhancement, named query returns only partial data. > Persisted object looks fine, has all fields filled with proper data. > > But if i search for that object with named query or with > EntityManagers.find, > returned entity has 0 value in ID field, and the other fields are empty too, > except String fields. > I need all field's data from entity, for some post processing purposes. > > Can anybody help, how to retrive whole data? > thanks >
