Search:

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

Search: Search took 0.05 seconds.

  1. Thanks for your reply this is what I have ...

    Thanks for your reply this is what I have

    applicationContext.xml

    <bean name="remoteService" class="com.test.service.RemoteServiceImpl" />

    <bean name="remoteTestService"...
  2. HttpInvokerServiceExporter does not work if the method has @Transactional attribute.

    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...
  3. Transactional Methods Not working when I use

    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...
  4. Replies
    7
    Views
    529

    Hi, Thank you very much. It worked charmingly.

    Hi,

    Thank you very much. It worked charmingly.
  5. Replies
    7
    Views
    529

    Hi, Thanks for the reply. This is my...

    Hi,

    Thanks for the reply. This is my controller code



    @RequestMapping(value="/login")
    public ModelAndView viewLogin(HttpServletRequest request) {
    ModelAndView modelAndView =...
  6. Replies
    7
    Views
    529

    I am using Tomcat 7.0.29

    I am using Tomcat 7.0.29
  7. Replies
    7
    Views
    529

    404 Error When Using spring 3.2.0.M2.jar

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