Maven 2.0.2 someone should document this.. M- ********************************************************************* This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you.
----- Original Message ----- From: "robert lazarski" <[EMAIL PROTECTED]> To: <[email protected]>; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Wednesday, July 12, 2006 5:36 PM Subject: Re: Axis2 lazy init Well lots of people do build axis2 successfully with maven, myself included ;-) . What version of maven are you using? Note: maven 2 will _not_ work . That error looks like a maven 2.x error to me. HTH, Robert http://www.braziloutsource.com/ On 7/12/06, Martin Gainty <[EMAIL PROTECTED]> wrote: > Yes having the war definitely helped > But the src distro doesnt have a pom.xml causing this error in the build- > > org.apache.maven.lifecycle.LifecycleExecutionException: Cannot execute mojo: > resources. It requires a project with an existing pom.xml, but the build is > not using one. > > Thanks > M- > > ********************************************************************* > This email message and any files transmitted with it contain confidential > information intended only for the person(s) to whom this email message is > addressed. If you have received this email message in error, please notify > the sender immediately by telephone or email and destroy the original > message without making a copy. Thank you. > > > > ----- Original Message ----- > From: "robert lazarski" <[EMAIL PROTECTED]> > To: <[email protected]>; "Martin Gainty" <[EMAIL PROTECTED]> > Sent: Wednesday, July 12, 2006 4:38 PM > Subject: Re: Axis2 lazy init > > > From source: > > maven release -Dmaven.test.skip=true > > Nightlies: > > http://people.apache.org/dist/axis2/nightly/ > > FAQ: > > http://ws.apache.org/axis2/faq.html#d3 > > All these options will allow you to get a hold of a current axis2.war . > > HTH, > Robert > http://www.braziloutsource.com/ > > On 7/12/06, Martin Gainty <[EMAIL PROTECTED]> wrote: > > My attempt was to steer clear of that swamp > > Someone earlier had mentioned download axis2.war and deploy to tomcat > > Well..There is no axis2.war from what I could see from any of the Axis2 v1 > > binary distros > > Downloading the source and attempting to build is a tail-chasing exercise > > as there is no pom in the distros for maven to build from > > BTW: Is any of this published yet?? > > Thanks, > > M- > > ********************************************************************* > > This email message and any files transmitted with it contain confidential > > information intended only for the person(s) to whom this email message is > > addressed. If you have received this email message in error, please notify > > the sender immediately by telephone or email and destroy the original > > message without making a copy. Thank you. > > > > > > > > ----- Original Message ----- > > From: "robert lazarski" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Wednesday, July 12, 2006 1:51 PM > > Subject: Re: Axis2 lazy init > > > > > > I believe what deepal said was that this change was made in the latest > > svn. That means you either have to build from source or wait until > > that change appears in the nightly builds. Since that change was made > > today (july 13th) , you need to build from source to use that feature > > now. > > > > HTH, > > Robert > > http://www.braziloutsource.com/ > > > > On 7/12/06, Valmir Macário <[EMAIL PROTECTED]> wrote: > > > > > > Martin, i doesn´t no understand right. I´ve try put the init method in my > > > service class. May you give more details. Where i put this init method, > > > what > > > the signature of this methot. I can call other classs from him, im my case > > > is a Timer class. I need to do some alteration in tomcat? I put > > > load-on-start to 1. > > > > > > Thanks > > > > > > > > > Valmir > > > > > > > > > > > > On 7/12/06, Martin Gainty <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > Vladimir- > > > > > > > > When you reload/deploy the webapp the init() method will be called > > > > You may do so thru the Tomcat manager interface- > > > > > > > > Martin-- > > > > > > > ********************************************************************* > > > > This email message and any files transmitted with it contain > > > > confidential > > > > information intended only for the person(s) to whom this email message > > > > is > > > > addressed. If you have received this email message in error, please > > > notify > > > > the sender immediately by telephone or email and destroy the original > > > > message without making a copy. Thank you. > > > > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > From: Valmir Macário > > > > To: [email protected] > > > > Sent: Wednesday, July 12, 2006 8:01 AM > > > > Subject: Re: Axis2 lazy init > > > > > > > > > > > > Hi Deepal, > > > > > > > > I´ve try this, but the init method wasn´t called. I make deploy with > > > application scope and put the init method on my service class but i > > > haven´t > > > success. You can give me more details. > > > > > > > > Thanks, > > > > > > > > Valmir > > > > > > > > > > > > On 7/12/06, Deepal Jayasinghe <[EMAIL PROTECTED] > wrote: > > > > > When you deploy your service in application scope , when the server > > > > > start up init method will be called. > > > > > > > > > > I juts implement that , and that is available in SVN now. > > > > > > > > > > Valmir Macário wrote: > > > > > > > > > > > Hi all, > > > > > > > > > > > > Axis2 only start service when is made a first call to one operation, > > > > > > but i need to start service as soon as the tomcat start, because a > > > > > > need initialize a Timer(). I´ve trying the methot: void init() > > > > > > throws > > > > > > AxisFault, in my service class but i don´t have success. I apreciate > > > > > > if someone can help-me to get this behaviour in my service. > > > > > > > > > > > > Thanks, > > > > > > > > > > > > Valmir > > > > > > > > > > > > > > > -- > > > > > Thanks, > > > > > Deepal > > > > > > > > ............................................................... > > > > > ~Future is Open~ > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: > > > [EMAIL PROTECTED] > > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
