pls look at my post at http://forum.springframework.org/showthread.php?t=39811
I have resolved this problem
Type: Posts; User: pg_1102; Keyword(s):
pls look at my post at http://forum.springframework.org/showthread.php?t=39811
I have resolved this problem
I found a solution for this problem. The problem is not with spring but with RMI. Spring RMI has the inbuilt ability of using Stubs , so we dont have to explicitly do that.
The rmiregistry...
I have 3 EAR's in my application all deployed on Websphere. These 3 ears are :
engine.ear
ams.ear and ase.ear
engine and ase both have a Spring based rmi service running on different ports....
Hi ,
I am using Spring + EJB on websphere. My applicationContext.xml looks like the below:
<bean id="aseSearchService" class="org.springframework.jndi.JndiObjectFactoryBean" lazy-init="true">...
Hi,
I am developing a web application using Spring MVC.
My question is how do we bind composite objects using spring:bind attribute in the JSP. My application details are below:
The objects...