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

Hi Christian,

  I will try to answer your questions:

4) why the org.eclipse.persistence.derby module was not made as plugin from
existing jar archive ?

I am not sure what you are asking. The goal of the derby module found in the example is to provide as simple as possible a way of allowing a derby driver. Additionally, having you provide your own derby jar means we do not have to check in Derby classes and worry about the IP implications of having Derby in our repository.

5) i managed to run teh plugin to populate data but....:i get this
"[EL Warning]: java.sql.SQLException: No suitable driver found for
jdbc:derby://localhost:1527/comics;create=true" despite is working

See the following bug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=239413

6) those .launch  files are exported by you in xml andd attached o project ?

I am not sure what the exact question is, but, yes, the .launch files were exported from Eclipse.

-Tom


thx

Chr|stian wrote:
Tim Hollosy skrev:
Good to hear, also if you haven't yet check out my example eclipse app
that uses the comics db:

<shameless plug>
http://www.weheartcode.com/2008/08/27/eclipselink-in-j2se-rcp-applications/
</shameless plug>
I actually have tried to implement the way you did things in my own test. I ran into a anoying problem (getting an EntityManagerFactory that's null), but I guess I'll give it another go now. :-)

--
Sincerly
Christian Michelsen
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users





Back to the top