Bruce Snyder wrote: > On 6/6/06, Alex Boisvert <[EMAIL PROTECTED]> wrote: >> >> Yes, you can use the ServiceMix BPEL example as a starting point. >> >> Assuming you use a Spring context to initialize your webapp, it becomes >> mostly a question of declaring the BPEL engine as a component in the >> context and wiring components with it. And don't forget to add all >> jar dependencies into your webapp ;) > > For a while, the PXE JBI implementation was broken and it was unusable > from within ServiceMix. Is the PXE JBI integration working again? >
As far as I know, yes. We don't run nightly integration tests with JBI yet, but I've hooked up some examples together with ServiceMix 2.0.2 not too long ago. As I said, you need to wire things directly between the Spring context and the pxe-system.xml so there's a few places where endpoints need to match in order to have messages flowing nicely. No rocket science, just the usual configuration drudgery... We'll have a revamped JBI integration layer in less than a week or two, so it will be worth resynchronizing at that point. I can give you a heads-up when things are ready if you're interested. cheers, alex
