Search:

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

Search: Search took 0.02 seconds.

  1. Thanks Dave for the reply! I was trying lot of...

    Thanks Dave for the reply!

    I was trying lot of things to achieve this but in vain and this would me to stop putting my further effort rather futile efforts:)...

    I think there is a JIRA issue...
  2. Is the of late binding commit interval possible?

    How to late bind the commit interval?
    Can I do the following:

    <bean id="step"
    class="org.springframework.batch.core.step.item.SimpleStepFactoryBean">
    <property name="transactionManager"...
  3. programatically creating applicationContext

    hi tannoy!

    i want to do the following:

    BeanDefinitionBuilder test = BeanDefinitionBuilder.rootBeanDefinition(Test.class);
    registry.registerBeanDefinition("test",...
  4. programatically creating ApplicationContext

    hi tannoy,

    I will try with the suggestions you have made and i think that would work.

    once again thanks for your quick reply,

    regards,

    sanjeev
  5. programtically creating application context

    Thanks Tannoy for your reply!
    Can I define a BeanDefinitionBuilder for java.util.Map.
    If yes then how to inject objects into that map using the same BeanDefinitionBuilder.
    e.g.

    <util:map...
  6. programtically creating application context

    Hi!
    I am trying to create applicationcontext programatically. However, i dont know how to create BeanDefinitionBuilder object for a property of any bean which is of type java.util.Map.

    Thanks in...
  7. how to load a particular bean on refresh()

    Hello!

    my application is using hibernate with spring. how to refresh only the datasource bean i.e. how to refresh a particular bean without destroying other beans.

    does anybody has the solution...
Results 1 to 7 of 7