You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Luciano Resende <lu...@gmail.com> on 2008/04/05 01:46:47 UTC

[SCA 1.2] Help with binding-notification samples

We are seeing some issues with the binding-notification samples (e.g
TUSCANY-2203).
It would be great if people more familiar with this extension could
help getting them ready for the release.


[1] https://issues.apache.org/jira/browse/TUSCANY-2203

-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [SCA 1.2] Help with binding-notification samples

Posted by haleh mahbod <hm...@gmail.com>.
Thanks Raymond.

On 4/6/08, Raymond Feng <en...@gmail.com> wrote:
>
> Hi,
>
> I found the root cause of this problem. It seems that Tomcat converts
> request property names to lower cases and causes a mismatch in Map.get(). I
> fixed the issue under r645254 by changing the header names to be lower case.
> I also added a comment to  TUSCANY-1791 (
> https://issues.apache.org/jira/browse/TUSCANY-1791).
>
> Thanks,
> Raymond
>
> --------------------------------------------------
> From: "haleh mahbod" <hm...@gmail.com>
> Sent: Saturday, April 05, 2008 9:18 PM
> To: <tu...@ws.apache.org>
> Subject: Re: [SCA 1.2] Help with binding-notification samples
>
> Hi Ignacio,
> >
> > I took a look at the other JIRAs that you referenced. They are talking
> > about
> > warning messages. The JIRA that I raised is seeing an EncodingException.
> > Are
> > they these same problems?
> >
> > [java]
> > org.apache.tuscany.sca.binding.notification.util.IOUtils$IOUtilsExce
> >
> > ption:
> > org.apache.tuscany.sca.binding.notification.encoding.EncodingException:
> > c
> > om.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
> >    [java] at [row,col {unknown-source}]: [1,0]
> >    [java] at
> > org.apache.tuscany.sca.binding.notification.NotificationTypeM
> >
> > anagerImpl$InputStreamDecoder.read(NotificationTypeManagerImpl.java:610)
> >    [java] at
> > org.apache.tuscany.sca.binding.notification.util.IOUtils.send
> >
> > HttpRequest(IOUtils.java:95)
> >
> >
> >
> > On 4/5/08, Ignacio Silva-Lepe <is...@gmail.com> wrote:
> >
> > >
> > > Take a look at TUSCANY-1791 for previous instances of this issue and
> > > resolution.
> > >
> > > Thanks
> > >
> > > On Fri, Apr 4, 2008 at 7:46 PM, Luciano Resende <lu...@gmail.com>
> > > wrote:
> > >
> > > > We are seeing some issues with the binding-notification samples (e.g
> > > > TUSCANY-2203).
> > > > It would be great if people more familiar with this extension could
> > > > help getting them ready for the release.
> > > >
> > > >
> > > > [1] https://issues.apache.org/jira/browse/TUSCANY-2203
> > > >
> > > > --
> > > > Luciano Resende
> > > > Apache Tuscany Committer
> > > > http://people.apache.org/~lresende
> > > > http://lresende.blogspot.com/
> > > >
> > > >
> > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > > > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> > > >
> > > >
> > >
> > >
> >
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>

Re: [SCA 1.2] Help with binding-notification samples

Posted by Raymond Feng <en...@gmail.com>.
Hi,

I found the root cause of this problem. It seems that Tomcat converts 
request property names to lower cases and causes a mismatch in Map.get(). I 
fixed the issue under r645254 by changing the header names to be lower case. 
I also added a comment to  TUSCANY-1791 
(https://issues.apache.org/jira/browse/TUSCANY-1791).

Thanks,
Raymond

--------------------------------------------------
From: "haleh mahbod" <hm...@gmail.com>
Sent: Saturday, April 05, 2008 9:18 PM
To: <tu...@ws.apache.org>
Subject: Re: [SCA 1.2] Help with binding-notification samples

> Hi Ignacio,
>
> I took a look at the other JIRAs that you referenced. They are talking 
> about
> warning messages. The JIRA that I raised is seeing an EncodingException. 
> Are
> they these same problems?
>
> [java] 
> org.apache.tuscany.sca.binding.notification.util.IOUtils$IOUtilsExce
>
> ption:
> org.apache.tuscany.sca.binding.notification.encoding.EncodingException: c
> om.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
>     [java] at [row,col {unknown-source}]: [1,0]
>     [java] at 
> org.apache.tuscany.sca.binding.notification.NotificationTypeM
>
> anagerImpl$InputStreamDecoder.read(NotificationTypeManagerImpl.java:610)
>     [java] at 
> org.apache.tuscany.sca.binding.notification.util.IOUtils.send
>
> HttpRequest(IOUtils.java:95)
>
>
>
> On 4/5/08, Ignacio Silva-Lepe <is...@gmail.com> wrote:
>>
>> Take a look at TUSCANY-1791 for previous instances of this issue and
>> resolution.
>>
>> Thanks
>>
>> On Fri, Apr 4, 2008 at 7:46 PM, Luciano Resende <lu...@gmail.com>
>> wrote:
>>
>> > We are seeing some issues with the binding-notification samples (e.g
>> > TUSCANY-2203).
>> > It would be great if people more familiar with this extension could
>> > help getting them ready for the release.
>> >
>> >
>> > [1] https://issues.apache.org/jira/browse/TUSCANY-2203
>> >
>> > --
>> > Luciano Resende
>> > Apache Tuscany Committer
>> > http://people.apache.org/~lresende
>> > http://lresende.blogspot.com/
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>> > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>> >
>> >
>>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [SCA 1.2] Help with binding-notification samples

Posted by haleh mahbod <hm...@gmail.com>.
Hi Ignacio,

I took a look at the other JIRAs that you referenced. They are talking about
warning messages. The JIRA that I raised is seeing an EncodingException. Are
they these same problems?

 [java] org.apache.tuscany.sca.binding.notification.util.IOUtils$IOUtilsExce

ption:
org.apache.tuscany.sca.binding.notification.encoding.EncodingException: c
om.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
     [java] at [row,col {unknown-source}]: [1,0]
     [java] at org.apache.tuscany.sca.binding.notification.NotificationTypeM

anagerImpl$InputStreamDecoder.read(NotificationTypeManagerImpl.java:610)
     [java] at org.apache.tuscany.sca.binding.notification.util.IOUtils.send

HttpRequest(IOUtils.java:95)



On 4/5/08, Ignacio Silva-Lepe <is...@gmail.com> wrote:
>
> Take a look at TUSCANY-1791 for previous instances of this issue and
> resolution.
>
> Thanks
>
> On Fri, Apr 4, 2008 at 7:46 PM, Luciano Resende <lu...@gmail.com>
> wrote:
>
> > We are seeing some issues with the binding-notification samples (e.g
> > TUSCANY-2203).
> > It would be great if people more familiar with this extension could
> > help getting them ready for the release.
> >
> >
> > [1] https://issues.apache.org/jira/browse/TUSCANY-2203
> >
> > --
> > Luciano Resende
> > Apache Tuscany Committer
> > http://people.apache.org/~lresende
> > http://lresende.blogspot.com/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> >
> >
>

Re: [SCA 1.2] Help with binding-notification samples

Posted by Ignacio Silva-Lepe <is...@gmail.com>.
Take a look at TUSCANY-1791 for previous instances of this issue and
resolution.

Thanks

On Fri, Apr 4, 2008 at 7:46 PM, Luciano Resende <lu...@gmail.com>
wrote:

> We are seeing some issues with the binding-notification samples (e.g
> TUSCANY-2203).
> It would be great if people more familiar with this extension could
> help getting them ready for the release.
>
>
> [1] https://issues.apache.org/jira/browse/TUSCANY-2203
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>