So silly me I googled OracleDriver webobjects and I found a webobjects-dev mail
archive that was exactly what I needed. And then I noticed that I started it in
2012. So I found this and I have the properties working.
# Connection Dictionary
SilentPartner.URL=jdbc:oracle:thin:@10.1.3.250:1521/XE
Hi Ted,
With the caveat that I don’t use Oracle (though that’s probably incidental)...
On 29 Oct 2016, at 10:26 PM, Theodore Petrosky wrote:
> So I went back to the original app that was using a framework for the oracle
> connection and I commented out the property file entries for the global
OK this is weird.
I started over and created a new D2W app.(and I downloaded ojdc6.jar) I added
an Entity Modeler in the app (not a framework) I used the url:
jdbc:oracle:thin:@//10.1.3.250:1521/XE
same user
same pw
I reversed two tables and ran the app. It worked fine.
So I went back to the
Is it finding a different model somewhere? And ojdbc14.jar is kind of old
(Java 1.4). There are newer ones.
Chuck
From: on behalf of
Theodore Petrosky
Date: Friday, October 28, 2016 at 6:21 PM
To: WebObjects-Dev
Subject: first time with oracle
I am trying to access an Oracle backend. I