Hi I use Pramati Application Server , which confirms to EJB 1.1, with Oracle 8i. Oracle 8i I use Object-Relational Database feature of Oracle, which means I have Relational table with columns of user defined custom type. These Custom type could be of value of reference. To give you a popular Example, I might have a Employee table with Address as a column of type Address Object type which consist of primitive types like VARCHAR (String equivalent). Oracle provides a tool called JPub (Java Publisher). This tool can generate classes from the user-defined Oracle object types. It generates .java files and .ser files. .ser files are the serialised version of .java files for the particular object type. How do I compile and include .ser files into Pramati or any other server so I do not get serialisation error when I use the Oracle generated classes with in EJB. Thanks a lot in advance. -Krishna =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
