Re: Different Exception during deploy this time

2007-05-23 Thread Doug Lochart
and what might be causing it? thanks Doug Doug Lochart wrote: I used the webconsole and added it to Common Libs. It ended up creating a directory under the repository named dlochart (not sure where it got that from) and dropped the jar under the name I gave it. I looked and I saw axis so i

Re: Different Exception during deploy this time

2007-05-23 Thread Doug Lochart
next thanks Doug Doug Lochart wrote: Anybody have any idea what might cause this exception? Since the Ear deployed and it is trying to start I would assume it is something with the EAR however I find it odd that a root cause is a Null Pointer Exception. Do any one of you developers know

Re: Different Exception during deploy this time

2007-05-23 Thread Doug Lochart
upon a WAS 6.0 environment it makes sense to replicate that environment with something very similar. Thanks to all for your assistance. I will continue to use geronimo for my personal endeavors. Doug On 5/23/07, *Doug Lochart* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I

Different Exception during deploy this time

2007-05-22 Thread Doug Lochart
Due to the parameters I must work under at the moment I have not gotten the all clear to deploy this directly on Geronimo and use the debugger. So I am still using WAS CE. So what I did was I installed WAS 6.1 trial edition to make sure the app deploys. It did not. So I cleaned out the

Re: Different Exception during deploy this time

2007-05-22 Thread Doug Lochart
I used the webconsole and added it to Common Libs. It ended up creating a directory under the repository named dlochart (not sure where it got that from) and dropped the jar under the name I gave it. I looked and I saw axis so i blindly followed and added this to my plan. sys:dependency

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

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: geronimo plan help

2007-05-19 Thread Doug Lochart
in the ejb.jar. One forum member asked me to remove the geronimo-web. It seemed to not break anything and I think it may have made things go farther but again I still have no clue what combinations (or why) of geronimo specific plans are required in an ear. Doug Lochart wrote: openejb

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-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 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

geronimo plan help

2007-05-18 Thread Doug Lochart
As I am struggling to deploy my app I have been scouring through the documentation looking for help and clues. I keep running into examples that merely show what an openejb-jar.xml would look like or a sample geronimo-application.xml. There amy be a few places but in most cases there is no

Re: Web Application Migration to Geronimo

2007-05-17 Thread Doug Lochart
-classes/ /sys:environment /application Also is there another plan I need for the web service aspect? Thanks Doug Vamsavardhana Reddy wrote: Please post your deployment plan. Vamsi On 5/16/07, Doug Lochart [EMAIL PROTECTED] wrote: Actually it is to the WebSphere Application Server Community

Re: Web Application Migration to Geronimo

2007-05-16 Thread Doug Lochart
thanks for your help Doug Doug Lochart 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) , Servlet(in .WAR) ) that combined is a WebService. I