cancel
Showing results for 
Search instead for 
Did you mean: 

doubts about activiti in osgi container

deepyou
Champ in-the-making
Champ in-the-making
Hi all,
I have some doubts about Activiti in OSGi Container (apache karar).
I've followed the examples showed in the book Activiti in Action by Tijs Rademakers, Chapter n° 9.
In the books the sample is focused on the apache blueprint configuration,
My doubts are:
1) is blueprint containere strictly necessary if I want Activiti Engine as Bundle in OSGi?
2) is an application container strictly necessary? If yes can I use Spring instead of blueprint?

My wish is use activiti engine as bundle without any application container, but if in the book is showed with blueprint I guess that it is necessary, If is strictly necessary where I can find some documentation about it?
In particular I want to injiect a field like org.activiti.engine.impl.el.FixedValue in my application container configuration.
Can someone clear my head about?

in advance thanks to all Activiti Engine Community.
Best Regards.
Gaetano Fabiano.
1 REPLY 1

deepyou
Champ in-the-making
Champ in-the-making
In particular I want to injiect a field like org.activiti.engine.impl.el.FixedValue in my application container configuration.

I Solved this with a workaround, I use a Listener in MyProcess (ExecutionListener).
Soon I'll post my solution but just a work around. For the moment I'm happy if someone can response to the main goal of this post.

Regards.
Gaetano