You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Adam Lally (JIRA)" <ui...@incubator.apache.org> on 2006/11/15 16:56:39 UTC

[jira] Created: (UIMA-28) 2.0 examples use deprecated methods

2.0 examples use deprecated methods   	 
----------------------------------------

                 Key: UIMA-28
                 URL: http://issues.apache.org/jira/browse/UIMA-28
             Project: UIMA
          Issue Type: Improvement
          Components: Examples
            Reporter: Adam Lally
            Priority: Minor


(Issue reported on SourceForge by Greg Holmberg)
For example, in
docs\examples\src\com\ibm\uima\examples\RunAE.java,
CollectionReader.setCasInitializer() is called, which
is deprecated.

The examples should show the right way to do things.
In this case, it should show how to use a multi-SOFA
annotator instead of a CAS Initializer. For example,
it might use XmlDetagger annotator.

I'm sure there are other places the examples use
deprecated methods, so a review of that code might be
appropriate to bring it up to the 2.0 APIs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (UIMA-28) 2.0 examples use deprecated methods

Posted by "Adam Lally (JIRA)" <ui...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/UIMA-28?page=all ]

Adam Lally updated UIMA-28:
---------------------------

          Summary: 2.0 examples use deprecated methods     (was: 2.0 examples use deprecated methods   	)
    Fix Version/s: 2.1

> 2.0 examples use deprecated methods   
> --------------------------------------
>
>                 Key: UIMA-28
>                 URL: http://issues.apache.org/jira/browse/UIMA-28
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Examples
>            Reporter: Adam Lally
>         Assigned To: Adam Lally
>            Priority: Minor
>             Fix For: 2.1
>
>
> (Issue reported on SourceForge by Greg Holmberg)
> For example, in
> docs\examples\src\com\ibm\uima\examples\RunAE.java,
> CollectionReader.setCasInitializer() is called, which
> is deprecated.
> The examples should show the right way to do things.
> In this case, it should show how to use a multi-SOFA
> annotator instead of a CAS Initializer. For example,
> it might use XmlDetagger annotator.
> I'm sure there are other places the examples use
> deprecated methods, so a review of that code might be
> appropriate to bring it up to the 2.0 APIs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (UIMA-28) 2.0 examples use deprecated methods

Posted by "Adam Lally (JIRA)" <ui...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/UIMA-28?page=all ]

Adam Lally resolved UIMA-28.
----------------------------

    Resolution: Fixed

Removed the SimpleXmlCasInitializer example and replaced its use with XmlDetagger.  The examples no longer show any deprecation warnings.

> 2.0 examples use deprecated methods   	
> ---------------------------------------
>
>                 Key: UIMA-28
>                 URL: http://issues.apache.org/jira/browse/UIMA-28
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Examples
>            Reporter: Adam Lally
>         Assigned To: Adam Lally
>            Priority: Minor
>
> (Issue reported on SourceForge by Greg Holmberg)
> For example, in
> docs\examples\src\com\ibm\uima\examples\RunAE.java,
> CollectionReader.setCasInitializer() is called, which
> is deprecated.
> The examples should show the right way to do things.
> In this case, it should show how to use a multi-SOFA
> annotator instead of a CAS Initializer. For example,
> it might use XmlDetagger annotator.
> I'm sure there are other places the examples use
> deprecated methods, so a review of that code might be
> appropriate to bring it up to the 2.0 APIs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (UIMA-28) 2.0 examples use deprecated methods

Posted by "Adam Lally (JIRA)" <ui...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/UIMA-28?page=all ]

Adam Lally reassigned UIMA-28:
------------------------------

    Assignee: Adam Lally

> 2.0 examples use deprecated methods   	
> ---------------------------------------
>
>                 Key: UIMA-28
>                 URL: http://issues.apache.org/jira/browse/UIMA-28
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Examples
>            Reporter: Adam Lally
>         Assigned To: Adam Lally
>            Priority: Minor
>
> (Issue reported on SourceForge by Greg Holmberg)
> For example, in
> docs\examples\src\com\ibm\uima\examples\RunAE.java,
> CollectionReader.setCasInitializer() is called, which
> is deprecated.
> The examples should show the right way to do things.
> In this case, it should show how to use a multi-SOFA
> annotator instead of a CAS Initializer. For example,
> it might use XmlDetagger annotator.
> I'm sure there are other places the examples use
> deprecated methods, so a review of that code might be
> appropriate to bring it up to the 2.0 APIs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (UIMA-28) 2.0 examples use deprecated methods

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

Adam Lally closed UIMA-28.
--------------------------


> 2.0 examples use deprecated methods
> -----------------------------------
>
>                 Key: UIMA-28
>                 URL: https://issues.apache.org/jira/browse/UIMA-28
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Examples
>            Reporter: Adam Lally
>         Assigned To: Adam Lally
>            Priority: Minor
>             Fix For: 2.1
>
>
> (Issue reported on SourceForge by Greg Holmberg)
> For example, in
> docs\examples\src\com\ibm\uima\examples\RunAE.java,
> CollectionReader.setCasInitializer() is called, which
> is deprecated.
> The examples should show the right way to do things.
> In this case, it should show how to use a multi-SOFA
> annotator instead of a CAS Initializer. For example,
> it might use XmlDetagger annotator.
> I'm sure there are other places the examples use
> deprecated methods, so a review of that code might be
> appropriate to bring it up to the 2.0 APIs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira