Hi Everyone,
I am getting following exception when run application.
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined...
Type: Posts; User: mubeen_fg; Keyword(s):
Hi Everyone,
I am getting following exception when run application.
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined...
Change the return ModelAndView object
in viewProductController
like
return new ModelAndView("product", product);
instead
modelAndView.addObject("product", product);
return...
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...
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...
ApplicationContext ctx =
new ClassPathXmlApplicationContext(new String[]{"filename.xml"});
--
Mubeen - Software Engineer
Fortunaglobal Private Limited - SriLanka
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
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...
Hi Andreas Senft
Thank you so much,
Now it's work fine.
Thank you so much,
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....