Try downloading the src for the components and look in the tests directory https://projects.open.iona.com/projects/svn/iona/servicemix/components/trunk
On Wed, Nov 12, 2008 at 11:00 AM, Sylvester <[EMAIL PROTECTED]>wrote: > Hi, > I did go to the servicemix-bean page. It does show the different kinds of > beans, but I'd like to know how exactly to invoke a bean. I'm not trying to > do anything spectacular. This is a helloWorld bean. > > Sylvester > > > Edell Nolan wrote: > >> Hi, >> >> Have you looked at the examples in the kit or if you go to the components >> and take a look at the tests you will see plenty of examples. >> >> It really depends what you are trying to do. >> >> E.g. you could have a file:poller invoke on this endpoint or you could >> use >> the cxf-bc - inorder to invoke on this endpoint you would be specifying a >> combination of its service, interfaceName or endpoint in another as SU as >> its targetService and targetEndpoint for example. >> >> If you can provide some more details of what you are trying to do - I can >> try and help. >> >> Edell. >> >> On Wed, Nov 12, 2008 at 4:21 AM, Sylvester <[EMAIL PROTECTED] >> >wrote: >> >> >> >>> Hi, >>> I am a servicemix beginner. I have a decent idea about the various >>> components, ie SE, BC, SA, SU etc. I created a servicemix-bean SU and SA >>> in >>> eclipse with maven. How do I invoke this endpoint. How do I create a BC/ >>> reuse a BC for this? >>> If I use the cxf-bc to invoke this, will that work? Is that the right way >>> to go? >>> >>> Basically, any suggestions on invoking this servicemix-bean endpoint are >>> welcome. I didn't find any info on the website about this. >>> >>> Thanks, >>> Sylvester >>> >>> >>> >> >> >> > >
