[
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902758#action_12902758
]
Han Hong Fang commented on GERONIMODEVTOOLS-667:
------------------------------------------------
By checking schema geronimo-application-2.0.xsd, I think modules and external
modules on deployment plan editor are for element module and ext-module
respectively. Ref to the quotation below.
START----------------------------------------------------------------------------------------------------START
<xs:element name="module" type="geronimo:moduleType" minOccurs="0"
maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
An optional module element which defines various
modules included in the enterprise application archive.
It mirrors the moduleType defined by application_1_4.xsd
and adds an optional alt-dd element defining a Geronimo
specific deployment descriptor.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ext-module" type="geronimo:ext-moduleType"
minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
It is used to define modules included in this
application externally and these module could be
included in the archive, or they may reside in Geronimo
repository. It defines optional internal-path or
external-path to module/repository element being
referenced.
</xs:documentation>
</xs:annotation>
</xs:element>
END
----------------------------------------------------------------------------------------------------
END
> Configuration elements duplicated in Geronimo deployment plan editor for
> geronimo-application.xml
> -------------------------------------------------------------------------------------------------
>
> Key: GERONIMODEVTOOLS-667
> URL:
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-667
> Project: Geronimo-Devtools
> Issue Type: Bug
> Components: eclipse-plugin
> Affects Versions: 3.0
> Environment: OS: Windows XP SP3
> JDK: Sun JDK 1.6.0_20
> Eclipse 3.6
> Reporter: Wang Guang Zhe
> Assignee: Delos Dai
>
> When I test the geronimo deployment plan editor for geronimo-application.xml,
> I found in the deployment configuration part, there are "modules" and
> "external modules" elements, which are duplicated in the configuration
> content.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.