Issue Details (XML | Word | Printable)

Key: XW-132
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Mike Cannon-Brookes
Reporter: Ross Mason
Votes: 0
Watchers: 1
Operations

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

ServletContextAware missing + Resolver Setup Listener

Created: 23/Nov/03 04:47 PM   Updated: 13/Jan/04 06:44 PM
Return to search
Component/s: Configuration
Affects Version/s: 1.0-beta2
Fix Version/s: 1.0

File Attachments: 1. Java Archive File spring.jar (4 kB)
2. Zip Archive xwork-springServletImpl.zip (6 kB)

Issue Links:
Related
 


 Description  « Hide
The ServletContextAware class was missing from the origianl xwork-spring integration patch.

Also, I have included a ServletContextListener that initialises the ExternalReferenceResolvers in the xwork config.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Ross Mason added a comment - 23/Nov/03 04:49 PM
Includes
- ServletContextAware interface
- ResolverSetupServletContextListener used to initialise the the Reference Resolvers with the Servlet Context

Ross Mason added a comment - 23/Nov/03 04:57 PM
Addes missing ServletContextAware interface and a 'sample' ResolverSetupServletContextListener

Matthew Porter added a comment - 26/Nov/03 07:50 AM
Alternate implementation of the Spring Application Context Listener. Uses a Listener to set the ApplicationContext on a static field. Useful when ApplicationContext is needed from multiple places, especially integration libraries - like OSUser.