Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,333

    session factory problem

    Hi Everyone,

    I am getting following exception when run application.

    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined...
  2. change the return model and view

    Change the return ModelAndView object
    in viewProductController
    like
    return new ModelAndView("product", product);

    instead

    modelAndView.addObject("product", product);
    return...
  3. redirecting to another controller from a jsp

    If the two controller code attached
    it would be much more clear..

    As I know you xml configuration are
    clear,

    But the browseController seems
    having some other method instead of...
  4. Replies
    0
    Views
    644

    PLease help me on this

    Any can give me a help on this,

    I want to create an XML file with bean
    definition. For Example I am defining an
    bean "CreateUserDAO" which is implemented
    by "CreateUserDAOImpl".

    Is that...
  5. Replies
    2
    Views
    882

    Try this out

    ApplicationContext ctx =
    new ClassPathXmlApplicationContext(new String[]{"filename.xml"});

    --
    Mubeen - Software Engineer
    Fortunaglobal Private Limited - SriLanka
  6. Can you attach the web.xml and context.xml

    I think the problem with the
    view resolver.

    Could you attach the
    files, where I can try to correct you.

    --
    Mubeen - Software Engineer
    Fortunaglobal Private Limited - SriLanka
  7. How can inject bean through spring to Action classes

    Hi All,

    I am new to struts, but I work a lot with spring.
    Is there any way to configure and inject DAO service beans
    through XML configuration inside the Struts Action Classes.
    Note : DAO...
  8. Hi Andreas Senft Thank you so much, Now it's...

    Hi Andreas Senft

    Thank you so much,
    Now it's work fine.

    Thank you so much,
  9. org.springframework.beans.factory.NoSuchBeanDefini tionException: No bean named '' is

    Hi All,

    I getting the following exception when I start the application,
    Please help me on this.

    Thank you,
    Mohamed Mubeen
    Software Engineer
    Fortunaglobal Private Limited....
Results 1 to 9 of 9