This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Spring and the fly likes Constructor injection using c:namespace Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "Constructor injection using c:namespace" Watch "Constructor injection using c:namespace" New topic
Author

Constructor injection using c:namespace

Graeme Byers
Ranch Hand

Joined: Apr 16, 2004
Posts: 127
Spring 3.1.0.RC1 : Can any one spot the error I making ? Thank you for any help.







Saifuddin Merchant
Ranch Hand

Joined: Feb 08, 2009
Posts: 576

From the spring documentation,

For the rare cases where the constructor argument names are not available (usually if the bytecode was compiled without debugging information), one can use fallback to the argument indexes:

<-- 'c-namespace' index declaration -->
<bean id="foo" class="x.y.Foo" c:_0-ref="bar" c:_1-ref="baz">


Cheers - Sam.
Twisters - The new age Java Quiz || My Blog
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Constructor injection using c:namespace
 
Similar Threads
Spring MVC question
HibernateException: No Hibernate Session bound to thread
Spring with generics
AOP not getting invoked on my Target Bean Method --> Singer.perform() method
AOP Not working with Spring 3 MVC application