Remove @Ignore on org.apache.activemq.camel.JmsJdbcXATest ---------------------------------------------------------
Key: CAMEL-4652 URL: https://issues.apache.org/jira/browse/CAMEL-4652 Project: Camel Issue Type: Task Components: camel-activemq Reporter: Raul Kripalani The following was found on activemq-camel source in trunk. I'm opening this ticket in the Camel project because it's related to a side effect caused by an issue in camel-jdbc. {code:java} @Ignore("When upgrade to the Camel 2.8.0, this test will be hang due to camel-jdbc autoCommit issue CAMEL-4272." + "We should remove this Ignore annotation when upgrade Camel version again") {code} See: https://svn.apache.org/repos/asf/activemq/trunk/activemq-camel/src/test/java/org/apache/activemq/camel/JmsJdbcXATest.java. The affecting ticket is resolved now (CAMEL-4272), so I guess this test can run again. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira