[
https://issues.jboss.org/browse/JBIDE-9481?page=com.atlassian.jira.plugin...
]
Tomáš Remeš updated JBIDE-9481:
-------------------------------
Environment: EAP 4.3
I missed the environment.Sorry. In EAP 4.3 in components.xml is:
<persistence:managed-persistence-context name="entityManager"
auto-create="true"
entity-manager-factory="#{test-warEntityManagerFactory}"/>
<persistence:entity-manager-factory name="test-warEntityManagerFactory"
persistence-unit-name="test-war"/>
and then i got: java.lang.RuntimeException: Could not create Component:
test-warEntityManagerFactory
JBDS should filter Seam components name containing dash
-------------------------------------------------------
Key: JBIDE-9481
URL:
https://issues.jboss.org/browse/JBIDE-9481
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam2
Affects Versions: 3.2.0.Final
Environment: EAP 4.3
Reporter: Tomáš Remeš
Assignee: Alexey Kazakov
JBDS should filter Seam components name containing dash. Similarly to seam-gen where the
dash in the name is replaced to underscore character. If i create new Seam Web Project in
JBDS for example with name "test-war" then in components.xml is registered
component test-warEntityManagerFactory, which is not valid Seam Component name.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira