On 3/6/07, Felipe Gaucho <[EMAIL PROTECTED]> wrote:
ok, I am trying the hello-world example.... first feedback: it compiles fine, but if I put anything into code, it fails to compile. > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running ch.netcetera.jbi.tutorial.MySpringComponentTest > log4j:WARN No appenders could be found for logger > (org.springframework.core.CollectionFactory). > log4j:WARN Please initialize the log4j system properly. > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.155 sec > <<< FAILURE!
Note the tests run output above. You are not experiencing a compilation failure, this is a test failure. My guess is that after adding the new processInOut() method that the MySpringComponentTest still needs to be updated to match the out message that was added to the processInOut() method. See the test output in the target/surefire-tests directory for the actual failure. Also see the next section of the tutorial about changing the test so it passes: http://incubator.apache.org/servicemix/hello-world-bc.html#HelloWorld-BC-TestingtheHelloWorldBindingComponent But again, the tutorial is a work in progress and it not complete yet. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache Geronimo - http://geronimo.apache.org/ Apache ActiveMQ - http://activemq.org/ Apache ServiceMix - http://servicemix.org/ Castor - http://castor.org/
