Ah, ok.. This one is not too bad. You just need to edit your pm.xml and add
the following set of dependencies under the <dependencies/> tag

    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.5.11</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
      <version>1.5.11</version>
    </dependency>

Then run "mvn clean" followed by "mvn camel:run"...

Cheers,

Ashwin...


-----
---------------------------------------------------------
Ashwin Karpe
Apache Camel Committer & Sr Principal Consultant
FUSESource (a Progress Software Corporation subsidiary)
http://fusesource.com 

Blog: http://opensourceknowledge.blogspot.com 
---------------------------------------------------------
--
View this message in context: 
http://camel.465427.n5.nabble.com/tcp-proxy-route-tp4332461p4562057.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to