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 17:08:43 UTC

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

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