Alex,

I have this ODE datasource problem too. I tried to add the following to
servicemix/conf/jndi.xml:

<entry key="java:comp/env/jdbc/ode">
   <bean id="derby-ds" class="org.apache.derby.jdbc.EmbeddedDataSource">
    <property name="databaseName" value="derbydb"/>
    <property name="createDatabase" value="create"/>
  </bean>
</entry>

And I have updated the ode-jbi.properties to
ode-jbi.db.mode=EXTERNAL

Now it seems that the database is found, but the schema is not autocreated:
Caused by: org.apache.openjpa.lib.jdbc.ReportingSQLException: Table/View
'STORE_DU' does not exist. {SELECT t0.NAME, t0.DEPLOYDT, t0.DEPLOYER, t0.DIR
FROM STORE_DU t0} [code=30000, state=42X05]

Any thoughts?



Alex Boisvert wrote:
> 
> Hi,
> 
> This looks like a configuration issue related to your DataSource.   Are
> you
> configuring your datasource in ServiceMix and doing a JNDI lookup to get
> it?
> 
> alex
> 



-- 
View this message in context: 
http://www.nabble.com/Servicemix-Error-invoking-ODE-tf4874789s12049.html#a13952438
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to