facebook

el in jsf working very slow

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #262635 Reply

    Tolga Umut
    Participant

    Hello,

    I have using the jsf editor, and when I do an el with a “.” MyEclipse freezes. The el example is shown below.
    <sometag value=”#{bbean.method}”/>
    So when I put the dot MyEclipse freezes for a bit and then comes back again.

    Oh this happens for both in 5.0 and 5.1 Versions

    Thanks

    Tolga

    #262735 Reply

    Riyad Kalla
    Member

    Tolga,
    The EL parsing can be memory intensive, make sure your command line arguments used to start MyEclipse are providing enough memory to MyEclipse as suggested here:
    http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10087.html

    #265818 Reply

    Tolga Umut
    Participant

    Below are my settings

    “C:\Java\Eclipse\MyEclipse Enterprise Workbench 5.1.0 GA\eclipse\eclipse.exe” -vm “C:\Java\Eclipse\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\javaw.exe” -vmargs -Xms256M -Xmx1024M -XX:PermSize=128M -XX:MaxPermSize=256M

    As you can see I have doubled everything. And the computer that I am using has 3GB of RAM, and 3.20 Ghz processor.

    Thanks Tolga

    #265863 Reply

    Riyad Kalla
    Member

    Tolga,
    Your arguments look fine, I think you are right that we need to take a look at optimizing the EL autocomplete. I will make a note of this.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: el in jsf working very slow

You must be logged in to post in the forum log in