Re: Error when trying to deploy from Geronimo

2008-04-04 Thread Viet Nguyen
Can you provide us with the plans that you used? And possibly any snippets of code. --Viet On Fri, Apr 4, 2008 at 10:15 AM, punkymt1 [EMAIL PROTECTED] wrote: Hi, I did an Enterprise Application using Netbeans and worked well with Glassfish and Sun App. Server 9 but now when I try to deploy

Re: Error when trying to deploy from Geronimo

2008-04-04 Thread Kevan Miller
You don't mention what version of Geronimo you are using. Assuming 2.1, you should be able to find some documentation on this in our Wiki: http://cwiki.apache.org/GMOxDOC21/documentation.html More specifically: http://cwiki.apache.org/GMOxDOC21/openejb-jarxml.html

Re: Error when trying to deploy from Geronimo

2008-04-04 Thread punkymt1
I solved the problem finally. I will post the answer just in case anyone needs it. My web.xml had a line in the ejb-ref section which was called home and was pointing to the local interface by mistake. It made geronimo fail at deployment. Cheers B-) punkymt1 wrote: Hi, I did an Enterprise