camel-activiti configuration

2015-09-17 Thread Castyn
Greetings, I am having a bit of an issue and I think it may be solved potentially by defining something currently available in blueprint config, to spring config. I am integrating activiti and camel using the camel-activiti bundle, and currently through my spring config I have hit a bit of a wall

Question Around Spring Context and Activiti Tasks

2015-09-06 Thread Castyn
Hello everyone, I am working on integrating a camel route with an activiti process (using activiti-camel engine). My question is, I have spring beans defined in a camel-beans.xml such as Activiti uses some POJOs for task delegation and I want to be

Re: Camel Activiti

2015-08-26 Thread Bilgin Ibryam
t; project > On Aug 26, 2015 9:31 AM, "Castyn" wrote: > > > Hello. I am currently beginning a project to integrate our existing > > ServiceMix and Camel ESB with Activiti. I have looked into this a bit > and > > I > > am a little confused. With Camel's

Re: Camel Activiti

2015-08-25 Thread Frans Thamura
I also seeking bpmn api standard I hear it doesnt exist yet, so thw current bpmn is develip based on its project On Aug 26, 2015 9:31 AM, "Castyn" wrote: > Hello. I am currently beginning a project to integrate our existing > ServiceMix and Camel ESB with Activiti. I have lo

Camel Activiti

2015-08-25 Thread Castyn
Hello. I am currently beginning a project to integrate our existing ServiceMix and Camel ESB with Activiti. I have looked into this a bit and I am a little confused. With Camel's activiti integration, how would it be possible for me to leverage something like activiti explorer to manag

Re: PackageScan Activiti Spring

2013-09-27 Thread Claus Ibsen
e path specified) > at java.io.FileInputStream.open(Native Method) [rt.jar:1.7.0_10] > > Is it possible to use camel-bindy without camel-jboss component? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/PackageScan-Activiti-Spring-tp573647

Re: PackageScan Activiti Spring

2013-09-27 Thread Vlasta
(Native Method) [rt.jar:1.7.0_10] Is it possible to use camel-bindy without camel-jboss component? -- View this message in context: http://camel.465427.n5.nabble.com/PackageScan-Activiti-Spring-tp5736475p5740289.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Activiti

2013-09-11 Thread Claus Ibsen
Hi This is an external component that is hosted by activiti project. So the documentation is on their website ... somewhere. On Wed, Sep 11, 2013 at 6:51 AM, gliesian wrote: > The Activiti link on the this page: http://camel.apache.org/components.html > does not link to an camel help p

Activiti

2013-09-11 Thread gliesian
The Activiti link on the this page: http://camel.apache.org/components.html does not link to an camel help page as the other links do... this should be adjusted. -- Robert -- View this message in context: http://camel.465427.n5.nabble.com/Activiti-tp5739081.html Sent from the Camel - Users

Re: PackageScan Activiti Spring

2013-07-30 Thread Claus Ibsen
; I use Camel 2.11 out of Activiti 5.13 (activiti-rest.war) running on a Jboss > 7.1.1. My Routes are defined using Java DSL and are in a package in a JAR > file which is in the WEB-INF/lib of activiti-rest. The routes aren't found > by the packageScan in my camelContext. I get the foll

PackageScan Activiti Spring

2013-07-30 Thread ses
I use Camel 2.11 out of Activiti 5.13 (activiti-rest.war) running on a Jboss 7.1.1. My Routes are defined using Java DSL and are in a package in a JAR file which is in the WEB-INF/lib of activiti-rest. The routes aren't found by the packageScan in my camelContext. I get the following stack

Re: activiti and camel

2012-06-27 Thread chris snow
Thanks Claus - that was just what I was looking for. On Tue, Jun 26, 2012 at 1:15 PM, Claus Ibsen wrote: > Hi > > Kai Wahner did a presentation recently at CamelOne where he covered > Camel and Activiti. > > The video is here > > http://fusesource.com/apac

Re: activiti and camel

2012-06-26 Thread Claus Ibsen
Hi Kai Wahner did a presentation recently at CamelOne where he covered Camel and Activiti. The video is here http://fusesource.com/apache-camel-conference-2012/camelone_speakers_2012/#kwahner On Tue, Jun 26, 2012 at 2:01 PM, chris snow wrote: > Hi Forum, > > My Company is tryin

Re: Integrating camel with activiti

2011-01-07 Thread Richard Kettelerij
Nice work Maciek! I thought about writing such a component myself. Activiti and Camel seem to make a good match in many scenarios. -- View this message in context: http://camel.465427.n5.nabble.com/Integrating-camel-with-activiti-tp3331707p3332485.html Sent from the Camel - Users mailing list

Re: Integrating camel with activiti

2011-01-07 Thread Jean-Baptiste Onofré
Thanks Maciek for the component. It's very interesting. I will take a look asap. Regards JB On 01/07/2011 12:26 PM, Maciek Próchniak wrote: Hi, Activiti (http://activiti.org) is a 'superdelux process engine for Java' (quote from http://forums.activiti.org/ ;)), which uses BPM

Re: Integrating camel with activiti

2011-01-07 Thread Maciek Próchniak
hi Claus, On Fri, 2011-01-07 at 13:14 +0100, Claus Ibsen wrote: > Hi Maceik > > Great work you have done. > > I can see this is also being discussed that the Activiti forum > http://forums.activiti.org/en/viewtopic.php?f=4&t=630 > > From a first impression I would

Re: Integrating camel with activiti

2011-01-07 Thread Claus Ibsen
Hi Maceik Great work you have done. I can see this is also being discussed that the Activiti forum http://forums.activiti.org/en/viewtopic.php?f=4&t=630 >From a first impression I would assume the component is best suited for home at Activiti. There is a rapid release schedule and

Integrating camel with activiti

2011-01-07 Thread Maciek Próchniak
Hi, Activiti (http://activiti.org) is a 'superdelux process engine for Java' (quote from http://forums.activiti.org/ ;)), which uses BPMN 2.0 and comes with Apache Licence. It has some nice management webapps, and can be run either embedded in java application or e.g. in OSGi envir