[JBoss-user] java.lang.ClassCastException: org.jboss.proxy.ejb.handle.HomeHandleImpl

2003-12-18 Thread Muraly R
Hi Gurus, I am trying a scenario, where in the home handle of the EJB plus the JNDI, to be stored into a file using ObjectOutputStream. But I am getting the following exception: Exception : org.jboss.proxy.ejb.handle.HomeHandleImpl java.lang.ClassCastException:

Re: [JBoss-user] java.lang.ClassCastException: org.jboss.proxy.ejb.handle.HomeHandleImpl

2003-12-18 Thread Adrian Brock
RTFJD (Read the freaking javadoc) ClassCastException - if this Properties object contains any keys or values that are not Strings. Regards, Adrian On Thu, 2003-12-18 at 11:01, Muraly R wrote: Hi Gurus, I am trying a scenario, where in the home handle of the EJB plus the JNDI, to be

Re: [JBoss-user] java.lang.ClassCastException: org.jboss.proxy.ejb.handle.HomeHandleImpl

2003-12-18 Thread Adrian Brock
On Thu, 2003-12-18 at 11:01, Muraly R wrote: Hi Gurus, I am trying a scenario, where in the home handle of the EJB plus the JNDI, to be stored into a file using ObjectOutputStream. But I am getting the following exception: Exception : org.jboss.proxy.ejb.handle.HomeHandleImpl

Re: [JBoss-user] java.lang.ClassCastException: org.jboss.proxy.ejb.handle.HomeHandleImpl

2003-12-18 Thread Muraly R
YWMC(Your Wish My Command ;-) Thanks a TON:-) Muraly At 11:36 18/12/2003 +, you wrote: RTFJD (Read the freaking javadoc) ClassCastException - if this Properties object contains any keys or values that are not Strings. Regards, Adrian On Thu, 2003-12-18 at 11:01, Muraly R wrote: Hi

Re: [JBoss-user] java.lang.ClassCastException: org.jboss.proxy.ejb.handle.HomeHandleImpl

2003-12-18 Thread Muraly R
At 11:46 18/12/2003 +, you wrote: The call to handle.getEJBHome() does a jndi lookup anyway (using properties stored in the handle). There goes my effort of the day.:-( Thanks Again:-) Muraly