Details
Description
Should be something like the following:
public ApplicationContext loadContext(String configPath, ApplicationContext parent) throws XFireException
{ ApplicationContext newCtx = getXFireApplicationContext(configPath, parent); return newCtx; }This will enable to load the parent from a ContextLoaderListener.
This is fixed in our 1.1 release. Thanks!