Oracle resource adapter issues

Here is the scenario, I am trying to set up a resource adapter to an Oracle view. First I tried without specifying the schema. This allowed me to create the resource and map all the attributes, but when I tried to assign the resource I got 揙RA-00942: table or view does not exist. ?So I then tried to specify the schema in the JDBC URL template, but when I try to continue to specify the db type and view name I get 揦PRESS exception: Can't call method getTableData on class com.waveset.ui.web.resources.wizard.DBTableUtil ==> com.waveset.util.WavesetException: ==> java.sql.SQLException: No suitable driver found for jdbc:oracle:thin:MIW_IDM_362@<host>:1521:<SID>? (Host and SID removed for obvious reasons.)

Here are some configuration details. I have tried all possible combinations of what is listed.

IDM6

Oracle 9i using thin driver ojdbc14

jdk1.5 / jdk1.6

Tomcat 5.5 / Tomcat 6.0

Can someone please shed some light on where I am going wrong.

Thanks in advance,

Joseph

[1046 byte] By [MadMonKa] at [2007-11-27 2:58:21]
# 1
Hi,Copy your oracle (classes12.jar or xxx.jar) into IdmInstallationdirectory/idm/WEB-INF/lib/xxx.jarfolder.
janahartforda at 2007-7-12 3:37:45 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
The jar file is already in the .../Tomcat xxx/webapps/idm/WEB-INF/lib folder. Thanks for the quick response.
MadMonKa at 2007-7-12 3:37:45 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
may be add the jars files to server classpath and restart the server.Trail and Error :)-
janahartforda at 2007-7-12 3:37:45 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4

Thanks, I double checked and they were already on the server classpath. I think my problem lies in trying to reference schema. The driver seems to work without the schema being specified (jdbc:oracle:thin:@<host>:1521:<SID>), but I need the schema reference for access permissions to the view.

Is this even the proper format for the jdbc url template using schema references

jdbc:oracle:thin:<schema>@<host>:1521:<SID>

MadMonKa at 2007-7-12 3:37:45 > top of Java-index,Web & Directory Servers,Directory Servers...
# 5

I have seen this behavior when you use the schema name as part of the table name. The workaround is to create the resource without the schema name in the wizard and then edit the table name from the debug pages. Any additional editing needs to be done from the debug pages since accessing the resource with the wizard or individual screens will null out the table name.

mklugACNa at 2007-7-12 3:37:45 > top of Java-index,Web & Directory Servers,Directory Servers...
# 6
Thanks, that worked perfectly. You have saved me from a nasty headache.
MadMonKa at 2007-7-12 3:37:45 > top of Java-index,Web & Directory Servers,Directory Servers...