<div dir="ltr"><div><div>There is no replacement.<br><br></div>In 6.0 your best approach would be to write a class that @Observes ResourceRenamedEvent and bundle it into the WAR.<br><br></div>The event contains &quot;old path&quot; and &quot;new path&quot;.<br>
<div><br><br><div><div><br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 10 April 2013 16:04, abhinay_agarwal <span dir="ltr">&lt;<a href="mailto:abhinay_agarwal@infosys.com" target="_blank">abhinay_agarwal@infosys.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hi mike,<br>
<br>
Here is a scenario,<br>
<br>
Lets say I have rules named &quot;rule1&quot;, &quot;rule2&quot; inside guvnor. I am extracting<br>
the rule names using REST api, pointing to some url<br>
http://../package/packageName/assets. I need the rule names in my<br>
application, so I have kept the rule names in my DB.<br>
<br>
If tomorrow I need to change the rule name of &quot;rule1&quot; to &quot;xyz&quot;, how does my<br>
application keep a track of which rule name has been changed out of the two<br>
and update the same in my DB.<br>
<br>
For the time being, I am using the UUID, and its doing the job very well.<br>
But, if it becomes obsolete in the future, is there a replacement to it ?<br>
<br>
Abhinay<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Rule-Id-for-a-Drools-Rule-tp2914385p4023306.html" target="_blank">http://drools.46999.n3.nabble.com/Rule-Id-for-a-Drools-Rule-tp2914385p4023306.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br></div>