Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    1,896

    awesome, thank you very much.

    awesome, thank you very much.
  2. Replies
    8
    Views
    1,896

    could you post the code? It looks like the...

    could you post the code?

    It looks like the annotations are ignored for me.
  3. Replies
    8
    Views
    1,896

    If I don't implement an XXXMBean interface then...

    If I don't implement an XXXMBean interface then my beans don't get exported to JMX unless I do the old style configuration (which also ignores the annotations).

    The problem with the old style...
  4. Replies
    8
    Views
    1,896

    maybe something else?

    thanks for the reply, I was beginning to think the forum was inactive.

    I ripped the config off from 20.3.3 (copy/paste); still, none of the meta-data from the annotations is showing up...

    It...
  5. Replies
    8
    Views
    1,896

    Annotations ignored by Spring

    Maybe I'm doing something wrong but, I can't find a way to get the annotations to be read by Spring for my managed Beans.


    ManagedResource(description = "Configurable Data Service Factory allows...
  6. thanks, I'll guess I'll just use both forms of...

    thanks, I'll guess I'll just use both forms of config for now :-)
  7. How to configure fallback object ?

    When using the old JndiObjectFactoryBean, you could pass a defaultObject property to use when an object can't be found in JNDI.

    How do I go about configuring this when using the new goodness...
  8. Replies
    5
    Views
    1,516

    Same Error but diff XML

    org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'jee:jndi-lookup'....
  9. Replies
    5
    Views
    1,668

    How did you configure the HttpServletBean? I...

    How did you configure the HttpServletBean?
    I can't get the init method to be called and am unable to find any documentation about how to configure this class.
    thx
  10. Replies
    3
    Views
    2,522

    How to get rid of duplicate configuration options?

    Since I could not find any documentation for configuring the HttpServletBean, I switched to extending the FrameworkServlet (which is well documented).
    Now, I'm trying to figure out how to get rid of...
  11. Replies
    3
    Views
    2,522

    I'm having the same problem

    Is there any documentation on how to configure the org.springframework.web.servlet.HttpServletBean ?
    Google reveals nothing.

    I've pasted the relevant bits of code below, the setter in my...
Results 1 to 11 of 11