Jukka Zitting | 2 May 00:20
Picon
Gravatar

Helping UIMA to graduate

Hi,

As a member of the Incubator PMC I've been following the UIMA project
for quite a while now, and I'm a bit worried that the project has yet
to graduate from the Incubator. I'd like to offer my assistance in
navigating the UIMA project to graduation. So, if you'd have me, I'd
be happy to join the project in a mentor-like role.

Some of you've I've already met in various ApacheCons or talked with
on the Incubator mailing lists. For others, I'm am Apache member and
fairly active in a number of Apache projects, including the Incubator
where I'm currently mentoring the Sling, River, PDFBox and Chemistry
projects.

BR,

Jukka Zitting

Picon
Favicon

[jira] Created: (UIMA-1337) overhul CAS Processing filters

overhul CAS Processing filters
------------------------------

                 Key: UIMA-1337
                 URL: https://issues.apache.org/jira/browse/UIMA-1337
             Project: UIMA
          Issue Type: Improvement
          Components: Collection Processing
            Reporter: Maksim Likharev

In order to improve performance and produce custom routing rules, current implementation of the CAS
filters should be overhauled.

goals:
1. Filters on CasConsumer, avoid passing unsuitable artifacts and annotations, somewhat implemented
right now , lots of issues 
2. Filters on CasProcessor, avoid unnecessary processing if suitable annotations already  present, like
read from cache by a CollectionReader.

--

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

Picon
Favicon

[jira] Created: (UIMA-1338) Custom plugable ProcessingUnit for CPMEngine

Custom plugable ProcessingUnit for CPMEngine
--------------------------------------------

                 Key: UIMA-1338
                 URL: https://issues.apache.org/jira/browse/UIMA-1338
             Project: UIMA
          Issue Type: Improvement
          Components: Collection Processing
            Reporter: Maksim Likharev
            Priority: Minor

Kind of intended this way through "PROCESSING_PIPELINE_IMPL" system param, but boundaries between
CPMEngine and ProcessingUnit not clearly defined.

--

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

Thilo Goetz | 2 May 07:41
Picon
Picon

Re: Helping UIMA to graduate

Jukka Zitting wrote:
> Hi,
> 
> As a member of the Incubator PMC I've been following the UIMA project
> for quite a while now, and I'm a bit worried that the project has yet
> to graduate from the Incubator. I'd like to offer my assistance in
> navigating the UIMA project to graduation. So, if you'd have me, I'd
> be happy to join the project in a mentor-like role.
> 
> Some of you've I've already met in various ApacheCons or talked with
> on the Incubator mailing lists. For others, I'm am Apache member and
> fairly active in a number of Apache projects, including the Incubator
> where I'm currently mentoring the Sling, River, PDFBox and Chemistry
> projects.
> 
> BR,
> 
> Jukka Zitting

Hi Jukka,

thanks for offering, and your help will be most welcome!  I'm off
to the airport in a few minutes so can't write more, but I'm
confident that with your insight, we'll make some good progress.

--Thilo

Marshall Schor | 3 May 03:43

Re: Helping UIMA to graduate

+1 - great to have your help and assistance!

-Marshall

Thilo Goetz wrote:
> Jukka Zitting wrote:
>   
>> Hi,
>>
>> As a member of the Incubator PMC I've been following the UIMA project
>> for quite a while now, and I'm a bit worried that the project has yet
>> to graduate from the Incubator. I'd like to offer my assistance in
>> navigating the UIMA project to graduation. So, if you'd have me, I'd
>> be happy to join the project in a mentor-like role.
>>
>> Some of you've I've already met in various ApacheCons or talked with
>> on the Incubator mailing lists. For others, I'm am Apache member and
>> fairly active in a number of Apache projects, including the Incubator
>> where I'm currently mentoring the Sling, River, PDFBox and Chemistry
>> projects.
>>
>> BR,
>>
>> Jukka Zitting
>>     
>
> Hi Jukka,
>
> thanks for offering, and your help will be most welcome!  I'm off
> to the airport in a few minutes so can't write more, but I'm
(Continue reading)

Burn Lewis (JIRA | 4 May 22:43
Picon
Favicon

[jira] Created: (UIMA-1339) MESSAGE LOCALIZATION FAILED -- missing key UIMAJMS_send_reply_failed__FINE

MESSAGE LOCALIZATION FAILED -- missing key UIMAJMS_send_reply_failed__FINE
--------------------------------------------------------------------------

                 Key: UIMA-1339
                 URL: https://issues.apache.org/jira/browse/UIMA-1339
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
    Affects Versions: 2.3AS
            Reporter: Burn Lewis
            Priority: Minor

Key in resource bundle is correct (UIMAJMS_send_reply_failed__INFO) ... code is wrong.

--

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

Burn Lewis (JIRA | 4 May 22:45
Picon
Favicon

[jira] Updated: (UIMA-1339) MESSAGE LOCALIZATION FAILED -- missing key UIMAJMS_send_reply_failed__FINE


     [
https://issues.apache.org/jira/browse/UIMA-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Burn Lewis updated UIMA-1339:
-----------------------------

    Attachment: UIMA-1339.patch

A 1-line fix

> MESSAGE LOCALIZATION FAILED -- missing key UIMAJMS_send_reply_failed__FINE
> --------------------------------------------------------------------------
>
>                 Key: UIMA-1339
>                 URL: https://issues.apache.org/jira/browse/UIMA-1339
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>    Affects Versions: 2.3AS
>            Reporter: Burn Lewis
>            Priority: Minor
>         Attachments: UIMA-1339.patch
>
>
> Key in resource bundle is correct (UIMAJMS_send_reply_failed__INFO) ... code is wrong.

--

-- 
This message is automatically generated by JIRA.
-
(Continue reading)

Picon
Favicon

[jira] Created: (UIMA-1340) PearAnalysisEngineWrapper does not expose Management Interface of the wrapped AE

PearAnalysisEngineWrapper does not expose Management Interface of the wrapped AE
--------------------------------------------------------------------------------

                 Key: UIMA-1340
                 URL: https://issues.apache.org/jira/browse/UIMA-1340
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework
            Reporter: Jörn Kottmann
            Priority: Minor
             Fix For: 2.3

Through the PEAR API it is possible to create an AE which do not provide any details of its operation through
the Management Interface. The reason is that the created PearAnalysisEngineWrapper object does not
expose the Management Interface from the wrapped AE. A client can only read the never updated performance
stats of the PearAnalysisEngineWrapper object.

--

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

Picon
Favicon

[jira] Commented: (UIMA-1340) PearAnalysisEngineWrapper does not expose Management Interface of the wrapped AE


    [
https://issues.apache.org/jira/browse/UIMA-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705973#action_12705973
] 

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

Can the issue fixed by overriding getManagementInterface method in the PearAnalysisEngineWrapper
class and return the Management Interface of the wrapped AE ?

> PearAnalysisEngineWrapper does not expose Management Interface of the wrapped AE
> --------------------------------------------------------------------------------
>
>                 Key: UIMA-1340
>                 URL: https://issues.apache.org/jira/browse/UIMA-1340
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>            Reporter: Jörn Kottmann
>            Priority: Minor
>             Fix For: 2.3
>
>
> Through the PEAR API it is possible to create an AE which do not provide any details of its operation through
the Management Interface. The reason is that the created PearAnalysisEngineWrapper object does not
expose the Management Interface from the wrapped AE. A client can only read the never updated performance
stats of the PearAnalysisEngineWrapper object.

--

-- 
(Continue reading)

Picon
Favicon

[jira] Commented: (UIMA-1326) Remove EMF dependency from uimaj-ep-runtime plugin


    [
https://issues.apache.org/jira/browse/UIMA-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705988#action_12705988
] 

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

I now removed the EMF dependency from the uimaj-ep-runtime plugin. To achieve that I removed the EMF
dependency from uimaj-core and moved the ecore classes to the uimaj-examples project, since thats the
only place where they are used. To finally get rid of the EMF dependency in the uimaj-ep-runtime plugin I
removed the uimaj-examples from it.

Do we need the uimaj-examples in an OSGI environment ?
If so we could just add a OSGI manifest to the uimaj-examples jar file or create a separate project which
wraps it
in the uimaj-ep-runtime plugin style.

> Remove EMF dependency from uimaj-ep-runtime plugin
> --------------------------------------------------
>
>                 Key: UIMA-1326
>                 URL: https://issues.apache.org/jira/browse/UIMA-1326
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Eclipse plugins
>    Affects Versions: 2.3
>            Reporter: Jörn Kottmann
>            Assignee: Jörn Kottmann
>             Fix For: 2.3
(Continue reading)


Gmane