[
https://issues.jboss.org/browse/SEAMCONFIG-4?page=com.atlassian.jira.plug...
]
Jozef Hartinger updated SEAMCONFIG-4:
-------------------------------------
Status: Resolved (was: Pull Request Sent)
Assignee: Jozef Hartinger (was: Shane Bryzak)
Resolution: Done
Problem with empty beans.xml
----------------------------
Key: SEAMCONFIG-4
URL:
https://issues.jboss.org/browse/SEAMCONFIG-4
Project: Seam Config
Issue Type: Bug
Reporter: Matthias Unverzagt
Assignee: Jozef Hartinger
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