Fatal error: Cannot find class java/lang/StackOverflowError

2001-06-06 Thread Mustafa Cayci
Hi, During the execution of my external client, I got this error message from JDeveloper. This is the only error message I got either within JDeveloper or Orion. I have noticed some of you had already encountered this problem, and I am not sure if it was resolved by now (1.5.2) Thanks, Mustafa

Orion Console - Global Application - Resource

2001-06-05 Thread Mustafa Cayci
Hi, I have a data-sources.xml that configured to talk to Oracle with certain username. However, when I am in Console/Global Application/Resources to list tables, I am getting the list of tables for every schema in database. Shouldn't I only see my schema which I defined in data-sources.xml?

Creating a client application

2001-06-02 Thread Mustafa Cayci
I have been going over the O'Reilly's Enterprise Java Beans and trying to run an EJB that I deployed in Orion using an external client. I went into the Console and I verified that so called application cabin is deployed. When I try to run the client I am getting the below exception. Here is my

RE: ATM example and Oracle

2001-05-29 Thread Mustafa Cayci
cle.jdbc.driver.OracleDriver" > username="myName" > password="myPasswd" > url="jdbc:oracle:thin:@myhost:1521:mydb" > inactivity-timeout="30" >/> > > I hope this will help you. > > > Good Luck

ATM example and Oracle

2001-05-29 Thread Mustafa Cayci
I am trying to deploy and run the ATM example using Oracle as database. Below is the data-sources.xml, I anticipate a problem in the file since orion is not finding the data source: location="" connection-driver="oracle.jdbc.driver.OracleDriver" usernam