Search:

Type: Posts; User: l.pasquinelli; Keyword(s):

Search: Search took 0.03 seconds.

  1. You can create a welcome.html with a redirect...

    You can create a welcome.html with a redirect meta tag to /Inscripcion.do
  2. You are getting attribute from request scope but...

    You are getting attribute from request scope but you set listener object in session scope.

    You should do :


    Object o = request.getSession().getAttribute("progress");


    Also check...
  3. Replies
    0
    Views
    652

    Managing special roles

    Hi all,

    I have a web-app configured with spring security which gets users and roles from an ldap tree.

    I have a dn ou=User,dc=application for users and, for role, ou=Groups,dc=application .
    ...
  4. Thanks for your support :)

    Thanks for your support :)
  5. Replies
    3
    Views
    685

    It's correct but remember at the remote address...

    It's correct but remember at the remote address can be the client address, or the last proxy that sent the request.
    ...
  6. Ok i found the solution to my problem : i define...

    Ok i found the solution to my problem : i define the interceptor in one xml file, and the service in another, but i don't define in in the xml that contains service definition the following code (i...
  7. You're right but at this phase i'm testing if the...

    You're right but at this phase i'm testing if the interceptor annotation works correctly using variuos configuration elements, i used your suggestion yesterday on first test.
  8. Spring 3.0 annotated interceptor probably issue

    Hi all,

    yesterday i was migrating a simple application from spring 2.5.6 to spring 3.0 and i found a strange problem when i test a simple application interceptor.

    This interceptor receive by...
  9. Hi all, I found a similar problem while I was...

    Hi all,

    I found a similar problem while I was testing aop function with jpa which use hibernate as engine for a mysql 5 database.

    In my dao implementation i inject the entityManagerFactory, and...
  10. I have the same problem and i found a possibile...

    I have the same problem and i found a possibile cause :

    In my dao, i inject the entityManagerFactory and get the entityManager instance from this factory.

    I change the injection with


    ...
Results 1 to 10 of 10