Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Trouble with Comics RCP example

You definitely do not have the derby jdbc bundle, go to the manifest
on one of your bundles and add the derby osgi bundle you checked out
from svn as a dependency.

./tch



On Fri, Jan 2, 2009 at 6:40 PM, Christian August Michelsen
<chris-m@xxxxxxx> wrote:
> As you might have guessed from the subject of this mail I'm having some
> difficulty with the Comics RCP Example.
>
> When running ComicsExampleDBSetup.launch I get the following stacktrace a
> way downwards in the console;
>
> [EL Severe]: Local Exception Stack:
> Exception [EclipseLink-4003] (Eclipse Persistence Services - 1.0.2 (Build
> 20081024)): org.eclipse.persistence.exceptions.DatabaseException
> Exception Description: Configuration error.  Class
> [org.apache.derby.jdbc.ClientDriver] not found.
>        at
> org.eclipse.persistence.exceptions.DatabaseException.configurationErrorClassNotFound(DatabaseException.java:81)
>        at
> org.eclipse.persistence.sessions.DefaultConnector.loadDriverClass(DefaultConnector.java:265)
>        (...)
>
> I have set the DERBY_HOME var to c:\projects\derby\ where derby resides.
> And I thought I'd placed the eclipselink osgi "bundle" in the correct place,
> as adviced in the readme.
> Any thoughts on what step I screwed up on? (and what exactly I should do to
> fix it) :)
>
> The entire output to the console is located ->
> http://www.flinkgutt.net/eclipselink/console_output.txt
>
> --
> Sincerly
> Christian Michelsen
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
>


Back to the top