I have a use case where we are creating a web service that will be generating a large xml document back to the user. I'd like to implement the messaging pattern to be document/literal.
Also, I'd...
Type: Posts; User: jivesociety; Keyword(s):
I have a use case where we are creating a web service that will be generating a large xml document back to the user. I'd like to implement the messaging pattern to be document/literal.
Also, I'd...
I have an SQL Server 2000 function, that has 1 out parameter and 3 in parameters. The 3rd parameter is optional though. How do you use Spring's StoredProcedure object to supply the third parameter to...
Yufeng,
Did you ever get a solution for your probelm about it not supporting a command class? I have one simple JavaBean class where I get this error and not others. The JavaBean is very simple...
Have you figured out a solution to your problem yet? I am running across the same issue too
I figured out my problem. Not only did i have to change the Authentication object in the Session but I also had to update the SecureContext.
Thanks for all the help though.
I am using the NullUserCache for now and I'm using Hibernate as ORM layer and have a class that implements the AuthenticationDao interface.
I am still having no luck with resetting the...
Ben,
Maybe I'm a bit confused on how exactly how to use the security framework. Is there already a module in Acegi decicated to changing a password for a database repository? If not, what is the...
I have a problem in an application that is using Acegi for authentication. I have a Spring controller that allows the user to change their password in the database. When the password has been...