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...
Type: Posts; User: ksanjeev9211; Keyword(s):
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...
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"...
hi tannoy!
i want to do the following:
BeanDefinitionBuilder test = BeanDefinitionBuilder.rootBeanDefinition(Test.class);
registry.registerBeanDefinition("test",...
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
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...
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...
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...