1 Reply Latest reply on Jan 8, 2009 2:24 AM by maxandersen

    JSF Code completion VERY slow

    jboden

      I have the JDS beta but saw this same behavior with tools 3.01.

      I have a JSF project and the code completion (CTRL+space) is VERY slow when trying to complete on a bean. For example:

      <h:outputText value="#{MyBean.XXXX }" />

      and the cursor at XXXX is takes about 15 seconds to come back with the possible auto-completion.

      On a new project, this is very fast. On my existing JSF project, I have about 15 beans configured in faces-config.xml.

      Is there any way to troubleshoot why it's so slow? Maybe some re-build or cache that needs to be done when importing an existing project?

      Thanks!

        • 1. Re: JSF Code completion VERY slow
          maxandersen

          3.01 ? that doesn't exist ,)

          Do you mean JBT 2.0.1 ?

          There can be a slow response on the first completion in case the model is not fully build/initialized but after that things should work pretty smoothly. So this is not normal.

          Anything in the Error log ?