Hi Marius,
thank you very much for the tip. But even if I modify the file to read
[code]
<bean name="ApplicationContextDeployer" class="org.jboss.spring.deployers.ApplicationContextDeployer">
<property name="relativeOrder">2147483647</property>
</bean>
[/code]
It still starts before the PersistenceUnit deployment. If I comment this bean, JPA starts as expected. I'm not sure if BeanFactoryDeployer could help me but uncommenting it doesn't seem to do anything.
Are there any other dependency mechanisms that could block PU deployment from running?
Best regards
Marcus