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

Key: CSP-78
Type: Bug Bug
Status: Closed Closed
Resolution: Incomplete
Priority: Minor Minor
Assignee: David Ross
Reporter: Clint Miller
Votes: 0
Watchers: 1
Operations

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

beans included in the XML via the import tag are not available to be autowired with Model-Glue controllers

Created: 23/Feb/07 11:14 AM   Updated: 11/Sep/07 08:10 PM
Component/s: None
Affects Version/s: 1.0.0 Final
Fix Version/s: None

Environment: CFMX7


 Description  « Hide
I am trying to get a Model-Glue actionpack setup where I simply import my Model-Glue XML snippet and my ColdSpring XML snippet. The Model-Glue import works fine and makes a new controller available to the application, but the beans that I define in the ColdSpring XML snippet are not autowired to the Model-Glue controller like the beans in the "main" ColdSpring.xml are to my "main" Model-Glue controllers.

 All   Comments   Change History   Version Control      Sort Order:
Clint Miller [23/Feb/07 11:31 AM]
.....It was then that I realized that the import tag was not a part of 1.0.0 Final.....

I updated my install to the latest from CVS and I think all is well. Sorry for the inconvenience.

Peter J. Farrell [11/Sep/07 08:10 PM]
As indicated by Clint, import requires a version higher than 1.0 final. Problem solved.