[jbosstools-issues] [JBoss JIRA] (JBIDE-19386) Content assist for <* class=""> in Batch Job XML files.

Alexey Kazakov (JIRA) issues at jboss.org
Fri Apr 17 15:17:18 EDT 2015


     [ https://issues.jboss.org/browse/JBIDE-19386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-19386:
-----------------------------------
    Description: 
Works for all class="" attributes.
For example:
{code:xml}
<?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>
{code}

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.

!scr.png!

  was:!scr.png!



> Content assist for <* class=""> in Batch Job XML files.
> -------------------------------------------------------
>
>                 Key: JBIDE-19386
>                 URL: https://issues.jboss.org/browse/JBIDE-19386
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: batch
>            Reporter: Alexey Kazakov
>            Assignee: Alexey Kazakov
>              Labels: new_and_noteworthy
>             Fix For: 4.3.0.Beta1
>
>         Attachments: scr.png
>
>
> Works for all class="" attributes.
> For example:
> {code:xml}
> <?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>
> {code}
> 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.
> !scr.png!



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbosstools-issues mailing list