Search:

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

Search: Search took 0.06 seconds.

  1. found the solution

    Adding the <dispatcher> elements solved it.



    <filter-mapping>
    <filter-name>springSecurityFilterChain</filter-name>
    <url-pattern>/*</url-pattern>
    ...
  2. cannot forward to j_spring_security_check (SS 2.0.4/Tapestry5/JBoss 4.2.3)

    Hello,

    I'm trying to make form login work with Tapestry 5 and SS 2.0.4

    When the login form submission is made, the POST request ends up in Login.onSubmit() (where Login is the Java class...
  3. how to get the JMS queue name from within a POJO message bean?

    Our JMS integration with Spring follows the common path of having a DefaultMessageListenerContainer -> MessageListenerAdapter -> POJO.

    The POJO is used for multiple destinations. I would like to...
  4. Well, it already works with DAOImpl if I want to...

    Well, it already works with DAOImpl if I want to catch all subclasses with one aspect. What I tried, through, is to have different aspects for different subclasses, hence the attempt to advice only...
  5. JDK proxy (Sun's JDK5 to be more precise).

    JDK proxy (Sun's JDK5 to be more precise).
  6. forgot to mention: Spring 2.0.1

    I forgot to version: Spring 2.0.1
  7. after-throwing aspect not called (for subclasses)

    I've run into a case when an after-throwing advice is not executed in certain situations (and no, it does not appear a case of self-invocation). The case is pretty simple.


    I have an interface, ...
Results 1 to 7 of 7