hi All, I could resolve the issue by putting service name (*.aar ) in the services.list file of services folder in web-inf axis2-1.2 war distribution before making *.war file. I could able to deploy it and test it succesfully. I got the resolution from axis user guide which documents the configuration requirements for the weblogic/websphere application. Thanks John and others who tried to help me out in resolving the issue.
Regards, Vittal --- John Pfeifer <[EMAIL PROTECTED]> wrote: > Also if u plan on using axis2 and spring skip the > aar generation and put everything in the war file. > Weblogic seems to have packaged some invalid classes > for the stax api which can cause runtime and > deployment issues. I found that adding stax api to > the front of the classpath works. > > -----Original Message----- > From: "John Pfeifer" <[EMAIL PROTECTED]> > To: "[email protected]" > <[email protected]> > Sent: 9/16/07 9:18 AM > Subject: RE: Problem with weblogic 9.2 axis2-1.2 war > deployment > > I have found that u have to deploy the war exploded > in wls 9 otherwise services won't deploy. > > -----Original Message----- > From: "vittal nangunoori" <[EMAIL PROTECTED]> > To: "[email protected]" > <[email protected]> > Sent: 9/16/07 8:57 AM > Subject: Re: Problem with weblogic 9.2 axis2-1.2 war > deployment > > hi All, > I had developed web service using axis2-1.2. > I have deployed axis war distribution on weblogic9.2 > as .war file and using admin console of axis2 I > deployed my service. > It is not getting deployed even though the console > message says service is deployed successfully as I > could not see my service and and link in the service > list. > > I have added weblogic.xml with > prefer-wef-inf-classes > element set to true. Still it is not working. > > Can any one suggest solution to this. > Thanks, > Regards, > Vittal > > > > > --- vittal nangunoori <[EMAIL PROTECTED]> wrote: > > > When I started developing my web service axis2-1.3 > > is > > not yet released. > > Can you please provide solution as to why my > service > > is not getting deployed when axis2-1.2 is deployed > > as > > .war application. > > > > Thanks, > > Vittal > > > > --- Alejandro Calbazana <[EMAIL PROTECTED]> > > wrote: > > > > > Any reason why your not using 2-1-3? I've been > > > deploying my Axis2 wars > > > as exploded artifacts. > > > > > > Additionally, you might want to make use of > > > Weblogic's class filtering > > > - which implies that you need to pack this up as > > an > > > EAR. > > > > > > Thanks, > > > > > > Al > > > > > > vittal nangunoori wrote: > > > > hi All, > > > > I have developed web service using axis2-1.2. > > > > When the axis war is deployed in exploded > > > directory > > > > sturcture in weblogic 9.2 I could see my > service > > > in > > > > the service list. > > > > > > > > But when i create a .war file and deploy the > > > > application in WL9.2 I am unable to see my > > service > > > in > > > > the service list. > > > > > > > > But with weblogic 8.3 or 8.5 version even .war > > > > deployment is working fine. > > > > > > > > I have added weblogic.xml with > > > prefer-web-inf-classes > > > > element set to true. > > > > > > > > Can anyone help in fixing the issue. > > > > > > > > Thanking you all in advance for the help. > > > > > > > > Regards, > > > > Vittal > > > > > > > > > > > > > > > > > > > > > > ____________________________________________________________________________________ > > > > Pinpoint customers who are looking for what > you > > > sell. > > > > http://searchmarketing.yahoo.com/ > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > 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] > > > > > > > > > > > > > > > > > ____________________________________________________________________________________ > > Take the Internet to Go: Yahoo!Go puts the > Internet > > in your pocket: mail, news, photos & more. > > http://mobile.yahoo.com/go?refer=1GNXIC > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > ____________________________________________________________________________________ > Pinpoint customers who are looking for what you > sell. > http://searchmarketing.yahoo.com/ > > --------------------------------------------------------------------- > 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] > > ____________________________________________________________________________________ Need a vacation? Get great deals to amazing places on Yahoo! Travel. http://travel.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
