[
https://issues.apache.org/jira/browse/GERONIMO-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786351#action_12786351
]
Jarek Gawor commented on GERONIMO-4975:
---------------------------------------
In revision 887507 I added supportsModule(Class moduleType) to ModuleBuilder to
check if a given ModuleBuilder creates/installs the given module type. I also
added getPriority() to ModuleBuilder (just like in NamingBuilder) to
sort/process the builders in a certain order. With these changes it should be
easier to add new Modules to the framework.
> Simplify integrating new ModuleBuilders with EARConfigBuilder
> -------------------------------------------------------------
>
> Key: GERONIMO-4975
> URL: https://issues.apache.org/jira/browse/GERONIMO-4975
> Project: Geronimo
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Components: deployment
> Affects Versions: 3.0
> Reporter: Jarek Gawor
> Assignee: Jarek Gawor
> Fix For: 3.0
>
>
> Right now introducing and integrating new ModuleBuilder with EARConfigBuilder
> requires adding a new Module implementation to geronimo-j2ee-builder module
> (or its dependency). That doesn't work very well. It would be nice to remove
> that requirement and make adding new Modules/ModuleBuilders easier.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.