Search:

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

Search: Search took 0.02 seconds.

  1. Resolved: use BeanPostProcessor

    found fairly elegant solution using BeanPostProcessor
  2. Spring-created bean to know where it was injected to?

    Purpose: I want to have a factory bean that creates instances of MyLogger. But I want each created instance of MyLogger to know which target bean it's been injected into.

    I could imagine some kind...
  3. Log4J configurer class than I can inject via Spring?

    I see org.springframework.util.Log4jConfigurer but I don't think that's going to work for me. I don't want to manage an external log4j.xml file. I want to manage log4j configs via...
  4. Replies
    1
    Views
    1,717

    How do I **not** use log4J

    I'm getting the following at startup...

    ==> logs/resin.stderr <==
    log4j:WARN No appenders could be found for logger (org.springframework.web.servlet.DispatcherServlet).
    log4j:WARN Please...
  5. Replies
    1
    Views
    1,008

    Resolved -- wrong "name" in c:out

    I've figured this out. The c:url tag needs to be

    <a href="<c:url value="/Login.htm" />">Login</a>
  6. Replies
    1
    Views
    1,008

    Getting "WEB-INF" in output of

    I have a page containing:

    <a href="<c:url value="Login.htm"/>">Login</a>

    And my springapp-servlet.xml and web.xml contain what's below. The problem: The above href is rendered as

    ...
Results 1 to 6 of 6