Re: Migration of Spring bean web application

2016-08-11 Thread Romain Manni-Bucau
Hi, If i get it right you want to use spring in tomee? if so you need to NOT use WEB-INF/beans.xml cause it is a EE descriptor which needs to respect EE namespace (obviously not the case of spring application contexts ;)). Romain Manni-Bucau @rmannibucau | Blog

Migration of Spring bean web application

2016-08-11 Thread Aruna Kalagnanam
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