-
Feb 13th, 2013, 04:48 AM
#1
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 !!!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules