Quantcast
Channel: Spring Community Forums - Remoting
Viewing all articles
Browse latest Browse all 18

Spring JMS remoting not work in Spring Web

$
0
0
I have a trouble when integrate Spring JMS remoting in my web service

when i run web app and try make a remoting i have get an exception

Quote:

org.springframework.remoting.RemoteInvocationFailu reException: Invocation of method [public abstract java.lang.Long pageview.contract.CategoryDomainService.getPageVie wByDomainCategory(com.vcc.pageview.request.DomainC ategoryRequest)] failed in JMS invoker remote service at queue [queue://categoryDomainQueue]; nested exception is java.lang.NoSuchMethodException: $Proxy8.getPageViewByDomainCategory(com.vcc.pagevi ew.request.DomainCategoryRequest)
I think Spring have a problem when try to make Proxy for CategoryDomainService

When i use this code in stand alone application ( run as java application ) every thing work well

Can some one give me a solution to work around that ?? :(

Viewing all articles
Browse latest Browse all 18