I had a similiar problem when using a session bean and jdbc.
I fixed it by making sure that I was  doing a "select as" --
maybe this will help with the custom finder?

SELECT MAX(PK_ID) as pk_id FROM PKTABLE.

Kevin Meldorf
Systems Analyst
WorldTravel BTI
400 Skokie Blvd
Northbrook, IL 60062
Phone: (847) 480-8340
[EMAIL PROTECTED]




_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to