Hi,
I'm connecting to Firebird database using Jaybird jdbc and hibernate 3 as a orm mapping solution. I having problems with encoding configuration. First at all i have added then enconding...
Type: Posts; User: d_a_g_a_h_e; Keyword(s):
Hi,
I'm connecting to Firebird database using Jaybird jdbc and hibernate 3 as a orm mapping solution. I having problems with encoding configuration. First at all i have added then enconding...
Hi, thatīs it,
Thank for your time.
Danny
I`m looking inside acegis code to imagine some solution. Then, i have found into ProviderManager class the method (registerSuccessfulAuthentication) used by acegis to put authentication instance into...
Yes. i know that i need get hold my information SecurityContextHolder. I have a bean implementing security interface to control all my work with agecis security (contextoDeSeguridad), it's injected...
Hi, i have a User subclass of acegis user class, the class add some attributes (asociated customer) loaded on loadUserByUsername from JdbcDaoImpl. Some action need to get asociated customer from user...
Hi, i have read a lot of thread talking about subclass some class or implement specific interface and filter to get custom behavior in the authetication process (adding a PIN param to check, etc...)....
Any comment please?. Anyone in the same situation?
Thanks
Danny
Hi, i have protected my dwr exposed method using method security interceptor. Services bean use a "username" params into his methods to get associated data from RDBMs. The question in that point...
Hi, i answer my question. The bean definition for HandlerMapping must turn on the alwaysUseFullPath property. :)
Thanks
Danny
Hi, i have configured dwr 2.0 with spring for use inside a webapp with this requirements. DwrController is created in a servlet aplication context, my problem begun when i have tried to set the...
Thanks tomek, i got it.
Hi, can i download xfire from some site?. Xfire link on codehaus.org donīt work.
Thanks
Danny
Hi, i`m using spring framework in my web aplication. In some situation i have needed implement a form with a navigator, that is:
The user select or write some field values in the form to filter...
Hi Croco, thank for your answer. The second option detail only a product and your data. Really i need the same product list that first option, but with another web desing (showing image,...
Hi, i have a web application with a product catalog page. Right now i want t to bring users the posibility of choice between a normal view (products are show inside a list) and detail view (products...