Hello,
 
I get this error when trying to create("") a CMP bean. If anybody knows what this is I would really appreciate help!
 
Thanks Guy.
 
javax.ejb.CreateException: Could not create entity:java.sql.SQLException: [Micro
soft][ODBC SQL Server Driver]Optional feature not implemented
        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Stream
RemoteCall.java:245)
        at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:
220)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
        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 TestClient.main(TestClient.java:37)

Reply via email to