History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XFIRE-252
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dan Diephouse
Reporter: Ben Yu
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XFire

lazy evaluation for Spring ServiceBean

Created: 02/Feb/06 10:36 PM   Updated: 03/Apr/06 10:05 AM
Component/s: Spring
Affects Version/s: None
Fix Version/s: 1.1-beta-1

Time Tracking:
Not Specified


 Description  « Hide
org.codehaus.xfire.spring.ServiceBean requires the service object to be instantiated before any service method is invoked. It will be better to allow lazy evaluation so that service object is not instantiated until the first service call is made.

Ideally, the concept of application, session and request scope can be implemented with spring beans.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dan Diephouse - 03/Apr/06 10:05 AM
We fixed this a bit ago.