Is there a tool that can validate a spring context file, so one can find out before wasting time starting/stopping an application server?
Is there a tool that can validate a spring context file, so one can find out before wasting time starting/stopping an application server?
The Spring IDE Eclipse plug-in does that. Of course, depends the extent of validation you are implying.
I'm using the Spring IDE but didn't see a "validate" option. Where do the errors (if any) show up? In the XML Buddy editor window?
I see them in the Problems view.
Thanks; that makes sense :-)