[jira] [Commented] (UIMA-5116) CVD tiny font size on hidpi monitor

2016-09-22 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15513286#comment-15513286 ] Marshall Schor commented on UIMA-5116: -- a patch would be appreciated. Is it platform

[jira] [Commented] (UIMA-5115) uv3 select() api for iterators and streams over CAS contents

2016-09-22 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15513455#comment-15513455 ] Marshall Schor commented on UIMA-5115: -- Details of positioning and bounds, with and wi

[jira] [Commented] (UIMA-5115) uv3 select() api for iterators and streams over CAS contents

2016-09-22 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15513511#comment-15513511 ] Marshall Schor commented on UIMA-5115: -- For the prototype, I'm doing all variants. De

[jira] [Commented] (UIMA-5115) uv3 select() api for iterators and streams over CAS contents

2016-09-22 Thread Richard Eckart de Castilho (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15513597#comment-15513597 ] Richard Eckart de Castilho commented on UIMA-5115: -- I think it is not an u

[jira] [Updated] (UIMA-5117) UIMA-AS: dd2spring should log at INFO

2016-09-22 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik updated UIMA-5117: Description: Dd2Spring.convertDd2Spring() method should log exceptions at INFO level instead of CONF

Re: [jira] [Commented] (UIMA-5116) CVD tiny font size on hidpi monitor

2016-09-22 Thread Jessica Glover
Hi Marshall, Thanks for your response. It *should* be platform agnostic, since I'm deriving font size for Swing components from the system look and feel. I hadn't had a chance to do it yet, but I'll definitely test on different platforms before submitting the patch. Thanks, Jessica On Thu, Sep 2

[jira] [Closed] (UIMA-5117) UIMA-AS: dd2spring should log at INFO

2016-09-22 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik closed UIMA-5117. --- Resolution: Fixed modified to re-throw exceptions and log them > UIMA-AS: dd2spring should log at INF

[jira] [Created] (UIMA-5118) UIMA-AS: NPE thrown when cleaning up C++ based service

2016-09-22 Thread Jerry Cwiklik (JIRA)
Jerry Cwiklik created UIMA-5118: --- Summary: UIMA-AS: NPE thrown when cleaning up C++ based service Key: UIMA-5118 URL: https://issues.apache.org/jira/browse/UIMA-5118 Project: UIMA Issue Type: B

[jira] [Closed] (UIMA-5118) UIMA-AS: NPE thrown when cleaning up C++ based service

2016-09-22 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik closed UIMA-5118. --- Resolution: Fixed added check for null to avoid NPE > UIMA-AS: NPE thrown when cleaning up C++ based s

[jira] [Commented] (UIMA-5117) UIMA-AS: dd2spring should log at INFO

2016-09-22 Thread Burn Lewis (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514328#comment-15514328 ] Burn Lewis commented on UIMA-5117: -- Since this is a serious error shouldn't we log at SEVE

Re: [jira] [Commented] (UIMA-5116) CVD tiny font size on hidpi monitor

2016-09-22 Thread Marshall Schor
Great! Thanks :-) -Marshall On 9/22/2016 11:37 AM, Jessica Glover wrote: > Hi Marshall, > > Thanks for your response. It *should* be platform agnostic, since I'm > deriving font size for Swing components from the system look and feel. I > hadn't had a chance to do it yet, but I'll definitely te

[jira] [Reopened] (UIMA-5117) UIMA-AS: dd2spring should log at INFO

2016-09-22 Thread Burn Lewis (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burn Lewis reopened UIMA-5117: -- Assignee: Burn Lewis (was: Jerry Cwiklik) Perhaps better to log these failures as SEVERE. Also would

[jira] [Closed] (UIMA-5117) UIMA-AS: dd2spring should log at INFO

2016-09-22 Thread Burn Lewis (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burn Lewis closed UIMA-5117. > UIMA-AS: dd2spring should log at INFO > - > > Key: UIMA-511

[jira] [Resolved] (UIMA-5117) UIMA-AS: dd2spring should log at INFO

2016-09-22 Thread Burn Lewis (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burn Lewis resolved UIMA-5117. -- Resolution: Fixed Log errors at SEVERE level. Use a shutdown hook to report when saxon calls exit. Fix