Results 1 to 3 of 3

Thread: Class attribute is not auto completing

  1. #1

    Default Class attribute is not auto completing

    I have Eclipse 3.2.2, WTP 1.5, and Spring IDE 2.0.1, however the class attribute is not auto completing. For instance, when I type:

    <bean id="test" class="java.lang.">

    nothing is suggested. This doesnt seem to work on new Spring projects or existing projects (do I have to add the Spring nature to get this to work). The funny thing is, when the class name is supplied the name and ref attributes are working for the <property> element, but not the class attribute for <bean> elements.

    Any ideas?
    Last edited by backofthecup@hotmail.com; Oct 10th, 2007 at 06:15 PM.

  2. #2
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    Sorry that you observe that problem. This is due to some API incompatibilities between Eclipse 3.3 and 3.2 and has already been fixed for the 2.0.2 release. See http://springide.org/jira/browse/IDE-709 for more details.

    By any chance give a recent nightly build a try. That should do the trick.

    Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

  3. #3

    Default

    Thanks for the information. Once I upgraded to Eclipse 3.3 and WTP 2.0 everything worked!!!

Posting Permissions

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