Blueprint and Mail server configuration
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2015 04:39 AM
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
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
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2015 05:31 AM
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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2015 05:40 AM
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
But as you pointed out it's a straightforward task.
Thanks!
Carlo