Search:

Type: Posts; User: Kiran Keshav; Keyword(s):

Search: Search took 0.02 seconds.

  1. resolved

    There was a reference in my filterInvocationInterceptor to an accessDecisionManager with an aclVoter. When using both the filterInvocationInterceptor and the methodInvocationInterceptor, you have to...
  2. IllegalArgumentException on Tomcat startup

    Hello,

    When adding an acl voter to my decisionVoters in the accessDecisionManager, I always get a


    java.lang.IllegalArgumentException: AccessDecisionManager does not support secure object...
  3. In the project.xml file, you have ...

    In the project.xml file, you have



    <dependency>
    <groupId>apache-directory</groupId>
    <artifactId>apacheds-main</artifactId>
    <version>0.9-SNAPSHOT</version>
    ...
  4. I am getting the same error. Further down the...

    I am getting the same error. Further down the stack trace it shows that a test does in fact fail:

    log4j:WARN No appenders could be found for logger...
  5. Replies
    27
    Views
    4,749

    Not exactly sure how to disable this. I have...

    Not exactly sure how to disable this. I have created a definition:

    <bean id="propertyPlaceholderConfigurer"
    class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">...
  6. Replies
    27
    Views
    4,749

    I am using OGNL 2.67 and getting this error. Is...

    I am using OGNL 2.67 and getting this error. Is there a specific version I need to use?
  7. Replies
    27
    Views
    4,749

    Hmm. I should have mentioned that I have OGNL on...

    Hmm. I should have mentioned that I have OGNL on the classpath. Also, I have added:

    <map>
    <entry key="${flowScope.name}" value="name"/>
    </map>

    but get:
    ...
  8. Replies
    27
    Views
    4,749

    Similar problems with attribute-mapper

    I have run into some problems in getting the attribute mapper to work after porting my code to use preview release 3.

    In my xxx-servlet.xml file I have:

    <bean...
  9. I don't think so. I have just found a solution...

    I don't think so. I have just found a solution ... Spring Webflow contains a FormAction to solve this exact problem.

    Regards,

    Kiran
  10. Accessing a SimpleFormController from a webflow

    I have currently run into a situation where I would like to call a FormController from a flow. Is it possible to do this, and if so would you call the Controller's 'onSubmit' method from the...
  11. Replies
    4
    Views
    778

    Problem solved. Answer: The...

    Problem solved.
    Answer: The applicationContext.xml is "globally available" to the web contexts. You can either use the default location of the applicationContext.xml (/WEB-INF/) or set the...
  12. Replies
    4
    Views
    778

    Thanks, Alef. I am assuming the...

    Thanks, Alef.

    I am assuming the ContextLoaderListener will default to using the applicationContext.xml if it doesn't find the contextConfigLocation. As you stated below, this context will then be...
  13. Replies
    4
    Views
    778

    Ok, but can I import one xxx-servlet.xml into...

    Ok, but can I import one xxx-servlet.xml into another?

    As a design decision, I have created different web contexts to handle different client types. For example, I have a template web context...
  14. Replies
    4
    Views
    778

    Embedding BeanFactories

    Just wondering if it is possible to embed one bean factory into another. I have multiple servlets and corresponding contexts, and would like to reuse some already defined beans as opposed to having...
Results 1 to 14 of 14