Hi All, I'm trying to migrate a Spring bean web application to run on TomEE+. I want to continue to use Spring beans, without introducing JavaEE beans.
I tried the following steps : 1) Copied the war as-is into the webapps folder of TomEE+. Startup error due to "javax.xml.bind.UnmarshalException: unexpected element (uri:" http://java.sun.com/xml/ns/javaee", local:"import")." 2) Copied openejb-core.jar into WEB-INF/lib; same startup error. 3) Modified beans.xml to include javaee namespace; same startup error. Can you point me to documentation references that cover porting a spring bean application to TomEE+ or help me with some pointers. Thanks, Aruna.