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)" <ui...@incubator.apache.org> on 2009/07/29 19:12:14 UTC

[jira] Created: (UIMA-1467) PearAnalysisEngineWrapper should implement reconfigure - calling the wrapped pear's reconfigure

PearAnalysisEngineWrapper should implement reconfigure - calling the wrapped pear's reconfigure
-----------------------------------------------------------------------------------------------

                 Key: UIMA-1467
                 URL: https://issues.apache.org/jira/browse/UIMA-1467
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework
    Affects Versions: 2.2.2
            Reporter: Marshall Schor
            Assignee: Marshall Schor
             Fix For: 2.3


Reported by a user - seeing NPE when calling reconfigure.  That NPE is being caused by another issue (see UIMA-1466), but investigation revealed that the reconfigure method was defaulting to just (attempting to) validate the new parameters, and those were not being forwarded to the wrapped pear.

Note: The documentation says in http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/references/references.html#ugr.ref.pear.specifier that the pear doesn't receive aggregate override parameter information.  I think this was the original design, but we found a way when fixing some other bugs related to sofa mappings 

A good summary is in UIMA-1150 .  


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


[jira] Updated: (UIMA-1467) PearAnalysisEngineWrapper should forward remaining methods in its interfaces to the contained AE including reconfigure and management interfaces

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

Marshall Schor updated UIMA-1467:
---------------------------------

    Description: 
Reported by a user - seeing NPE when calling reconfigure.  That NPE is being caused by another issue (see UIMA-1466), but investigation revealed that the reconfigure method was defaulting to just (attempting to) validate the new parameters, and those were not being forwarded to the wrapped pear.

A good summary of previous work here is in UIMA-1150 .  


  was:
Reported by a user - seeing NPE when calling reconfigure.  That NPE is being caused by another issue (see UIMA-1466), but investigation revealed that the reconfigure method was defaulting to just (attempting to) validate the new parameters, and those were not being forwarded to the wrapped pear.

Note: The documentation says in http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/references/references.html#ugr.ref.pear.specifier that the pear doesn't receive aggregate override parameter information.  I think this was the original design, but we found a way when fixing some other bugs related to sofa mappings 

A good summary is in UIMA-1150 .  


        Summary: PearAnalysisEngineWrapper should forward remaining methods in its interfaces to the contained AE including reconfigure and management interfaces  (was: PearAnalysisEngineWrapper should implement reconfigure - calling the wrapped pear's reconfigure)

> PearAnalysisEngineWrapper should forward remaining methods in its interfaces to the contained AE including reconfigure and management interfaces
> ------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-1467
>                 URL: https://issues.apache.org/jira/browse/UIMA-1467
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>    Affects Versions: 2.2.2
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>             Fix For: 2.3
>
>
> Reported by a user - seeing NPE when calling reconfigure.  That NPE is being caused by another issue (see UIMA-1466), but investigation revealed that the reconfigure method was defaulting to just (attempting to) validate the new parameters, and those were not being forwarded to the wrapped pear.
> A good summary of previous work here is in UIMA-1150 .  

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


[jira] Closed: (UIMA-1467) PearAnalysisEngineWrapper should implement reconfigure - calling the wrapped pear's reconfigure

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

Marshall Schor closed UIMA-1467.
--------------------------------

    Resolution: Fixed

> PearAnalysisEngineWrapper should implement reconfigure - calling the wrapped pear's reconfigure
> -----------------------------------------------------------------------------------------------
>
>                 Key: UIMA-1467
>                 URL: https://issues.apache.org/jira/browse/UIMA-1467
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>    Affects Versions: 2.2.2
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>             Fix For: 2.3
>
>
> Reported by a user - seeing NPE when calling reconfigure.  That NPE is being caused by another issue (see UIMA-1466), but investigation revealed that the reconfigure method was defaulting to just (attempting to) validate the new parameters, and those were not being forwarded to the wrapped pear.
> Note: The documentation says in http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/references/references.html#ugr.ref.pear.specifier that the pear doesn't receive aggregate override parameter information.  I think this was the original design, but we found a way when fixing some other bugs related to sofa mappings 
> A good summary is in UIMA-1150 .  

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