Search:

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

Search: Search took 0.03 seconds.

  1. injecting a string bean into a propertplaceholder

    I have a spring bean which holds a string value that is looking up a hostname. I also have a context property placeholder defined. I want to inject the spring bean into the property placeholder so...
  2. ContextLoaderListener and Remote JMS Topic and ConnectionFactory

    I am using Apache CXF to create a webservices and also a listener that listens to a JMS topic.
    On Weblogic, I have created a DefaultMessageListener that connects to a remote JMS Topic and...
  3. DefaultMessageListener sharedConnection

    I have a DefaultMessageListener bean defined :


    <bean id="jmsContainer"
    class="org.springframework.jms.listener.DefaultMessageListenerContainer">
    <property name="connectionFactory"...
  4. JndiTemplate and JndiObjectfactoryBean setup on WL causing SecurityExceptions

    I am able to run in a integration testcase within Eclipse that sets up a JMS message listener with JndiTemplate and JndiObjectFactoryBean as in following:


    <bean id="messageListener"...
  5. How to inject a file in springframework?

    I am trying to find a way to inject a file in Spring. How do I do it? I have tried this approach such as the following but does not work :



    <bean id="image" class="java.io.File">
    ...
Results 1 to 5 of 5