Hi all

From the example,

https://github.com/SpringSource/spri...a-jpa-examples

I noticed that:

1. there is no enhance step. Is it no longer required?
2. Was it because it did the load time weaving? Do we need this in orm.xml?

<property name="loadTimeWeaver">
<bean class="org.springframework.instrument.classloading .SimpleLoadTimeWeaver" />
</property>

Thanks!