Results 1 to 2 of 2

Thread: Refresh ApplicationContext

  1. #1
    Join Date
    Jan 2005
    Location
    Austria
    Posts
    20

    Default Refresh ApplicationContext

    How can I refresh the ApplicationContext? I'm using a beanRefFactory for EJBS. The applicationContext.xml is in the classpath. If I change some entries within the applicationContext.xml nothing is refreshed, altough the ClassPathXmlApplicationContext is derived from the AbstractRefreshableApplicationContext which sounds that the context will be refreshed?

    <beans>
    <bean id="at.sozvers.hvb.zustellclient.service.impl.zust ellclientService" lazy-init="true" class="org.springframework.context.support.ClassPa thXmlApplicationContext">
    <constructor-arg>
    <value>applicationContext.xml</value>
    </constructor-arg>
    </bean>
    </beans>

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    Don't think you can. JIRA entry SP94 is scheduled for 1.4 RC1.

Similar Threads

  1. problems loading applicationcontext
    By andrea_z in forum Web
    Replies: 6
    Last Post: Feb 8th, 2006, 08:25 AM
  2. Replies: 2
    Last Post: Oct 13th, 2005, 09:58 AM
  3. Refresh ApplicationContext
    By tw888 in forum Container
    Replies: 7
    Last Post: Jul 18th, 2005, 11:05 AM
  4. Replies: 4
    Last Post: Jun 8th, 2005, 06:22 AM
  5. TransactionProxyFactory and ApplicationContext
    By newToSpring in forum Container
    Replies: 9
    Last Post: Oct 18th, 2004, 03:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •