Results 1 to 2 of 2

Thread: Support for cache.xml "initializer" element

  1. #1

    Default Support for cache.xml "initializer" element

    Is there any plan to add the cache.xml initializer element added in Gemfire 6.6.0 to the Spring Data GemFire project (eg. include it in the spring-gemfire.xsd)? 6.6.X Release Notes

    It appears the element was added on June 28, 2012 by 1467ec0668ec5fdf10cd31cf1ad9aa01ca03f08d and subsequently removed by bb34beb224530d80c562f66dd1b877b3b8e36d93 on July 3, 2012.

    Thanks for any info,
    Mike

  2. #2
    Join Date
    Oct 2004
    Location
    Berwyn, PA
    Posts
    56

    Default

    There's really no need for it. You can use Spring Framework to declare a bean that will do whatever you need. Spring provides several options for running initialization code. For example:
    Code:
    <bean id="exampleInitBean" class="examples.ExampleBean" init-method="init"/>
    David Turanski
    SpringSource Senior Software Engineer

Posting Permissions

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