Geronimo and Grails

2008-05-13 Thread michaelg
I am writing an article for IBM developerWorks on using Grails and Geronimo together. However, I am unable to deploy a Grails WAR to Geronimo. I first tried it with Geronimo 2.1.1 with Jetty. The error I got was a NoClassDefFound for org.apache.commons.fileupload.FileItemFactory. This class is t

Re: Integration with httpd

2008-05-13 Thread John
I'm not very a very good resource for httpd integration. Is the network configuration different for your production environment? Is httpd running on the same machine as Geronimo? If so, does 'localhost' resolve properly? Can you access Geronimo directly (bypassing httpd)? --kevan Hi Kevan,

Re: Integration with httpd

2008-05-13 Thread Kevan Miller
On May 10, 2008, at 2:20 PM, John wrote: Hi, I've downloaded and installed Geronimo 2.1.1 on linux running in a Java6 JVM. I have set up some virtual hosts and managed to deploy and run a couple of applications (deployed as WARs) running inside Geronimo on one of our test machines. The

Re: DeploymentException: Module was not an EJB: EntitiesES.jar

2008-05-13 Thread Kevan Miller
On May 9, 2008, at 12:18 PM, ismael GranPollÿf3n wrote: Hello. I am trying to migrate from JBoss to Geronimo, and I am having difficulties with my EJB jars. I am using Geronimo 2.1.1 and Geronimo 2.0.2, both of them with Tomcat. I get the following error: Unable to deploy: org.apache

Re: Unable to find the service wsdl file

2008-05-13 Thread filosofisto
We are using Geronimo 2.0.1 and all classes and interfaces are inside EJBModule (jar). Jarek Gawor-2 wrote: > > What version of Geronimo are you using? Also, is the PDSBaseFacade and > PrestarServicoBusiness class in the ejb jar file? > > Jarek > > On Mon, May 12, 2008 at 10:39 AM, filosofist

Re: Unable to find the service wsdl file

2008-05-13 Thread Jarek Gawor
What version of Geronimo are you using? Also, is the PDSBaseFacade and PrestarServicoBusiness class in the ejb jar file? Jarek On Mon, May 12, 2008 at 10:39 AM, filosofisto <[EMAIL PROTECTED]> wrote: > > I'm trying to deploy a very simple EJB/WebService exposed. > > My Bean: > > package br.com

Re: NotFoundException doing Webservices tutorial...

2008-05-13 Thread Jarek Gawor
You need to do the following (just change the version references to 2.1.1): http://mail-archives.apache.org/mod_mbox/geronimo-user/200803.mbox/[EMAIL PROTECTED] Jarek On Tue, May 13, 2008 at 12:47 PM, <[EMAIL PROTECTED]> wrote: > > > Hi, > > I'm running Geronimo 2.1.1 on OS X Leopard under J

NotFoundException doing Webservices tutorial...

2008-05-13 Thread lists
Hi, I'm running Geronimo 2.1.1 on OS X Leopard under JDK 1.5.0_13 and was following the tutorial at: http://cwiki.apache.org/GMOxDOC21/developing-a-simple-calculator-web-service.html When I get to the step in the tutorial to run jaxws/wsgen to generate the wsdl document and schema definition,