Archived
This forum has been archived. Please start a new discussion on GitHub.
object id with category can't be a template parameter?
If I have a object with id Demo/Hello, when I write a template

Cheers
YunQiao
<server-template id="HelloServerTemplate" >
<parameter name="ObjectId" />
<server id="${server}"
exe="${exe}"
application-distrib="false"
activation=true>
<adapter name="DefaultAdapter"
id="${server}.DefaultAdapter"
endpoints="${endpoints}"
wait-for-activation="true"
register-process="true">
<object identity="${ObjectId}" />
</adapter>
.....
If I instantiate the server with ObjectId=Demo/Hello,I always get a Demo\/Hello ,may be the IceGrid server template instantiation have some bugs?Cheers
YunQiao
0
Comments
-
Hi,
Right, this is a known bug. You'll find a patch [thread=2051]here[/thread].
Cheers,
Benoit.0