Derek Bennett
unread,Sep 26, 2012, 5:03:27 PM9/26/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I need to get my application's classloader object so that I can manipulate some of the singletons in the app from a WLST script. I will use the classloader to tell Spring's XmlBeanFactory where to go to get me a reference to the appropriate singleton.
I can put my server in Development mode and see via wls-cat which classloader is my application's classloader. So, how do I get a reference to that classloader object from within WLST?
Any ideas?