Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    587

    Has anyone done this? The ldif for the user...

    Has anyone done this?

    The ldif for the user is:


    version: 1

    dn: cn=user,ou=Area,o=Test,c=US
    objectClass: inetOrgPerson
    objectClass: organizationalPerson
  2. Replies
    2
    Views
    587

    Connect to LDAP

    I am trying to connect my insight dashboard to ldap so users can login. I went through the following url:
    ...
  3. Replies
    2
    Views
    315

    Anyone know what it could be?

    Anyone know what it could be?
  4. Replies
    2
    Views
    315

    getJdbcTemplate always returning null

    I have the following impl method in my mvc app. When I return to the controller the NPE exception always is executed. The user I am logging in with is in the users table. My users table has the...
  5. Replies
    1
    Views
    252

    I figured it out I needed the following...

    I figured it out I needed the following @ModelAttribute added to the processForm method signature:

    public String processForm(@ModelAttribute("login") @Valid User user, BindingResult result)
  6. Replies
    1
    Views
    252

    Login & Registration Controllers

    I am trying to implement Login and Registration controllers in my app. I currently have controllers for each and one bean called User.




    /**
    * Handles requests for the application home...
  7. Replies
    5
    Views
    1,586

    I changed the artifact id and it is now able to...

    I changed the artifact id and it is now able to find the dependency. Do you suggest I just use JDBCTemplate instead? I went off of this...
  8. Replies
    5
    Views
    1,586

    I did declare the dependency in my pom.xml: ...

    I did declare the dependency in my pom.xml:


    <dependency> <groupId>org.springframework</groupId> <artifactId>org.springframework.jdbc</artifactId> <version>3.1.1.RELEASE</version> </dependency>
    ...
  9. Replies
    5
    Views
    1,586

    JDBCDAOSupport can't find dataSource

    Hi,

    I am new to Spring and am trying to setup JDBCDAOSupport in my mvc project to connect to a mysql backend. I am receiving the following error message:


    java.lang.ClassNotFoundException:...
Results 1 to 9 of 9