You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2009/05/15 02:36:45 UTC

[jira] Created: (GERONIMO-4628) Console plan wizards need to save plans

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
             Fix For: 2.1.5, 2.2


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.


[jira] Assigned: (GERONIMO-4628) Console plan wizards need to save plans

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang reassigned GERONIMO-4628:
----------------------------------

    Assignee: Rex Wang

> 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
>
>
> 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.


[jira] Commented: (GERONIMO-4628) Console plan wizards need to save plans

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725666#action_12725666 ] 

Rex Wang commented on GERONIMO-4628:
------------------------------------

and I will make a trunk patch later if this patch has np~ thanks.

> 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-updated.patch, 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.


[jira] Commented: (GERONIMO-4628) Console plan wizards need to save plans

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723020#action_12723020 ] 

Rex Wang commented on GERONIMO-4628:
------------------------------------

Currently, there are only RepositoryConfigurationStore and geronimo-farm's MasterConfigurationStore, different store might have different behavior when deploy packages.
I think the "save plan" action is better to go along with the action that intalling the config.ser. 
So in the Deployer, after store.install(configurationData) which will generate the config.ser, config.info, I add the store.savePlan(configurationData, planFile).

-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.


[jira] Commented: (GERONIMO-4628) Console plan wizards need to save plans

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725387#action_12725387 ] 

David Jencks commented on GERONIMO-4628:
----------------------------------------

Adding a method to ConfigurationStore is just not acceptable to solve this.  Deployer has access to the DeploymentContext.  I think you can use one of the deploymentContext.addFile methods to add the plan without changing any apis.  I think this could be called right after Deployer line 256.

> 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.


[jira] Updated: (GERONIMO-4628) Console plan wizards need to save plans

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang updated GERONIMO-4628:
-------------------------------

    Issue Type: Improvement  (was: Bug)

> Console plan wizards need to save plans
> ---------------------------------------
>
>                 Key: GERONIMO-4628
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4628
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.1.5, 2.2
>
>         Attachments: Geronimo-4628-b21-new.patch, GERONIMO-4628-b21-updated.patch, 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.


[jira] Closed: (GERONIMO-4628) Console plan wizards need to save plans

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks closed GERONIMO-4628.
----------------------------------

    Resolution: Fixed
      Assignee: David Jencks  (was: Rex Wang)

Rev 790327.  I modified the patch to not overwrite an existing plan file.  I modified the car-maven-plugin to not install the plan file and let the deployer do it.  I also fixed an apparent oversight in DeploymentContext with adding class files, delegating to the resourceContext.

> 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: David Jencks
>             Fix For: 2.1.5, 2.2
>
>         Attachments: GERONIMO-4628-b21-updated.patch, 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.


[jira] Commented: (GERONIMO-4628) Console plan wizards need to save plans

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719451#action_12719451 ] 

Rex Wang commented on GERONIMO-4628:
------------------------------------

Hi David, I'd like to work on this jira and prefer the deployment could always save the plan into car file. I think this cound be achieved in the Deployer GBean, that is, we can get the plan file either the outside one or the inside one and then save it in the META-INF with the uniform name -"plan.xml".
Any thoughts?

-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
>
>
> 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.


[jira] Updated: (GERONIMO-4628) Console plan wizards need to save plans

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
     [ 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-updated.patch

Thanks very much, David! That is a good way to solve this, here is the updated patch.

-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-updated.patch, 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.


[jira] Commented: (GERONIMO-4628) Console plan wizards need to save plans

Posted by "Ivan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734998#action_12734998 ] 

Ivan commented on GERONIMO-4628:
--------------------------------

Commit the patch to 2.1.5 -snapshot At revision: 797382, thanks 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: David Jencks
>             Fix For: 2.1.5, 2.2
>
>         Attachments: Geronimo-4628-b21-new.patch, GERONIMO-4628-b21-updated.patch, 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.


[jira] Updated: (GERONIMO-4628) Console plan wizards need to save plans

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
     [ 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-new.patch

Geronimo-4628-b21-new.patch is the new one for branch 2.1 based on trunk rev790327 & 790633.

-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: David Jencks
>             Fix For: 2.1.5, 2.2
>
>         Attachments: Geronimo-4628-b21-new.patch, GERONIMO-4628-b21-updated.patch, 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.


[jira] Updated: (GERONIMO-4628) Console plan wizards need to save plans

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Commented: (GERONIMO-4628) Console plan wizards need to save plans

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719613#action_12719613 ] 

David Jencks commented on GERONIMO-4628:
----------------------------------------

I'm not sure it will be practical to figure out what an inside plan is in the DeploymentGBean.  I'm also not entirely sure we have enough info about where the configuration is saved in the DeploymentGBean.  However I think I'd be happy for 2.2 if we only saved external plans under META-INF/plan.xml -- internal plans are already in the car file in some form.

So, I think this is a great way to proceed.

> 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
>
>
> 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.


[jira] Commented: (GERONIMO-4628) Console plan wizards need to save plans

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722511#action_12722511 ] 

David Jencks commented on GERONIMO-4628:
----------------------------------------

I'm no longer sure this is a good way to proceed.  This functionality ought to be able to work with any kind of configuration store, such as one where the plugins are still packed jars, and we can't write the plan into them.

I now think that each config builder needs to save the plan it comes up with into the configuration.  The config builder does have write access to whatever its building.

I haven't looked at the code today... maybe the Deployer has access to the DeploymentContext and can use that to write the plan?

> 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.