Re: Web Application Migration to Geronimo

2007-05-20 Thread Doug Lochart
David Jencks wrote: On May 19, 2007, at 2:25 PM, Doug Lochart wrote: David Jencks wrote: I don't see any obvious way this could be happening. I would investigate by putting a breakpoint just before where the exception is thrown and looking at the classloader and what is being loaded in

Re: Web Application Migration to Geronimo

2007-05-20 Thread Doug Lochart
I answered most of my own questions already fro my previous post. WAS CE does not have source downloads so I will have to install geronimo straight and try it that way. I will report back what happens. Doug David Jencks wrote: On May 19, 2007, at 2:25 PM, Doug Lochart wrote: David

Re: Web Application Migration to Geronimo

2007-05-19 Thread Doug Lochart
David or anyone else, Have you had any chance to look at the full stack trace of my exception yet? Here it is again. 12:17:31,183 DEBUG [Configuration] Started configuration france/FrancePolicyServerEar/1.0/car 12:17:32,803 DEBUG [Configuration] Stopping configuration

Re: Web Application Migration to Geronimo

2007-05-19 Thread David Jencks
I don't see any obvious way this could be happening. I would investigate by putting a breakpoint just before where the exception is thrown and looking at the classloader and what is being loaded in the debugger. Can you think of something that geronimo could do that would make it so you

Re: Web Application Migration to Geronimo

2007-05-18 Thread Vamsavardhana Reddy
Use the following dependency tag in geronimo-application.xml. sys:dependency sys:groupIdgeronimo/sys:groupId sys:artifactIdaxis/sys:artifactId sys:typecar/sys:type /sys:dependency Remove geronimo-web.xml from the war. Vamsi On 5/18/07, Doug Lochart [EMAIL PROTECTED] wrote: I have tried

Re: Web Application Migration to Geronimo

2007-05-18 Thread Vamsavardhana Reddy
That reminds me... The dependency on geronimo/axis/car was required in my web app that invoked web services. Adding dependency on geronimo/tomcat/car resolved the deployment problem for my ejb app that provided the web services. Vamsi On 5/18/07, David Jencks [EMAIL PROTECTED] wrote: On May

Re: Web Application Migration to Geronimo

2007-05-18 Thread David Jencks
On May 18, 2007, at 10:01 AM, Doug Lochart wrote: Hack, Hack, Hack ... Yes I have been hacking away =) I may have made some progress (or regression not sure) Quickly let me answer an earlier question. What exactly do you mean by web service? Is this a jaxrpc web service deployed with

Re: Web Application Migration to Geronimo

2007-05-18 Thread Doug Lochart
From the previous error I think that you have declared the ejb as an ejb web service and geronimo is recognizing that and deploying the stuff needed to hook it up as a web service, independent of the generic web service servlet. If you don't need the war for any other reason I would try

Re: Web Application Migration to Geronimo

2007-05-18 Thread Doug Lochart
FYI ... I removed the WAR from the ear and that did not change anything. Doug Doug Lochart wrote: From the previous error I think that you have declared the ejb as an ejb web service and geronimo is recognizing that and deploying the stuff needed to hook it up as a web service,

Re: Web Application Migration to Geronimo

2007-05-18 Thread Bill Stoddard
Doug Lochart wrote: From the previous error I think that you have declared the ejb as an ejb web service and geronimo is recognizing that and deploying the stuff needed to hook it up as a web service, independent of the generic web service servlet. If you don't need the war for any other

Re: Web Application Migration to Geronimo

2007-05-18 Thread Doug Lochart
Bill Stoddard wrote: Doug Lochart wrote: From the previous error I think that you have declared the ejb as an ejb web service and geronimo is recognizing that and deploying the stuff needed to hook it up as a web service, independent of the generic web service servlet. If you don't need

Re: Web Application Migration to Geronimo

2007-05-17 Thread Doug Lochart
This is what I have so far. If you read my original question you would see that I was asking what would be the proper plan to use. This ear is also a web service with a war inside. It seems to be complaining about the WAR now. Do I have to have a geronimo-web.xml in the META-INF of my WAR

Re: Web Application Migration to Geronimo

2007-05-16 Thread Hernan Cunico
Don't know what version are you using but have you looked into these docs http://cwiki.apache.org/GMOxDOC11/deployment-plans.html Here is a sample app for Geronimo v1.1.1 http://cwiki.apache.org/GMOxDOC11/web-services-sample-application.html HTH Cheers! Hernan Doug Lochart wrote: Actually it

Re: Web Application Migration to Geronimo

2007-05-16 Thread Doug Lochart
Hernan Cunico wrote: Don't know what version are you using but have you looked into these docs We are using version 1.1.1 http://cwiki.apache.org/GMOxDOC11/deployment-plans.html Here is a sample app for Geronimo v1.1.1 http://cwiki.apache.org/GMOxDOC11/web-services-sample-application.html

Re: Web Application Migration to Geronimo

2007-05-16 Thread Vamsavardhana Reddy
Please post your deployment plan. Vamsi On 5/16/07, Doug Lochart [EMAIL PROTECTED] wrote: Actually it is to the WebSphere Application Server Community Edition which runs Geronimo pre-wired with Tomcat. I have a web application deployed as an EAR (Stateless Session EJB (in ejb_jar) ,