Add resource reference GUI created unnecessary target-name elements
-------------------------------------------------------------------

         Key: GERONIMODEVTOOLS-49
         URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-49
     Project: Geronimo-Devtools
        Type: Bug
  Components: eclipse-plugin  
 Environment: WinXP, JDK 1.4.2, Geronimo 1.0, Eclipse 3.1.1
    Reporter: Lin Sun
    Priority: Minor


If you specify a resource reference via the naming page in geronimo-web.xml, 
the naming:target-name elements will be created unnecessarily, and it will 
cause deploy error when the module is deployed.  For example:

  <naming:resource-ref>
    <naming:ref-name>test</naming:ref-name>
    <naming:resource-link>test</naming:resource-link>
    <naming:target-name></naming:target-name>
  </naming:resource-ref>

The workaround is to remove the "<naming:target-name></naming:target-name>" at 
the source tab and save the change.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to