Thanks brother...my problem has been solved, thank you very much.
Regards,
Steven
Type: Posts; User: loneboy62; Keyword(s):
Thanks brother...my problem has been solved, thank you very much.
Regards,
Steven
yes, i have tried to do it in that way also, i create both dataSource and SessionFactory, however the problem is it unable to find the second dataSource which i have created.
<bean...
Hi all,
Does anyone try to configure two dataSource in your xml and use IoC to access both connection ? If yes could anyone give the clue to me how to get started on this?
I have done spring...
The most easy way is used javascript to trigger your logout method. It is highly depend on your client browser and different browser has different behaviours.
I implements in this way, if any1...
Problem should be happened in your application's two part, either filterchain or your login authentication code,check with your login method and the verify checking should solve the problem since you...
Sorry guys...I have solved the problem.
Actually my part is because my model is default set the value in isNonAccountLocked those....
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
"http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
<!-- ========================...
public class SecurityManagerImpl implements SecurityManager {
private AuthenticationManager authenticationManager;
public UserLogin verifyLogin(String username, String password) {
...
This is from UserLoginDaoImpl implements UserLoginDao,UserDetailsService
public UserDetails loadUserByUsername(String username) throws UsernameNotFoundException, DataAccessException {...
I'm new to acegi and I got an error of
org.acegisecurity.LockedException: User account is locked
at org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProv...
I believe your problem happened in the hibernate session ,could you paste ur xml file, a complete source code from your manager to dao.?
Actually I'm not sure is that I post the problem here. But anyway, please do help me on this case, i explain the situation now.
I'm using JBoss/Hibernate/Spring to do with my project. Previously...
Hi all,
So , in this case, if i need to write a Jasper report, i need to write my own wrapper class directly from jasper and not on spring, is it something meaning like that ? If so, how come...
I have a problem on using spring framework to integrate with the Jasper report, is it any tutorial or sample can let's me read through which using spring to create the jasper report, thanks for...
LazyInitializationException is caused of your POJO either collection or object level there is a dependencies lazy setting, while you integrate with spring framework, it will close your session after...
Please check whether <common-lang.jar> is in your classpath. Perhaps you can paste the whole log and easy to trace of the actual error, thanks.
Hi all,
I have read through the documentation provided by spring team, but I'm unable to understand deep through on the Http Invoker provided by Spring.
I'm tried to use...