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/12/25 00:21:29 UTC

[jira] Created: (GERONIMO-5005) uddi osgi integration

uddi osgi integration
---------------------

                 Key: GERONIMO-5005
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5005
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: osgi
    Affects Versions: 3.0
            Reporter: David Jencks
             Fix For: 3.0


Upgrade uddi support to osgi and also up to date juddi.  Juddi needs to apply JUDDI-299 which among other things bundleizes juddi.

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


[jira] Updated: (GERONIMO-5005) uddi osgi integration

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

Rick McGuire updated GERONIMO-5005:
-----------------------------------

    Component/s: javaee6

> uddi osgi integration
> ---------------------
>
>                 Key: GERONIMO-5005
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5005
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: javaee6, osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>             Fix For: 3.0
>
>
> Upgrade uddi support to osgi and also up to date juddi.  Juddi needs to apply JUDDI-299 which among other things bundleizes juddi.

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


[jira] Commented: (GERONIMO-5005) uddi osgi integration

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

David Jencks commented on GERONIMO-5005:
----------------------------------------

rev 937169 uses latest released juddi.  It builds but the test server does not start.  Current problem is that juddi appears to be trying to configure log4j.  We'll have to discuss this with the juddi project.

> uddi osgi integration
> ---------------------
>
>                 Key: GERONIMO-5005
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5005
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: javaee6, osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>             Fix For: 3.0
>
>
> Upgrade uddi support to osgi and also up to date juddi.  Juddi needs to apply JUDDI-299 which among other things bundleizes juddi.

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


[jira] Commented: (GERONIMO-5005) uddi osgi integration

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

David Jencks commented on GERONIMO-5005:
----------------------------------------

rev 893822 adds a jetty test server.

> uddi osgi integration
> ---------------------
>
>                 Key: GERONIMO-5005
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5005
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>             Fix For: 3.0
>
>
> Upgrade uddi support to osgi and also up to date juddi.  Juddi needs to apply JUDDI-299 which among other things bundleizes juddi.

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


[jira] Updated: (GERONIMO-5005) uddi osgi integration

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

Rick McGuire updated GERONIMO-5005:
-----------------------------------

    Issue Type: Sub-task  (was: Bug)
        Parent: GERONIMO-5090

> uddi osgi integration
> ---------------------
>
>                 Key: GERONIMO-5005
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5005
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>             Fix For: 3.0
>
>
> Upgrade uddi support to osgi and also up to date juddi.  Juddi needs to apply JUDDI-299 which among other things bundleizes juddi.

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


[jira] Commented: (GERONIMO-5005) uddi osgi integration

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

David Jencks commented on GERONIMO-5005:
----------------------------------------

Integrating the current juddi could be a lot of work.  It's a non-enterprise jpa web app that uses PersistenceManager.getEntityManager() rather than EntityManagerFactory.getEntityManager().  Assembly of the Registry looks like it might be difficult to disentangle.  Some jpa use seems to be runtime in web service calls, and some seems to be at startup to set up the Registry object. ee DI should work for the web services.  For the other uses I think we'll need to use ee DI into a listener or servlet (currently a servlet is used) and pass the emf into the components that need it.

> uddi osgi integration
> ---------------------
>
>                 Key: GERONIMO-5005
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5005
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>             Fix For: 3.0
>
>
> Upgrade uddi support to osgi and also up to date juddi.  Juddi needs to apply JUDDI-299 which among other things bundleizes juddi.

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