You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2011/01/18 13:17:43 UTC

[jira] Created: (UIMA-2007) uima-as-osgi plugin is missing most of its content

uima-as-osgi plugin is missing most of its content
--------------------------------------------------

                 Key: UIMA-2007
                 URL: https://issues.apache.org/jira/browse/UIMA-2007
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout, Build, Packaging and Test
            Reporter: Marshall Schor
             Fix For: 2.3.1AS


The jar for this is missing the actual code.  There are also several unresolved [warnings] generated during the running of the Felix Bundle plugin.

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


[jira] Commented: (UIMA-2007) uima-as-osgi plugin is missing most of its content

Posted by "Marshall Schor (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983241#action_12983241 ] 

Marshall Schor commented on UIMA-2007:
--------------------------------------

Joern - can you check if this fix is the right one?

I think the 2.3.0 build for this was attempting to have this have the jars for the 3 uima-as add-on projects: uimaj-as-core, uimaj-as-jms, and uimaj-as-activemq, without any of their dependencies - is this correct?

The 2.3.0 version had a Manifest element <Fragement-Host>org.apache.uima.runtime</Fragement-Host> which pointed to the core uima runtime.  However, I noticed that the XML tag was misspelled.  So, I'm guessing this never worked?  I've changed the spelling Fragement -> Fragment.

Finally, I noted that the <Bundle-SymbolicName> was missing, and a strange default was being taken.  I added this element, and followed the same convention being used in other osgi things:

<Bundle-SymbolicName>org.apache.uima.runtime.fragments.uimaas;singleton:=true</Bundle-SymbolicName>

If this is breaks something, or is not right, let's change it.

> uima-as-osgi plugin is missing most of its content
> --------------------------------------------------
>
>                 Key: UIMA-2007
>                 URL: https://issues.apache.org/jira/browse/UIMA-2007
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout, Build, Packaging and Test
>            Reporter: Marshall Schor
>             Fix For: 2.3.1AS
>
>
> The jar for this is missing the actual code.  There are also several unresolved [warnings] generated during the running of the Felix Bundle plugin.

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


[jira] Commented: (UIMA-2007) uima-as-osgi plugin is missing most of its content

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983417#action_12983417 ] 

Jörn Kottmann commented on UIMA-2007:
-------------------------------------

Sure, I hopefully will try it again one day, and then I will of course open jiras if it does not work. When I tried it the first time I could trace my issue back to an ActiveMQ issue which was not related to UIMA.

> uima-as-osgi plugin is missing most of its content
> --------------------------------------------------
>
>                 Key: UIMA-2007
>                 URL: https://issues.apache.org/jira/browse/UIMA-2007
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout, Build, Packaging and Test
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>             Fix For: 2.3.1AS
>
>
> The jar for this is missing the actual code.  There are also several unresolved [warnings] generated during the running of the Felix Bundle plugin.

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


[jira] Closed: (UIMA-2007) uima-as-osgi plugin is missing most of its content

Posted by "Marshall Schor (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor closed UIMA-2007.
--------------------------------

    Assignee: Marshall Schor

I can imagine this module at the 2.3.0 level never working, because of the misspelling of <fragement>.   So it might work better now.  But, it might also need to be able to access all of the activeMQ etc. dependencies, which is a very long list (and if included directly here, would make this a very big jar).  I'll leave it as is for now, though.   Please open another Jira if it needs to change.

> uima-as-osgi plugin is missing most of its content
> --------------------------------------------------
>
>                 Key: UIMA-2007
>                 URL: https://issues.apache.org/jira/browse/UIMA-2007
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout, Build, Packaging and Test
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>             Fix For: 2.3.1AS
>
>
> The jar for this is missing the actual code.  There are also several unresolved [warnings] generated during the running of the Felix Bundle plugin.

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


[jira] Commented: (UIMA-2007) uima-as-osgi plugin is missing most of its content

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983337#action_12983337 ] 

Jörn Kottmann commented on UIMA-2007:
-------------------------------------

Actually I never got it working. I tried to run an uima as driver inside an OSGi server, but an uima as client of course needs to talk to ActiveMQ and that component had some strange OSGi issues, finally I gave up. I guess the situation is better today, I heard that the ActiveMQ team worked on fixing OSGi related bugs ... maybe it works now out of the box ?

> uima-as-osgi plugin is missing most of its content
> --------------------------------------------------
>
>                 Key: UIMA-2007
>                 URL: https://issues.apache.org/jira/browse/UIMA-2007
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout, Build, Packaging and Test
>            Reporter: Marshall Schor
>             Fix For: 2.3.1AS
>
>
> The jar for this is missing the actual code.  There are also several unresolved [warnings] generated during the running of the Felix Bundle plugin.

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


[jira] Resolved: (UIMA-2007) uima-as-osgi plugin is missing most of its content

Posted by "Marshall Schor (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor resolved UIMA-2007.
----------------------------------

    Resolution: Fixed

> uima-as-osgi plugin is missing most of its content
> --------------------------------------------------
>
>                 Key: UIMA-2007
>                 URL: https://issues.apache.org/jira/browse/UIMA-2007
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout, Build, Packaging and Test
>            Reporter: Marshall Schor
>             Fix For: 2.3.1AS
>
>
> The jar for this is missing the actual code.  There are also several unresolved [warnings] generated during the running of the Felix Bundle plugin.

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