I was able to get the maps using the Axis2 1.3-RC2.

In the lib folder for the binary distribution for  Axis2 1.3-RC2, there are
couple of JARS  like
axiom-impl-SNAPSHOT.jar
axiom-api-SNAPSHOT.jar
XmlSchema-SNAPSHOT.jar

Will these JARs be renamed soon?

Thanks,
Navnit

On 8/2/07, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote:
>
> Axis2 1.3-RC2 is released. Please do try it and  let us know the
> situation.
>
> On 8/1/07, Navnit Jindal <[EMAIL PROTECTED] > wrote:
> >
> > I am using Axis2 1.2
> >
> > On 8/1/07, Saminda Abeyruwan <[EMAIL PROTECTED] > wrote:
> > >
> > > Are you using Axis2 1.2 ?. Please do try this scenario using latest
> > > Axis2 trunk.
> > >
> > > Thank you,
> > >
> > > Saminda
> > >
> > > On 7/29/07, Navnit Jindal < [EMAIL PROTECTED]> wrote:
> > > >
> > > >
> > > >
> > > > ---------- Forwarded message ----------
> > > > From: Navnit Jindal < [EMAIL PROTECTED]>
> > > > Date: Jul 29, 2007 11:57 AM
> > > > Subject: org.apache.axis2.AxisFault: problem accessing the parser.
> > > > Parser already accessed!
> > > > To: [EMAIL PROTECTED] , [EMAIL PROTECTED], [EMAIL PROTECTED],
> > > > [email protected]
> > > >
> > > >  Appreciate your help with this issue. Is there a revised code that
> > > > can be used?
> > > >
> > > > org.apache.axis2.AxisFault: problem accessing the parser. Parser
> > > > already accessed!
> > > >  at
> > > > org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(
> > > > CommonsHTTPTransportSender.java:221)
> > > >  at org.apache.axis2.engine.AxisEngine.send (AxisEngine.java:452)
> > > >  at org.apache.axis2.description.OutInAxisOperationClient.send(
> > > > OutInAxisOperation.java:330)
> > > >
> > > >
> > > > =======================================================================
> > > > Code I am using to set the Authentication using Axis2
> > > >
> > > > options.setProperty(HTTPConstants.AUTHENTICATE,
> > > > getAuthenticator(username, password));
> > > >
> > > >
> > > >     private 
> > > > HttpTransportProperties.AuthenticatorgetAuthenticator(String _username, 
> > > > String _password)
> > > >     {
> > > >         HttpTransportProperties.Authenticator authenticator = new
> > > > HttpTransportProperties.Authenticator ();
> > > >
> > > >         //HttpTransportProperties. basicAuthentication
> > > >
> > > >         authenticator.setUsername(_username);
> > > >         authenticator.setPassword(_password);
> > > >         authenticator.setPreemptiveAuthentication(true);
> > > >         authenticator.setAllowedRetry(true);
> > > >
> > > >         return authenticator;
> > > >     }
> > > >
> > >
> > >
> > >
> > > --
> > > Saminda Abeyruwan
> > >
> > > Software Engineer
> > > WSO2 Inc. - www.wso2.org
> >
> >
> >
>
>
> --
> Saminda Abeyruwan
>
> Software Engineer
> WSO2 Inc. - www.wso2.org
>

Reply via email to