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

2017-12-09 Thread Alexandru Zbarcea
Hi, It is quite some time since I started to look into the DateAnnotatorTest. I cannot reproduce the Jenkins [1] failure related to the CTAKES-415 bug [2]. However I do not understand why on Jenkins I get the following stack: 2017-12-06 21:41:29,490 INFO

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: 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

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 -