Re: Newbie problem with Geronimo 2.1.3

2009-03-10 Thread Ricardo Peironcely
Thanks David. I've erased the modules form geronimo-application.xml and the project runs without problems. 2009/3/5 David Jencks > > On Mar 5, 2009, at 8:24 AM, Ricardo Peironcely wrote: > > I've found my error, but i don't know how to solve it. >> >> I'm working with eclipse geronimo adapter.

Re: Newbie problem with Geronimo 2.1.3

2009-03-05 Thread David Jencks
On Mar 5, 2009, at 8:24 AM, Ricardo Peironcely wrote: I've found my error, but i don't know how to solve it. I'm working with eclipse geronimo adapter. And when I define the modules in geronimo-application.xml i wrote: PruebaGeronimoWeb.war PruebaGeronimoWeb.war

Re: Newbie problem with Geronimo 2.1.3

2009-03-05 Thread Ricardo Peironcely
I've found my error, but i don't know how to solve it. I'm working with eclipse geronimo adapter. And when I define the modules in geronimo-application.xml i wrote: PruebaGeronimoWeb.war PruebaGeronimoWeb.war PruebaGeronimoEjb.ejb PruebaGeronimoEjb.j

Re: Newbie problem with Geronimo 2.1.3

2009-03-04 Thread Fredrik Jonson
Ricardo Peironcely wrote: > When I try to deply this app in Geronimo 2.1.3 with the "Deploy New" > option in the console, always get the same error: > > Plan file does not contain well formed xml [...] > at org.apache.geronimo.j2ee.deployment\ > .EARConfigBuilder.getEarPlan(EARConfigBui

Re: Newbie problem with Geronimo 2.1.3

2009-03-04 Thread Kevan Miller
On Mar 4, 2009, at 3:25 PM, Ricardo Peironcely wrote: Hello all!! I've a problem with a very simple application. I've developed an war with a simple JSP that uses a simple method in a class of the same project. This class invoques a Stateless 3.0 EJB that always return hello world. The applic

Newbie problem with Geronimo 2.1.3

2009-03-04 Thread Ricardo Peironcely
Hello all!! I've a problem with a very simple application. I've developed an war with a simple JSP that uses a simple method in a class of the same project. This class invoques a Stateless 3.0 EJB that always return hello world. The application is packed in an EAR. When I try to deply this app i