[jira] Resolved: (CAMEL-1416) Using # notation to reference CXF serviceClass is not working

2009-03-03 Thread William Tam (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Tam resolved CAMEL-1416. Resolution: Fixed Committed revision 749772. > Using # notation to reference CXF serviceClass

[jira] Work started: (CAMEL-1416) Using # notation to reference CXF serviceClass is not working

2009-03-03 Thread William Tam (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-1416 started by William Tam. > Using # notation to reference CXF serviceClass is not working > -

[jira] Created: (CAMEL-1416) Using # notation to reference CXF serviceClass is not working

2009-03-03 Thread William Tam (JIRA)
Using # notation to reference CXF serviceClass is not working - Key: CAMEL-1416 URL: https://issues.apache.org/activemq/browse/CAMEL-1416 Project: Apache Camel Issue Type: Bug

[jira] Created: (CAMEL-1415) should we offer a form of compensating transactions as a feature - like the BPEL notion of being able to send a compensating transaction message

2009-03-03 Thread James Strachan (JIRA)
should we offer a form of compensating transactions as a feature - like the BPEL notion of being able to send a compensating transaction message

[jira] Commented: (CAMEL-1411) CamelContext - Add ClassResolver to be used when you need to load a class instead of ObjectHelper.loadClass to work in OSGi environments

2009-03-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50180#action_50180 ] Claus Ibsen commented on CAMEL-1411: I have committed it to trunk. There is now a getClas

[jira] Resolved: (CAMEL-1411) CamelContext - Add ClassResolver to be used when you need to load a class instead of ObjectHelper.loadClass to work in OSGi environments

2009-03-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1411. Resolution: Fixed > CamelContext - Add ClassResolver to be used when you need to load a class

[jira] Resolved: (CAMEL-1404) Add SPI interface for pluggable Resolvers

2009-03-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1404. Resolution: Fixed Committed revision 749648. Just add a bean instance to spring XML that is an

[jira] Resolved: (CAMEL-1414) JMSMessage vanishes attachments

2009-03-03 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-1414. - Resolution: Fixed Fix Version/s: 1.6.1 2.0.0 Applied patch with tha

[jira] Assigned: (CAMEL-1414) JMSMessage vanishes attachments

2009-03-03 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-1414: --- Assignee: Willem Jiang > JMSMessage vanishes attachments > --

Re: Camel - Puzzled by this code comment vs. the code

2009-03-03 Thread James Strachan
2009/3/2 Claus Ibsen : > Hi > > Looking into MessageSupport getBody(type) I was a bit puzzled with the > code vs. the comment > > The code below is from a old version, eg 1 year old. This is highly > what James have coded. > However as I see it we do the opposite, we covert the body = payload > fir

[jira] Updated: (CAMEL-1414) JMSMessage vanishes attachments

2009-03-03 Thread Nicolas Bouillon (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Bouillon updated CAMEL-1414: Patch Info: [Patch Available] > JMSMessage vanishes attachments > -

[jira] Updated: (CAMEL-1414) JMSMessage vanishes attachments

2009-03-03 Thread Nicolas Bouillon (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Bouillon updated CAMEL-1414: Attachment: JmsMessageCopyAttachments.diff Attached patch against components/camel-jms/

[jira] Commented: (CAMEL-1411) CamelContext - Add ClassResolver to be used when you need to load a class instead of ObjectHelper.loadClass to work in OSGi environments

2009-03-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50174#action_50174 ] Claus Ibsen commented on CAMEL-1411: Yes I am adding a new SPI interface for the pluggabl

[jira] Commented: (CAMEL-1411) CamelContext - Add ClassResolver to be used when you need to load a class instead of ObjectHelper.loadClass to work in OSGi environments

2009-03-03 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50173#action_50173 ] Willem Jiang commented on CAMEL-1411: - So we need to add a method in camel context to get

[jira] Created: (CAMEL-1414) JMSMessage vanishes attachments

2009-03-03 Thread Nicolas Bouillon (JIRA)
JMSMessage vanishes attachments --- Key: CAMEL-1414 URL: https://issues.apache.org/activemq/browse/CAMEL-1414 Project: Apache Camel Issue Type: Bug Components: camel-jms Affects Versions: 2.0.0

[jira] Commented: (CAMEL-1411) CamelContext - Add ClassResolver to be used when you need to load a class instead of ObjectHelper.loadClass to work in OSGi environments

2009-03-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50172#action_50172 ] Claus Ibsen commented on CAMEL-1411: ResolverUtil is used in camel-spring camel-osgi came

[jira] Commented: (CAMEL-1413) Cache the big message into the file instead of using memory

2009-03-03 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50171#action_50171 ] Willem Jiang commented on CAMEL-1413: - Yes, I think we could get some configuration (such

[jira] Commented: (CAMEL-1411) CamelContext - Add ClassResolver to be used when you need to load a class instead of ObjectHelper.loadClass to work in OSGi environments

2009-03-03 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50170#action_50170 ] Willem Jiang commented on CAMEL-1411: - Since some ResolverUtil created without any camel

Re: Camel 2.0 - OSGi - loading classes

2009-03-03 Thread Claus Ibsen
On Tue, Mar 3, 2009 at 2:26 PM, Willem Jiang wrote: > Hi Claus > > If the ThreadContextClassLoader is the user's bundle's classloader, and > the user bundle doesn't import the org.apache.camel.jms package. > The ObjectHelper can't load the right DefaultQueueBrowseStrategy class > by using the bund

Re: Camel 2.0 - OSGi - loading classes

2009-03-03 Thread Willem Jiang
Hi Claus If the ThreadContextClassLoader is the user's bundle's classloader, and the user bundle doesn't import the org.apache.camel.jms package. The ObjectHelper can't load the right DefaultQueueBrowseStrategy class by using the bundle's classlaoder. Willem Claus Ibsen wrote: > On Tue, Mar 3, 2

[jira] Commented: (CAMEL-1404) Add SPI interface for pluggable Resolvers

2009-03-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50167#action_50167 ] Claus Ibsen commented on CAMEL-1404: Camel should auto look in spring registry for any be

[jira] Commented: (CAMEL-1411) CamelContext - Add ClassResolver to be used when you need to load a class instead of ObjectHelper.loadClass to work in OSGi environments

2009-03-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50166#action_50166 ] Claus Ibsen commented on CAMEL-1411: This is also related to let ResolverUtil be pluggabl

[jira] Assigned: (CAMEL-1411) CamelContext - Add ClassResolver to be used when you need to load a class instead of ObjectHelper.loadClass to work in OSGi environments

2009-03-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-1411: -- Assignee: Claus Ibsen > CamelContext - Add ClassResolver to be used when you need to load a

Re: Camel 2.0 - OSGi - loading classes

2009-03-03 Thread Claus Ibsen
On Tue, Mar 3, 2009 at 2:03 PM, Willem Jiang wrote: > Hi, > > I think we should leverage the ThreadContextClassLoader to load the > right class. > Since OSGI has elegant mechanism to get control of the class's version > and handle the relationship of the classes. I don't want to walk around > this

Re: Camel 2.0 - OSGi - loading classes

2009-03-03 Thread Willem Jiang
Hi, I think we should leverage the ThreadContextClassLoader to load the right class. Since OSGI has elegant mechanism to get control of the class's version and handle the relationship of the classes. I don't want to walk around this mechanism by looking over all the bundler's context for a class.

[jira] Commented: (CAMEL-1413) Cache the big message into the file instead of using memory

2009-03-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50164#action_50164 ] Claus Ibsen commented on CAMEL-1413: Maybe there are some cache algorithms for eg having

[jira] Commented: (CAMEL-1413) Cache the big message into the file instead of using memory

2009-03-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50163#action_50163 ] Claus Ibsen commented on CAMEL-1413: 4k isnt that on the low side? There should be some c

[jira] Created: (CAMEL-1413) Cache the big message into the file instead of using memory

2009-03-03 Thread Willem Jiang (JIRA)
Cache the big message into the file instead of using memory --- Key: CAMEL-1413 URL: https://issues.apache.org/activemq/browse/CAMEL-1413 Project: Apache Camel Issue Type: Improvement

[jira] Commented: (CAMEL-1411) CamelContext - Add ClassResolver to be used when you need to load a class instead of ObjectHelper.loadClass to work in OSGi environments

2009-03-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50162#action_50162 ] Claus Ibsen commented on CAMEL-1411: Send mail to dev forum for discussion first. > Came

[jira] Assigned: (CAMEL-1411) CamelContext - Add ClassResolver to be used when you need to load a class instead of ObjectHelper.loadClass to work in OSGi environments

2009-03-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-1411: -- Assignee: (was: Claus Ibsen) > CamelContext - Add ClassResolver to be used when you nee

Camel 2.0 - OSGi - loading classes

2009-03-03 Thread Claus Ibsen
Hi In Camel we use ObjectHelper.loadClass to load classes on the fly. Could there be some issues with this in OSGi platforms? We got a report today with using camel-jms that tries to load a spring queue browser class on the fly. So we can support Spring 2.0 also as this class was introduced in Sp

[jira] Updated: (CAMEL-1412) Can not load the QueueBrowserStrategy in OSGI environment

2009-03-03 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CAMEL-1412: Component/s: camel-jms Description: Here is the mail thread which discusses abo

[jira] Created: (CAMEL-1412) CanQueueBrowserStrategy

2009-03-03 Thread Willem Jiang (JIRA)
CanQueueBrowserStrategy --- Key: CAMEL-1412 URL: https://issues.apache.org/activemq/browse/CAMEL-1412 Project: Apache Camel Issue Type: Bug Reporter: Willem Jiang Fix For: 2.0.0 -- This messa

[jira] Created: (CAMEL-1411) CamelContext - Add ClassResolver to be used when you need to load a class instead of ObjectHelper.loadClass to work in OSGi environments

2009-03-03 Thread Claus Ibsen (JIRA)
CamelContext - Add ClassResolver to be used when you need to load a class instead of ObjectHelper.loadClass to work in OSGi environments Key: C

[jira] Resolved: (CAMEL-1402) move test component from camel-spring to camel-core

2009-03-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1402. Resolution: Won't Fix Test component requires using the annotations to inject a proxy for consu

[jira] Resolved: (CAMEL-588) Remove cycle between camel, spi and model

2009-03-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-588. --- Resolution: Fixed > Remove cycle between camel, spi and model > --

[jira] Commented: (CAMEL-588) Remove cycle between camel, spi and model

2009-03-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50160#action_50160 ] Claus Ibsen commented on CAMEL-588: --- I will close this one now as we got most fixed and have

[jira] Resolved: (CAMEL-1369) @MessageDriven should be removed since we got @Consume

2009-03-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1369. Resolution: Fixed Committed revision 749562. > @MessageDriven should be removed since we got @