[jboss-jira] [JBoss JIRA] Commented: (JBRULES-3158) Add ability to support entry point declaration and compile time checking of used entry points
Edson Tirelli (JIRA)
jira-events at lists.jboss.org
Tue Sep 6 15:03:26 EDT 2011
[ https://issues.jboss.org/browse/JBRULES-3158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626581#comment-12626581 ]
Edson Tirelli commented on JBRULES-3158:
----------------------------------------
The actual syntax will be:
{code:title=epdeclaration.ebnf}
epDeclaration := DECLARE ENTRY-POINT stringId annotation* END
{code}
E.g.:
{code:title=epdeclaration.drl}
declare entry-point eventStream
@source( "jndi://services/JMSQueue" )
@foo( "bar" )
end
{code}
> Add ability to support entry point declaration and compile time checking of used entry points
> ---------------------------------------------------------------------------------------------
>
> Key: JBRULES-3158
> URL: https://issues.jboss.org/browse/JBRULES-3158
> Project: Drools
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: drools-api, drools-compiler, drools-core
> Affects Versions: 5.2.0.Final
> Reporter: Edson Tirelli
> Assignee: Edson Tirelli
> Labels: fusion_roadmap
> Fix For: 5.3.0.CR1
>
>
> Add ability to support entry point declaration and compile time checking of used entry points. E.g.
> declare entry-point A, B, C
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list