-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
Needed to handle property / ref case for Spring Configuration / Server Resource resolution.
<bean id="jpaPropertyFactory7" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
<property name="dataSource">
<ref bean="dataSource10"/>
</property>
...
</bean>