Re: camel pull request: Trunk

2012-09-11 Thread michal.warecki
Ignore it please. Wrong tab :-) -- View this message in context: http://camel.465427.n5.nabble.com/camel-pull-request-Trunk-tp5719116p5719117.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: Camel Web Roadmap

2012-08-15 Thread michal.warecki
Hi, I commited an example of two REST resources with html pages which are using direct JMX client in web console: - particular thread pool data with "real-time" chart: http://camel.465427.n5.nabble.com/file/n5717440/threadresource.png - table of thread pools data: http://camel.465427.n5.nabble.

Re: Camel Web Roadmap

2012-08-14 Thread michal.warecki
During become familiar with the code of the console, I realized why it has so few features. Core Camel API does not allow to retrieve all runtime informations (i.e. ExecutorServiceManager does not allow to retrieve threadPoolProfiles map). Fortunatelly Camel management API (JMX) provides a lot of

Re: Isssue using POJO data format with Camel

2012-08-13 Thread michal.warecki
So, you should first read from the queue i.e.: next unmarshall xml i.e.: next send message to cxf web service i.e.: operationTest http://test.test.com/ Try to rummage a bit of the Camel documentation for examples. -- View this message in context: http://camel.465427

Re: Isssue using POJO data format with Camel

2012-08-13 Thread michal.warecki
What do you expect from this route? Processor looks bad. Actually it just sets the header and nothing more. If you want to invoke cxf web service you should create producer or use "http://camel.465427.n5.nabble.com/Isssue-using-POJO-data-format-with-Camel-tp5717266p5717273.html Sent from the Camel

Re: Camel Web Roadmap

2012-08-13 Thread michal.warecki
I think, currently it is impossible to set remote REST host in scalate templates. It would be nice to deploy html GUI on one machine and REST services with Camel application on other. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Web-Roadmap-tp5717234p5717241.html Sen

Re: Camel Web Roadmap

2012-08-13 Thread michal.warecki
Hmm, this is a separated project. Do you think whether we can use the code? It is based on JMX so it has different architecture than Camel Web. I think we can only get some suggestions of functionality like consumers, processors etc. browsing. What do you think? I am also thinking about adding the

Camel Web Roadmap

2012-08-13 Thread michal.warecki
Hi! Is there a roadmap for Camel Web? For many companies, web console is very important (sometimes obligatory) tool. The current console is functionally very limited. If no, I can deal with development of the console. At the beginning I would like to take care of the basic context configuration i

Re: New to apache camel...Converting csv text file to xml

2012-08-01 Thread michal.warecki
Hi, Firstly, you should use Camel Users instead of Development. Secondly, [1] thread may be useful for you. [1] http://camel.465427.n5.nabble.com/Converting-CSV-to-XML-td5711086.html -- View this message in context: http://camel.465427.n5.nabble.com/New-to-apache-camel-Converting-csv-text-fil

Re: [DISCUSS] Camel Alerts

2012-03-18 Thread michal.warecki
I read a little bit about SNMP and MIB used by some alerting modules. Generally, most of these modules does not impose a top-down defined MIB. User must create a MIB at his own and map suitable OID for a particular type of alert. In my view, we can offer a proposal Camel MIB but this is unlikely a

Re: [DISCUSS] Camel Alerts

2012-03-17 Thread michal.warecki
Ohh, now I know what you mean. I was sure that there is a MIB designed for such tasks. I'll do research, which MIB uses similar platforms to Camel. If necessary, we will need to design custom MIB or extend existing one. Johan, many thanks for your help and understanding. Will there be someone so

Re: [DISCUSS] Camel Alerts

2012-03-16 Thread michal.warecki
List of organizations approved by Google is available on http://www.google-melange.com/gsoc/accepted_orgs/google/gsoc2012. I would like to return to this topic and again to summarize the basic assumptions. The monitoring mechanism of the basic metrics such as memory, the availability of the URL,

ICLA

2012-03-09 Thread michal.warecki
Hi All! I just got a mail that my ICLA has been received by Apache. I already have an account in JIRA (https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michal.warecki). Cheers, Michal -- View this message in context: http://camel.465427.n5.nabble.com/ICLA-tp5550088p5550088.html Sent

Patch for CAMEL-4602

2012-03-01 Thread michal.warecki
Hi All! In search of the next more challenging task to solve I decided to deal with the possibility of filtering directories (CAMEL-4602). I attached my solution with unit test. Could someone review it, please? http://camel.465427.n5.nabble.com/file/n5528237/DirectoryFilter.patch DirectoryFilter

Patch for CAMEL-3985

2012-02-28 Thread michal.warecki
Hi All! In preparation for the larger task I decided to try to correct some bugs:-) I attached a patch for CAMEL-3985 [1]. I checked the functionality empirically by sending a mail component with three charset (UTF-8, UTF-16 and iso-8859-1) with non standard characters (Polish and Chinese) in per

Re: ObjectConverter problem

2012-02-26 Thread michal.warecki
Hmm, looks like more to work around the problem by changing the test instead of improving the code :-) There is no Integer equivalent to Double.NaN and Float.NaN so it seems more appropriate to me to return null value. It seems to me that this should be treated like the rest of the types that have

ObjectConverter problem

2012-02-26 Thread michal.warecki
Hi, Reviewing tests I saw that in test ExtractXPathWithNamespaceTest.testXPathWithNamespaceDifferentNamespace "foo" is compared with 0 but I think when namespaces are different then xpath should return null. ObjectConverter.toInteger should return null for Double.NaN becouse 0 is the same number

Re: [DISCUSS] Camel Alerts

2012-02-21 Thread michal.warecki
Camel management support for runtime information build on the top of JMX is interesting idea. We could add some notification broadcasters and MBean's. "Alert" will analyze informations from notifications and if needed (based on configuration) send to SMNP or SMTP. SMNP should be preconfigured with

Re: [DISCUSS] Camel Alerts

2012-02-20 Thread michal.warecki
I think that we should not be limited only to SNMP. A great idea is to help to link with SNMP and SMTP as much as possible. Ɓukasz: Thanks for the tip on JMX. I'll deeply analyze the mechanism of events in Camel and see how it can be extended to meet the requirements of alerting. Thanks again fo

Re: [DISCUSS] Camel Alerts

2012-02-20 Thread michal.warecki
Thanks for you feedback! Chistian: Exacly, general idea can present the following hypothetical configuration: http://camel.apache.org/schema/spring";>

[DISCUSS] Camel Alerts

2012-02-19 Thread michal.warecki
Hello All! Looking for an appropriate subject for the Google Summer of Code, I started to think about the functionality of alerts. I think this functionality can help Camel meet some of the requirements of mission-critical systems. Alerts are kind of events which may indicate threat to the proper

Re: Camel Spring Batch

2012-02-09 Thread michal.warecki
Willem, Thanks for your feedback. I'll try to find a mentor after Apache submit an application for the GSoC. I'm the same opinion. It will be a fairly simple component. If you have some more interesting idea, I'm open to all suggestions :-) -- View this message in context: http://camel.465427.n

Re: Camel Spring Batch

2012-02-08 Thread michal.warecki
Thanks for your answers, vcheruvu : That's good idea but projects for GSoC have to be more technical like extending core functionality of existing framework or integrating frameworks. Maybe after this competition I'll try to integrate more business projects like Bloomberg. Thanks for your idea. C

Camel Spring Batch

2012-02-05 Thread michal.warecki
Hi, I am a student and think about competing in the Google Summer of Code this year. I'm a big fan of open source and Camel, and I think to create a new component. Spring Batch is a good complement to the existing list. Batch jobs are widely encountered in application integration. I have question