CMP Bean in mysql

2000-11-10 Thread Shailesh Joshi
Hi  All.   I  have  deployed an Entity bean [CMP]  with  Mysql  database.   I am using the driver :  org.gjt.mm.mysql.Driver.   When I call create method on home,  Record is inserted in the table, but it throws Exception.   The problem is default mode for setAutoCommit()  is true and Orion

Re: URGENT: talking with other app server?

2000-11-08 Thread Shailesh Joshi
Hi James. I think , you can implement it. Your servlet will just act as a client for other Application server. For weblogic, you can download the evaluation version of Weblogic which is free. After deploying the bean to Weblogic you can include following lines in the servlet. Properties p = ne

Re: EJB-lookup problems with moved "Product" ejb example

2000-10-17 Thread Shailesh Joshi
.....context.lookup(..) etc. Shailesh Joshi Java Programmer Versaware (India) Ltd. - Original Message - From: Vivek Iyer <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Tuesday, October 17, 2000 8:40 AM Subject: EJB-lookup problems with moved &quo

Re: Orion and MySQL

2000-10-09 Thread Shailesh Joshi
;x"     password="x"     inactivity-timeout="30"     schema="database-schemas/mysql.xml"   />          

Re: Stopping the Server

2000-10-09 Thread Shailesh Joshi
.   Shailesh Joshi        Java Programmer     Versaware(India) Ltd.   - Original

Classpath : Orion On Linux

2000-09-28 Thread Mr Shailesh Joshi
Hi All I have installed Orion 1.3.8 on Linux server. I have deployed beans and running clients successfully. The problem is the server can't get the Driver in Class.forName(" "); I have copied driver class in the directory; set the classpath . But still the server is not able

Re: Client : Communication error

2000-08-23 Thread Mr Shailesh Joshi
Hello Sridhar, What you can try is Properties p = new Properties(); p.put(Context.INITIAL_CONTEXT_FACTORY,"com.evermind.server.ApplicationClient InitialContextFactory"); p.put(Context.PROVIDER_URL,"ormi://localhost/ejbsamples"); p.put(Context.SECURITY_PRINCIPAL,"ad