Re: Do Apache Camel needs a SAP integration?

2012-01-14 Thread Christian Müller
We cannot host such kind of component directly at Apache [1], but at apache-extra on googlecode [2]. I could imagine this is an EE feature for which some users are looking for. I will have a look at it in the next days... And if you are the owner of the code, you may know we love contributions...

Re: Do Apache Camel needs a SAP integration?

2012-01-14 Thread Hadrian Zbarcea
That is correct. The owner of the code (which may not necessarily be the author!) can (re)license the work at any time under whatever terms he likes. If the work is relicensed, the previous licensing terms still apply to the old code. Cheers, Hadrian On 01/14/2012 11:47 AM, Christian Schneid

Re: Do Apache Camel needs a SAP integration?

2012-01-14 Thread Christian Schneider
Hi Björn, sounds great. I am looking forward to it. I think you could dual license your own code with apache and lgpl. Btw. there is camel-extra which holds some camel components that are not fully apache licensed. http://code.google.com/a/apache-extras.org/p/camel-extra/?redir=1 So that case

Re: Do Apache Camel needs a SAP integration?

2012-01-14 Thread Björn Bength
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

Re: Can I use RoutePolicySupport to ensure a ftp set of transfers is complete before return?

2012-01-14 Thread Claus Ibsen
Hi In Camel 2.9 we added a new option sendEmptyMessageWhenIdle which you can set to true. Then when Camel polls from the FTP server, and there are *no* files, then an empty message is sent out. Then you can just filter this message, and shutdown your application. This can also be done using a ro

Re: Unreleased thread, possible in SMPP component

2012-01-14 Thread Christian Müller
Hello Peter! No, unfortunately not. Because it looks like it's a problem in JSMPP I don't know what we can do in this case to solve the problem. Any suggestion? The JSMPP project is not really active and the issues list grows [1]. Also one issue I reported nearly one year ago is not commented or

Re: Camel 2.9.0 startup error message > ClassNotFoundException org.osgi.framework.BundleActivator

2012-01-14 Thread Claus Ibsen
Hi What version of JBoss and Camel are you using? And how do you deploy your application in JBoss? (war, jee, osgi, etc.) And what kind of severity level is this logged at? WARN, ERROR ? And does your application start up and works? On Tue, Jan 10, 2012 at 1:01 PM, iamniche wrote: > Hello, >

Do Apache Camel needs a SAP integration?

2012-01-14 Thread Christian Müller
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

Re: SMTP - Specify Name and Email in the From element using Spring

2012-01-14 Thread Christian Müller
Hello Michael! Tests [1] are always a good source of knowledge. The same is of course possible with the XML DSL. Make sure you escape all characters which you cannot use in XML. This not means "Camel does not like the '<' character", it's simple not a valid XML you build... [1] https://svn.apache