Get Table not found error when running the IBatisRouteTest on the slower box
----------------------------------------------------------------------------
Key: CAMEL-967
URL: https://issues.apache.org/activemq/browse/CAMEL-967
Project: Apache Camel
Issue Type: Bug
Components: camel-ibatis
Reporter: Willem Jiang
Assignee: Willem Jiang
Fix For: 1.5.0
org.apache.camel.RuntimeCamelException: Failed to poll:
Endpoint[ibatis:selectAllAccounts]. Reason:
com.ibatis.common.jdbc.exception.NestedSQLException:
--- The error occurred in org/apache/camel/component/ibatis/Account.xml.
--- The error occurred while executing query.
--- Check the select * from ACCOUNT .
--- Check the SQL Statement (preparation failed).
--- Cause: java.sql.SQLException: Table not found in statement [ select *
from ACCOUNT ]
at org.apache.camel.component.ibatis.IBatisPollingConsumer.receiveNoWait
(IBatisPollingConsumer.java:50)
at
org.apache.camel.impl.DefaultScheduledPollConsumer.poll(DefaultScheduledPollConsumer.java:46)
at
org.apache.camel.impl.ScheduledPollConsumer.run(ScheduledPollConsumer.java:66)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at
java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:280)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:135)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.