On 3/7/07, Felipe Gaucho <[EMAIL PROTECTED]> wrote:
ok, hello-world finally is working here.... my question now is how to test it on ServiceMix runntime ? I know there is a test case into the component, and when I run "mvn install" it works fine ans show the colorado sky on the screen... then I copied the zip file into service mix and everything looks fine.. now, how to test it in the running ServiceMix ?? how to send messages exchanges to the installed component ?
This is the piece of the tutorial that I haven't had the time to create yet. You will need to create a SU that is based on the BC/SE that you developed and then send messages through it. Creating the SU based on the component is pretty easy - you'll just need to create a standard SU just like you do when using one of the Maven archetypes but you'll need to change the component on which the SU depends to your component. To send messages through the SU (and therefore through the component), you might consider using soapUI (http://www.soapui.org/) to send SOAP messages. 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/
