Title: 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.Strea
Title: Unable to call an EJB from a Servlet
Hi,
I have deployed a simple Hello World Bean and it is working perfectly when I use a java app. to connect to the bean. But in the same way if I try to connect to the bean using a servlet or a JSP, it is not working.
I am using JBos