On Oct 2, 2008, at 2:55 PM, Nick Fedchik wrote:

Hello!
I got an error when build J2 using Maven2
$ mvn -P tomcat
Log below.
Anybody tell me please why it "Unable to start DBCPCDatasourceComponent: java.lang.ClassNotFoundException: org.apache.derby.jdbc.EmbeddedDriver"?

Is it something wrong in my 'settings.xml' config file?

Chunk of my settings.xml
<!-- Derby embedded database properties -->
<org.apache.jetspeed.production.jdbc.drivers.path></ org.apache.jetspeed.production.jdbc.drivers.path>

Try setting a path to the driver, something like:

<org.apache.jetspeed.production.jdbc.drivers.path>$ {org.apache.jetspeed.server.home}/shared/lib/derby-10.2.1.6.jar</ org.apache.jetspeed.production.jdbc.drivers.path>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to