Thanks for your reply this is what I have
applicationContext.xml
<bean name="remoteService" class="com.test.service.RemoteServiceImpl" />
<bean name="remoteTestService"...
Type: Posts; User: saramani; Keyword(s):
Thanks for your reply this is what I have
applicationContext.xml
<bean name="remoteService" class="com.test.service.RemoteServiceImpl" />
<bean name="remoteTestService"...
I am trying to use HttpInvokerServiceExporter to expose one of my Service Classes and it has transactional methods. and it is not working. But the moment When I do not have any transactions. But...
I am trying to use HttpInvokerServiceExporter for one of my Service Classes. When I use it without transaction just print "Hello World". Everything works. But the moment I am using @Transactional...
Hi,
Thank you very much. It worked charmingly.
Hi,
Thanks for the reply. This is my controller code
@RequestMapping(value="/login")
public ModelAndView viewLogin(HttpServletRequest request) {
ModelAndView modelAndView =...
I am using Tomcat 7.0.29
Hi,
I recently updated Spring to the latest version Spring 3.2.0.M2 version. When I go to any page in my web application, I am getting 404 error.
My web.xml entries.
<servlet>
...