Posted By:
Alok_Rai
Posted On:
Tuesday, May 13, 2003 01:36 PM
Hi! Friends I created a J2EE application using WSAD 5. I added an EJB (Stateless). I added a Servlet in WEB Module I tried to LookUp the EJB from servlet and able to call the remote method "sayHello()" which returns String, and it is working fine. Then I dare to proceed ahead and added another java class (MyVO), which implements Serializable. Now I added another flavor of "sayHello(MyVO myVO)" In my EJB I compiled and deployed my EJB Successfully. When i call sayHello() it works fine but when I call sayHello with MyVO object it fail and i get Error message "unable to read the underlying bridge" If anybody has solutio
More>>
Hi! Friends
I created a J2EE application using WSAD 5.
I added an EJB (Stateless). I added a Servlet in WEB Module
I tried to LookUp the EJB from servlet and able to call the remote
method "sayHello()" which returns String, and it is working fine.
Then I dare to proceed ahead and added another java class (MyVO),
which implements Serializable. Now I added another flavor of
"sayHello(MyVO myVO)"
In my EJB I compiled and deployed my EJB Successfully.
When i call sayHello() it works fine but when I call sayHello with
MyVO object it fail and i get Error message "unable to read the
underlying bridge"
If anybody has solution to this problem, Please help me to sort this.
Thanx in for your response.
Alok
<<Less