Should pass parentContext rather that null in XFireConfigLoader.loadContext
---------------------------------------------------------------------------
Key: XFIRE-400
URL: http://jira.codehaus.org/browse/XFIRE-400
Project: XFire
Type: Bug
Components: Spring
Versions: 1.1-RC1
Environment: XP Java 1.5
Reporter: Mansour Raad
Assigned to: Dan Diephouse
Fix For: 1.1-RC1
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 message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira