Steve has not been involved, although he has made an offer around april to
contribute significant improvements to the camel-quickfix component. He
provided some hints about what he would change.
I did write Steve a week or so ago, but did not get an answer yet.
That said if there are any concr
Hi Glen,
I think it's 2, the dataformat just marshal the request into a soap
envelop and store it into a jms queue.
Willem
On 9/9/10 8:54 AM, Glen Mazza wrote:
Hello, another question on the SOAP DataFormat text. In the "Using the
Java DSL" section[1], the example given is as follows:
Soap
I updated the docs, thanks.
Willem Jiang wrote:
On 9/9/10 8:00 AM, Glen Mazza wrote:
Hi, I have a couple of questions on the SOAP DataFormat[1]:
1.) The documentation says this DataFormat "provides the basic features
of Apache CXF without need for the CXF Stack."
Does that mean it internally
Hello, another question on the SOAP DataFormat text. In the "Using the
Java DSL" section[1], the example given is as follows:
SoapJaxbDataFormat soap = new SoapJaxbDataFormat("com.example.customerservice",
new ServiceInterfaceStrategy(CustomerService.class));
from("direct:start")
.mar
On 9/9/10 8:00 AM, Glen Mazza wrote:
Hi, I have a couple of questions on the SOAP DataFormat[1]:
1.) The documentation says this DataFormat "provides the basic features
of Apache CXF without need for the CXF Stack."
Does that mean it internally uses the JAX-WS Reference Implementation
which is
On 9/8/10 11:43 PM, patrick wrote:
hi,
on http://camel.apache.org/activemq.html
section 'Using connection pooling'
the following bean definitions are displayed:
...
i followed the example but spring throws this exception:
org.springframework.beans.factory.BeanCreationException: Error cr
Hi, I have a couple of questions on the SOAP DataFormat[1]:
1.) The documentation says this DataFormat "provides the basic features
of Apache CXF without need for the CXF Stack."
Does that mean it internally uses the JAX-WS Reference Implementation
which is in the JDK by default?
2.) The se
1.6 is good. Must be another issue.
On 8 September 2010 22:29, dresden wrote:
>
> 1.6 Apple's distro.
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Camel-2-2-0-Unmarshalling-Problem-tp2808344p2819013.html
> Sent from the Camel - Users mailing list archive at Nabble.com
1.6 Apple's distro.
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-2-2-0-Unmarshalling-Problem-tp2808344p2819013.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Well, you have an example of the contextPath being
"com.mycompany.connector.jms" yet your bean example that worked had the
package of "com.mycompany.connector.bean" for the TestBean. Those don't
look the same to me. From this, it would guess that your contextPath in
the example below is not correc
JDK 1.5 or 1.6 ?
On 8 September 2010 22:24, dresden wrote:
>
> Yes. I have an annotated class in that package that I want to "unmarshall
> into".
>
> import javax.xml.bind.annotation.XmlElement;
> import javax.xml.bind.annotation.XmlRootElement;
>
> @XmlRootElement(name="test")
> public class Tes
Yes. I have an annotated class in that package that I want to "unmarshall
into".
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name="test")
public class TestBean {
...
Now, it is not an ObjectFactory, but it is annotated. Am I usin
Well based on this example and the jaxb contextPath you gave earlier, it
appears they aren't the same package. If jaxb can't find annotated
classes or an ObjectFactory in the contetPath then you will get the
error you were seeing.
-Original Message-
From: dresden [mailto:isaacv...@gmail.c
I was able to achieve unmarshalling using a different approach. I found the
suggestion here:
http://stackoverflow.com/questions/2631662/using-apache-camel-how-do-i-unmarshal-my-deserialized-object-that-comes-in-throug
My Spring config looks like this:
And all of your jaxb classes are in this package
"com.mycompany.connector.jms"?
-Original Message-
From: dresden [mailto:isaacv...@gmail.com]
Sent: Wednesday, September 08, 2010 2:10 PM
To: users@camel.apache.org
Subject: Re: Solution?? JAXB Unmarshalling - DataFormat error ...
suggestion
What JDK are you using 1.5 or 1.6?
On 8 September 2010 21:24, dresden wrote:
>
> I may be having the same problem ...
>
> http://camel.465427.n5.nabble.com/JAXB-Unmarshalling-DataFormat-error-suggestions-td2814620.html#a2814620
> --
> View this message in context:
> http://camel.465427.n5.nabble
Thanks for the response.
I am hoping to get this to work from Spring config xml. So my JAXB Context
is configured like this:
I tried specifying both the package and the package and class name. Both get
the error.
I found a different way to achieve unmarshalling, which I am going t
I downgraded from 2.4.0 to 2.3.0 and the error seems to go away.
I have no desire to use and older version. If anyone has insight, please
comment.
Now I get a different error. Not sure if this is Camel related or Jaxb.
Again - help appreciated...
org.apache.camel.RuntimeCamelException: java.io
Thanks, that did the trick.
On Wed, Sep 8, 2010 at 2:19 AM, Daniel Bevenius
wrote:
> Hi,
>
> I think one way of doing this is to increase the maxPoolSize for the
> configured ThreadPoolProfile. For example:
>
>
>
>
> getContext().getExecutorServiceStrategy().getDefaultThreadPoolProfile().setMax
I may be having the same problem ...
http://camel.465427.n5.nabble.com/JAXB-Unmarshalling-DataFormat-error-suggestions-td2814620.html#a2814620
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-2-2-0-Unmarshalling-Problem-tp2808344p2814767.html
Sent from the Camel - Users
I am trying to get basic unmarshalling to work. The samples show this (and I
am trying it verbatim, but changed the package ref), but I get the following
error.
http://camel.apache.org/schema/spring";>
Failed to create route route1 at: >>>
I'm implementing a global InterceptStrategy that is supposed to wrap only
some of the processors (in particular I'm interested in the processors that
implement particular interface).
When debugging my strategy, I noticed that in most cases the *target *object
does not contain the actual object I'm
hi,
on http://camel.apache.org/activemq.html
section 'Using connection pooling'
the following bean definitions are displayed:
class="org.apache.camel.component.jms.JmsConfiguration">
...
class="org.apache.activemq.camel.component.ActiveMQComponent">
i followed the example but spring th
Hi,
Not sure why this would be compelling...? Is there some wrinkle that we
could add here.
Hmm, maybe a facade to fool a client into thinking it is talking to a FTP
Server but in reality is a Camel Endpoint looking into a directory
structure... ;).
Interesting...Should be pretty straightforw
Hi,
Can we use camel-ftp component as a ftp server ?
Regards,
Charles Moulliard
Senior Enterprise Architect (J2EE, .NET, SOA)
Apache Camel - Karaf - ServiceMix Committer
~~~
Blog : http://cmoulliard.blogspot.com | Twitter :
http://twitter.com
Hi,
Can you please post your message into the Activemq forum as this question is
not relevant for camel
remar k : Check using ant script of activemq (that you will find in the
example directory) that you can produce messages on one br1 and consume them
on another broker br2.
Regards,
Charles
O
Hi,
I have followed the article on activemq website on how to set up network of
brokers.
My brokers are able to talk to themselves using the
DiscoveryNetworkConnector.
Below is the output of my activemq log:
Network connection between vm://default#16 and
tcp:///broker2ip:61616(default) has been
Sounds very good - I'll take a look at it in the near future.
Thanks,
/Bengt
2010/9/8 Charles Moulliard
> camel is ready for production, so you can use it for your project. Some
> improvements could be made on the component camel-quickfix/j but I'm really
> sure that we should not modify how c
Which version of Camel are you using?
Try using the 2.5 versions as we have changed how the FTP component scan for
files.
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-change-directory-while-using-sftp-component-tp2806817p2807611.html
Sent from the Camel - Users mail
camel is ready for production, so you can use it for your project. Some
improvements could be made on the component camel-quickfix/j but I'm really
sure that we should not modify how camel is connected to quickfix/j.
On Wed, Sep 8, 2010 at 10:21 AM, Bengt Rodehav wrote:
> OK - I had a similar
OK - I had a similar situation last year when doing my own camel/fix
component. I certified the application but never got it into production.
Would you say that the camel-quickfix component is "fit" for production even
if it's not yet "in" production?
/Bengt
2010/9/8 Charles Moulliard
> I have
I have used it to create a product for a client but due to lack of client
interested to buy the product, the project has not been moved into
production.
On Wed, Sep 8, 2010 at 9:18 AM, Bengt Rodehav wrote:
> Charles,
>
> What is the status of the camel-quickfix component? Is it fit for
> product
Hi,
I think one way of doing this is to increase the maxPoolSize for the
configured ThreadPoolProfile. For example:
getContext().getExecutorServiceStrategy().getDefaultThreadPoolProfile().setMaxPoolSize(30);
Regards,
/Daniel
2010/9/8 Ron Smith
> I have my RouteBuilder doing this:
>
> from
Charles,
What is the status of the camel-quickfix component? Is it fit for
production? Is it being used in production?
/Bengt
2010/9/8 Charles Moulliard
> Steve Bate has not been involved in this component but Anton and my self.
>
>
> On Tue, Sep 7, 2010 at 5:40 PM, Bengt Rodehav wrote:
>
>
Steve Bate has not been involved in this component but Anton and my self.
On Tue, Sep 7, 2010 at 5:40 PM, Bengt Rodehav wrote:
> That sounds very good. I will have a look at it.
>
> When I looked at it the last time (1-1,5 years ago) it had a lot of
> problems
> which caused me to create my own
35 matches
Mail list logo