spring-remoting Questions

2

Solved

I'm trying to migrate Spring from XmlApplicationContext to AnnotationConfigApplicationContext (more info: Java-based container configuration). Everything works perfectly but I don't know how to cr...
Turnspit asked 1/9, 2011 at 9:2

6

Solved

I need to expose some service for remote use by Java clients (they shall use httpinvoker) and other languages (they shall use REST). Can I configure spring boot to expose both ? (I would not mind ...
Negligible asked 21/4, 2015 at 20:17

4

Solved

When I call a remote method that returns a BigDecimal value via Spring's Hessian functionality, it always returns zero. Calling the method directly or using the plain Hessian servlet (non Spring) w...
Arletha asked 28/6, 2012 at 14:48

3

I have following set up for my Spring Application Context. @Configuration public class RmiContext { @Bean public RmiProxyFactoryBean service() { RmiProxyFactoryBean rmiProxy = new RmiProxyFacto...
Poultry asked 25/7, 2013 at 12:15

3

The following is the situation : I have a business layer, that is an EJB project. In fact, there is only one EJB that is created. This EJB is responsible to expose the service classes to other lay...
Renita asked 25/10, 2011 at 5:21

1

Can Some one Help me, how we can solve the following problem. nested exception is org.apache.commons.httpclient.ConnectTimeoutException: The host did not accept the connection within timeout of 10...
Charade asked 6/4, 2010 at 16:3
1

© 2022 - 2024 — McMap. All rights reserved.