You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by sm...@wipro.com on 2007/05/23 12:31:26 UTC

Savan Release

Hi

 

     Could you please let me know when can we expect Savan Release?

    We need to plan our project activities accordingly.It's a real help
if somebody can respond to this mail

 

 

 

Thanks 

Smitha




The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

RE: Savan Release

Posted by sm...@wipro.com.
Hi 

This is how the message exchange happens...
But I couldn't find anything wrong in the request..

Host: 127.0.0.1:8081
Transfer-Encoding: chunked

23f
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Header>
<wsa:To>http://localhost:8081/axis2/services/PublisherService</wsa:To><w
sa:ReplyTo><wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</
wsa:Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:C93761FC5FE5CF50DA1180
087094009</wsa:MessageID><wsa:Action>uuid:dummyMethod</wsa:Action></soap
env:Header><soapenv:Body><ns1:dummyMethod
xmlns:ns1="http://tempuri.org/" /></soapenv:Body></soapenv:Envelope>0


HTTP/1.1 202 Accepted
Server: Apache-Coyote/1.1
X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2
date=200505022023)/Tomcat-5.5
Content-Type: text/xml;charset=UTF-8
Transfer-Encoding: chunked
Date: Fri, 25 May 2007 09:58:14 GMT

0





-----Original Message-----
From: Chamikara Jayalath [mailto:chamikaramj@gmail.com] 
Sent: Thursday, May 24, 2007 8:38 PM
To: savan-dev@ws.apache.org
Subject: Re: Savan Release

Hi,

To engage a module in the server side u hv to add it in the axis2.xml
file
or the services.xml file of the specific service.

To change the SOAP version (to 1.2 say) add the following line to ur
client
code.
clientOptions.setSoapVersionURI(SOAP12Constants.SOAP_ENVELOPE_NAMESPACE_
URI
);

If possible please observer the message exchange using TCPMon.

Chamikara


On 5/24/07, smitha.aldrin@wipro.com <sm...@wipro.com> wrote:
>
>
> I saw in google to change the soap version as a solution to this
> problem.
> How can we change the soap Version?
>
> -----Original Message-----
> From: Chamikara Jayalath [mailto:chamikaramj@gmail.com]
> Sent: Thursday, May 24, 2007 1:12 PM
> To: savan-dev@ws.apache.org
> Subject: Re: Savan Release
>
> Have you engaged addressing module at both the client and server
sides.
> Currently we depend on addressing.
>
> Chamikara
>
>
> On 5/24/07, smitha.aldrin@wipro.com <sm...@wipro.com> wrote:
> >
> >
> >
> > Hi Chamikara
> >
> >       Thanks for the reply. We are actually trying to present some
> proof
> > of concept to the client. For that I am trying with the sample
> programs
> > given (Publisher Service and Client)
> > But I am getting the following Exception when I am trying to
subscribe
> > I attached the souce files .
> > Exception in thread "main" org.apache.axis2.AxisFault: A header
> > representing a Message Addressing Property is not valid and the
> message
> > cannot be processed
> >         at
> >
>
org.apache.axis2.addressing.AddressingFaultsHelper.triggerAddressingFaul
> > t(AddressingFaultsHelper.java:150)
> >         at
> >
>
org.apache.axis2.addressing.AddressingFaultsHelper.triggerActionMismatch
> > Fault(AddressingFaultsHelper.java:81)
> >         at
> >
>
org.apache.axis2.handlers.addressing.AddressingInHandler.extractActionIn
> > formation(AddressingInHandler.java:276)
> >         at
> >
>
org.apache.axis2.handlers.addressing.AddressingInHandler.extractAddressi
> > ngInformation(AddressingInHandler.java:159)
> >         at
> >
>
org.apache.axis2.handlers.addressing.AddressingInHandler.invoke(Addressi
> > ngInHandler.java:95)
> >         at org.apache.axis2.engine.Phase.invoke(Phase.java:383)
> >         at
> > org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203)
> >         at
> > org.apache.axis2.engine.AxisEngine.receiveFault(AxisEngine.java:354)
> >         at
> >
>
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper
> > ation.java:370)
> >         at
> >
>
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO
> > peration.java:294)
> >         at
> >
>
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:520
> > )
> >         at
> >
>
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:500
> > )
> >         at
> >
>
org.apache.savan.eventing.client.EventingClient.subscribe(EventingClient
> > .java:73)
> >         at publisher.client.Client.doSubscribe(Client.java:93)
> >         at publisher.client.Client.run(Client.java:52)
> >         at publisher.client.Client.main(Client.java:40)
> > Could you pls try to help me to resolve this?
> >
> > Regards
> > Smitha Aldrin
> > -----Original Message-----
> > From: Chamikara Jayalath [mailto:chamikaramj@gmail.com]
> > Sent: Thursday, May 24, 2007 8:04 AM
> > To: savan-dev@ws.apache.org
> > Subject: Re: Savan Release
> >
> > Hi Smitha,
> >
> > We still haven't done a formal vote for a Savan release, but I am
> hoping
> > to
> > start things up with a 0.9 release since we have almost fully
> > implemented
> > WS-Eventing support and some support for Atom will be added soon.
> >
> > My time frame is within about a month. But things may get a bit
> delayed.
> >
> > Chamikara
> >
> >
> > On 5/23/07, smitha.aldrin@wipro.com <sm...@wipro.com> wrote:
> > >
> > >
> > > Hi
> > >
> > >
> > >
> > >      Could you please let me know when can we expect Savan
Release?
> > >
> > >     We need to plan our project activities accordingly.It's a real
> > help
> > > if somebody can respond to this mail
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Thanks
> > >
> > > Smitha
> > >
> > >
> > >
> > >
> > > The information contained in this electronic message and any
> > attachments
> > > to this message are intended for the exclusive use of the
> addressee(s)
> > and
> > > may contain proprietary, confidential or privileged information.
If
> > you are
> > > not the intended recipient, you should not disseminate, distribute
> or
> > copy
> > > this e-mail. Please notify the sender immediately and destroy all
> > copies of
> > > this message and any attachments.
> > >
> > > WARNING: Computer viruses can be transmitted via email. The
> recipient
> > > should check this email and any attachments for the presence of
> > viruses. The
> > > company accepts no liability for any damage caused by any virus
> > transmitted
> > > by this email.
> > >
> > > www.wipro.com
> >
> >
> >
> >
> > --
> > Chamikara Jayalath
> > WSO2 Inc.
> > http://wso2.com/
> > http://wso2.org/ - For your Oxygen needs
> >
> >
> >
> > The information contained in this electronic message and any
> attachments
> > to this message are intended for the exclusive use of the
addressee(s)
> and
> > may contain proprietary, confidential or privileged information. If
> you are
> > not the intended recipient, you should not disseminate, distribute
or
> copy
> > this e-mail. Please notify the sender immediately and destroy all
> copies of
> > this message and any attachments.
> >
> > WARNING: Computer viruses can be transmitted via email. The
recipient
> > should check this email and any attachments for the presence of
> viruses. The
> > company accepts no liability for any damage caused by any virus
> transmitted
> > by this email.
> >
> > www.wipro.com
>
>
>
>
> --
> Chamikara Jayalath
> WSO2 Inc.
> http://wso2.com/
> http://wso2.org/ - For your Oxygen needs
>
>
> The information contained in this electronic message and any
attachments
> to this message are intended for the exclusive use of the addressee(s)
and
> may contain proprietary, confidential or privileged information. If
you are
> not the intended recipient, you should not disseminate, distribute or
copy
> this e-mail. Please notify the sender immediately and destroy all
copies of
> this message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of
viruses. The
> company accepts no liability for any damage caused by any virus
transmitted
> by this email.
>
> www.wipro.com
>



-- 
Chamikara Jayalath
WSO2 Inc.
http://wso2.com/
http://wso2.org/ - For your Oxygen needs


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

Re: Savan Release

Posted by Chamikara Jayalath <ch...@gmail.com>.
Hi,

To engage a module in the server side u hv to add it in the axis2.xml file
or the services.xml file of the specific service.

To change the SOAP version (to 1.2 say) add the following line to ur client
code.
clientOptions.setSoapVersionURI(SOAP12Constants.SOAP_ENVELOPE_NAMESPACE_URI
);

If possible please observer the message exchange using TCPMon.

Chamikara


On 5/24/07, smitha.aldrin@wipro.com <sm...@wipro.com> wrote:
>
>
> I saw in google to change the soap version as a solution to this
> problem.
> How can we change the soap Version?
>
> -----Original Message-----
> From: Chamikara Jayalath [mailto:chamikaramj@gmail.com]
> Sent: Thursday, May 24, 2007 1:12 PM
> To: savan-dev@ws.apache.org
> Subject: Re: Savan Release
>
> Have you engaged addressing module at both the client and server sides.
> Currently we depend on addressing.
>
> Chamikara
>
>
> On 5/24/07, smitha.aldrin@wipro.com <sm...@wipro.com> wrote:
> >
> >
> >
> > Hi Chamikara
> >
> >       Thanks for the reply. We are actually trying to present some
> proof
> > of concept to the client. For that I am trying with the sample
> programs
> > given (Publisher Service and Client)
> > But I am getting the following Exception when I am trying to subscribe
> > I attached the souce files .
> > Exception in thread "main" org.apache.axis2.AxisFault: A header
> > representing a Message Addressing Property is not valid and the
> message
> > cannot be processed
> >         at
> >
> org.apache.axis2.addressing.AddressingFaultsHelper.triggerAddressingFaul
> > t(AddressingFaultsHelper.java:150)
> >         at
> >
> org.apache.axis2.addressing.AddressingFaultsHelper.triggerActionMismatch
> > Fault(AddressingFaultsHelper.java:81)
> >         at
> >
> org.apache.axis2.handlers.addressing.AddressingInHandler.extractActionIn
> > formation(AddressingInHandler.java:276)
> >         at
> >
> org.apache.axis2.handlers.addressing.AddressingInHandler.extractAddressi
> > ngInformation(AddressingInHandler.java:159)
> >         at
> >
> org.apache.axis2.handlers.addressing.AddressingInHandler.invoke(Addressi
> > ngInHandler.java:95)
> >         at org.apache.axis2.engine.Phase.invoke(Phase.java:383)
> >         at
> > org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203)
> >         at
> > org.apache.axis2.engine.AxisEngine.receiveFault(AxisEngine.java:354)
> >         at
> >
> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper
> > ation.java:370)
> >         at
> >
> org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO
> > peration.java:294)
> >         at
> >
> org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:520
> > )
> >         at
> >
> org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:500
> > )
> >         at
> >
> org.apache.savan.eventing.client.EventingClient.subscribe(EventingClient
> > .java:73)
> >         at publisher.client.Client.doSubscribe(Client.java:93)
> >         at publisher.client.Client.run(Client.java:52)
> >         at publisher.client.Client.main(Client.java:40)
> > Could you pls try to help me to resolve this?
> >
> > Regards
> > Smitha Aldrin
> > -----Original Message-----
> > From: Chamikara Jayalath [mailto:chamikaramj@gmail.com]
> > Sent: Thursday, May 24, 2007 8:04 AM
> > To: savan-dev@ws.apache.org
> > Subject: Re: Savan Release
> >
> > Hi Smitha,
> >
> > We still haven't done a formal vote for a Savan release, but I am
> hoping
> > to
> > start things up with a 0.9 release since we have almost fully
> > implemented
> > WS-Eventing support and some support for Atom will be added soon.
> >
> > My time frame is within about a month. But things may get a bit
> delayed.
> >
> > Chamikara
> >
> >
> > On 5/23/07, smitha.aldrin@wipro.com <sm...@wipro.com> wrote:
> > >
> > >
> > > Hi
> > >
> > >
> > >
> > >      Could you please let me know when can we expect Savan Release?
> > >
> > >     We need to plan our project activities accordingly.It's a real
> > help
> > > if somebody can respond to this mail
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Thanks
> > >
> > > Smitha
> > >
> > >
> > >
> > >
> > > The information contained in this electronic message and any
> > attachments
> > > to this message are intended for the exclusive use of the
> addressee(s)
> > and
> > > may contain proprietary, confidential or privileged information. If
> > you are
> > > not the intended recipient, you should not disseminate, distribute
> or
> > copy
> > > this e-mail. Please notify the sender immediately and destroy all
> > copies of
> > > this message and any attachments.
> > >
> > > WARNING: Computer viruses can be transmitted via email. The
> recipient
> > > should check this email and any attachments for the presence of
> > viruses. The
> > > company accepts no liability for any damage caused by any virus
> > transmitted
> > > by this email.
> > >
> > > www.wipro.com
> >
> >
> >
> >
> > --
> > Chamikara Jayalath
> > WSO2 Inc.
> > http://wso2.com/
> > http://wso2.org/ - For your Oxygen needs
> >
> >
> >
> > The information contained in this electronic message and any
> attachments
> > to this message are intended for the exclusive use of the addressee(s)
> and
> > may contain proprietary, confidential or privileged information. If
> you are
> > not the intended recipient, you should not disseminate, distribute or
> copy
> > this e-mail. Please notify the sender immediately and destroy all
> copies of
> > this message and any attachments.
> >
> > WARNING: Computer viruses can be transmitted via email. The recipient
> > should check this email and any attachments for the presence of
> viruses. The
> > company accepts no liability for any damage caused by any virus
> transmitted
> > by this email.
> >
> > www.wipro.com
>
>
>
>
> --
> Chamikara Jayalath
> WSO2 Inc.
> http://wso2.com/
> http://wso2.org/ - For your Oxygen needs
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of viruses. The
> company accepts no liability for any damage caused by any virus transmitted
> by this email.
>
> www.wipro.com
>



-- 
Chamikara Jayalath
WSO2 Inc.
http://wso2.com/
http://wso2.org/ - For your Oxygen needs

RE: Savan Release

Posted by sm...@wipro.com.
I saw in google to change the soap version as a solution to this
problem.
 How can we change the soap Version?

-----Original Message-----
From: Chamikara Jayalath [mailto:chamikaramj@gmail.com] 
Sent: Thursday, May 24, 2007 1:12 PM
To: savan-dev@ws.apache.org
Subject: Re: Savan Release

Have you engaged addressing module at both the client and server sides.
Currently we depend on addressing.

Chamikara


On 5/24/07, smitha.aldrin@wipro.com <sm...@wipro.com> wrote:
>
>
>
> Hi Chamikara
>
>       Thanks for the reply. We are actually trying to present some
proof
> of concept to the client. For that I am trying with the sample
programs
> given (Publisher Service and Client)
> But I am getting the following Exception when I am trying to subscribe
> I attached the souce files .
> Exception in thread "main" org.apache.axis2.AxisFault: A header
> representing a Message Addressing Property is not valid and the
message
> cannot be processed
>         at
>
org.apache.axis2.addressing.AddressingFaultsHelper.triggerAddressingFaul
> t(AddressingFaultsHelper.java:150)
>         at
>
org.apache.axis2.addressing.AddressingFaultsHelper.triggerActionMismatch
> Fault(AddressingFaultsHelper.java:81)
>         at
>
org.apache.axis2.handlers.addressing.AddressingInHandler.extractActionIn
> formation(AddressingInHandler.java:276)
>         at
>
org.apache.axis2.handlers.addressing.AddressingInHandler.extractAddressi
> ngInformation(AddressingInHandler.java:159)
>         at
>
org.apache.axis2.handlers.addressing.AddressingInHandler.invoke(Addressi
> ngInHandler.java:95)
>         at org.apache.axis2.engine.Phase.invoke(Phase.java:383)
>         at
> org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203)
>         at
> org.apache.axis2.engine.AxisEngine.receiveFault(AxisEngine.java:354)
>         at
>
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper
> ation.java:370)
>         at
>
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO
> peration.java:294)
>         at
>
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:520
> )
>         at
>
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:500
> )
>         at
>
org.apache.savan.eventing.client.EventingClient.subscribe(EventingClient
> .java:73)
>         at publisher.client.Client.doSubscribe(Client.java:93)
>         at publisher.client.Client.run(Client.java:52)
>         at publisher.client.Client.main(Client.java:40)
> Could you pls try to help me to resolve this?
>
> Regards
> Smitha Aldrin
> -----Original Message-----
> From: Chamikara Jayalath [mailto:chamikaramj@gmail.com]
> Sent: Thursday, May 24, 2007 8:04 AM
> To: savan-dev@ws.apache.org
> Subject: Re: Savan Release
>
> Hi Smitha,
>
> We still haven't done a formal vote for a Savan release, but I am
hoping
> to
> start things up with a 0.9 release since we have almost fully
> implemented
> WS-Eventing support and some support for Atom will be added soon.
>
> My time frame is within about a month. But things may get a bit
delayed.
>
> Chamikara
>
>
> On 5/23/07, smitha.aldrin@wipro.com <sm...@wipro.com> wrote:
> >
> >
> > Hi
> >
> >
> >
> >      Could you please let me know when can we expect Savan Release?
> >
> >     We need to plan our project activities accordingly.It's a real
> help
> > if somebody can respond to this mail
> >
> >
> >
> >
> >
> >
> >
> > Thanks
> >
> > Smitha
> >
> >
> >
> >
> > The information contained in this electronic message and any
> attachments
> > to this message are intended for the exclusive use of the
addressee(s)
> and
> > may contain proprietary, confidential or privileged information. If
> you are
> > not the intended recipient, you should not disseminate, distribute
or
> copy
> > this e-mail. Please notify the sender immediately and destroy all
> copies of
> > this message and any attachments.
> >
> > WARNING: Computer viruses can be transmitted via email. The
recipient
> > should check this email and any attachments for the presence of
> viruses. The
> > company accepts no liability for any damage caused by any virus
> transmitted
> > by this email.
> >
> > www.wipro.com
>
>
>
>
> --
> Chamikara Jayalath
> WSO2 Inc.
> http://wso2.com/
> http://wso2.org/ - For your Oxygen needs
>
>
>
> The information contained in this electronic message and any
attachments
> to this message are intended for the exclusive use of the addressee(s)
and
> may contain proprietary, confidential or privileged information. If
you are
> not the intended recipient, you should not disseminate, distribute or
copy
> this e-mail. Please notify the sender immediately and destroy all
copies of
> this message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of
viruses. The
> company accepts no liability for any damage caused by any virus
transmitted
> by this email.
>
> www.wipro.com




-- 
Chamikara Jayalath
WSO2 Inc.
http://wso2.com/
http://wso2.org/ - For your Oxygen needs


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

RE: Savan Release

Posted by sm...@wipro.com.
Hi Chamikara

I have this entry in axis2.xml 
And in the client side I have serviceClient.engageModule(new QName
("addressing"));
But can we engage this module at the server using API's?


-----Original Message-----
From: Chamikara Jayalath [mailto:chamikaramj@gmail.com] 
Sent: Thursday, May 24, 2007 1:12 PM
To: savan-dev@ws.apache.org
Subject: Re: Savan Release

Have you engaged addressing module at both the client and server sides.
Currently we depend on addressing.

Chamikara


On 5/24/07, smitha.aldrin@wipro.com <sm...@wipro.com> wrote:
>
>
>
> Hi Chamikara
>
>       Thanks for the reply. We are actually trying to present some
proof
> of concept to the client. For that I am trying with the sample
programs
> given (Publisher Service and Client)
> But I am getting the following Exception when I am trying to subscribe
> I attached the souce files .
> Exception in thread "main" org.apache.axis2.AxisFault: A header
> representing a Message Addressing Property is not valid and the
message
> cannot be processed
>         at
>
org.apache.axis2.addressing.AddressingFaultsHelper.triggerAddressingFaul
> t(AddressingFaultsHelper.java:150)
>         at
>
org.apache.axis2.addressing.AddressingFaultsHelper.triggerActionMismatch
> Fault(AddressingFaultsHelper.java:81)
>         at
>
org.apache.axis2.handlers.addressing.AddressingInHandler.extractActionIn
> formation(AddressingInHandler.java:276)
>         at
>
org.apache.axis2.handlers.addressing.AddressingInHandler.extractAddressi
> ngInformation(AddressingInHandler.java:159)
>         at
>
org.apache.axis2.handlers.addressing.AddressingInHandler.invoke(Addressi
> ngInHandler.java:95)
>         at org.apache.axis2.engine.Phase.invoke(Phase.java:383)
>         at
> org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203)
>         at
> org.apache.axis2.engine.AxisEngine.receiveFault(AxisEngine.java:354)
>         at
>
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper
> ation.java:370)
>         at
>
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO
> peration.java:294)
>         at
>
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:520
> )
>         at
>
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:500
> )
>         at
>
org.apache.savan.eventing.client.EventingClient.subscribe(EventingClient
> .java:73)
>         at publisher.client.Client.doSubscribe(Client.java:93)
>         at publisher.client.Client.run(Client.java:52)
>         at publisher.client.Client.main(Client.java:40)
> Could you pls try to help me to resolve this?
>
> Regards
> Smitha Aldrin
> -----Original Message-----
> From: Chamikara Jayalath [mailto:chamikaramj@gmail.com]
> Sent: Thursday, May 24, 2007 8:04 AM
> To: savan-dev@ws.apache.org
> Subject: Re: Savan Release
>
> Hi Smitha,
>
> We still haven't done a formal vote for a Savan release, but I am
hoping
> to
> start things up with a 0.9 release since we have almost fully
> implemented
> WS-Eventing support and some support for Atom will be added soon.
>
> My time frame is within about a month. But things may get a bit
delayed.
>
> Chamikara
>
>
> On 5/23/07, smitha.aldrin@wipro.com <sm...@wipro.com> wrote:
> >
> >
> > Hi
> >
> >
> >
> >      Could you please let me know when can we expect Savan Release?
> >
> >     We need to plan our project activities accordingly.It's a real
> help
> > if somebody can respond to this mail
> >
> >
> >
> >
> >
> >
> >
> > Thanks
> >
> > Smitha
> >
> >
> >
> >
> > The information contained in this electronic message and any
> attachments
> > to this message are intended for the exclusive use of the
addressee(s)
> and
> > may contain proprietary, confidential or privileged information. If
> you are
> > not the intended recipient, you should not disseminate, distribute
or
> copy
> > this e-mail. Please notify the sender immediately and destroy all
> copies of
> > this message and any attachments.
> >
> > WARNING: Computer viruses can be transmitted via email. The
recipient
> > should check this email and any attachments for the presence of
> viruses. The
> > company accepts no liability for any damage caused by any virus
> transmitted
> > by this email.
> >
> > www.wipro.com
>
>
>
>
> --
> Chamikara Jayalath
> WSO2 Inc.
> http://wso2.com/
> http://wso2.org/ - For your Oxygen needs
>
>
>
> The information contained in this electronic message and any
attachments
> to this message are intended for the exclusive use of the addressee(s)
and
> may contain proprietary, confidential or privileged information. If
you are
> not the intended recipient, you should not disseminate, distribute or
copy
> this e-mail. Please notify the sender immediately and destroy all
copies of
> this message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of
viruses. The
> company accepts no liability for any damage caused by any virus
transmitted
> by this email.
>
> www.wipro.com




-- 
Chamikara Jayalath
WSO2 Inc.
http://wso2.com/
http://wso2.org/ - For your Oxygen needs


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

Re: Savan Release

Posted by Chamikara Jayalath <ch...@gmail.com>.
Have you engaged addressing module at both the client and server sides.
Currently we depend on addressing.

Chamikara


On 5/24/07, smitha.aldrin@wipro.com <sm...@wipro.com> wrote:
>
>
>
> Hi Chamikara
>
>       Thanks for the reply. We are actually trying to present some proof
> of concept to the client. For that I am trying with the sample programs
> given (Publisher Service and Client)
> But I am getting the following Exception when I am trying to subscribe
> I attached the souce files .
> Exception in thread "main" org.apache.axis2.AxisFault: A header
> representing a Message Addressing Property is not valid and the message
> cannot be processed
>         at
> org.apache.axis2.addressing.AddressingFaultsHelper.triggerAddressingFaul
> t(AddressingFaultsHelper.java:150)
>         at
> org.apache.axis2.addressing.AddressingFaultsHelper.triggerActionMismatch
> Fault(AddressingFaultsHelper.java:81)
>         at
> org.apache.axis2.handlers.addressing.AddressingInHandler.extractActionIn
> formation(AddressingInHandler.java:276)
>         at
> org.apache.axis2.handlers.addressing.AddressingInHandler.extractAddressi
> ngInformation(AddressingInHandler.java:159)
>         at
> org.apache.axis2.handlers.addressing.AddressingInHandler.invoke(Addressi
> ngInHandler.java:95)
>         at org.apache.axis2.engine.Phase.invoke(Phase.java:383)
>         at
> org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203)
>         at
> org.apache.axis2.engine.AxisEngine.receiveFault(AxisEngine.java:354)
>         at
> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper
> ation.java:370)
>         at
> org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO
> peration.java:294)
>         at
> org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:520
> )
>         at
> org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:500
> )
>         at
> org.apache.savan.eventing.client.EventingClient.subscribe(EventingClient
> .java:73)
>         at publisher.client.Client.doSubscribe(Client.java:93)
>         at publisher.client.Client.run(Client.java:52)
>         at publisher.client.Client.main(Client.java:40)
> Could you pls try to help me to resolve this?
>
> Regards
> Smitha Aldrin
> -----Original Message-----
> From: Chamikara Jayalath [mailto:chamikaramj@gmail.com]
> Sent: Thursday, May 24, 2007 8:04 AM
> To: savan-dev@ws.apache.org
> Subject: Re: Savan Release
>
> Hi Smitha,
>
> We still haven't done a formal vote for a Savan release, but I am hoping
> to
> start things up with a 0.9 release since we have almost fully
> implemented
> WS-Eventing support and some support for Atom will be added soon.
>
> My time frame is within about a month. But things may get a bit delayed.
>
> Chamikara
>
>
> On 5/23/07, smitha.aldrin@wipro.com <sm...@wipro.com> wrote:
> >
> >
> > Hi
> >
> >
> >
> >      Could you please let me know when can we expect Savan Release?
> >
> >     We need to plan our project activities accordingly.It's a real
> help
> > if somebody can respond to this mail
> >
> >
> >
> >
> >
> >
> >
> > Thanks
> >
> > Smitha
> >
> >
> >
> >
> > The information contained in this electronic message and any
> attachments
> > to this message are intended for the exclusive use of the addressee(s)
> and
> > may contain proprietary, confidential or privileged information. If
> you are
> > not the intended recipient, you should not disseminate, distribute or
> copy
> > this e-mail. Please notify the sender immediately and destroy all
> copies of
> > this message and any attachments.
> >
> > WARNING: Computer viruses can be transmitted via email. The recipient
> > should check this email and any attachments for the presence of
> viruses. The
> > company accepts no liability for any damage caused by any virus
> transmitted
> > by this email.
> >
> > www.wipro.com
>
>
>
>
> --
> Chamikara Jayalath
> WSO2 Inc.
> http://wso2.com/
> http://wso2.org/ - For your Oxygen needs
>
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of viruses. The
> company accepts no liability for any damage caused by any virus transmitted
> by this email.
>
> www.wipro.com




-- 
Chamikara Jayalath
WSO2 Inc.
http://wso2.com/
http://wso2.org/ - For your Oxygen needs

RE: Savan Release

Posted by sm...@wipro.com.

Hi Chamikara

      Thanks for the reply. We are actually trying to present some proof
of concept to the client. For that I am trying with the sample programs
given (Publisher Service and Client)
But I am getting the following Exception when I am trying to subscribe
I attached the souce files .
Exception in thread "main" org.apache.axis2.AxisFault: A header
representing a Message Addressing Property is not valid and the message
cannot be processed
	at
org.apache.axis2.addressing.AddressingFaultsHelper.triggerAddressingFaul
t(AddressingFaultsHelper.java:150)
	at
org.apache.axis2.addressing.AddressingFaultsHelper.triggerActionMismatch
Fault(AddressingFaultsHelper.java:81)
	at
org.apache.axis2.handlers.addressing.AddressingInHandler.extractActionIn
formation(AddressingInHandler.java:276)
	at
org.apache.axis2.handlers.addressing.AddressingInHandler.extractAddressi
ngInformation(AddressingInHandler.java:159)
	at
org.apache.axis2.handlers.addressing.AddressingInHandler.invoke(Addressi
ngInHandler.java:95)
	at org.apache.axis2.engine.Phase.invoke(Phase.java:383)
	at
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203)
	at
org.apache.axis2.engine.AxisEngine.receiveFault(AxisEngine.java:354)
	at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper
ation.java:370)
	at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO
peration.java:294)
	at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:520
)
	at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:500
)
	at
org.apache.savan.eventing.client.EventingClient.subscribe(EventingClient
.java:73)
	at publisher.client.Client.doSubscribe(Client.java:93)
	at publisher.client.Client.run(Client.java:52)
	at publisher.client.Client.main(Client.java:40)
Could you pls try to help me to resolve this?

Regards
Smitha Aldrin
-----Original Message-----
From: Chamikara Jayalath [mailto:chamikaramj@gmail.com] 
Sent: Thursday, May 24, 2007 8:04 AM
To: savan-dev@ws.apache.org
Subject: Re: Savan Release

Hi Smitha,

We still haven't done a formal vote for a Savan release, but I am hoping
to
start things up with a 0.9 release since we have almost fully
implemented
WS-Eventing support and some support for Atom will be added soon.

My time frame is within about a month. But things may get a bit delayed.

Chamikara


On 5/23/07, smitha.aldrin@wipro.com <sm...@wipro.com> wrote:
>
>
> Hi
>
>
>
>      Could you please let me know when can we expect Savan Release?
>
>     We need to plan our project activities accordingly.It's a real
help
> if somebody can respond to this mail
>
>
>
>
>
>
>
> Thanks
>
> Smitha
>
>
>
>
> The information contained in this electronic message and any
attachments
> to this message are intended for the exclusive use of the addressee(s)
and
> may contain proprietary, confidential or privileged information. If
you are
> not the intended recipient, you should not disseminate, distribute or
copy
> this e-mail. Please notify the sender immediately and destroy all
copies of
> this message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of
viruses. The
> company accepts no liability for any damage caused by any virus
transmitted
> by this email.
>
> www.wipro.com




-- 
Chamikara Jayalath
WSO2 Inc.
http://wso2.com/
http://wso2.org/ - For your Oxygen needs



The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

Re: Savan Release

Posted by Chamikara Jayalath <ch...@gmail.com>.
Hi Smitha,

We still haven't done a formal vote for a Savan release, but I am hoping to
start things up with a 0.9 release since we have almost fully implemented
WS-Eventing support and some support for Atom will be added soon.

My time frame is within about a month. But things may get a bit delayed.

Chamikara


On 5/23/07, smitha.aldrin@wipro.com <sm...@wipro.com> wrote:
>
>
> Hi
>
>
>
>      Could you please let me know when can we expect Savan Release?
>
>     We need to plan our project activities accordingly.It's a real help
> if somebody can respond to this mail
>
>
>
>
>
>
>
> Thanks
>
> Smitha
>
>
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of viruses. The
> company accepts no liability for any damage caused by any virus transmitted
> by this email.
>
> www.wipro.com




-- 
Chamikara Jayalath
WSO2 Inc.
http://wso2.com/
http://wso2.org/ - For your Oxygen needs