You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Tim Moloney (JIRA)" <ji...@apache.org> on 2011/02/25 07:38:38 UTC

[jira] Commented: (FELIX-1796) Add cometd/bayeux support to HTTP Service

    [ https://issues.apache.org/jira/browse/FELIX-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999231#comment-12999231 ] 

Tim Moloney commented on FELIX-1796:
------------------------------------

I added cometd support to the HTTP service in rev 1074406 (https://svn.apache.org/repos/asf/felix/sandbox/tmoloney/http).

> Add cometd/bayeux support to HTTP Service
> -----------------------------------------
>
>                 Key: FELIX-1796
>                 URL: https://issues.apache.org/jira/browse/FELIX-1796
>             Project: Felix
>          Issue Type: New Feature
>          Components: HTTP Service
>            Reporter: Tim Moloney
>         Attachments: FELIX-1796-AddCometdBayeuxSupport.patch
>
>


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] Commented: (FELIX-1796) Add cometd/bayeux support to HTTP Service

Posted by Tim Moloney <ti...@gmail.com>.
I updated the patch in the issue with what is in my sandbox.

Thanks,
  Tim


On Fri, Feb 25, 2011 at 11:19 AM, Felix Meschberger <fm...@adobe.com> wrote:
> Hi,
>
> Thanks alot.
>
> Basically, I would be in favor. But to be better able to judge the
> changes, I would prefer to have a patch attached to the issue.
>
> Thanks very much.
>
> Regards
> Felix
>
> Am Freitag, den 25.02.2011, 14:57 +0000 schrieb Tim Moloney:
>> I've committed this change to my sandbox.  Would anyone like to review
>> it before I merge it into the trunk?
>>
>> This enhancement shouldn't cause any problems with the existing code
>> since it doesn't run unless org.apache.felix.http.cometd.enable is set
>> to true.  Having said that, it would probably be a good idea to look
>> at the Export-Packages in the new/modified POMs.
>>
>> When I merge this enhancement into the trunk, I'll also update the web
>> site with the following:
>> - to use cometd, set org.apache.felix.http.cometd.enable to true
>> - when enabled, the CometdService is registered which has one method,
>> getBayeux()
>> - there is a sample that displays and updates the time of day
>>
>> Thanks,
>>   Tim
>>
>>
>> On Fri, Feb 25, 2011 at 1:38 AM, Tim Moloney (JIRA) <ji...@apache.org> wrote:
>> >
>> >    [ https://issues.apache.org/jira/browse/FELIX-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999231#comment-12999231 ]
>> >
>> > Tim Moloney commented on FELIX-1796:
>> > ------------------------------------
>> >
>> > I added cometd support to the HTTP service in rev 1074406 (https://svn.apache.org/repos/asf/felix/sandbox/tmoloney/http).
>> >
>> >> Add cometd/bayeux support to HTTP Service
>> >> -----------------------------------------
>> >>
>> >>                 Key: FELIX-1796
>> >>                 URL: https://issues.apache.org/jira/browse/FELIX-1796
>> >>             Project: Felix
>> >>          Issue Type: New Feature
>> >>          Components: HTTP Service
>> >>            Reporter: Tim Moloney
>> >>         Attachments: FELIX-1796-AddCometdBayeuxSupport.patch
>> >>
>> >>
>> >
>> >
>> > --
>> > This message is automatically generated by JIRA.
>> > -
>> > For more information on JIRA, see: http://www.atlassian.com/software/jira
>> >
>> >
>> >
>>
>>
>>
>
>
>



-- 
Tim Moloney
ManTech Real-time Systems Laboratory
2015 Cattlemen Road                                 \       /
Sarasota, FL  34232                     .________\(O)/________.
(941) 377-6775 x208                          '    '    O(.)O    '    '

Re: [jira] Commented: (FELIX-1796) Add cometd/bayeux support to HTTP Service

Posted by Felix Meschberger <fm...@adobe.com>.
Hi,

Thanks alot.

Basically, I would be in favor. But to be better able to judge the
changes, I would prefer to have a patch attached to the issue.

Thanks very much.

Regards
Felix

Am Freitag, den 25.02.2011, 14:57 +0000 schrieb Tim Moloney: 
> I've committed this change to my sandbox.  Would anyone like to review
> it before I merge it into the trunk?
> 
> This enhancement shouldn't cause any problems with the existing code
> since it doesn't run unless org.apache.felix.http.cometd.enable is set
> to true.  Having said that, it would probably be a good idea to look
> at the Export-Packages in the new/modified POMs.
> 
> When I merge this enhancement into the trunk, I'll also update the web
> site with the following:
> - to use cometd, set org.apache.felix.http.cometd.enable to true
> - when enabled, the CometdService is registered which has one method,
> getBayeux()
> - there is a sample that displays and updates the time of day
> 
> Thanks,
>   Tim
> 
> 
> On Fri, Feb 25, 2011 at 1:38 AM, Tim Moloney (JIRA) <ji...@apache.org> wrote:
> >
> >    [ https://issues.apache.org/jira/browse/FELIX-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999231#comment-12999231 ]
> >
> > Tim Moloney commented on FELIX-1796:
> > ------------------------------------
> >
> > I added cometd support to the HTTP service in rev 1074406 (https://svn.apache.org/repos/asf/felix/sandbox/tmoloney/http).
> >
> >> Add cometd/bayeux support to HTTP Service
> >> -----------------------------------------
> >>
> >>                 Key: FELIX-1796
> >>                 URL: https://issues.apache.org/jira/browse/FELIX-1796
> >>             Project: Felix
> >>          Issue Type: New Feature
> >>          Components: HTTP Service
> >>            Reporter: Tim Moloney
> >>         Attachments: FELIX-1796-AddCometdBayeuxSupport.patch
> >>
> >>
> >
> >
> > --
> > This message is automatically generated by JIRA.
> > -
> > For more information on JIRA, see: http://www.atlassian.com/software/jira
> >
> >
> >
> 
> 
> 



Re: [jira] Commented: (FELIX-1796) Add cometd/bayeux support to HTTP Service

Posted by Tim Moloney <ti...@gmail.com>.
I've committed this change to my sandbox.  Would anyone like to review
it before I merge it into the trunk?

This enhancement shouldn't cause any problems with the existing code
since it doesn't run unless org.apache.felix.http.cometd.enable is set
to true.  Having said that, it would probably be a good idea to look
at the Export-Packages in the new/modified POMs.

When I merge this enhancement into the trunk, I'll also update the web
site with the following:
- to use cometd, set org.apache.felix.http.cometd.enable to true
- when enabled, the CometdService is registered which has one method,
getBayeux()
- there is a sample that displays and updates the time of day

Thanks,
  Tim


On Fri, Feb 25, 2011 at 1:38 AM, Tim Moloney (JIRA) <ji...@apache.org> wrote:
>
>    [ https://issues.apache.org/jira/browse/FELIX-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999231#comment-12999231 ]
>
> Tim Moloney commented on FELIX-1796:
> ------------------------------------
>
> I added cometd support to the HTTP service in rev 1074406 (https://svn.apache.org/repos/asf/felix/sandbox/tmoloney/http).
>
>> Add cometd/bayeux support to HTTP Service
>> -----------------------------------------
>>
>>                 Key: FELIX-1796
>>                 URL: https://issues.apache.org/jira/browse/FELIX-1796
>>             Project: Felix
>>          Issue Type: New Feature
>>          Components: HTTP Service
>>            Reporter: Tim Moloney
>>         Attachments: FELIX-1796-AddCometdBayeuxSupport.patch
>>
>>
>
>
> --
> This message is automatically generated by JIRA.
> -
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>



-- 
Tim Moloney
ManTech Real-time Systems Laboratory
2015 Cattlemen Road                                 \       /
Sarasota, FL  34232                     .________\(O)/________.
(941) 377-6775 x208                          '    '    O(.)O    '    '