Hi everyone,

I want to do some search in Oracle 11g with the following xml.

<bean id="dataSource"
class="org.springframework.jdbc.datasource.DriverManagerDataSource">
 <property name="driverClassName" value="oracle.jdbc.driver.OracleDriver"/>
<property name="url" value="jdbc:oracle:thin:@ip:port:dbname" />
 <property name="username" value="xxx" />
<property name="password" value="xxx" />
 </bean>

 <route>
  <setBody>
 <constant>select * from GEO_FEATURE</constant>
  </setBody>
 <to uri="jdbc:dataSource"/>
 </route>

However I got  response and no error log, is there any possible reason or
some suggested debug method for me?

Thanks a lot!

Reply via email to