hessian « Web Service « Spring Q&A





1. Spring AOP ignores some methods of Hessian Service    stackoverflow.com

I have an Aspect with the following pointcut definition

@Pointcut("execution(public de.company.project..* *(..))")
and a spring configuration containing the following
<aop:aspectj-autoproxy />

<bean id="myaspect"
        class="de.company.project.impl.MyAspect" />

<bean id="someService" class="de.company.project.impl.SomeService" ...

2. Basic Auth and Hessian service    forum.springsource.org

Basic Auth and Hessian service Hello, I expose several services with Hessian. The client is a Swing application, Is it possible to configure these services to be protected in Basic auth ...

3. Basic Auth and Hessian service    forum.springsource.org

Basic Auth and Hessian service Hello, I expose several services with Hessian. The client is a Swing application, Is it possible to configure these services to be protected in Basic auth ...

4. Cannot connect to Hessian service???    forum.springsource.org

Cannot connect to Hessian service??? Howdy, We setuped our project on three computers,but there are some errors appeared to one computer ,I don't know why. The following error : 18:14:57 ERROR ...

5. Hessian Web Service + Spring = org.springframework.remoting.RemoteAccessException    forum.springsource.org

Nov 4th, 2007, 09:52 AM #1 ehghaghi View Profile View Forum Posts Private Message Junior Member Join Date May 2007 Posts 4 Hessian Web Service + Spring = org.springframework.remoting.RemoteAccessException Hi @all, ...

6. Hessian-Service is not working proper    forum.springsource.org

Hessian-Service is not working proper I have written a simple client to access a spring hessian-service: Code: import java.net.MalformedURLException; import com.caucho.hessian.client.HessianProxyFactory; public class HelloHessian { public static void main(String[] args) { ...

7. Hessian Service Exporter & Service Context    forum.springsource.org

Hi, I'm attempting to get the Service Context within a Spring defined Hessian service but to no avail. I'm attempting to get the context using the following code. Code: ServiceContext.getContextRequest() as ...

8. Remote services and Hessian    forum.springsource.org

Remote services and Hessian Hello, I try to test remote calls to a service with Hessian and I have the following exception: Cannot access Hessian service; nested exception is com.caucho.hessian.io.HessianProtocolException: unknown ...