Results 1 to 4 of 4

Thread: Problem with nested 'anonymous beans'

  1. #1
    Join Date
    Aug 2004
    Location
    Warsaw, Poland
    Posts
    33

    Default Problem with nested 'anonymous beans'

    Hi,

    It seems that SpringIDE has problems with validating beans which use nested 'anonymous beans'. Simple exaple:

    <bean id="foo" class="com.acme.Foo">
    <property name="test">
    <bean class="com.acme.Bar">
    <property name="baz"><null/></property>
    </bean>
    </property>
    </bean>

    SpringIDE states that bean "foo" has no setter "baz". It's true, but com.acme.Bar has. Any ideas?

    Artur

  2. #2
    Join Date
    Aug 2004
    Location
    Frankfurt/Main, Germany
    Posts
    253

    Default

    Artur,

    this is a bug in v1.0.3 with inner beans in general (http://opensource.atlassian.com/proj...g/browse/IDE-9 ).

    This is already fixed (on my local system ) in the upcoming version 1.0.4.

    So stay tuned...

    Regards,
    Torsten

  3. #3
    Join Date
    Aug 2004
    Location
    Warsaw, Poland
    Posts
    33

    Default

    Quote Originally Posted by Torsten Juergeleit
    So stay tuned...
    Thanks. Can't wait :).

    Artur

  4. #4
    Join Date
    Aug 2004
    Location
    Louisville, KY
    Posts
    9

    Default

    Last edited by Rod Johnson; Jan 18th, 2006 at 10:35 AM.
    Christian Klein
    Team Lead, YUM! Web Applications Team

Similar Threads

  1. Spring container fails with no exception
    By naor in forum Container
    Replies: 9
    Last Post: Oct 1st, 2005, 03:39 PM
  2. Context initialization failed
    By kanonmicke in forum Container
    Replies: 7
    Last Post: Sep 29th, 2005, 12:35 AM
  3. Odd behaviour when injecting TransactionTemplate
    By damon311 in forum Container
    Replies: 3
    Last Post: Jul 23rd, 2005, 11:21 AM
  4. Replies: 0
    Last Post: Jul 11th, 2005, 05:49 PM
  5. Quartz problem
    By khem in forum Web
    Replies: 4
    Last Post: Aug 17th, 2004, 02:34 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •