Hi,

Where do I do the dependency injection for my service implementation beans?


For example if I configure in beans.xml and expose the service using jaxws can 
I use a bean in implementor instead of the class name?


If I try:

<jaxws:endpoint id="orderProcessService" implementor="orderP" 
address="/OrderProcess" />
 
<bean id="orderP" class="demo.order.OrderProcessImpl" />

I get java.lang.ClassNotFoundException:   orderP



Thanks,

David



Reply via email to