You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "David Woollard (JIRA)" <ji...@apache.org> on 2010/08/01 23:13:16 UTC

[jira] Created: (OODT-25) Remove product and profile's dependency on jacorb

Remove product and profile's dependency on jacorb
-------------------------------------------------

                 Key: OODT-25
                 URL: https://issues.apache.org/jira/browse/OODT-25
             Project: OODT
          Issue Type: Improvement
          Components: product server, profile server
    Affects Versions: 0.1-incubating
         Environment: N/A
            Reporter: David Woollard
             Fix For: 0.1-incubating


jacorb is LGPL, and both product and profile service utilize it. We should fix this prior to 0.1 release.

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


[jira] Assigned: (OODT-25) Remove product and profile's dependency on jacorb

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann reassigned OODT-25:
-------------------------------------

    Assignee: Chris A. Mattmann

> Remove product and profile's dependency on jacorb
> -------------------------------------------------
>
>                 Key: OODT-25
>                 URL: https://issues.apache.org/jira/browse/OODT-25
>             Project: OODT
>          Issue Type: Improvement
>          Components: product server, profile server
>         Environment: N/A
>            Reporter: David Woollard
>            Assignee: Chris A. Mattmann
>             Fix For: 0.1-incubating
>
>
> jacorb is LGPL, and both product and profile service utilize it. We should fix this prior to 0.1 release.

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


[jira] Commented: (OODT-25) Remove product and profile's dependency on jacorb

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12915096#action_12915096 ] 

Chris A. Mattmann commented on OODT-25:
---------------------------------------

OK, so I'm crazy.

See here: http://s.apache.org/i5

Anyhoo, I'm going to just remove out the Maven IDL declarations in the poms and life will be grand.

> Remove product and profile's dependency on jacorb
> -------------------------------------------------
>
>                 Key: OODT-25
>                 URL: https://issues.apache.org/jira/browse/OODT-25
>             Project: OODT
>          Issue Type: Improvement
>          Components: product server, profile server
>         Environment: N/A
>            Reporter: David Woollard
>            Assignee: Chris A. Mattmann
>             Fix For: 0.1-incubating
>
>
> jacorb is LGPL, and both product and profile service utilize it. We should fix this prior to 0.1 release.

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


[jira] Commented: (OODT-25) Remove product and profile's dependency on jacorb

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12915097#action_12915097 ] 

Chris A. Mattmann commented on OODT-25:
---------------------------------------

- fixed in r1001572.

> Remove product and profile's dependency on jacorb
> -------------------------------------------------
>
>                 Key: OODT-25
>                 URL: https://issues.apache.org/jira/browse/OODT-25
>             Project: OODT
>          Issue Type: Improvement
>          Components: product server, profile server
>         Environment: N/A
>            Reporter: David Woollard
>            Assignee: Chris A. Mattmann
>             Fix For: 0.1-incubating
>
>
> jacorb is LGPL, and both product and profile service utilize it. We should fix this prior to 0.1 release.

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


[jira] Resolved: (OODT-25) Remove product and profile's dependency on jacorb

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann resolved OODT-25.
-----------------------------------

    Resolution: Not A Problem

- see issue comments. I'll try and confirm with legal-discuss just to be safe.

> Remove product and profile's dependency on jacorb
> -------------------------------------------------
>
>                 Key: OODT-25
>                 URL: https://issues.apache.org/jira/browse/OODT-25
>             Project: OODT
>          Issue Type: Improvement
>          Components: product server, profile server
>         Environment: N/A
>            Reporter: David Woollard
>            Assignee: Chris A. Mattmann
>             Fix For: 0.1-incubating
>
>
> jacorb is LGPL, and both product and profile service utilize it. We should fix this prior to 0.1 release.

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


[jira] Commented: (OODT-25) Remove product and profile's dependency on jacorb

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12915007#action_12915007 ] 

Chris A. Mattmann commented on OODT-25:
---------------------------------------

Couple of notes:

The dependency on jacorb appears to be more specifically a dependency on the idlj-maven-plugin, which, according to:

http://mojo.codehaus.org/idlj-maven-plugin/license.html

Is ASLv2 licensed. So, I think we are OK there. 

I looked into this issue a bit more. Apache Geronimo uses this same plugin configuration (or at least did a long time ago), see: 

https://issues.apache.org/jira/browse/GERONIMO-1458

Looks like having jacorb as a downstream runtime dependency for an M2 plugin is OK. 

> Remove product and profile's dependency on jacorb
> -------------------------------------------------
>
>                 Key: OODT-25
>                 URL: https://issues.apache.org/jira/browse/OODT-25
>             Project: OODT
>          Issue Type: Improvement
>          Components: product server, profile server
>         Environment: N/A
>            Reporter: David Woollard
>            Assignee: Chris A. Mattmann
>             Fix For: 0.1-incubating
>
>
> jacorb is LGPL, and both product and profile service utilize it. We should fix this prior to 0.1 release.

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


[jira] Updated: (OODT-25) Remove product and profile's dependency on jacorb

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated OODT-25:
----------------------------------

    Affects Version/s:     (was: 0.1-incubating)

affects version should only be on released versions

> Remove product and profile's dependency on jacorb
> -------------------------------------------------
>
>                 Key: OODT-25
>                 URL: https://issues.apache.org/jira/browse/OODT-25
>             Project: OODT
>          Issue Type: Improvement
>          Components: product server, profile server
>         Environment: N/A
>            Reporter: David Woollard
>            Assignee: Chris A. Mattmann
>             Fix For: 0.1-incubating
>
>
> jacorb is LGPL, and both product and profile service utilize it. We should fix this prior to 0.1 release.

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