Re: console for Fuse ESB

2010-04-06 Thread Aleksey Masny
I extended Felix Caraf console, over JMX connection. -- View this message in context: http://old.nabble.com/console-for-Fuse-ESB-tp28149718p28152851.html Sent from the Camel - Users mailing list archive at Nabble.com.

graceful shutdown Camel do not executed if Karaf windows service is stopped

2010-02-24 Thread Aleksey Masny
to configure Karaf+Camel for graceful shutdown Camel-application if Karaf service stopped manualy? (or server rebooted, etc) Or it is a bug in Camel? Thanks. Aleksey Masny http://pilgr.name -- View this message in context: http://old.nabble.com/graceful-shutdown-Camel-do-not-executed-if-Karaf

camel-xmpp not sends message in Felix Karaf

2010-02-11 Thread Aleksey Masny
Through camel-xmpp my message sended succesfully in standalone camel application, but message not sends if application as a bundle deployed to Felix Karaf. May be it is a bug in camel-xmpp component? Apache Felix Karaf 1.2.0 Apache Camel 2.1.0 My route:

Re: need an example of camel sql + felix OSGi

2010-02-09 Thread Aleksey Masny
May be, you need add features URL and install feature camel-csv. Features include urls for all required jar's. ka...@root features:addUrl mvn:org.apache.camel.karaf/features/2.1.0/xml/features ka...@root features:install spring ka...@root features:install spring-dm ka...@root features:install

OSGI + camel-ibatis: java.sql.SQLException: No suitable driver

2010-02-04 Thread Aleksey Masny
When i deploy my camel-project as bundle on Apache Felix Karaf and start it, in log i see exception java.sql.SQLException: No suitable driver. And my bundle not work properly . My bundle uses camel-ibatis component. camel-ibatis through SqlMapConfog.xml uses MSSQL jdbc driver for connect to db.

Re: camel-xmpp througth proxy

2010-01-16 Thread Aleksey Masny
I understand problem. Jabber protocol used direct socket connection. To available connection througth proxy, must be define java properties socksproxySet, socksProxyPort, socksProxyHost. For example, direct in source //System.setProperty(socksproxySet,true);

camel-xmpp througth proxy

2009-12-23 Thread Aleksey Masny
Hello all! My route: from(stream:in?promptMessage=You message: ).to(xmpp://pi...@qip.ru/aleksey.ma...@gmail.com?password=xx); My problem: At home, without proxy server, this route send message to aleksey.ma...@gmail.com sucessfull. But at office computer, with proxy server, xmpp component

Re: How to use multiple dataSource in camel.iBatis?

2009-12-18 Thread Aleksey Masny
Glaus, many thanks! Now (before 2.2.0 release) I modified dependency to camel-ibatis on (in pom.xml): dependency groupIdorg.apache.camel/groupId artifactIdcamel-ibatis/artifactId version2.2-SNAPSHOT/version /dependency Added snapshot repository (in pom.xml):

How to use multiple dataSource in camel.iBatis?

2009-12-17 Thread Aleksey Masny
component with predefined configuration file? Or do you know of any other solution? Thank you and best regards, Aleksey Masny. -- View this message in context: http://old.nabble.com/How-to-use-multiple-dataSource-in-camel.iBatis--tp26828799p26828799.html Sent from the Camel - Users mailing list

Re: How to use multiple dataSource in camel.iBatis?

2009-12-17 Thread Aleksey Masny
Statement from any sqlMap in the same SqlMapConfig.xml will execute in same database, yes? But i'd like execute statment in another database. In one DB - pooling, then insert to another DB. -- View this message in context: