You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Sean Ahn (JIRA)" <ji...@apache.org> on 2008/12/24 22:02:44 UTC

[jira] Created: (ODE-470) Sybase throws 'Invalid operator for datatype op: MODULO type: NUMERIC' errors during startup

Sybase throws 'Invalid operator for datatype op: MODULO type: NUMERIC' errors during startup
--------------------------------------------------------------------------------------------

                 Key: ODE-470
                 URL: https://issues.apache.org/jira/browse/ODE-470
             Project: ODE
          Issue Type: Bug
          Components: BPEL Runtime
            Reporter: Sean Ahn


The job scheduler upgrade query runs a modulo operator on a numeric data type on Sybase. Sybase does not like the modulo operator on a numeric type.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-470) Sybase throws 'Invalid operator for datatype op: MODULO type: NUMERIC' errors during startup

Posted by "Sean Ahn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Ahn updated ODE-470:
-------------------------

    Attachment: ode-470.1x.patch

Attached a patch for 1.x branch.

> Sybase throws 'Invalid operator for datatype op: MODULO type: NUMERIC' errors during startup
> --------------------------------------------------------------------------------------------
>
>                 Key: ODE-470
>                 URL: https://issues.apache.org/jira/browse/ODE-470
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Sean Ahn
>         Attachments: ode-470.1x.patch
>
>
> The job scheduler upgrade query runs a modulo operator on a numeric data type on Sybase. Sybase does not like the modulo operator on a numeric type.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ODE-470) Sybase throws 'Invalid operator for datatype op: MODULO type: NUMERIC' errors during startup

Posted by "Sean Ahn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Ahn resolved ODE-470.
--------------------------

    Resolution: Fixed

r736082 | seanahn | 2009-01-20 11:51:56 -0800 (Tue, 20 Jan 2009) | 1 line
Changed paths:
   M /ode/branches/APACHE_ODE_1.X/scheduler-simple/src/main/java/org/apache/ode/scheduler/simple/JdbcDelegate.java

> Sybase throws 'Invalid operator for datatype op: MODULO type: NUMERIC' errors during startup
> --------------------------------------------------------------------------------------------
>
>                 Key: ODE-470
>                 URL: https://issues.apache.org/jira/browse/ODE-470
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Sean Ahn
>         Attachments: ode-470.1x.patch
>
>
> The job scheduler upgrade query runs a modulo operator on a numeric data type on Sybase. Sybase does not like the modulo operator on a numeric type.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.