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
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
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
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