Search:

Type: Posts; User: cursivetech; Keyword(s):

Search: Search took 0.03 seconds.

  1. Its working

    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...
  2. How it can be done???

    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.
  3. Prototype Beans not creating as they should be.

    Dear friends,

    Why is my bean not creating new instantace evey time in this case.

    Code:


    <bean id="serviceFactory" class="helpers.ServiceFactoryImpl" autowire="byType"...
  4. Replies
    10
    Views
    23,856

    Protoype not created way I want.

    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">...
  5. Replies
    3
    Views
    1,088

    Half Solution was achieved what to do now???

    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...
  6. Replies
    3
    Views
    1,088

    Circular Dependencies

    Snapshot of My ServiceFactory



    public class ServiceFactoryImpl extends ServiceFactory {


    private Account_DetailsService _account_DetailsService;

    public void...
  7. Replies
    3
    Views
    1,088

    Circular Dependencies

    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...
  8. Replies
    0
    Views
    571

    AOP for Struts2 Actions

    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


    ...
  9. Replies
    1
    Views
    522

    My Application context looks like this-------

    My Application context looks like this........

    <bean id="userService" class="cursive.company.service.UserService" scope="prototype" autowire-candidate="true">
    </bean>


    <bean...
  10. Replies
    1
    Views
    522

    Creating Bean using Factory

    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...
  11. Replies
    4
    Views
    2,310

    My problem solved

    I just removed the old style advise for before method implementation and it worked
  12. Replies
    4
    Views
    2,310

    I tried but cld not understand

    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
    ...
Results 1 to 12 of 12