fuseesb

unable to install activemq-web-console in Fuse service mix

最后都变了- 提交于 2019-12-25 08:16:03
问题 "Error executing command: URL [mvn:org.apache.activemq/activemq-web-console/5.4.0/war] could not be resolved." is thrown up when i do features:install activemq-web-console i am using fuse 4.3 回答1: removed the old Url for activemq from features:removeUrl and added the new one mvn:org.apache.activemq/activemq-karaf/5.4.0/xml/features and re-installed activemq features . if u are unable to install mvn url's then,u must add the fuse repo's to your maven settings xml. apart from this there is a

Camel - How to set CXF Client Timeout

血红的双手。 提交于 2019-12-24 13:46:01
问题 I have a bundle on Fuse ESB 7. It routes a message to a web service using CXF like this: from("vm:myEndPoint") .to("cxf:http://remotews:8989/CreateUser/UserBean?serviceClass=com.co.Srvcl") Timeout for this connection is 30 seconds by default. Question is how can I decrease the timeout value on the client side? From what I have understood, this timeout can be set on the CXF web service (WS producer side) as below: <http-conf:conduit name="{http://service.co.com}MyServiceBean.http-conduit">

org.apache.camel.ExchangeTimedOutException: The OUT message was not received within: 30000 millis

只愿长相守 提交于 2019-12-23 18:31:44
问题 I'm trying to expose a web service using fuse esb + apache camel + seda/activemq and I'm facing to an issue returing a status message to the web service call. here is my simple camel route : <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cxf="http://camel.apache.org/schema/cxf" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans

OpenJPA - Transaction management is not available… (Fuse ESB)

你离开我真会死。 提交于 2019-12-21 20:39:02
问题 I'm having trouble with RESOURCE_LOCAL transaction type for JPA in Fuse ESB. I also don't have a complete understanding of whether JTA or RESOURCE_LOCAL is better for me. My persistence.xml : <persistence-unit name="invoicePersistence" transaction-type="RESOURCE_LOCAL"> <provider>org.apache.openjpa.persistence.PersistenceProviderImpl</provider> <jta-data-source>osgi:service/javax.sql.DataSource/(osgi.jndi.service.name=jdbc/invDataSource)</jta-data-source> <non-jta-data-source>osgi:service

Work Flow in Camel vs BPM

白昼怎懂夜的黑 提交于 2019-12-20 12:37:14
问题 We have used Apache camel as a Workflow engine.First Wehave WebService One and wait for the response and based on the response call WebService 2 or WebService 3.Its a pure WorkFlow and have couple of WorkFlow Steps like this.I have got less chances to work on a BPM product , like JBOSS BPM etc. Other than long running and support for human task any other good reason we have to choose a BPM product ? If both long running and human task support are not needed in our project can we use Camel or

Updating camel version in fuse esb

。_饼干妹妹 提交于 2019-12-19 11:56:34
问题 Hi I would like to know which camel version is used in Fuse esb (jboss-fuse-6.0.0.redhat-024), according to the migration guide it's 2.10.0 . how can I update it to use 2.10.5 ? 回答1: JBoss fuse is using customer version of Camel which is based on the Camel 2.10.x branch. As there are lots other projects which may relates to this Camel version, I don't suggest you to change the version yourself. 来源: https://stackoverflow.com/questions/17806786/updating-camel-version-in-fuse-esb

OSGi how to install two identical bundle?

只谈情不闲聊 提交于 2019-12-13 03:12:17
问题 I want to install two identical bundle or the same bundle twice in OSGi container. The OSGi container I am using is FUSE ESB. Here is the bundle information: pom.xml: <groupId>com.helloworldbundle</groupId> <artifactId>HelloWorldBundle</artifactId> <version>1.0.0-SNAPSHOT</version> blueprint: <?xml version="1.0" encoding="UTF-8"?> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"> <bean id="helloworldbundlecopybean" class="com.helloworldbundle.HelloWorld" init-method="init"

Wiring package exceptions in Fuse/Karaf

与世无争的帅哥 提交于 2019-12-11 19:43:22
问题 In many projects, I have came across this exception. What could be the reason for this exception ? According to my knowledge, it can be because of inconsistent version usage. What could be the other possible scenarios ? Is this because of the Camel version we are using in the project ?Please help. org.osgi.framework.BundleException: Unresolved constraint in bundle com.test.div.soa.module-notify[324]: Unable to resolve 324.0: missing requirement [324.0] osgi.wiring.package; (&(osgi.wiring

Proxy Throw Exception org.apache.cxf.binding.soap.SoapFault: [B cannot be cast to [Ljava.lang.Object;

随声附和 提交于 2019-12-11 18:20:05
问题 I tried to proxy with POJO mode in JBOSS FUSE and the real web service is getting executed. But the client gets following exception Caused by: org.apache.cxf.binding.soap.SoapFault: [B cannot be cast to [Ljava.lang.Object; at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:84) at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:51) at org.apache.cxf.binding.soap

java.lang.NoClassDefFoundError: javax/crypto/Cipher

╄→гoц情女王★ 提交于 2019-12-11 16:08:57
问题 I am implementing SNMP traps in JBOSS FUSE using log4j and unfortunately getting into an issue as follows. Can any one please advise on what bundle/dependency I need to install to resolve this issue Caused by: java.lang.NoClassDefFoundError: javax/crypto/Cipher at org.snmp4j.security.SecurityProtocols.addDefaultProtocols(SecurityProtocols.java:152)[244:AbstractionAPI:1.0.0] at org.snmp4j.Snmp.initMessageDispatcher(Snmp.java:225)[244:AbstractionAPI:1.0.0] at org.snmp4j.Snmp.(Snmp.java:251)[244