Hi At our client (a bank) in Sweden, we created a camel component that integrated their SAP server. It can only call BAPI functions right now but it uses JCo of course, and Hibersap which allows to annotate java beans just send it through to the camel endpoint. All this on ServiceMix where we made the camel-SAP (with jco) component OSGi firendly.
It worked so well that those SAP guys we worked with told us that they never before had an integration project that actually worked on _the first_ test transaction. Unfortunatly hibersap is LGPL but it really (really) makes working with Jco sooo much easier. And just maybe hibersap can convert it's license, but from another thread (MongoDB) I got the feeling that all of you like to have a "native" camel component in all cases. My intention was to put this on GitHub though, but I never took time to do so. I could share the parts I wrote if someone is interested, and call it camel-hibersap. Regards Björn On Sat, Jan 14, 2012 at 1:44 PM, Christian Müller <christian.muel...@gmail.com> wrote: > Hello list! > > One year ago I was thinking about "Do Apache Camel needs a SAP > integration?". > > Last week I got an announcement from Mulesoft and their SAP integration > [1]. And now I'm thinking about it again: Do Apache Camel needs a SAP > integration? Did you already missed this integration? > > I'm highly interested in your opinion. > > [1] http://www.mulesoft.com/sap-integration > > Best, > Christian