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
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
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