Add support for globals instantiated by factory
-----------------------------------------------
Key: JBRULES-3325
URL:
https://issues.jboss.org/browse/JBRULES-3325
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Reinis Vicups
Assignee: Mark Proctor
Priority: Minor
Requesting possibility to use in DRL e.g. following:
{code}global LoggerFactory.getLogger("bazz") log;{code}
or
{code}global Logger log = LoggerFactory.getLogger("bazz");{code}
or
{code}global WeirdConfig config = WeirdConfigFactory.getWeirdConfig();{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira