I am attempting to work on a project with another developer
who wants to use Windows XP for development. On the XP machine I
installed WO 5.2 from CD, installed the 5.2.4 update, and installed WOLips for Eclipse.
The Eclipse part seems to work fine, I can create and run a new application.
The problem I am having is with EOModeler, anytime I try to do anything that
would access the data on the DB server I get this error:
JDBCAdaptorException: Internal driver error. (current thread
not owner)
Stack Trace: JDBCAdaptorException: Internal driver error.
(current thread not owner)
at
JDBCContext.connect(Compiled Code)
at
JDBCContext._tryConnect(JDBCContext.java:331)
at
JDBCContext._channelWillOpen(JDBCContext.java:468)
at
JDBCChannel.openChannel(JDBCChannel.java:81)
My guess is there is some version mismatch problem, but I
have the same JDBC driver and java version (1.4.2) installed on this machine as
I do on Mac OS X which works without problems. I haven’t worked with WebObjects
on Windows in a long time, but it should work right? What is the trick to
get EOModeler working?
--Albert