[
https://issues.jboss.org/browse/SEAMCONFIG-4?page=com.atlassian.jira.plug...
]
Jason Porter moved SEAMXML-45 to SEAMCONFIG-4:
----------------------------------------------
Project: Seam Config (fixed) (was: Seam Config)
Key: SEAMCONFIG-4 (was: SEAMXML-45)
Workflow: Seam Workflow (was: GIT Pull Request workflow )
Affects Version/s: (was: 3.0.0.CR4)
Problem with empty beans.xml
----------------------------
Key: SEAMCONFIG-4
URL:
https://issues.jboss.org/browse/SEAMCONFIG-4
Project: Seam Config (fixed)
Issue Type: Bug
Reporter: Matthias Unverzagt
Assignee: Shane Bryzak
With
<seam.version>3.0.0.Final</seam.version>
I got ERROR log message
org.jboss.seam.config.xml.util.XmlConfigurationException:
Wrong root namespace for XML config file,
expected:urn:java:ee or
http://java.sun.com/xml/ns/javaee found: at
jar:file:/E:/.../WEB-INF/lib/seam-conversation-spi-3.0.0.CR1.jar!/META-INF/beans.xml:19
Please repair config or (to make it deployable) add namespace in empty
seam-conversation-spi-3.0.0.CR1.jar/META-INF/beans.xml
<beans
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://docs.jboss.org/cdi/beans_1_0.xsd">
</beans>
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira