[
https://issues.jboss.org/browse/SEAMCONFIG-4?page=com.atlassian.jira.plug...
]
Todd Morrison commented on SEAMCONFIG-4:
----------------------------------------
Just ran into this again today pulling org.jboss.seam.remoting.seam-remoting 3.0.0.Final.
Blocker, since I can't get remoting to work without a fix.
Also, as of May 1st the pull request was merged.
Great work Jozef!
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: 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