[
https://issues.apache.org/jira/browse/GERONIMO-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rex Wang updated GERONIMO-4628:
-------------------------------
Attachment: GERONIMO-4628-b21.patch
Because I can not make a trunk build these days, I just made a patch for
branch 2.1 (for comments:-)
This patch add a new api call "savePlan()" to ConfigurationStore.java, and the
Deployer Gbean then uses that to save the external specific plan/console
generated plan to the META-INF dir of the car with the name "plan.xml".
I only implements the savePlan method in the RepositoryConfigurationStore..
-Rex
> Console plan wizards need to save plans
> ---------------------------------------
>
> Key: GERONIMO-4628
> URL: https://issues.apache.org/jira/browse/GERONIMO-4628
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Reporter: David Jencks
> Assignee: Rex Wang
> Fix For: 2.1.5, 2.2
>
> Attachments: GERONIMO-4628-b21.patch
>
>
> Currently we have a lot of console wizards that are great at creating basic
> plans for datasources, security realms, etc etc. However once you've
> deployed the plan through the wizard the plan is gone gone gone never to be
> seen again.
> The wizards need to do _something_ so the plans are saved on disk somehow.
> One possibliity is that deployment could always save the plan into the car
> file, like the car-maven-plugin does. I'm not certain but I think this would
> fix the admin console wizard problem as well.
> Also it would be very handy if the wizard inserted a comment mentioning the
> intended target artifact, such as which tranql adapter to use for a
> datasource plan.
> Furthermore you ought to be able to specify all components of the artifact id
> (groupId, etc) in all the wizards. In fact you should be able to set the
> default groupId for the whole admin console -- probably your company wants
> all the groupIds the same.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.