fuseesb

Fuse ESB - ODE installation

孤者浪人 提交于 2019-12-11 06:33:58
问题 In the FUSE ESB, I tried to install the ODE feature using the command (install ode), but got an error as below. Any help is appreciated FuseESB:karaf@root> features:install ode Error executing command: No feature named 'ode' with version '0.0.0' available 回答1: Apache ODE is not supported by Fuse ESB any longer. Apache ODE does not work with OSGi and its a project that is not active maintained and we do not recommend using it, as well JBI is also dead. And the command is correct it says there

Apache camel:bindy illegal argument exception

北慕城南 提交于 2019-12-10 11:34:49
问题 I am doing data format conversion between POJO to CSV and vice versa. In this while converting CSV to Object file(Unmarshalling) i am getting illegal argument exception for int data type. Only for string its working fine. Below is my POJO @CsvRecord(separator="//|",crlf="UNIX",generateHeaderColumns=false) public class EmployeeVO implements Serializable{ private static final long serialVersionUID = -663135747565879908L; @DataField(pos=1) private String name; @DataField(pos=3) private Integer

Servicemix Camel Activiti Integration and H2 Database configuration

北战南征 提交于 2019-12-08 11:39:36
问题 I have configured Activiti on Servicemix 5.1.1 and got it working with Camel. I need to configure Activiti to use SQL Server instead of the default inbuilt H2 which comes with servicemix for Activiti during feature installation. I am not finding any config files related to activiti to change the DB credentials either. Any help on how to configure the Activiti DB with Servicemix is highly appreciated. 回答1: There's no easy way to configuring another database at the moment. The solution would be

Getting ERROR: Error parsing system bundle export statement when loading Fuse ESB

淺唱寂寞╮ 提交于 2019-12-08 08:43:14
问题 I am new to ESB and am struggling to get it going. Would appreciate if someone can point me in the right direct to resolve this issue. My Environment: OS: Ubuntu 12.04 (64bit) JDK: 1.7.0_51 (64bit) Fuse: JBoss Fuse 6.0 I am getting the following exception: ERROR: Error parsing system bundle export statement: org.osgi.framework.startlevel;uses:="org.osgi.framework";version="1.0", org.osgi.framework.wiring;uses:="org.osgi.resource,org.osgi.framework";version="1.1", org.osgi.framework.hooks

Read contents of a file containing key value pairs without normal parsing

时光怂恿深爱的人放手 提交于 2019-12-08 08:08:18
问题 My scenario is to read a file from a file endpoint which contains only key value paris like a property file and take a few data from it based on the key . Any idea how to do them other that using a custom bean or java component. I would like to know if this is possible any way in Mule or Camel. Thanks in advance. 回答1: If you want to use a Camel route, to pickup files, then something like this from("file:inbox") .convertBodyTo(Properties.class) .log("The foo value is {${body[foo]}") .log("The

Is JBoss Fuse available under an open source license? [closed]

删除回忆录丶 提交于 2019-12-08 04:37:39
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I've been attempting to find a location from which to download Fuse, but all the links in the Red Hat site seem to indicate that the freely downloadable version of the product is available "for development purposes only". Is there a download location that clearly identifies it as an open source version? 回答1:

Apache camel:bindy illegal argument exception

非 Y 不嫁゛ 提交于 2019-12-06 14:12:28
I am doing data format conversion between POJO to CSV and vice versa. In this while converting CSV to Object file(Unmarshalling) i am getting illegal argument exception for int data type. Only for string its working fine. Below is my POJO @CsvRecord(separator="//|",crlf="UNIX",generateHeaderColumns=false) public class EmployeeVO implements Serializable{ private static final long serialVersionUID = -663135747565879908L; @DataField(pos=1) private String name; @DataField(pos=3) private Integer age; @DataField(pos=2) private String grade; // getter setter } csv data sumit|4th standrad|22 the above

OSGI Bundle Error - ojdbc6.jar

走远了吗. 提交于 2019-12-06 12:19:09
问题 I am trying to convert my ojdbc6.jar into a bundle as mentioned in the steps here http://fusesource.com/docs/esb/4.2/deploy_osgi/DeployJar-Convert.html Unfortunately I am getting an error as below. Kindly help One error 1 : Unresolved references to [com.sun.security.auth.module, javax.resource, java x.resource.spi, javax.resource.spi.endpoint, javax.resource.spi.security, oracle .i18n.text, oracle.i18n.text.converter, oracle.ons, oracle.security.pki] by clas s(es) on the Bundle-Classpath[Jar

DBCP Idle Connections not being reused in Camel Route

ぐ巨炮叔叔 提交于 2019-12-06 06:31:47
问题 I am pretty sure the idle connections are not being re-used or I am leaking connections. I have a simple route that start from a file consumer. The file consumer consumes text files. After picking up the file I check a table to ensure that this is not a duplicate file. I then convert the message body from a file to string. I then split the file up and run the individual pieces through a route depending on what type of record it is. Each one of these routes eventually inserts this record into

OSGI Bundle Error - ojdbc6.jar

廉价感情. 提交于 2019-12-04 19:54:38
I am trying to convert my ojdbc6.jar into a bundle as mentioned in the steps here http://fusesource.com/docs/esb/4.2/deploy_osgi/DeployJar-Convert.html Unfortunately I am getting an error as below. Kindly help One error 1 : Unresolved references to [com.sun.security.auth.module, javax.resource, java x.resource.spi, javax.resource.spi.endpoint, javax.resource.spi.security, oracle .i18n.text, oracle.i18n.text.converter, oracle.ons, oracle.security.pki] by clas s(es) on the Bundle-Classpath[Jar:OJDBC_PLUGIIN_1.0.0.jar]: [oracle/jdbc/connect or/OracleResourceAdapter.class, oracle/jdbc/pool