Search:

Type: Posts; User: loneboy62; Keyword(s):

Search: Search took 0.03 seconds.

  1. Thanks brother...my problem has been solved,...

    Thanks brother...my problem has been solved, thank you very much.


    Regards,
    Steven
  2. yes, i have tried to do it in that way also, i...

    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...
  3. Spring + Hibernate allow two database connection in one project??

    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...
  4. The most easy way is used javascript to trigger...

    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...
  5. Problem should be happened in your application's...

    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...
  6. Sorry guys...I have solved the problem. ...

    Sorry guys...I have solved the problem.

    Actually my part is because my model is default set the value in isNonAccountLocked those....
  7. This is the part of my applicationContext-security.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
    "http://www.springframework.org/dtd/spring-beans.dtd">

    <beans>

    <!-- ========================...
  8. This is the part i verify the login user

    public class SecurityManagerImpl implements SecurityManager {

    private AuthenticationManager authenticationManager;

    public UserLogin verifyLogin(String username, String password) {
    ...
  9. This is the part of getUserRoles' authority activities

    This is from UserLoginDaoImpl implements UserLoginDao,UserDetailsService


    public UserDetails loadUserByUsername(String username) throws UsernameNotFoundException, DataAccessException {...
  10. Need help : org.acegisecurity.LockedException

    I'm new to acegi and I got an error of



    org.acegisecurity.LockedException: User account is locked
    at org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProv...
  11. I believe your problem happened in the hibernate...

    I believe your problem happened in the hibernate session ,could you paste ur xml file, a complete source code from your manager to dao.?
  12. Replies
    1
    Views
    1,095

    Spring jboss integration problem

    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...
  13. Replies
    4
    Views
    8,399

    Hi all, So , in this case, if i need to write...

    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...
  14. Replies
    4
    Views
    8,399

    Problem with Spring Jasper Report

    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...
  15. LazyInitializationException is caused of your...

    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...
  16. Replies
    3
    Views
    1,109

    Please check whether is in your...

    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.
  17. Replies
    0
    Views
    1,063

    Spring Http Invoker vs Apache HttpClient

    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...
Results 1 to 17 of 17