[jira] Created: (ESPER-414) In some scenarion, createEPL fails with IllegalStateException vs EPException

View: New views
3 Messages — Rating Filter:   Alert me  

[jira] Created: (ESPER-414) In some scenarion, createEPL fails with IllegalStateException vs EPException

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In some scenarion, createEPL fails with IllegalStateException vs EPException
----------------------------------------------------------------------------

                 Key: ESPER-414
                 URL: http://jira.codehaus.org/browse/ESPER-414
             Project: Esper
          Issue Type: Improvement
          Components: Core
    Affects Versions: 3.2
            Reporter: Alexandre Vasseur
            Priority: Trivial
             Fix For: 4.0 - requires JDK6


The following - when compiled with no event defined at all (which is a mistake but can happen in some bulk compile scenario) - fails in the 3rd statement with an IllegalStateException and ideally should fail with an EPException:

@Name("A")
create window SomeEventWindow.std:unique\(x) (x int);

@Name("B")
create window non_exist_NW.std:unique(id) as select * from NonEvent;

@Name("C")
on pattern [every step=SomeEventWindow]
delete from non_exist_NW as event
where step.x = 1;

This stands in
com.espertech.esper.epl.named.NamedWindowServiceImpl.getProcessor(NamedWindowServiceImpl.java)
Can that one fails with an EPException instead?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Updated: (ESPER-414) In some scenario, createEPL fails with IllegalStateException vs EPException

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/ESPER-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexandre Vasseur updated ESPER-414:
------------------------------------

    Summary: In some scenario, createEPL fails with IllegalStateException vs EPException  (was: In some scenarion, createEPL fails with IllegalStateException vs EPException)

> In some scenario, createEPL fails with IllegalStateException vs EPException
> ---------------------------------------------------------------------------
>
>                 Key: ESPER-414
>                 URL: http://jira.codehaus.org/browse/ESPER-414
>             Project: Esper
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 3.2
>            Reporter: Alexandre Vasseur
>            Priority: Trivial
>             Fix For: 4.0 - requires JDK6
>
>
> The following - when compiled with no event defined at all (which is a mistake but can happen in some bulk compile scenario) - fails in the 3rd statement with an IllegalStateException and ideally should fail with an EPException:
> @Name("A")
> create window SomeEventWindow.std:unique\(x) (x int);
> @Name("B")
> create window non_exist_NW.std:unique(id) as select * from NonEvent;
> @Name("C")
> on pattern [every step=SomeEventWindow]
> delete from non_exist_NW as event
> where step.x = 1;
> This stands in
> com.espertech.esper.epl.named.NamedWindowServiceImpl.getProcessor(NamedWindowServiceImpl.java)
> Can that one fails with an EPException instead?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Resolved: (ESPER-414) In some scenario, createEPL fails with IllegalStateException vs EPException

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/ESPER-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Bernhardt resolved ESPER-414.
------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 4.0 - requires JDK6)
                   3.3

In release 3.3

> In some scenario, createEPL fails with IllegalStateException vs EPException
> ---------------------------------------------------------------------------
>
>                 Key: ESPER-414
>                 URL: http://jira.codehaus.org/browse/ESPER-414
>             Project: Esper
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 3.2
>            Reporter: Alexandre Vasseur
>            Priority: Trivial
>             Fix For: 3.3
>
>
> The following - when compiled with no event defined at all (which is a mistake but can happen in some bulk compile scenario) - fails in the 3rd statement with an IllegalStateException and ideally should fail with an EPException:
> @Name("A")
> create window SomeEventWindow.std:unique\(x) (x int);
> @Name("B")
> create window non_exist_NW.std:unique(id) as select * from NonEvent;
> @Name("C")
> on pattern [every step=SomeEventWindow]
> delete from non_exist_NW as event
> where step.x = 1;
> This stands in
> com.espertech.esper.epl.named.NamedWindowServiceImpl.getProcessor(NamedWindowServiceImpl.java)
> Can that one fails with an EPException instead?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email