I have two web applications using Spring & Tiles that won't co-habit the same server. I'm using Orion 2.0.6. I suspect the problem is due to Tiles as the end JSPs work perfectly.
I can run...
Type: Posts; User: seru; Keyword(s):
I have two web applications using Spring & Tiles that won't co-habit the same server. I'm using Orion 2.0.6. I suspect the problem is due to Tiles as the end JSPs work perfectly.
I can run...
Were successfully using Acegi 0.8.3 on a project that has both form authentication and basic authentication. The basic authentication is used for web services.
I noticed however, that I couldn't...
Thanks for your reply James - I finally found some time to investigate this further...
We're using J2EE 1.3 at the moment so I've had a look at doing the transaction management manaually as you...
You would generally give your clients a 'cut-down' version of your appication jar which contains your interfaces and any required supporting classes & resources.
Hi
I'm struggling to get global transactions to work with datasources and JMS.
I'm using JOTM with Enhydra for the distributed datasource bits and that all works as expected.
However, I also...
OK thanks - I missed that paragraph in the documentation.
I've implemented a listener now that performs my task upon successful authentication.
I'm still a bit unsure of how to do something...
Hello!
Can anyone tell me if there is an equivalent of a session listener within the Acegi framework?
I want to perform some arbitrary tasks when a user has been authenticated and also when...