Re: Migration of Spring bean web application

2016-08-22 Thread Romain Manni-Bucau
tempted to say it is a spring question (so not the right forum) that said spring uses by default applicationContext.xml name but you likely configured beans.xml in web.xml or somewhere else Romain Manni-Bucau @rmannibucau | Blog

Re: Migration of Spring bean web application

2016-08-22 Thread Aruna Kalagnanam
After removing the WEB-INF/beans.xml, I get a java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/beans.xml]. If the beans.xml isnt present, how would Spring figure out the configuration. Sorry if I'm being dumb about this, I'm missing something basic here. Thanks,

Re: Migration of Spring bean web application

2016-08-22 Thread Romain Manni-Bucau
2016-08-22 14:51 GMT+02:00 Aruna Kalagnanam : > Hi Romain > > If I understood properly, you are saying that an empty beans.xml should be > present. Think I said the opposite: don't create a spring beans.xml in WEB-INF. I know it is a common practise but this file is a CDI

Re: Migration of Spring bean web application

2016-08-22 Thread Aruna Kalagnanam
Hi Romain If I understood properly, you are saying that an empty beans.xml should be present. Do I need to include any other configuration ? Will openejb-core take care of integration between EE and Spring. Thanks, Aruna. On Thu, Aug 11, 2016 at 7:37 PM, Romain Manni-Bucau