Ronny Bräunlichrbraeunlich.hashnode.net·May 25, 2014Consuming arbitrary remote services with the OSGiELResolver (camunda BPM OSGi)In my last blog post I promised to give a slightly more advanced example about how to use the new OSGiELResolver. And as I promised, here it is ;-) Prerequisites The setup is quite simple. We have three bundles: API Service Provider Service Cons...Discusscamunda
Ronny Bräunlichrbraeunlich.hashnode.net·Sep 29, 2014Create a ProcessEngine with the ConfigurationAdminServiceThere is a new feature in the camunda BPM OSGi extension and I would like to introduce it to you. So, let's start with the news. What's new? The OSGi extension now exports a ManagedServiceFactory to provide another way to configure and automaticall...Discusscamunda
Ronny Bräunlichrbraeunlich.hashnode.net·May 19, 2014camunda BPM OSGi: the new OSGiELResolverIntroduction Some of you may know that I am the maintainer of the camunda BPM OSGi project.Several weeks ago I started to implement a new ELResolver (EL = expression language) and because it's finished now I want to do some shameless self-advertising...DiscussJava
Ronny Bräunlichrbraeunlich.hashnode.net·Feb 20, 2016What can capabilities do for your processes?Before we release camunda BPM OSGi 2.0 I want to do a little bit more of advertisement for it and show what is possible with the new version. One change in the new version will be, that it depends on OSGi 4.3 and no longer 4.2. One change, besides th...DiscussOSGi
Ronny Bräunlichrbraeunlich.hashnode.net·Feb 13, 2016camunda BPM OSGi - Event BridgeI have implemented the eventing feature already some months ago but I haven't managed to advertise it a little bit more until now. So, let's praise my work ;) I'll start with some background information, which you can skip if you're familiar with c...Discusscamunda
Ronny Bräunlichrbraeunlich.hashnode.net·Jan 29, 2015Cluster your service with the ConfigurationAdmin and Apache Karaf Cellar using the camunda BPM engine as exampleIntroduction Initially, this was supposed to be a short introduction about the topic in the title and an opportunity for me to get to know Apache Karaf Cellar. Unfortunately, I couldn't finish the topic until today because I had some unexpected probl...DiscussOSGi
Ronny Bräunlichrbraeunlich.hashnode.net·Nov 18, 2014camunda BPM engine: use custom VariableType to resist the urge to flushIntroduction I hope all of you are aware of the fact that you can provide a ProcessEnginewith your own VariableTypes. If not, I'll give you a short introduction. Please note that my descriptions are based on camunda-engine 7.1.0. There will be some c...Discussjpa
Ronny Bräunlichrbraeunlich.hashnode.net·Nov 11, 2014camunda BPM engine: How many tasks can you execute without wait stateToday I got quite curious today about this topic and I don't know if anyone ever wondered/tried.At work I introduced the camunda BPM engine a few months ago. One requirement was not to reach any wait state during the execution. That ways we want to m...Discusscamunda
Ronny Bräunlichrbraeunlich.hashnode.net·Sep 29, 2014Create a ProcessEngine with the ConfigurationAdminServiceThere is a new feature in the camunda BPM OSGi extension and I would like to introduce it to you. So, let's start with the news. What's new? The OSGi extension now exports a ManagedServiceFactory to provide another way to configure and automaticall...Discusscamunda
Ronny Bräunlichrbraeunlich.hashnode.net·Sep 27, 2014camunda BPM platform OSGi presents: integration with Process Application APII am happy to announce that there is a new way to configure a ProcessEngine and deploy processes.You can now use the Process Application API.Luckily, using this API in your project is quite easy.There are three things you have to do: provide a pro...Discusscamunda
Ronny Bräunlichrbraeunlich.hashnode.net·May 25, 2014Consuming arbitrary remote services with the OSGiELResolver (camunda BPM OSGi)In my last blog post I promised to give a slightly more advanced example about how to use the new OSGiELResolver. And as I promised, here it is ;-) Prerequisites The setup is quite simple. We have three bundles: API Service Provider Service Cons...Discusscamunda
Ronny Bräunlichrbraeunlich.hashnode.net·May 19, 2014camunda BPM OSGi: the new OSGiELResolverIntroduction Some of you may know that I am the maintainer of the camunda BPM OSGi project.Several weeks ago I started to implement a new ELResolver (EL = expression language) and because it's finished now I want to do some shameless self-advertising...DiscussJava