1. Spring AOP ignores some methods of Hessian Service stackoverflow.comI have an Aspect with the following pointcut definition
and a spring configuration containing the following
|
2. Basic Auth and Hessian service forum.springsource.orgBasic 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.orgBasic 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.orgCannot 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.orgNov 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.orgHessian-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.orgHi, 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.orgRemote 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 ... |