In components xml the #
{rtEntityManagerFactory} get's validated as an error in the following:<core:managed-persistence-context name="entityManager"
auto-create="true"
entity-manager-factory="#{rtEntityManagerFactory}
"/>
It seems that if we would pick up this one as the definition of the factory then we would be fine:
<core:entity-manager-factory name="rtEntityManagerFactory"
persistence-unit-name="rt"/>
Is that doable in the current setup ?
- is related to
-
JBIDE-1068 Seam Web Project wizard generates components.xml with incorrect schema version
-
- Closed
-