Thibaut
09-21-2005, 03:43 PM
Hi,
I'd like to know if it's possible to validate the spring configuration file before actually running the application: I'm thinking about adding a validation stage in an automated build system.
Is there some built-in functionality in spring ioc to achieve this ? (Ideally I'd like to detect things such as type name typo error, but also to detect if say a constructor has 3 parameters in the code but is only invoked with 2 parameters in the spring configuration).
any thoughts welcome
Thibaut
--
[blog] http://www.dotnetguru2.org/tbarrere
I'd like to know if it's possible to validate the spring configuration file before actually running the application: I'm thinking about adding a validation stage in an automated build system.
Is there some built-in functionality in spring ioc to achieve this ? (Ideally I'd like to detect things such as type name typo error, but also to detect if say a constructor has 3 parameters in the code but is only invoked with 2 parameters in the spring configuration).
any thoughts welcome
Thibaut
--
[blog] http://www.dotnetguru2.org/tbarrere