Log in to follow, share, and participate in this community.
Thread memory leak, OutOfMemoryError - with testcase
memory leak, OutOfMemoryError - with testcaseon second run of below route I get OutOfMemoryError final genereated xml file is 50Mb, servicemix is started with -Xmx 2048 in comments I show heap size shown by jvisualvm general idea is I generate r...
headacke!!!Am doing a POST request but am getting an empty payload HTTP/1.1 201 Created Server: Apache-Coyote/1.1 Location: http://localhost:8080/provisioning/applications/530 Date: Tue, 20 Mar 2012 10:20:24 GMT Co...
Bean condition checkHi, I am kind of new to fuse, so i am stuck up in the following: There is a bean class which returns me a boolean value which i have to check and route the message obtained from an xsl transformer to a queue....
parse stream exceptionHi, I am trying to route from one cxf endpoint which takes the request to an other cxf endpoint where an external service is running which understands the same message format as per the request, but facing "co...
Thread JSON and XML response based on Content-Type
JSON and XML response based on Content-TypeHi, I am using the cxf and configured as follows: So, i have verified that the content headers are right and the response to the interceptor is returned as the xml but after that client ...
Thread servicemix automatically reruns route although it is not finished
servicemix automatically reruns route although it is not finishedrequest is with web service client eg soap ui or from java, I do route("direct:findContract") . . . .enrich("direct:fetchAccounts", new AccountAggregationStrategy()) <----- here in aggregation restart...
Thread Using tags <beans:import.. and <ref bean... inside <jaxws:inInterceptors
Using tags <beans:import.. and <ref bean... inside <jaxws:inInterceptorsHow Can I properly define references to beans inside "jaxws:inInterceptors", which will be referencing beans defined inside "basicConfig.xml" outside "jbossws-cxf.xml" ? Is it possible or do I have to use only .......
Http Method OPTIONS headersHi, Is it a way to set http headers in OPTIONS method? I want to make cross domain ajax request and browser first request web-service with OPTIONS method and next with GET or POST. Browser requires Access-Cont...
Thread Accessing web application deployed in servicemix issue
Accessing web application deployed in servicemix issueHi guys, i have issue with accesing deployed war bundle into SMX I'm using SMX 4.4.1 and the problem is : 1.I created simple web application with one jsp page saying HI ALL as example 2.I depl...
DROOLs exampleI want use DROOLS in my application. The flow is some what like this: FUSE SE (webservice within FUSE ESB apache-servicemix-4.4.1-fuse-00-08) -> POJO with business logic -> DROOLS to execute business rul...
CXF + ActiveMQ Queues + Failover?I'd like to generate a CXF client that uses ActiveMQ for sending messages to a Web Service that uses a WSDL first approach for generating the POJO service. I'd like the client and service to exchange messages via Acti...
Thread Problem with JSONProvider & dropRootElement
Problem with JSONProvider & dropRootElementHello, I ran into a problem with a camel cxfrs endpoint that is caused by what appears to be a bug in JSONProvider/JSONUtils when configured with dropRootElement true. Based on guidance in http://cxf.a...
servicemix 4.4 JNDIHi All, I want to configure datasource using jndi.In the below link its mentioned that jndi.properties is in conf directory but in servicemix 4.4 there is no conf directory . http://fusesource.co...
Thread how to proceed with multiple wsdl's using the same namespace
how to proceed with multiple wsdl's using the same namespaceWe have multiple wsdl+xsd pairs from several web-services provided by an externally developed application. XSD files imported into WSDL's actually contain subsets of types defined in the same schema, so all of them sh...
Missing Constraing: Import PackageI am brand new to ServiceMix and have the following issue. I used the OSGI..code first CXF Archetype and created a test service. I added NO code. I just compiled it into a bundle. I receive th...