[jira] [Created] (UIMA-5549) DUCC may fail to stop a service if there is an instance id is invalid

2017-09-05 Thread Burn Lewis (JIRA)
Burn Lewis created UIMA-5549:


 Summary: DUCC may fail to stop a service if there is an instance 
id is invalid
 Key: UIMA-5549
 URL: https://issues.apache.org/jira/browse/UIMA-5549
 Project: UIMA
  Issue Type: Bug
  Components: DUCC
Reporter: Burn Lewis
Priority: Minor
 Fix For: future-DUCC


The DB entry for service 9776 has implementor 365461.0 which was killed during 
a shutdown but not recorded by the SM.  So now when it tries to cancel it the 
request is ignored (service not found in even log) but perhaps because the OR 
doesn't publish that this so-called "job" has terminated it is never removed 
from the list of implementors.  Perhaps the SM should validate the OR 
publications against its lists of implementors.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


Jenkins build is back to stable : UIMA-v3-sdk #211

2017-09-05 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: UIMA-v3-sdk #210

2017-09-05 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: UIMA-v3-sdk #209

2017-09-05 Thread Apache Jenkins Server
See 




Jenkins build became unstable: UIMA-v3-sdk #208

2017-09-05 Thread Apache Jenkins Server
See 




[jira] [Resolved] (UIMA-5543) uv3: cas binary deserialization may miss resetting CAS first

2017-09-05 Thread Marshall Schor (JIRA)

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

Marshall Schor resolved UIMA-5543.
--
Resolution: Fixed

> uv3: cas binary deserialization may miss resetting CAS first
> 
>
> Key: UIMA-5543
> URL: https://issues.apache.org/jira/browse/UIMA-5543
> Project: UIMA
>  Issue Type: Bug
>  Components: Core Java Framework
>Reporter: Marshall Schor
>Assignee: Marshall Schor
>Priority: Minor
> Fix For: 3.0.0SDK-beta
>
>
> The reinit() method in BinaryCasSerDes fails to reset the cas, and in 
> particular, the getDocumentAnnotation method gets an old version which has a 
> wrong type system instance.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (UIMA-5547) some CAS deserializations skipping CAS Reset

2017-09-05 Thread Marshall Schor (JIRA)

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

Marshall Schor resolved UIMA-5547.
--
Resolution: Fixed

> some CAS deserializations skipping CAS Reset
> 
>
> Key: UIMA-5547
> URL: https://issues.apache.org/jira/browse/UIMA-5547
> Project: UIMA
>  Issue Type: Bug
>  Components: Core Java Framework
>Reporter: Marshall Schor
>Assignee: Marshall Schor
>Priority: Minor
> Fix For: 3.0.0SDK-beta
>
>
> The cas complete deserialization done by a test case in UIMA V3 had a strange 
> failure caused by some caching that wasn't cleared (and was holding on to 
> previously created 0-length primitive arrays shared by the JCas).
> Check all the CAS deserialization paths to insure that non-delta ones do a 
> cas reset - to clear out possibly cached things.  And check if extra reset is 
> needed when (re)installing type system, indexes, etc. - some is done in v3, 
> not sure about v2..



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (UIMA-2147) Generate static fields for type names and feature names in JCas wrappers

2017-09-05 Thread Marshall Schor (JIRA)

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

Marshall Schor reassigned UIMA-2147:


Assignee: Marshall Schor

> Generate static fields for type names and feature names in JCas wrappers
> 
>
> Key: UIMA-2147
> URL: https://issues.apache.org/jira/browse/UIMA-2147
> Project: UIMA
>  Issue Type: Improvement
>  Components: Core Java Framework
>Affects Versions: 2.3.1SDK
>Reporter: Richard Eckart de Castilho
>Assignee: Marshall Schor
> Fix For: 3.0.0SDK-beta
>
>
> It would be convient if the JCas wrapper generator would create static final 
> String fields for feature names and for the type name, e.g.
> public static final String TYPE_NAME = "my.jcastypes.Type";
> public static final String FEAT_BEGIN = "begin";
> This would allow cleaner programming with JCas wrappers in cases where the 
> names are required. In particular it would allow to detect certain errors at 
> compile-time and facilitate refactoring.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (UIMA-5548) uv3 API rationalization and cleanup

2017-09-05 Thread Marshall Schor (JIRA)

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

Marshall Schor resolved UIMA-5548.
--
Resolution: Fixed

> uv3 API rationalization and cleanup
> ---
>
> Key: UIMA-5548
> URL: https://issues.apache.org/jira/browse/UIMA-5548
> Project: UIMA
>  Issue Type: Improvement
>  Components: Core Java Framework
>Affects Versions: 3.0.0SDK-alpha02
>Reporter: Marshall Schor
>Assignee: Marshall Schor
>Priority: Minor
> Fix For: 3.0.0SDK-beta
>
>
> API cleanups: including uniform naming for create instead of createFromArray, 
> getEmptyXX-list/array for cas and jcas, with default implementations, 
> cleanups and clarifications for some javadocs, including describing moveTo 
> operation with and without typeOrder



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (UIMA-2147) Generate static fields for type names and feature names in JCas wrappers

2017-09-05 Thread Marshall Schor (JIRA)

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

Marshall Schor resolved UIMA-2147.
--
Resolution: Fixed

fixed in v3. If need to backport this fix into v2, let's open another Jira :-)

> Generate static fields for type names and feature names in JCas wrappers
> 
>
> Key: UIMA-2147
> URL: https://issues.apache.org/jira/browse/UIMA-2147
> Project: UIMA
>  Issue Type: Improvement
>  Components: Core Java Framework
>Affects Versions: 2.3.1SDK
>Reporter: Richard Eckart de Castilho
> Fix For: 3.0.0SDK-beta
>
>
> It would be convient if the JCas wrapper generator would create static final 
> String fields for feature names and for the type name, e.g.
> public static final String TYPE_NAME = "my.jcastypes.Type";
> public static final String FEAT_BEGIN = "begin";
> This would allow cleaner programming with JCas wrappers in cases where the 
> names are required. In particular it would allow to detect certain errors at 
> compile-time and facilitate refactoring.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (UIMA-2147) Generate static fields for type names and feature names in JCas wrappers

2017-09-05 Thread Marshall Schor (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153982#comment-16153982
 ] 

Marshall Schor commented on UIMA-2147:
--

fixed in v3 under UIMA-4674, 11/3/16, change set 1767952.  Not (yet) fixed in v2

> Generate static fields for type names and feature names in JCas wrappers
> 
>
> Key: UIMA-2147
> URL: https://issues.apache.org/jira/browse/UIMA-2147
> Project: UIMA
>  Issue Type: Improvement
>  Components: Core Java Framework
>Affects Versions: 2.3.1SDK
>Reporter: Richard Eckart de Castilho
> Fix For: 3.0.0SDK-beta
>
>
> It would be convient if the JCas wrapper generator would create static final 
> String fields for feature names and for the type name, e.g.
> public static final String TYPE_NAME = "my.jcastypes.Type";
> public static final String FEAT_BEGIN = "begin";
> This would allow cleaner programming with JCas wrappers in cases where the 
> names are required. In particular it would allow to detect certain errors at 
> compile-time and facilitate refactoring.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (UIMA-2147) Generate static fields for type names and feature names in JCas wrappers

2017-09-05 Thread Marshall Schor (JIRA)

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

Marshall Schor updated UIMA-2147:
-
Fix Version/s: 3.0.0SDK-beta

> Generate static fields for type names and feature names in JCas wrappers
> 
>
> Key: UIMA-2147
> URL: https://issues.apache.org/jira/browse/UIMA-2147
> Project: UIMA
>  Issue Type: Improvement
>  Components: Core Java Framework
>Affects Versions: 2.3.1SDK
>Reporter: Richard Eckart de Castilho
> Fix For: 3.0.0SDK-beta
>
>
> It would be convient if the JCas wrapper generator would create static final 
> String fields for feature names and for the type name, e.g.
> public static final String TYPE_NAME = "my.jcastypes.Type";
> public static final String FEAT_BEGIN = "begin";
> This would allow cleaner programming with JCas wrappers in cases where the 
> names are required. In particular it would allow to detect certain errors at 
> compile-time and facilitate refactoring.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)