well, I don’t know if post this here or in the database section, but….
The problem is:
– I have a cmp entity bean to access to the database.
– A servlet take the data from the bean.
– An applet uses the data from the servlet to create the tables in the screen.
Well, the finder methods while a parameter is passed to them run correctly, but the only way I’ve could find to read the data is with ejb-ql
like if it was an sql sentence of the type of ‘select * from…’
It doesn’t work, and I don’t know how to do this.
Someone can help me?????????????