classcastException when trying to deploy

2007-01-03 Thread Kamalanathan Raman
Hi , iam new to Geronimo, can u help me out in figuring out why this problem is occurring, when I try to deploy the application. What I have done is, I have added 2 ejb jars as dependencies in Geronimo-web.xml .I added these two ejb jars in the repository folder of geronimo 1.1. and the EAR that

Re: classcastException when trying to deploy

2007-01-03 Thread Kevan Miller
On Jan 3, 2007, at 9:47 AM, Kamalanathan Raman wrote: snip Open-Ejb-jar for entity bean You want these EntityBeans to be of type entity, not session... OpenEJB could be a bit more helpful, here... I'd suggest you open a Jira... --kevan snip enterprise-beans session

RE: classcastException when trying to deploy

2007-01-03 Thread Kamalanathan Raman
: Wednesday, January 03, 2007 8:58 PM To: user@geronimo.apache.org Subject: Re: classcastException when trying to deploy On Jan 3, 2007, at 9:47 AM, Kamalanathan Raman wrote: snip enterprise-beans ejb-nameUserEntity/ejb-name resource-ref resource

Re: classcastException when trying to deploy

2007-01-03 Thread Nicholas Irving
*From:* Kevan Miller [mailto:[EMAIL PROTECTED] *Sent:* Wednesday, January 03, 2007 8:58 PM *To:* user@geronimo.apache.org *Subject:* Re: classcastException when trying to deploy On Jan 3, 2007, at 9:47 AM, Kamalanathan Raman wrote: snip