Hi Dims After a week of struggle I could deploy my *.aar file in weblogic 8.1. The WSDL are also created perfectly :)
With nightly build at this location http://ws.zones.apache.org/dist/axis2/nightly/ But may be I know the reason why I was getting this error with axis2 1.0 release. Error was I was getting this error when I was trying to deploy my *.aar/or in exploded format. <Oct 24, 2006 3:24:33 PM ITS> <Error> <HTTP> <BEA-101017> <[ServletContext(id=28 592094,name=axis2,context-path=/axis2)] Root cause of ServletException.org.apache.axis2.AxisFault: null; nested exception is:java.lang.ClassCastException at org.apache.axis2.description.AxisService.getWSDL(AxisService.java:558 ) at org.apache.axis2.description.AxisService.printWSDL(AxisService.java:5 33) at org.apache.axis2.transport.http.ListingAgent.processListService(Listi ngAgent.java:144) at org.apache.axis2.transport.http.ListingAgent.handle(ListingAgent.java :89) at org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:10 9) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run (ServletStubImpl.java:1053) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm pl.java:387) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm pl.java:305) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio n.run(WebAppServletContext.java:6310) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate dSubject.java:317) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java: 118) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe rvletContext.java:3622) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm pl.java:2569) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170) Caused by: java.lang.ClassCastException at javax.xml.transform.TransformerFactory.newInstance(Unknown Source) at org.apache.ws.commons.schema.XmlSchema.serialize_internal(XmlSchema.j ava:214) at org.apache.ws.commons.schema.XmlSchema.write(XmlSchema.java:200) at org.apache.axis2.description.AxisService2OM.generateOM(AxisService2OM .java:147) at org.apache.axis2.description.AxisService.getWSDL(AxisService.java:553 ) ... 16 more > Regards Kris -----Original Message----- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 8:56 AM To: [email protected] Subject: Re: Building WSDL using latest axis2 nightly http://ws.zones.apache.org/dist/axis2/nightly/ On 10/25/06, Reddy, Sanket (US - Hyderabad) <[EMAIL PROTECTED]> wrote: > Hi > > I am unable to access the > http://people.apache.org/dist/axis2/nightly > > Is the site down.:( > > Regards > Kris > > -----Original Message----- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 26, 2006 8:42 AM > To: [email protected] > Subject: Re: Building WSDL using latest axis2 nightly > > Please re-run wsdl2java (in the new dist) against your wsdl. Please > don't use the old generated code. > > thanks, > dims > > On 10/25/06, Sriram Vaidyanathan <[EMAIL PROTECTED]> wrote: > > Hi, > > I downloaded the latest nightly axis2-SNAPSHOT.jar and tried to > compile my existing WSDL, but I get the following error when it tries to > compile the generated stub class. > > > > Cannot find symbol: getElement > (org.apache.axiom.soap.SOAPEnvelope,java.lang.String) > > > > The failure happens because the method. > getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String) is not > found in the org.apache.axis2.client.Stub class. > > > > Am i missing a Jar file with the latest nightly snapshots because the > axis21.0.jar from the stable release was not giving the problem? Any > help on this would be appreciated. > > > > Thanks > > Sriram > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service > Developers) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. > > > Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) --------------------------------------------------------------------- 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]
