I've developed simple application which uses a stateles session bean
facade. Internaly the session bean uses straight JDBC (no entity
beans). However when I try to use the commit() or rollback() methods
the app fails reporting I'm not allow to use transactions. Could you
please give some advice on what I'm doing wrong?
regards,
JPenn