Help with OR-Mapping

2000-09-08 Thread Sridhar Manickam
Folks, Does anyone know how to map a CMP field with type byte [] to a column in Oracle 8i DB. Particulary what would the tag for this type look like in the oracle.xml file under database-schemas directory. I see that a byte type maps to number(10,0) as shown below. . but what would a byte array

Lookup on bean's home from java class inside the appserver VM

2000-09-05 Thread Sridhar Manickam
Hi, I would like to know how a regular java object (non-EJB) that is executing inside the same VM as the AppServer lookup the home interface of a EJB that is deployed in the server. Iam able to access beans from remote clients by specifying the bean details in the client xml files, and if I want

classpath for third party tools

2000-08-22 Thread Sridhar Manickam
Hi We are integrating a third party java application with orion but both of them will be running on the same VM. As per the docs we dropped all the third party jar files into the orion/lib directory and the server was able to load their classes. These third party classes are looking for config fi

Client : Communication error

2000-08-19 Thread Sridhar Manickam
Hi, After successfully deploying the cart demo bean on the server, Iam running the CartClient and get the following error Communication error: Need to specify class name in environment or system property: java.naming.factory.initial Could someone tell me what Iam doing wrong. I pretty much foll