You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Jeff Faath (JIRA)" <ju...@ws.apache.org> on 2008/11/10 20:05:44 UTC

[jira] Created: (JUDDI-155) Create installation process

Create installation process
---------------------------

                 Key: JUDDI-155
                 URL: https://issues.apache.org/jira/browse/JUDDI-155
             Project: jUDDI
          Issue Type: Task
    Affects Versions: 3.0
            Reporter: Jeff Faath
            Assignee: Jeff Faath
             Fix For: 3.0


A process must be created that "installs" juddi.  This includes publishing the standard UDDI entities and some other fixed data.  Also inlucdes a system check feature that makes sure everything is working correctly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-155) Create installation process

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam updated JUDDI-155:
----------------------------

    Fix Version/s:     (was: 3.0)
                   3.0.alfa

> Create installation process
> ---------------------------
>
>                 Key: JUDDI-155
>                 URL: https://issues.apache.org/jira/browse/JUDDI-155
>             Project: jUDDI
>          Issue Type: Task
>    Affects Versions: 3.0
>            Reporter: Jeff Faath
>            Assignee: Jeff Faath
>             Fix For: 3.0.alfa
>
>
> A process must be created that "installs" juddi.  This includes publishing the standard UDDI entities and some other fixed data.  Also inlucdes a system check feature that makes sure everything is working correctly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Commented: (JUDDI-155) Create installation process

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656642#action_12656642 ] 

Kurt Stam commented on JUDDI-155:
---------------------------------

Jeff I moved you instal process to run when the AppConfiguration is first run, and it does no longer require going to the servlet. This way it always runs on startup (as long as it does not find a root publisher), and it so it also runs with the unittests.

I think this issue can be closed now?

> Create installation process
> ---------------------------
>
>                 Key: JUDDI-155
>                 URL: https://issues.apache.org/jira/browse/JUDDI-155
>             Project: jUDDI
>          Issue Type: Task
>    Affects Versions: 3.0
>            Reporter: Jeff Faath
>            Assignee: Jeff Faath
>             Fix For: 3.0alpha
>
>
> A process must be created that "installs" juddi.  This includes publishing the standard UDDI entities and some other fixed data.  Also inlucdes a system check feature that makes sure everything is working correctly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JUDDI-155) Create installation process

Posted by "Jeff Faath (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656676#action_12656676 ] 

Jeff Faath commented on JUDDI-155:
----------------------------------

It would be a bit of a pain.  This is because some of the edits they may want involve adjusting the keys for node entities as opposed to just letting the system generate a key for you.  Additionally, the domain they choose for the key generator will affect the key of the installed tModel.  These keys are all used as primary keys in the storage.

So, editing later involves more than just editing simple fields.

The thing to do would be to perhaps have an install wizard or something that allows one to edit the more complex stuff before anything installs.

> Create installation process
> ---------------------------
>
>                 Key: JUDDI-155
>                 URL: https://issues.apache.org/jira/browse/JUDDI-155
>             Project: jUDDI
>          Issue Type: Task
>    Affects Versions: 3.0
>            Reporter: Jeff Faath
>            Assignee: Jeff Faath
>             Fix For: 3.0alpha
>
>
> A process must be created that "installs" juddi.  This includes publishing the standard UDDI entities and some other fixed data.  Also inlucdes a system check feature that makes sure everything is working correctly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JUDDI-155) Create installation process

Posted by "Jeff Faath (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Faath resolved JUDDI-155.
------------------------------

    Resolution: Fixed

This has been completed for the purposes of the alpha release.

The user has the option to manually install, or to just let the default options load.  Only one file can be edited now, the root business entity, which is carefully validated.

Uninstalling is best done by wiping out all data with an external tool.  An uninstall can be run after other UDDI data has been save, so just deleting the entities saved on the install is not sufficient.

> Create installation process
> ---------------------------
>
>                 Key: JUDDI-155
>                 URL: https://issues.apache.org/jira/browse/JUDDI-155
>             Project: jUDDI
>          Issue Type: Task
>    Affects Versions: 3.0
>            Reporter: Jeff Faath
>            Assignee: Jeff Faath
>             Fix For: 3.0alpha
>
>
> A process must be created that "installs" juddi.  This includes publishing the standard UDDI entities and some other fixed data.  Also inlucdes a system check feature that makes sure everything is working correctly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JUDDI-155) Create installation process

Posted by "Jeff Faath (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656663#action_12656663 ] 

Jeff Faath commented on JUDDI-155:
----------------------------------

Sounds good.  But the installation xml files must be in a spot where they can be edited easily before the installation occurs.  That's why I had them in the cxf module.  Users are going to want to use their own domain for the key generator and they'll want to name their node business entity something other than the default (among other edits they may want).

> Create installation process
> ---------------------------
>
>                 Key: JUDDI-155
>                 URL: https://issues.apache.org/jira/browse/JUDDI-155
>             Project: jUDDI
>          Issue Type: Task
>    Affects Versions: 3.0
>            Reporter: Jeff Faath
>            Assignee: Jeff Faath
>             Fix For: 3.0alpha
>
>
> A process must be created that "installs" juddi.  This includes publishing the standard UDDI entities and some other fixed data.  Also inlucdes a system check feature that makes sure everything is working correctly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JUDDI-155) Create installation process

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656681#action_12656681 ] 

Kurt Stam commented on JUDDI-155:
---------------------------------

I was more thinking along the lines of a "reinstall" where you drop all data and run the infrastructure you built.

> Create installation process
> ---------------------------
>
>                 Key: JUDDI-155
>                 URL: https://issues.apache.org/jira/browse/JUDDI-155
>             Project: jUDDI
>          Issue Type: Task
>    Affects Versions: 3.0
>            Reporter: Jeff Faath
>            Assignee: Jeff Faath
>             Fix For: 3.0alpha
>
>
> A process must be created that "installs" juddi.  This includes publishing the standard UDDI entities and some other fixed data.  Also inlucdes a system check feature that makes sure everything is working correctly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JUDDI-155) Create installation process

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656671#action_12656671 ] 

Kurt Stam commented on JUDDI-155:
---------------------------------

Maybe we can provide a way to customize the data after the default data is loaded.

> Create installation process
> ---------------------------
>
>                 Key: JUDDI-155
>                 URL: https://issues.apache.org/jira/browse/JUDDI-155
>             Project: jUDDI
>          Issue Type: Task
>    Affects Versions: 3.0
>            Reporter: Jeff Faath
>            Assignee: Jeff Faath
>             Fix For: 3.0alpha
>
>
> A process must be created that "installs" juddi.  This includes publishing the standard UDDI entities and some other fixed data.  Also inlucdes a system check feature that makes sure everything is working correctly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.