Re: [VOTE] Release Apache Camel 2.8.0

2011-07-18 Thread Jean-Baptiste Onofré
+1 All routes (blueprint) work in Karaf 2.2.2. Regards JB On 07/19/2011 04:13 AM, Zbarcea Hadrian wrote: A new minor release apache-camel-2.8.0 is out with approximately 420 issues resolved: improvements and bug fixes [1]. This is a release with a record number of fixes and reflects the incr

Re: [VOTE] Release Apache Camel 2.8.0

2011-07-18 Thread Tommy Chheng
+1 My Scala project can now compile and run its unit tests. -- Tommy Chheng On Monday, July 18, 2011 at 7:13 PM, Zbarcea Hadrian wrote: > A new minor release apache-camel-2.8.0 is out with approximately 420 issues > resolved: improvements and bug fixes [1]. This is a release with a record >

Re: [VOTE] Release Apache Camel 2.8.0 (2nd attempt)

2011-07-18 Thread Hadrian Zbarcea
We had to redo the release due to an issue we discovered with the previous builds. This vote is for the second attempt. I changed the subject line to reflect that and avoid confusions. Hadrian On Mon, Jul 18, 2011 at 10:13 PM, Zbarcea Hadrian wrote: > A new minor release apache-camel-2.8.0 is ou

[VOTE] Release Apache Camel 2.8.0

2011-07-18 Thread Zbarcea Hadrian
A new minor release apache-camel-2.8.0 is out with approximately 420 issues resolved: improvements and bug fixes [1]. This is a release with a record number of fixes and reflects the increased popularity of Apache Camel and our growing community. Please find the staging repo here: https://repos

[jira] [Created] (CAMEL-4243) Enterprise Integration Patterns Web Page Documentation Incomplete

2011-07-18 Thread Robert Liguori (JIRA)
Enterprise Integration Patterns Web Page Documentation Incomplete - Key: CAMEL-4243 URL: https://issues.apache.org/jira/browse/CAMEL-4243 Project: Camel Issue Type: Task

Re: Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Echo
It's just a step reaming for my goal . Now it logs into karaf everything even when it goes to that processor that I specified that to be logged into "new.log" . @ "new.log" , it successfully logs but the log doesn't have the stack trace like what it's been already logged into karaf.log That's w

Re: Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Claus Ibsen
On Mon, Jul 18, 2011 at 8:27 PM, Echo wrote: > Hello , > Actually I have modified my code as I misunderstood u : > > log4j.rootLogger=INFO, out,sylk,osgi:VmLogAppender > > Now it logs everything on BOTH files . > I just need when I log like the follwong from camel : > > process(doSmth).log(Logging

Re: Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Echo
Hello , Actually I have modified my code as I misunderstood u : log4j.rootLogger=INFO, out,sylk,osgi:VmLogAppender Now it logs everything on BOTH files . I just need when I log like the follwong from camel : process(doSmth).log(LoggingLevel.INFO,"new","Hello New Logger") JUST in that case to

Re: Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Echo
That's the final org.ops4j.pax.logging.cfg after updating ur comments . Now erverything logs into new.log . I just need erverything to be logged into karaf.log . Except for specific process that will only log into new.log ###

Re: Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Łukasz Dywicki
You don need second appender - osgi:VmLogAppender if you wish store messages only in one place. Second appender is unecessary to use first. > I have already made the first step : > > log4j.appender.new=org.apache.log4j.RollingFileAppender > log4j.appender.new.layout=org.apache.log4j.PatternLay

Re: Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Echo
I have already made the first step : log4j.appender.new=org.apache.log4j.RollingFileAppender log4j.appender.new.layout=org.apache.log4j.PatternLayout log4j.appender.new.layout.ConversionPattern=%d{ABSOLUTE} | %-5.5p | %-16.16t | %-32.32c{1} | %-32.32C %4L | %X{bundle.id} - %X{bundle.name} - %X{

Re: Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Łukasz Dywicki
You need specific category settings. Karaf uses log4j as logging framework wrapped by pax-logging service. To store log messages from any category follow these steeps: 1. Create new appender (eg. file) log4j.appender.file=org.apache.log4j.RollingFileAppender log4j.appender.file.layout=org.apach

Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Echo
I have a system that uses both Apache Camel and Karaf. I need some specific processor to log into a new log instead of the default one ,karaf.log. I have reached that there is a file called "org.ops4j.pax.logging.cfg" that is responsible for logging configuration . Here it's the file before I

[jira] [Resolved] (CAMEL-4242) When bridging http endpoints and end users do not enable the bridgeEndpoint option they may get a NPE exception

2011-07-18 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4242. Resolution: Fixed > When bridging http endpoints and end users do not enable the bridgeEndpoint >

Re: [CANCEL][VOTE] Release Apache Camel 2.8.0

2011-07-18 Thread bvahdat
There's only 2404 warnings left See the first 100 here: http://camel.465427.n5.nabble.com/file/n4600069/warnings.jpeg warnings.jpeg . Just wonder if IDEA doesn't warn about these stuff, for example the raw type declaration of a given generic type Regards, Babak -- View this message in context

[jira] [Created] (CAMEL-4242) When bridging http endpoints and end users do not enable the bridgeEndpoint option they may get a NPE exception

2011-07-18 Thread Claus Ibsen (JIRA)
When bridging http endpoints and end users do not enable the bridgeEndpoint option they may get a NPE exception --- Key: CAMEL-4242 URL: https://issues.apa

[jira] [Commented] (CAMEL-3471) Upgrade to Apache Mina 2.0.x

2011-07-18 Thread Chad Beaulac (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067062#comment-13067062 ] Chad Beaulac commented on CAMEL-3471: - The UDP endpoint works when you have a codec co

Re: [CANCEL][VOTE] Release Apache Camel 2.8.0

2011-07-18 Thread Claus Ibsen
On Mon, Jul 18, 2011 at 5:31 AM, Zbarcea Hadrian wrote: > I could start the builds tomorrow morning (around 11am EDT) if nobody shouts > and asks for more time. > On this glorious day, monday, it would be nice if a new build could be started. The fix for the SMX issue has been committed, and CI

[jira] [Updated] (CAMEL-4234) ProducerTemplate/MockEndpoint does not seem to trigger context exception handling.

2011-07-18 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-4234: --- Affects Version/s: (was: 2.8.0) Fix Version/s: (was: 2.9.0) 2.8

[jira] [Resolved] (CAMEL-4234) ProducerTemplate/MockEndpoint does not seem to trigger context exception handling.

2011-07-18 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4234. Resolution: Fixed > ProducerTemplate/MockEndpoint does not seem to trigger context exception > han

[jira] [Updated] (CAMEL-4234) ProducerTemplate/MockEndpoint does not seem to trigger context exception handling.

2011-07-18 Thread Bryan Brouckaert (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Brouckaert updated CAMEL-4234: Fix Version/s: 2.9.0 > ProducerTemplate/MockEndpoint does not seem to trigger context excep

[jira] [Commented] (CAMEL-4234) ProducerTemplate/MockEndpoint does not seem to trigger context exception handling.

2011-07-18 Thread Bryan Brouckaert (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067023#comment-13067023 ] Bryan Brouckaert commented on CAMEL-4234: - I tested with 2.9-SNAPSHOT and it does

[jira] [Commented] (CAMEL-4234) ProducerTemplate/MockEndpoint does not seem to trigger context exception handling.

2011-07-18 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067007#comment-13067007 ] Claus Ibsen commented on CAMEL-4234: Can you make sure you use the latest source code.

[jira] [Assigned] (CAMEL-4234) ProducerTemplate/MockEndpoint does not seem to trigger context exception handling.

2011-07-18 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-4234: -- Assignee: Claus Ibsen > ProducerTemplate/MockEndpoint does not seem to trigger context exceptio

[jira] [Updated] (CAMEL-4234) ProducerTemplate/MockEndpoint does not seem to trigger context exception handling.

2011-07-18 Thread Bryan Brouckaert (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Brouckaert updated CAMEL-4234: Affects Version/s: 2.7.0 2.7.1 2.7.2 The same

[jira] [Updated] (CAMEL-4234) ProducerTemplate/MockEndpoint does not seem to trigger context exception handling.

2011-07-18 Thread Bryan Brouckaert (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Brouckaert updated CAMEL-4234: Attachment: CAMEL-4234.zip Added a simple example that causes the error. There are 2 route

Re: [VOTE] Release Apache Camel 2.8.0

2011-07-18 Thread Ashwin Karpe
-1 Hi, Sorry, I did not see the previous messages. Just realized the issue with camel-osgi... I just ran the unit tests. Cheers, Ashwin... - - Ashwin Karpe Apache Camel Committer & Sr Principal Consultant FUSESource (a Progress Softw

Re: [VOTE] Release Apache Camel 2.8.0

2011-07-18 Thread Ashwin Karpe
+1 Release looks good... Cheers, Ashwin... - - Ashwin Karpe Apache Camel Committer & Sr Principal Consultant FUSESource (a Progress Software Corporation subsidiary) http://fusesource.com Blog: http://opensourceknowledge.blogspot.com

[jira] [Resolved] (CAMEL-4241) Removed unused imports from examples

2011-07-18 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4241. Resolution: Fixed > Removed unused imports from examples > > >

[jira] [Created] (CAMEL-4241) Removed unused imports from examples

2011-07-18 Thread Claus Ibsen (JIRA)
Removed unused imports from examples Key: CAMEL-4241 URL: https://issues.apache.org/jira/browse/CAMEL-4241 Project: Camel Issue Type: Task Components: examples Reporter: Claus Ibsen

[jira] [Created] (CAMEL-4240) Unable to use XA JMS trabsaction on WebLogic

2011-07-18 Thread Andrey Utkin (JIRA)
Unable to use XA JMS trabsaction on WebLogic Key: CAMEL-4240 URL: https://issues.apache.org/jira/browse/CAMEL-4240 Project: Camel Issue Type: Bug Components: camel-jms Report