Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-19332

batch editor seems slow even on small file

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • 4.3.x
    • 4.3.0.Alpha1
    • batch, upstream
    • None

      I created a file and named it job.xml with the following content:

      <job id="loadRealmAuctionFileJob" xmlns="http://xmlns.jcp.org/xml/ns/javaee" version="1.0">
          <step id="loadRealmAuctionFileStep">
              <batchlet ref="loadAuctionFilesBatchlet">
                  <properties>
                      <property name="region" value="#{partitionPlan['region']}"/>
                      <property name="target" value="#{partitionPlan['target']}"/>
                  </properties>
              </batchlet>
              <partition>
                  <plan partitions="2">
                      <properties partition="0">
                          <property name="region" value="US"/>
                          <property name="target" value="http://us.battle.net/api/wow/auction/data/"/>
                      </properties>
                      <properties partition="1">
                          <property name="region" value="EU"/>
                          <property name="target" value="http://eu.battle.net/api/wow/auction/data/"/>
                      </properties>
                  </plan>
              </partition>
          </step>
      </job>
      

      Small file, shouldn't be slow but when I click and/or scroll up/down in the UI it seem to be doing "something" and it feels sluggish.

      Here is a recording of me scrolling up and down with keyboard. https://v.usetapes.com/PoUrCOUNty

            scabanovich Viacheslav Kabanovich (Inactive)
            manderse@redhat.com Max Andersen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: