Spring Roo app on JBoss AS 5
Hello,
I'm trying to deploy Spring Roo application on JBoss AS 5.0. Everything works fine on embeded Tomcat but on JBoss i got following errors:
2010-07-23 22:23:42,328 DEBUG [org.jboss.web.tomcat.service.deployers.TomcatDeplo yment] (main) Unable to retrieve orb
javax.management.InstanceNotFoundException: jboss:service=CorbaORB is not registered.
...
WEB-INF/classes/META-INF/spring/applicationContext-security.xml] is invalid; nested exception is org.xml.sax.SAXParseException: Attribute name "xsi:ramework.org.i" associated with an element type "beans:beans" must be followed by the ' = ' character.
...
Caused by: org.xml.sax.SAXParseException: Attribute name "xsi:ramework.org.i" associated with an element type "beans:beans" must be followed by the ' = ' character.
...
and more.
Any suggestions?
I use:
Spring Roo 1.0.0-RC3
JBoss AS 5.0
Thanks in advance.