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

Babak Vahdat edited comment on CAMEL-4498 at 1/6/12 6:05 PM:
-------------------------------------------------------------

@Charles

You're absolutely right! Nothing is wrong in the svn repo, The problem is the 
local workspace of *me & yours*.

If you would do a

{code}
mvn clean install eclipse:clean eclipse:eclipse idea:clean idea:idea
{code}

And then again do the

{code}
svn status
{code}

You will see lots of outgoing changes, which should be *ignored*. If you add 
them to the svn ignore list (for example using your IDE) then the next 'svn 
status' call would *ignore* them while it compares *your* local workspace 
content with the repository content.

                
      was (Author: bvahdat):
    @Charles

You're absolutely right! Nothing is wrong in the svn repo, The problem is the 
local workspace of *me & yours*.

If you would do a

{code}
mvn clean install eclipse:clean eclipse:eclipse idea:clean idea:idea
{code}

And then again do the

{code}
svn status
{code}

You will see lots of outgoing changes, which should be *ignored*. If you add 
them to the svn ignore list (for example using your IDE) then the next scv 
update would *ignore* them while it compares *your* local workspace content 
with the repository content.

                  
> camel websocket component
> -------------------------
>
>                 Key: CAMEL-4498
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4498
>             Project: Camel
>          Issue Type: New Feature
>    Affects Versions: 2.9.0
>            Reporter: Christopher Köster
>            Assignee: Charles Moulliard
>              Labels: features
>             Fix For: 2.9.1, 2.10
>
>         Attachments: camel-websocket.jpg
>
>
> We have build an implementation of websockets in Apache Camel. In combination 
> with the strengths of Apache Camel you can push events from all given 
> components (file, ftp, hazelcast, queue, etc.) to your browser. This offers 
> great possibilities e.g. in process tracking, process driven forms and others.
> It is fully bidirectional (in contrast to the AHC-component) and can 
> therefore be used for producers and consumers. 
> To get a better idea of what has been done so far, please have a look at:
> https://github.com/catify/camel-websocket

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to