AFAIK, you still need to import the asset from the Global Aarea into your package.<br><br>Think of it like creating a symlink\shortcut between the Global Area and your package - changes to the asset in the Global Area will be visible in your package.<br>
<br>Assets in the Global Area are not automatically visible to all packages.<br><br><div class="gmail_quote">On 24 October 2011 08:20, pravinborekar <span dir="ltr">&lt;<a href="mailto:pravin.borekar@gmail.com">pravin.borekar@gmail.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,<br>
<br>
Would like to use GlobalArea enumeration ----- &#39;Member.title&#39;: [&#39;Mr.&#39;,<br>
&#39;Miss&#39;]<br>
<br>
in my custom package rule. Am trying to access it in DSL rule (as we want<br>
guided editor to use enum), like---- {title:ENUM:Member.title}<br>
<br>
If I create above enum in custom package, am able to do it cleanly.<br>
Also tried using --- {title:ENUM:GlobalArea.Member.title} , but it didnt<br>
work.<br>
<br>
Need help on how to access the global area enum, as we need to use the same<br>
across many packages.<br>
<br>
<br>
Regards, Pravin<br>
<font color="#888888"><br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/How-to-use-GlobalArea-enum-inside-package-defined-rules-tp3447360p3447360.html" target="_blank">http://drools.46999.n3.nabble.com/How-to-use-GlobalArea-enum-inside-package-defined-rules-tp3447360p3447360.html</a><br>

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>
</font></blockquote></div><br>