Thanks for your help, I really appreciate it -- I also read the same things you mentioned in the documentation. Unfortunately, no where in my application do I have either of these context tags:
...
Type: Posts; User: cone0010; Keyword(s):
Thanks for your help, I really appreciate it -- I also read the same things you mentioned in the documentation. Unfortunately, no where in my application do I have either of these context tags:
...
I have a class that has a field annotated with @Resource which I do not ever want Spring to inject. I've defined a spring bean as follows for the class containing this field:
<bean...
I have a legacy transaction manager which I'm trying to integrate with Spring transactions using @Transactional and org.springframework.jdbc.datasource.DataSourceTransactionManager. I can't...
Let's say I have something like so:
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<list>
...
Thanks for your reply,
I'm going to use the HttpInvoker remoting mechanism. I see in the readme file that comes with the distribution does indeed list all of the dependencies for the remoting...
I'm working on a proof of concept which utilizes Spring remoting:
It appears that I need to run a spring container on the client and the server to use remoting, is this correct? If so, what are...
So I have a PropertyPlaceHolderConfigurer like so:
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location">...