You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Sreedhar Kolapalli <sk...@gmail.com> on 2006/01/19 08:18:31 UTC

Missing HTTP package

servicemix-http is missing  processors directory in java source. 
HttpEndpoint is referring to
import org.apache.servicemix.http.processors.ConsumerProcessor;
import org.apache.servicemix.http.processors.ProviderProcessor;

This is the only issues with compiling latest source.  Everything else
is fine.  Can somebody cleanup HttpEndpoint class or checking in the
processors package source.

Thx
- Sree