Hi, I think you are referring to the metamodel generation (*_.java) instead of performing the byte code enhancing.
The metamodel generation just requires an additional parameter on your javac invocation: $ javac -classpath path/to/openjpa-all.jar -Aopenjpa.metamodel=true mypackage/MyEntity.java More information can be found here: http://openjpa.apache.org/builds/latest/docs/manual/manual.html#d0e11235 HTH, Kevin On Tue, Sep 27, 2011 at 11:25 AM, chintan4181 <chintan4...@gmail.com> wrote: > Hi, > > I am using RSA 8 with Websphere 7 and long back i have enabled buildtime > JPA > entity ehancement in my JPA project to generate _.Java class automatically. > so whenever I add new entity class say A.java, it generates A_.java > autotmatically. > > Some how i forgot how did i enable that? does anybody know configuration > settings in RSA? > > Thanks > Unmarshall > > -- > View this message in context: > http://openjpa.208410.n2.nabble.com/How-to-Enable-Buildtime-entity-enhancement-in-RSA-tp6836583p6836583.html > Sent from the OpenJPA Users mailing list archive at Nabble.com. >