Re: orion 1.5.4 not compatible with java 1.4

2002-02-16 Thread Ray Harrison
Yes - you need to copy the tools.jar from the jdk directory to the orion directory. --- Robert Virkus [EMAIL PROTECTED] wrote: Hi everybody, does anyone know, why the orion 1.5.4 is not fully compatible with the jdk 1.4.0? My servlets run just fine, but while using jsp, I get following

Re: orion 1.5.4 not compatible with java 1.4

2002-02-16 Thread Brian Smith
This same question and answer appeared on the otn.oracle.com Oracle9iAS J2EE forum. Here is an answer for OC4J; maybe it works on Orion too? In oc4j, you need to edit global-web-application.xml and add init-param element in servlet calle jsp. init-param param-namejavacmd/param-name

RE: Orion 1.5.4 - M-N Relationship chokes (?)

2002-02-16 Thread Alex Paransky
I got the same result. At first, I thought it had something to do with the fact that I was still using non Local interfaces (since 1.5.3 does not have support for Local interfaces yet), however, trying a small example returned the same exception. I am not sure how these guys tested their N-M

RE: Orion 1.5.4 - M-N Relationship chokes (?)

2002-02-16 Thread Alex Paransky
I was able to use M-N relationship in 1.5.3, although it did create 2 different tables and did not act as expected. But, I was able to have it working. With this version (1.5.4) it does not work, period. So, I cannot really move onto the 1.5.4 version until this problem is fixed. -AP_