You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Kevan Miller (JIRA)" <ji...@apache.org> on 2011/01/13 22:12:53 UTC

[jira] Updated: (GERONIMODEVTOOLS-395) should remove tags from source files that have no data

     [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevan Miller updated GERONIMODEVTOOLS-395:
------------------------------------------

    Fix Version/s:     (was: 2.2.1)
                   2.2.2

> should remove tags from source files that have no data
> ------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-395
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-395
>             Project: Geronimo-Devtools
>          Issue Type: Sub-task
>          Components: eclipse-plugin
>    Affects Versions: 2.1.3
>            Reporter: B.J. Reed
>            Assignee: B.J. Reed
>            Priority: Minor
>             Fix For: 2.2.2
>
>         Attachments: GERONIMODEVTOOLS-395a.patch
>
>
> When using any of the deployment plan editors, setting a field to have nothing in it gives an XML tag with nothing in it. Before editing a plan, unnecessary tags are not shown in the deployment plan,  this is the state the plan should revert to.  For example:
> If I use the editor to specify an application client call back handler, I will get a tag like this (which is good)
> <client:callback-handler>aHandler</client:callback-handler>
> Going back into the editor and removing that, I get 
> <client:callback-handler></client:callback-handler>
> I was expecting the whole line to just be deleted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.