[JBoss JIRA] Created: (JBAS-3633) Tidyup logging when transaction is no longer active
by Adrian Brock (JIRA)
Tidyup logging when transaction is no longer active
---------------------------------------------------
Key: JBAS-3633
URL: http://jira.jboss.com/jira/browse/JBAS-3633
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: JB5-Transaction Manager
Affects Versions: JBossAS-4.0.5.CR1
Reporter: Adrian Brock
Priority: Minor
Since JBossTM rollsback transactions at transaction timeout,
we need to tidyup the transaction demarcation code (commit/rollback/setRollbackOnly, etc)
such that the logging is more information and not so noisy.
We still need to communicate that the transaction rolled back even if it is not
the transaction demarcation point that does the rollback.
Currrently, you get errors/warnings about not being able to setRollbackOnly or rollback,
because the transaction is already ended.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBAS-5309) Revisit Security Injection
by Adrian Brock (JIRA)
Revisit Security Injection
--------------------------
Key: JBAS-5309
URL: http://jira.jboss.com/jira/browse/JBAS-5309
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: Security
Reporter: Adrian Brock
Assigned To: Anil Saldhana
Fix For: JBossAS-5.0.0.CR1
The way security injection and dependency is working is a mess.
1) Some bits are passed as attachments
2) The Tomcat deployment mechanism needs redoing anyway
3) There's no way to override some things per deployment
4) The service dependencies of the security implementation don't look well defined
5) There's no real way to depend upon a specific login module, you have to depend on the XMLLoginConfig
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months