Spring validator confused by multi-line bean declaration MyEclipse IDE > WebSphere Development This topic has 0 replies, 1 voice, and was last updated 13 years, 11 months ago by pbonney. Viewing 1 post (of 1 total) Author Posts January 19, 2011 at 1:41 pm #313839 Reply pbonneyMember MyEclipse gives a Class ‘com.mytest.MyBean’ not found error for the following entry in an applicationContext.xml file: <bean class="com.mytest.MyBean" /> The error disappears if the element is consolidated onto one line: <bean class="com.mytest.MyBean" /> I’m using version 8.6.1 Blue. Author Posts Viewing 1 post (of 1 total) Reply To: Spring validator confused by multi-line bean declaration You must be logged in to post in the forum log in