How to include a managed service factory configuration artifact in a plan? [message #1775552] |
Tue, 31 October 2017 22:46  |
Eclipse User |
|
|
|
Hello, I am using Virgo 3.7.0.RELEASE and trying to include a configuration artifact in a plan, where the configuration is for a managed service factory. The configuration file, "my-factory.properties" includes
service.factoryPid = my-factory.pid
but if I try to include that in a plan like this:
<artifact type="configuration" name="my-factory"/>
the plan fails to deploy with a message how it can't find that artifact. I found I could get it to work using the uri attribute, like this:
<artifact uri="file:///vary/long/path/to/my-factory.properties"/>
but I would prefer to not hard-code the file path here if possible. Is this perhaps a bug in Virgo?
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 1.72241 seconds