RE: CMP:Exception in thread "main" java.lang.InternalError

2000-08-11 Thread J.T. Wenting
in Java, issue conn.setAutoCommit(true) to set autocommit on for Connection conn (if the database engine supports it), or setAutoCommit(false) to turn it off. Default is usually on, for some reason.   Jeroen T. Wenting[EMAIL PROTECTED]Murphy was wrong, things that can't go wrong will anyway

Re: CMP:Exception in thread "main" java.lang.InternalError

2000-08-11 Thread wim veninga
Hi Ishpal, Do you use cloudscape as your db, because I got this error using cloudscape as my database. Look in your application.log file, if you get the following error 7/29/00 3:49 PM Error in bean Klant SQL Exception: Cannot issue commit when autoCommit is on.  at c8e.k.j.l_(Unknown Source)  at

CMP:Exception in thread "main" java.lang.InternalError

2000-08-10 Thread Ishpal
Hello, I am trying to access an Entity bean from a client on a seperate JVM. I can access everything and the EntityBean is also successfully deployed. The EntityBean adds a row to the table. When i call home.create(id,name,age) from the client ... I get the following Exception. Exception in thr