Search:

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

Search: Search took 0.02 seconds.

  1. 'autodetect' config'ed MBeanExporter not working

    Hi, I've the following bean config file, essentialy lifted from the JMX section in the online docs:

    <!-- this config will grab and export any JMX annotated beans -->
    <beans>
    <bean...
  2. Replies
    0
    Views
    732

    Classloading issues in proxied object

    Hi,
    I've configured spring to create a pool of proxied objects for a rule engine driver via the ProxyFactoryBean. The rule engine itself does some classloading during the execution of a rule set. ...
  3. Replies
    0
    Views
    1,283

    Tapestry + JasperReports

    Hi,
    We are using Spring with Tapestry for our front end. We are looking to integrate JasperReports as well. Just real quick.
    Does it make more sense to create some Tapestryglue code for Jasper...
  4. That's what I figured. The bean in question is...

    That's what I figured.
    The bean in question is not using Spring's mail functionality, but I may be able to quickly refactor it to do so.

    Thanks.
  5. PropertyOverrideConfigurer and Properties-type properties

    Forgive the alliteration :)

    Is it possible to use the PropertyOverrideConfigurer to set props like the following:



    ...
    <property name="emailProperties">
    <props>
    ...
  6. Yes, I understand the normal resource lookup...

    Yes, I understand the normal resource lookup mechanism, I think i interpreted the 'classpath*' syntax as a search.

    Thanks for the clarification guys.
  7. Problem solved, I moved the beanRefContext.xml to...

    Problem solved, I moved the beanRefContext.xml to the default package and it's working. But I am a little confused, my interpretation of the docs was that Spring would search the classpath for the...
  8. Hi Colin, No I actually already had (and fixed)...

    Hi Colin,
    No I actually already had (and fixed) the beanRefFactory.xml vs beanRefContext.xml problem. Turns out reading is fundamental :) So I thought that would take care of it. But I am still...
  9. ContextSingletonBeanFactoryLocator not finding beanRefContex

    Hi,
    I am having problems getting the ContextSingletonBeanFactoryLocator to load my beanRefContext.xml, I am using spring 1.1.5.

    I have this code


    BeanFactoryLocator bfl =...
  10. Erroneous No setter for property 'xxx' errors in class 'yyy'

    I am getting weird "No setter for property 'xxx' errors in class 'yyy'". For instance the 'jndiName' property is only specified in the 'xappPropertiesFile' bean def. But the validator is...
  11. Replies
    2
    Views
    3,215

    Spring AOP and JSPs

    Hi,
    I have a system with lots of bad JSPs rife with procedural code. I'd like to advise some of the methods in these JSPs. Was wondering if anyone had attempted this with Spring AOP.

    I've...
  12. Replies
    8
    Views
    3,476

    Totally concur that it's undesirable from a best...

    Totally concur that it's undesirable from a best practices POV, just the reality of wiring up code that's not 'yours'. Guess we need to think of ways to support but discourage it :)
  13. Replies
    8
    Views
    3,476

    That was next :) Was checking to see if there was...

    That was next :) Was checking to see if there was a 'built-in' way to handle this.

    Thanks
  14. Replies
    8
    Views
    3,476

    Setting public fields

    I need to set some public fields on a 3rd party class that does not quite meet the bean spec (no setX/getX). Is it possible to do this in Spring? More specifically, can it be done via declarative...
  15. Replies
    2
    Views
    2,207

    Double Duh :) Thanks, Rod !

    Double Duh :)

    Thanks, Rod !
  16. Replies
    2
    Views
    2,207

    Int'ing public inner classes in XML

    Hi,
    I am using the Apache Commons Pool package and attempting to setup and instance of a public inner class (org.apache.commons.pool.impl.GenericKeyedObjectPool.Config).


    The spring startup...
Results 1 to 16 of 16