You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Tommaso Teofili (JIRA)" <de...@uima.apache.org> on 2010/06/05 12:16:27 UTC

[jira] Created: (UIMA-1803) Reconfiguring AE causes NPE on AbstractAlchemyAnnotator

Reconfiguring AE causes NPE on AbstractAlchemyAnnotator
-------------------------------------------------------

                 Key: UIMA-1803
                 URL: https://issues.apache.org/jira/browse/UIMA-1803
             Project: UIMA
          Issue Type: Bug
          Components: Sandbox-AlchemyAPI Annotator
         Environment: MacOSX
            Reporter: Tommaso Teofili
            Assignee: Tommaso Teofili


While reconfiguring an existing AE a NPE comes out caused by a null UIMAContext object that in turns is generated by the lack of the call to the super.initialize() method inside the overriding initialize()

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


[jira] Closed: (UIMA-1803) Reconfiguring AE causes NPE on AbstractAlchemyAnnotator

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

Tommaso Teofili closed UIMA-1803.
---------------------------------

    Resolution: Fixed

added super.initialize() inside overriding initialize() inside AbstractAlchemyAnnotator

> Reconfiguring AE causes NPE on AbstractAlchemyAnnotator
> -------------------------------------------------------
>
>                 Key: UIMA-1803
>                 URL: https://issues.apache.org/jira/browse/UIMA-1803
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-AlchemyAPI Annotator
>         Environment: MacOSX
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>
> While reconfiguring an existing AE a NPE comes out caused by a null UIMAContext object that in turns is generated by the lack of the call to the super.initialize() method inside the overriding initialize()

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