I just fixed a small problem in the build. It seems unrelated to your problem but it coul have stopped the build before the database is produced. Update and try again to make sure.
Otherwise you'll have to check that the dao-hibernate-db is properly built *before* the WAR file. Also unless you plan on using the management API in the very near future I'd recommend you to stick with OpenJPA as the persistence layer. Cheers, Matthieu On 4/15/07, RV <[EMAIL PROTECTED]> wrote:
I don't have any database installed. I just build the WAR file and copy it to the tomcat deploy folder. Do you know what is the problem? Thanks a lot:) -----Original Message----- From: Matthieu Riou [mailto:[EMAIL PROTECTED] Sent: sábado, 14 de Abril de 2007 20:49 To: ode-user@incubator.apache.org Subject: Re: FW: Deploy Problem Are you using the standard Derby database bundled in the WAR? Or did you setup your own external database? On 4/14/07, RV <[EMAIL PROTECTED]> wrote: > > I fixed the problem, but now i get the error: > > > > INFO - ODEServer.initDAO(408) | Using DAO Connection Factory class > > org.apache.ode.daohib.bpel.BpelDAOConnectionFactoryImpl. > > ERROR - BpelDAOConnectionFactoryImpl.init(110) | Unable to detect > Hibernate > dialect! > > WARN - SettingsFactory.buildSettings(103) | Could not obtain connection > metadata > > > > SQL Exception: Database > 'D:\apache- tomcat-5.5.23\webapps\ode-axis2-war-2.0-SNAPSHOT\WEB-INF/hibdb' > > not found. > > at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown > Source) > > at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown > Source) > > at org.apache.derby.impl.jdbc.Util.generateCsSQLException (Unknown > Source) > > at > org.apache.derby.impl.jdbc.EmbedConnection.newSQLException(Unknown Source) > > at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown > Source) > > at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown > Source) > > at org.apache.derby.jdbc.Driver30.getNewEmbedConnection(Unknown > Source) > > at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) > > at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) > > at > org.tranql.connector.jdbc.JDBCDriverMCF.getPhysicalConnection > (JDBCDriverMCF. > java:96) > > at > org.tranql.connector.jdbc.JDBCDriverMCF.createManagedConnection > (JDBCDriverMC > F.java:73) > > at > > > org.apache.geronimo.connector.outbound.MCFConnectionInterceptor.getConnectio > n(MCFConnectionIntercept > > or.java:41) at > > > > org.apache.geronimo.connector.outbound.LocalXAResourceInsertionInterceptor.g > etConnection(LocalXAReso > > urceInsertionInterceptor.java:41) > > > > Can you help me? > > > > > >