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

Key: WW-1484
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Tom Schneider
Reporter: Joshua Partogi
Votes: 0
Watchers: 1
Operations

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

Support ContextLoaderServlet for WebWorkSpringObjectFactory

Created: 10/Oct/07 09:30 PM   Updated: 18/Nov/07 09:22 PM
Component/s: None
Affects Version/s: 2.2.6
Fix Version/s: 2.2.7


 Description  « Hide
Currently WebWorkSpringObjectFactory only support Spring integration if defined with ContextLoaderListener. There are some appserver that can not process Listener such as Websphere Appserver 5. Spring also support ContextLoaderServlet for instantiating beans. It would be great if WebWorkSpringObjectFactory also support Spring integration with ContextLoaderServlet

 All   Comments   Change History      Sort Order:
Tom Schneider - [18/Nov/07 09:22 PM ]
I believe this will work if you use the ServletDispatcher for webwork. Configure Spring's ContextLoaderServlet to load before webwork's ServletDispatch and you should be able to use the WebWorkSpringObjectFactory. If this doesn't work, please reopen and provide more details on the specific error you are getting.