"msteiner" wrote : Seam security does strange things with transactions when is 
turned on 'Transaction failed' message is rendered and when I try write to db I 
get exception: 
  | 
  | 
  | 
  |   | (...)
  |   | Caused by: org.jboss.util.NestedSQLException: Transaction is not 
active: (...)

The security API doesn't do anything specifically with transactions.  Is this 
problem happening in your AuthenticationProvider?

In response to your other question, no its not ready for any type of production 
use yet.  I was hoping to get more feedback, however I'm currently thinking 
that I will be redesigning it using Seam interceptors and doing away with 
container integration.  This should simplify the configuration for most people, 
make it more portable and also allow security to be implemented for JAVA_BEAN 
components.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969302#3969302

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969302
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to