facebook

Spring validator confused by multi-line bean declaration

  1. MyEclipse IDE
  2.  > 
  3. WebSphere Development
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #313839 Reply

    pbonney
    Member

    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.

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