Hi,
I want to implement a finder method, findAll() in my CMP entity bean which
returns a java.util.collection.
The finder method will return all the records available in the table.
How should my EJB QL looks like? I put something like this but I
encountered error when running my JSP.
(I access the CMP through a JSP page)
EJB QL :
SELECT OBJECT(o) FROM UOM AS o
Error Message :
org.apache.jasper.JasperException: [line 1, col 23] The schema name was
not found in the deployment descriptor; nested exception is:
com.borland.ejb.ql.QueryError: [line 1, col 23] The schema name
was not found in the deployment descriptor
I am using JBuilder8 and Borland Enterprise Server.
Pls help. Thanks.
Best Regards,
- nicole -