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

Content assist for <* class=""> in Batch Job XML files.

    XMLWordPrintable

Details

    Description

      Works for all class="" attributes.
      For example:

      <?xml version="1.0" encoding="UTF-8"?>
      <job  id="myJob" xmlns="http://xmlns.jcp.org/xml/ns/javaee" version="1.0">
          <step id="step1">
      	  <chunk>
      		  <retryable-exception-classes>
      			  <exclude class="excepT"/>
      		  </retryable-exception-classes>
      		  <no-rollback-exception-classes>
      			  <exclude class="runtimee"/>
      		  </no-rollback-exception-classes>
      		  <skippable-exception-classes>
      			  <include class="java.lang.Excep"/>
      		  </skippable-exception-classes>
      	  </chunk>
          </step>
      </job>
      

      Limitations:

      • Content assist doesn't work for empty strings. You have to type at least the first character in the class="<any_character>" before invoke the content assist.
      • Content assist may not show all available classes if java indexing is not completed yet.

      Attachments

        1. scr.png
          57 kB
          Alexey Kazakov

        Issue Links

          Activity

            People

              alexeykazakov Alexey Kazakov
              alexeykazakov Alexey Kazakov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: