Hi,
i'm still trying to configure hibernate 2.1 to jboss 3.2.3 as an mbean.
I've searched hibernate docs (as someone has already adviced me), but i still don't know how to configure the following property at jboss-service-custom.xdt.
hibernate.cglib.use_reflection_optimizer = false
Basically, i don't know wich would be the attribute name, as it's not mentioned in docs for this kinda configuration.
I even tried a jboss-service-custom.xdt like the following.
<attribute name="UseReflectionOptimizer">false</attribute>
Of course it doesn't work, i get an exception when starting jboss.
Thanks,
ltcmelo
|