I have used the look-up part and its working for now..............
But I am greedy and looking forward to use Service Locator Factory Bean and other parts. As currently I have to remove all...
Type: Posts; User: cursivetech; Keyword(s):
I have used the look-up part and its working for now..............
But I am greedy and looking forward to use Service Locator Factory Bean and other parts. As currently I have to remove all...
Interesting to know more on it, how can my service factory call context each time. ????
Is there any way to do it using xml or will I have to change the service factory itself.
Dear friends,
Why is my bean not creating new instantace evey time in this case.
Code:
<bean id="serviceFactory" class="helpers.ServiceFactoryImpl" autowire="byType"...
Dear friends,
Why is my bean not creating new instantace evey time in this case.
<bean id="serviceFactory" class="helpers.ServiceFactoryImpl" autowire="byType" autowire-candidate="true">...
Dear friends,
I possible was able to acheive something that could start my project running.
Not perfect though............
I removed all constructors and used getter & setters for my service...
Snapshot of My ServiceFactory
public class ServiceFactoryImpl extends ServiceFactory {
private Account_DetailsService _account_DetailsService;
public void...
Dear All,
I am stuck in a very basic issue as this is my first big project in spring.
We have a servicefactory which instantiates serveral services required by other services and classes which...
Dear All,
I have tried several things so that my struts actions are intercepted by spring AOP, but could not succeed. I get a error saying can't find proxy class.
The app context file
...
My Application context looks like this........
<bean id="userService" class="cursive.company.service.UserService" scope="prototype" autowire-candidate="true">
</bean>
<bean...
I have a special case where I have my own written Service Factory class which provides my struts 2 actions with required service beans.
My service factory is not singleton and get the objects from...
I just removed the old style advise for before method implementation and it worked
I have tried to solve the problem but I am not able to solve
Can you explain how to do the same.
I am using zero annotations, so reference is lilltle problem
Errors that I receive are
...