Do you know how I configure server to accept bigger payloads?
--
View this message in context:
http://camel.465427.n5.nabble.com/CXFRS-Camel-tp5688176p5689493.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Did you use the POST method ?
On 5/6/12 12:45 AM, henriqueo wrote:
Hi there,
I am using CXFRS in Camel, I am trying two send a big string(XML format)
through URL, but I am getting a 413 Http error(Full Head), how can I
increase buffer size?
regards
--
View this message in context:
http://ca
Nestor Urquiza wrote
>
>
> To easily be notified of duplicated classes in the classpath when using
> Maven read
> http://thinkinginsoftware.blogspot.com/2012/01/remove-duplicate-classes-agile-way.html
>
> It has helped us a lot in our project which is big. Hopefully it will help
> you as well.
Darpan,
As for project structure, you need to have a xml config file for
spring, a place for dependencies jar in the classpath and any java
files you need as beans. The rest, as Claus said, is not a Camel issue
but more a how to run Spring issue.
Hope that helped.
On Sat, May 5, 2012 at 4:59 AM, C
Hi,
To easily be notified of duplicated classes in the classpath when using
Maven read
http://thinkinginsoftware.blogspot.com/2012/01/remove-duplicate-classes-agile-way.html
It has helped us a lot in our project which is big. Hopefully it will help
you as well.
Best,
-Nestor Urquiza
--
View t
Hi,
Im using camel 2.9.2, cxf 2.5.2 and msg length is 9984 bytes..
--
View this message in context:
http://camel.465427.n5.nabble.com/CXFRS-Camel-tp5688176p5689485.html
Sent from the Camel - Users mailing list archive at Nabble.com.
I'm not 100% sure but it appears this can only be fixed by configuring
the target server to accept larger payloads. Perhaps applying GZIP might
help bypassing the restriction...Or considering alternative options for
delivering big payloads...
Cheers, Sergey
On 06/05/12 08:36, Claus Ibsen wrote
Hi
On 06/05/12 13:18, Romain Manni-Bucau wrote:
Cxf uses jettison:
http://grepcode.com/file_/repository.jboss.org/maven2/org.apache.cxf/cxf-rt-frontend-jaxrs/2.2/org/apache/cxf/jaxrs/provider/JSONProvider.java/?v=source
It's a default JSON provider but AFAIK people are also registering
"org.cod
Hi.
how to manage the TCP acknowledgment with Camel.
I have a route that receives via mina:TCP for HL7 message (MllpHl7Codec)
when the route ends, the contents of the body is returned Socket as ACK.
the route ends in the onComplete().onCompleteOnly()
if an error occurs, whithout exception treatm
Cxf uses jettison:
http://grepcode.com/file_/repository.jboss.org/maven2/org.apache.cxf/cxf-rt-frontend-jaxrs/2.2/org/apache/cxf/jaxrs/provider/JSONProvider.java/?v=source
- Romain
Le 6 mai 2012 14:09, "Christian Müller" a
écrit :
> No one I know...
> Do you know a library/framework which suppor
No one I know...
Do you know a library/framework which supports this?
Best,
Christian
On Sat, May 5, 2012 at 9:25 AM, Eugeniu wrote:
> Hi,
>
> Is there a way to configure json data format in a Spring DSL route to use
> the Jaxb annotations defined on an object? Out of the box it doesn't take
>
It's available at first with Camel 2.10.0.
Best,
Christian
On Sat, May 5, 2012 at 3:53 AM, don2clouds wrote:
> Never mind version check was not done by me
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/maven-camel-mongodb-not-found-tp5687223p5687236.html
> Sent from
Claus Ibsen-2 wrote
>
>
> Also you may want to use the stable 2.9.2 release instead of 2.10
> SNAPSHOT. As that is in development.
> And is thus not recommended to use for production etc.
>
> That said, we love when people help test the latest code.
> So its a good thing when people have free c
Hi
Can you tell us a bit more. Which version of CXF and Camel are you using?
And how big is the XML you send?
And if you get a stacktrace etc, can you poste that.
On Sat, May 5, 2012 at 6:45 PM, henriqueo wrote:
> Hi there,
>
> I am using CXFRS in Camel, I am trying two send a big string(XML f
On Sat, May 5, 2012 at 4:19 PM, sekaijin wrote:
> Hi
>
> My camel version is 2.8.0
> I'm running fuseEsb 4.4
>
> Thank for this response.
> but this does not answer to my problem.
>
I have logged a ticket to look into this
https://issues.apache.org/jira/browse/CAMEL-5250
It should be possible to
15 matches
Mail list logo