Re: svn commit: r1817150 - /ctakes/trunk/ctakes-ytex/src/main/java/org/apache/ctakes/util/JdbcOperationsHelper.java [EXTERNAL]

2017-12-05 Thread James Masanz
Hi Alex, you might want to replace LOGGER.warn("couldn't drop table test_concepts. Maybe it doesn't even exists", e); with something that includes the table name variable, such as: LOGGER.warn(String.format("Couldn't drop table %s. Maybe it doesn't even exist.", sqlTableName), e); On Tue, Dec

Re: cTAKES as REST service [EXTERNAL]

2017-12-05 Thread Matthew Vita
​​ Hi Gandhi, Sean, Tim, Alex, James, I'm still getting back into the swing of things after my trip (I'm on business traveling at the moment, here in the states). I will be jumping right back into cTAKES REST development next week personally and with a new team mate from the open source team.

RE: cTAKES as REST service [EXTERNAL]

2017-12-05 Thread Gandhi Rajan Natarajan
Could someone help me out on the resources cleanup atleast if not review? Regards, Gandhi -Original Message- From: Gandhi Rajan Natarajan [mailto:gandhi.natara...@arisglobal.com] Sent: Monday, December 04, 2017 10:05 PM To: dev@ctakes.apache.org Subject: RE: cTAKES as REST service

RE: svn commit: r1817150 - /ctakes/trunk/ctakes-ytex/src/main/java/org/apache/ctakes/util/JdbcOperationsHelper.java [EXTERNAL]

2017-12-05 Thread Finan, Sean
Hi Alex, I like the approach. Sean -Original Message- From: al...@apache.org [mailto:al...@apache.org] Sent: Monday, December 04, 2017 10:58 PM To: comm...@ctakes.apache.org Subject: svn commit: r1817150 -

RE: svn commit: r1817150 - /ctakes/trunk/ctakes-ytex/src/main/java/org/apache/ctakes/util/JdbcOperationsHelper.java [EXTERNAL]

2017-12-05 Thread Alexandru Zbarcea
Thank you Sean. I still try to fix the latest integration test DateAnnotatorTest. It is interesting that I cannot reproduce the issue. Let me know if any advice. Alex On Dec 5, 2017 08:32, "Finan, Sean" wrote: Hi Alex, I like the approach. Sean