cancel
Showing results for 
Search instead for 
Did you mean: 

Blueprint and Mail server configuration

c_ieva
Champ in-the-making
Champ in-the-making
Hi,

I am using Activiti 5.18 within Karaf 4.0.1 OSGi container. I am trying to configure an external mail server but it seems that this is not possible.

Looking into the code of org.activiti.osgi.blueprint.ConfigurationFactory, which is just a wrapper around the StandaloneProcessEngineConfiguration class, I see that the properties of the mail server haven't been forwarded making them inaccessible from the blueprint configuration file.

Is there any workaround to configure the mail server ?

Thanks

Regards,
Carlo
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
Not an osgi expert here … the ConfiguratioFactory seems pretty small … can't you have your own class to do something similar, but with the added methods?

c_ieva
Champ in-the-making
Champ in-the-making
You're right, I'll definitely do that, I wanted just to check whether another way was available without any code replication/overlapping.
But as you pointed out it's a straightforward task.

Thanks!

Carlo