You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Paul R. Brown (JIRA)" <ji...@apache.org> on 2007/05/21 08:29:16 UTC

[jira] Created: (ODE-135) BpelEventListener interface appears in two modules

BpelEventListener interface appears in two modules
--------------------------------------------------

                 Key: ODE-135
                 URL: https://issues.apache.org/jira/browse/ODE-135
             Project: Ode
          Issue Type: Bug
          Components: BPEL Runtime
    Affects Versions: 1.0-incubating
            Reporter: Paul R. Brown
            Priority: Minor


Surely only one of these should exist...

$ cd $ODE_SVNROOT
$ find . -name BpelEventListener.java
./bpel-api/src/main/java/org/apache/ode/bpel/iapi/BpelEventListener.java
./bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelEventListener.java

I assume that it's the iapi version; with confirmation, I'll delete the duplicate.  (The ifaces are identical.)

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


[jira] Resolved: (ODE-135) BpelEventListener interface appears in two modules

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

Tammo van Lessen resolved ODE-135.
----------------------------------

    Resolution: Fixed
      Assignee: Tammo van Lessen

Class in runtime module has been removed.

> BpelEventListener interface appears in two modules
> --------------------------------------------------
>
>                 Key: ODE-135
>                 URL: https://issues.apache.org/jira/browse/ODE-135
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.0-incubating
>            Reporter: Paul R. Brown
>            Assignee: Tammo van Lessen
>            Priority: Minor
>
> Surely only one of these should exist...
> $ cd $ODE_SVNROOT
> $ find . -name BpelEventListener.java
> ./bpel-api/src/main/java/org/apache/ode/bpel/iapi/BpelEventListener.java
> ./bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelEventListener.java
> I assume that it's the iapi version; with confirmation, I'll delete the duplicate.  (The ifaces are identical.)

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


[jira] Commented: (ODE-135) BpelEventListener interface appears in two modules

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497472 ] 

Alex Boisvert commented on ODE-135:
-----------------------------------

Yep, it should be in the IAPI only.

> BpelEventListener interface appears in two modules
> --------------------------------------------------
>
>                 Key: ODE-135
>                 URL: https://issues.apache.org/jira/browse/ODE-135
>             Project: Ode
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.0-incubating
>            Reporter: Paul R. Brown
>            Priority: Minor
>
> Surely only one of these should exist...
> $ cd $ODE_SVNROOT
> $ find . -name BpelEventListener.java
> ./bpel-api/src/main/java/org/apache/ode/bpel/iapi/BpelEventListener.java
> ./bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelEventListener.java
> I assume that it's the iapi version; with confirmation, I'll delete the duplicate.  (The ifaces are identical.)

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