Spring in Weblogic EJB app
Hi,
We have an existing weblogic EJB application which has only weblogic-ejb-jar.xml and doesn't have any web.xml.
I have too include spring bean in the EJB. So I created a applicationContext.xml and put it in Meta-inf folder.
I have set of bean definition in the xml. As per the Web app or J2EE we used contextlistener or got the applcation Context from the WebApplicationContextUtils.getRequiredWebApplicati onContext(servletContext);
But in the EJB how can I get the WebApplicationContext.
Thanks in Advance !!!