Hi all. I´m using Hivemind1. Is it possible configure hivemodule.xml with a property file?
I would like to have a hivemodule.properties like this: -------------------------------- urlService=http://myservice.com urlService2=http://myservice2.com -------------------------------- And in the hivemodule xml do this: ------------------------------------ <service-point id="....." interface="......."> <invoke-factory model="threaded"> <construct class="my.package.myService"> <string>${urlService}</string> </construct> </invoke-factory> </service-point> ------------------------------------ I would like to do something like that, it is posible in with hivemind do that ??? Thanks in advance. -- View this message in context: http://www.nabble.com/Hivemind-.properties-file-----tp17665637p17665637.html Sent from the Hivemind - User mailing list archive at Nabble.com.
