XFire

Should pass parentContext rather that null in XFireConfigLoader.loadContext

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.1-RC1
  • Fix Version/s: 1.1
  • Component/s: Spring
  • Labels:
    None
  • Environment:
    XP Java 1.5
  • Number of attachments :
    0

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.

Activity

Hide
Dan Diephouse added a comment -

This is fixed in our 1.1 release. Thanks!

Show
Dan Diephouse added a comment - This is fixed in our 1.1 release. Thanks!

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: