If you are using spring 2.0, you can define the orderBean in your spring context:

   <bean id="user" class="com.foliofn.folio.ui.user.User">
       <aop:scope type="session"/>
       <property name="serviceLocator" ref="serviceLocator"/>
   </bean>

(Of course if you using spring, why inject a service-location? Why not just inject the service?)

-barry

Reply via email to