[
https://issues.apache.org/jira/browse/CAMEL-4359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dragisa Krsmanovic updated CAMEL-4359:
--
Attachment: CAMEL-4359.patch
I am adding unit test that demonstrates the problem.
> Ex
Exception thrown during JAXB marshalling will cause SedaConsumer to break
-
Key: CAMEL-4359
URL: https://issues.apache.org/jira/browse/CAMEL-4359
Project: Camel
Issue Ty
Please use the users list for questions on how to use Camel.
Also there is plenty of documentation on http://camel.apache.org/
/je
On Fri, Aug 19, 2011 at 7:32 AM, khinvra wrote:
> Hi all,
> we need urgent help in...
>
> 1) sample code for publishing data/xml through camel-java-servicemix to an
[
https://issues.apache.org/jira/browse/CAMEL-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-4354.
Resolution: Fixed
Fix Version/s: 2.9.0
ExchangeSentEvent is now emitted when producer is don
[
https://issues.apache.org/jira/browse/CAMEL-4358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087787#comment-13087787
]
Claus Ibsen commented on CAMEL-4358:
we could then turn Statistic into a class instead
[
https://issues.apache.org/jira/browse/CAMEL-4358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087786#comment-13087786
]
Claus Ibsen commented on CAMEL-4358:
Yeah that could be a good idea.
However if we ar
Move org.apache.camel.management.Statistic to org.apache.camel.spi.Statistic
Key: CAMEL-4358
URL: https://issues.apache.org/jira/browse/CAMEL-4358
Project: Camel
Is
[
https://issues.apache.org/jira/browse/CAMEL-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087758#comment-13087758
]
Claus Ibsen commented on CAMEL-4354:
Okay the ExchangeSentEvent is being fired to earl
[
https://issues.apache.org/jira/browse/CAMEL-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen reassigned CAMEL-4354:
--
Assignee: Claus Ibsen
> header added using an EventNotifier is not present at AggregationStrate
[
https://issues.apache.org/jira/browse/CAMEL-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087755#comment-13087755
]
Claus Ibsen commented on CAMEL-4354:
Marco which http component did you use? http4 or
We could do something like that but the problem is the scope and
dependency rules for this new package.
Main needs access to all inner details of camel. So you only would like
to put classes in that package that also need such details. On the other
hand this package should
be accessed by nothing
I am not sure moving Main to a main package is a good idea.
As you would lock yourself into only having the Main class there.
What about adding a org.apache.camel.support package.
And then have more commonly used Camel classes by end users in there.
Such as the Main class.
But by naming it suppor
Just digged deeper into ServiceSupport. It references
org.apache.camel.Service. So if we can agree that util may use the API
and the API may not use util then it could be moved there.
I am not sure if a class you extend from is a util class though. When I
think of a util class I rather think of
[
https://issues.apache.org/jira/browse/CAMEL-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087739#comment-13087739
]
Claus Ibsen commented on CAMEL-4343:
See updated wiki page at advice with
> Add metho
[
https://issues.apache.org/jira/browse/CAMEL-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-4343.
Resolution: Fixed
> Add method to test kit to control if CamelContext should be auto started or
>
[
https://issues.apache.org/jira/browse/CAMEL-4339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087740#comment-13087740
]
Claus Ibsen commented on CAMEL-4339:
Renamed to replaceFromWith to indicate its being
The problem is absolutely not about naming. The problem is that
camel-core contains about 70k lines of code.
So what we need is to have a small subset of this code that components
can depend on. The smaller the better.
Currently any change in camel-core could break any component. If we had
a p
Like the one here:
http://svn.apache.org/viewvc?view=revision&revision=1159323
@Christian please don't blame me posting here as I simply couldn't stop
myself commenting on this.
--
View this message in context:
http://camel.465427.n5.nabble.com/HEADS-UP-Adjustments-to-ExecutorServiceManager-on-t
On Fri, Aug 19, 2011 at 3:40 PM, Christian Schneider
wrote:
> Hi All,
>
> I am currently looking into the dependencies betwen packages in camel-core.
> The packages org.apache.camel and org.apache.camel.spi form the camel api.
> So I am trying to make them not depend on other packages from camel-c
[
https://issues.apache.org/jira/browse/CAMEL-4357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087722#comment-13087722
]
Christian Schneider commented on CAMEL-4357:
The one in camel-spring is not pr
Hi all,
we need urgent help in...
1) sample code for publishing data/xml through camel-java-servicemix to an
ENDPOINT from where StoneEdge will download it using GET/POST methode
2) sample code for receiving data/xml through camel-java-servicemix from
STONEEDGE ENDPOINT using Get/Post methode
[
https://issues.apache.org/jira/browse/CAMEL-4357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087709#comment-13087709
]
Claus Ibsen commented on CAMEL-4357:
There is also a Main class in camel-spring. It wa
Move org.apache.camel.Main to org.apache.camel.main.Main
Key: CAMEL-4357
URL: https://issues.apache.org/jira/browse/CAMEL-4357
Project: Camel
Issue Type: Improvement
Componen
Hi All,
I am currently looking into the dependencies betwen packages in
camel-core. The packages org.apache.camel and org.apache.camel.spi form
the camel api.
So I am trying to make them not depend on other packages from
camel-core. One problem there is the starter class Main.
It needs acces
I've opened a ticket for it
https://issues.apache.org/jira/browse/CAMEL-4356
--
View this message in context:
http://camel.465427.n5.nabble.com/FTP-component-enhancement-suggestion-tp4692606p4715564.html
Sent from the Camel Development mailing list archive at Nabble.com.
faster way of testing for file existence
Key: CAMEL-4356
URL: https://issues.apache.org/jira/browse/CAMEL-4356
Project: Camel
Issue Type: Improvement
Components: camel-ftp
Affects Versio
[
https://issues.apache.org/jira/browse/CAMEL-4355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang reassigned CAMEL-4355:
---
Assignee: Willem Jiang
> CxfRsProducer - Should use LRUSoftCache and start/stop the cache acc
[
https://issues.apache.org/jira/browse/CAMEL-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087690#comment-13087690
]
Marco Crivellaro commented on CAMEL-4354:
-
fixed by making use of exchange propert
CxfRsProducer - Should use LRUSoftCache and start/stop the cache according to
the producers lifecycle
-
Key: CAMEL-4355
URL: https://issues.apache.org/jira/browse/
On Fri, Aug 19, 2011 at 2:22 PM, Christian Schneider
wrote:
> Committed the changes.
>
> I even built before I committed to show extra professionalism :-)
>
Ah that is maybe too professional. Sometimes you have to leave easy
mistakes in for others to fix :)
> Christian
>
> Am 19.08.2011 10:00,
[
https://issues.apache.org/jira/browse/CAMEL-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087678#comment-13087678
]
Claus Ibsen commented on CAMEL-4345:
I have applied that last change in osgi imports.
Committed the changes.
I even built before I committed to show extra professionalism :-)
Christian
Am 19.08.2011 10:00, schrieb Claus Ibsen:
The latest commits look good.
Only a few cosmetic changes that would be nice to do
- Add missing/fix javadoc to ExecutorServiceManager (its a SPI
interf
[
https://issues.apache.org/jira/browse/CAMEL-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087663#comment-13087663
]
Claus Ibsen commented on CAMEL-4354:
Also make sure you set the header on the correct
[
https://issues.apache.org/jira/browse/CAMEL-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087662#comment-13087662
]
Jeff Genender commented on CAMEL-4345:
--
Claus, yes I opened an issue to OSGI-ify Conc
[
https://issues.apache.org/jira/browse/CAMEL-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087659#comment-13087659
]
Claus Ibsen commented on CAMEL-4354:
This is actually a miss usage of the EventNotifer
header added using an EventNotifier is not present at AggregationStrategy for
http endpoints
Key: CAMEL-4354
URL: https://issues.apache.org/jira/browse/CAMEL-4354
[
https://issues.apache.org/jira/browse/CAMEL-4350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087615#comment-13087615
]
Claus Ibsen commented on CAMEL-4350:
By fixing it in camel-jdbc and camel-sql the orde
[
https://issues.apache.org/jira/browse/CAMEL-4350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-4350:
---
Component/s: camel-sql
camel-jdbc
Summary: Camel-jdbc with List has arbitrary
[
https://issues.apache.org/jira/browse/CAMEL-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087605#comment-13087605
]
Claus Ibsen commented on CAMEL-4345:
The osgi manifest contains import of the google c
[
https://issues.apache.org/jira/browse/CAMEL-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087606#comment-13087606
]
Claus Ibsen commented on CAMEL-4345:
Did anyone create a ticket at Google CLHM to ask
The latest commits look good.
Only a few cosmetic changes that would be nice to do
- Add missing/fix javadoc to ExecutorServiceManager (its a SPI
interface so full javadoc shows professionalism)
- Add missing/fix javadoc to ThreadPoolFactory (its a SPI interface so
full javadoc shows professionali
[
https://issues.apache.org/jira/browse/CAMEL-4353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-4353.
Resolution: Fixed
> Using transacted in Java DSL without Spring XML setting up TX manager should
>
[
https://issues.apache.org/jira/browse/CAMEL-4347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-4347:
---
Fix Version/s: 2.8.1
Backported to 2.8.1
> Set thread context class loader when starting camel-bluep
Claus Ibsen-2 wrote:
>
> Did you guys come to any conclusions?
>
Please let me know if I should open a JIRA ticket for this, thank you
--
View this message in context:
http://camel.465427.n5.nabble.com/FTP-component-enhancement-suggestion-tp4692606p4714742.html
Sent from the Camel Developmen
44 matches
Mail list logo