Title: Error with FreeTDS driver for MS SQL Server
E.g., Freetds has no batch statements ...
 
CGJ
-----Ursprüngliche Nachricht-----
Von: Muthiah Palaniappan [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 13. Juni 2001 14:09
An: '[EMAIL PROTECTED]'
Betreff: [JBoss-user] Error with FreeTDS driver for MS SQL Server

Hi,
        I am getting this strange error of SQLException when I use FreeTDS JDBC driver for entity beans (CMP).


javax.ejb.CreateException: Could not create entity:java.sql.SQLException: Not im
plemented
        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknow
n Source)
        at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
        at sun.rmi.server.UnicastRef.invoke(Unknown Source)
        at org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invokeHom
e(Unknown Source)
        at org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java
:248)
        at $Proxy0.create(Unknown Source)
        at ejb.entity.name.NameClient.main(ejb/entity/name/NameClient.java:33)

This is on the client side, while calling a particular method on the EJBObject.

If I use inetsoftware's driver (trial version), everything is working fine. Any idea what might be the problem.

Thanks,
Muthiah.

Reply via email to