I am working in an application consisting of 3 to 4 spring configuration file.
Each file has many bean definitions.
I am using
JBoss to deploy the application. But if there occurs some problem in the bean instantion from the spring configuration file, my application is not getting deployed.
Is there any way by which we can
test configuration file which consist spring bean definitions, so that I can confidently deploy in JBoss?
Regards,
Joshua