[JBoss-user] [JCA/JBoss] - Re: Rollback when no work has been done

2005-08-11 Thread rworsnop
Thanks for the quick response! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889577#3889577 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889577 --- SF.Net email i

[JBoss-user] [JCA/JBoss] - Rollback when no work has been done

2005-08-11 Thread rworsnop
Using: JBoss 4.0.2, Hibernate 3.0.5, jTDS. I am getting connections via a JBoss data source (no-tx-datasource). I am handling transactions manually. If my code throws an exception, I am calling Connection.rollback in the catch. In the code that catches the exception and calls rollback, I don't

[JBoss-user] [Security & JAAS/JBoss] - Token generation on login

2005-02-08 Thread rworsnop
I would like to generate a token on successful password login, and then be able to use that token to access EJBs. I found this relatively straightforward to implement for a fat client: the client uses a LoginModule that generates a token, and then shares that token with ClientLoginModule, which