Greetings,

i'm trying to use SQLite for an academic project, with Netbeans (has
to be java). I followed "new desktop application » database" and chose
SQLite (after installing said plugin). But even for a test run, it
gives me this error:

Jun 3, 2009 2:49:12 PM org.jdesktop.application.Application$1 run
SEVERE: Application class desktopapplication2.DesktopApplication2
failed to launch
java.lang.IllegalArgumentException: An exception occured while
creating a query in EntityManager
        at 
oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerImpl.createQuery(EntityManagerImpl.java:209)

It goes on and on, the full error's here[1], but why is it throwing
*oracle* errors if i'm using SQLite?! The database is there, readable,
has a tet table that Netbeans can find and it lists its contents, the
JBDC driver's there as well (since i could select it)...

Any suggestions would be appreciated, i haven't been able to find
decent info on the net (most likely i'm not searching right).

TIA,
Nuno Magalhães

[1] http://pastebin.com/m247e6077

-- 
()  ascii ribbon campaign - against html e-mail
/\  ascii-rubanda kampajno - kontraŭ html-a retpoŝto
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to