You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Johannes Waltsgott (JIRA)" <ji...@apache.org> on 2008/06/23 18:00:48 UTC

[jira] Created: (ODE-312) multiple operations/activities in BPEL/ODE

multiple operations/activities in BPEL/ODE
------------------------------------------

                 Key: ODE-312
                 URL: https://issues.apache.org/jira/browse/ODE-312
             Project: ODE
          Issue Type: Wish
    Affects Versions: 1.2
         Environment: ODE 1.2RC1, Tomcat 6.0.14, Eclipse Europa
            Reporter: Johannes Waltsgott
            Priority: Trivial
         Attachments: Portal.bpel

As mentioned here http://ode.markmail.org/search/?q=#query:+page:1+mid:fen473k4uu3zu5pw+state:results I'm having trouble setting up a BPEL process with 2 operations/activities. Please find the .wsdl and .bpel files attached.

Johannes

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


[jira] Closed: (ODE-312) multiple operations/activities in BPEL/ODE

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

Johannes Waltsgott closed ODE-312.
----------------------------------


I've found a solution by myself - I replaced the <flow></flow> with a 

<pick createInstance="yes">
	<onMessage operation="login" partnerLink="client" ...>
		Activities for operation login...
	</onMessage>
	<onMessage operation="process" partnerLink="client" ...>
		Activities for operation process...
	</onMessage>
</pick>

If someone has a similar problem, don't make the next mistake: One won't need a <receive/> in the activities part anymore, because this is already done by the <pick> in combination with <onMessage>


> multiple operations/activities in BPEL/ODE
> ------------------------------------------
>
>                 Key: ODE-312
>                 URL: https://issues.apache.org/jira/browse/ODE-312
>             Project: ODE
>          Issue Type: Wish
>    Affects Versions: 1.2
>         Environment: ODE 1.2RC1, Tomcat 6.0.14, Eclipse Europa
>            Reporter: Johannes Waltsgott
>            Priority: Trivial
>         Attachments: Portal.bpel, Portal.wsdl
>
>
> Resolved, can be deleted!
> As mentioned here http://ode.markmail.org/search/?q=#query:+page:1+mid:fen473k4uu3zu5pw+state:results I'm having trouble setting up a BPEL process with 2 operations/activities. Please find the .wsdl and .bpel files attached.
> Johannes

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


[jira] Commented: (ODE-312) multiple operations/activities in BPEL/ODE

Posted by "Matthieu Riou (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607636#action_12607636 ] 

Matthieu Riou commented on ODE-312:
-----------------------------------

This looks like a bug but I'll need a bit more information to make sure and eventually fix it. Could your provide the full stacktrace as well as a complete sample that I could use to reproduce the problem?

> multiple operations/activities in BPEL/ODE
> ------------------------------------------
>
>                 Key: ODE-312
>                 URL: https://issues.apache.org/jira/browse/ODE-312
>             Project: ODE
>          Issue Type: Wish
>    Affects Versions: 1.2
>         Environment: ODE 1.2RC1, Tomcat 6.0.14, Eclipse Europa
>            Reporter: Johannes Waltsgott
>            Priority: Trivial
>         Attachments: Portal.bpel, Portal.wsdl
>
>
> As mentioned here http://ode.markmail.org/search/?q=#query:+page:1+mid:fen473k4uu3zu5pw+state:results I'm having trouble setting up a BPEL process with 2 operations/activities. Please find the .wsdl and .bpel files attached.
> Johannes

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


[jira] Updated: (ODE-312) multiple operations/activities in BPEL/ODE

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

Johannes Waltsgott updated ODE-312:
-----------------------------------

    Attachment: Portal.bpel

> multiple operations/activities in BPEL/ODE
> ------------------------------------------
>
>                 Key: ODE-312
>                 URL: https://issues.apache.org/jira/browse/ODE-312
>             Project: ODE
>          Issue Type: Wish
>    Affects Versions: 1.2
>         Environment: ODE 1.2RC1, Tomcat 6.0.14, Eclipse Europa
>            Reporter: Johannes Waltsgott
>            Priority: Trivial
>         Attachments: Portal.bpel, Portal.wsdl
>
>
> As mentioned here http://ode.markmail.org/search/?q=#query:+page:1+mid:fen473k4uu3zu5pw+state:results I'm having trouble setting up a BPEL process with 2 operations/activities. Please find the .wsdl and .bpel files attached.
> Johannes

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


[jira] Updated: (ODE-312) multiple operations/activities in BPEL/ODE

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

Johannes Waltsgott updated ODE-312:
-----------------------------------

    Description: 
Resolved, can be deleted!

As mentioned here http://ode.markmail.org/search/?q=#query:+page:1+mid:fen473k4uu3zu5pw+state:results I'm having trouble setting up a BPEL process with 2 operations/activities. Please find the .wsdl and .bpel files attached.

Johannes

  was:
As mentioned here http://ode.markmail.org/search/?q=#query:+page:1+mid:fen473k4uu3zu5pw+state:results I'm having trouble setting up a BPEL process with 2 operations/activities. Please find the .wsdl and .bpel files attached.

Johannes


> multiple operations/activities in BPEL/ODE
> ------------------------------------------
>
>                 Key: ODE-312
>                 URL: https://issues.apache.org/jira/browse/ODE-312
>             Project: ODE
>          Issue Type: Wish
>    Affects Versions: 1.2
>         Environment: ODE 1.2RC1, Tomcat 6.0.14, Eclipse Europa
>            Reporter: Johannes Waltsgott
>            Priority: Trivial
>         Attachments: Portal.bpel, Portal.wsdl
>
>
> Resolved, can be deleted!
> As mentioned here http://ode.markmail.org/search/?q=#query:+page:1+mid:fen473k4uu3zu5pw+state:results I'm having trouble setting up a BPEL process with 2 operations/activities. Please find the .wsdl and .bpel files attached.
> Johannes

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


[jira] Resolved: (ODE-312) multiple operations/activities in BPEL/ODE

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

Johannes Waltsgott resolved ODE-312.
------------------------------------

    Resolution: Fixed

I've found a solution by myself - I replaced the <flow></flow> with a 

<pick createInstance="yes">
	<onMessage operation="login" partnerLink="client" ...>
		Activities for operation login...
	</onMessage>
	<onMessage operation="process" partnerLink="client" ...>
		Activities for operation process...
	</onMessage>
</pick>

If someone has a similar problem, don't make the next mistake: One won't need a <receive/> in the activities part anymore, because this is already done by the <pick> in combination with <onMessage>


> multiple operations/activities in BPEL/ODE
> ------------------------------------------
>
>                 Key: ODE-312
>                 URL: https://issues.apache.org/jira/browse/ODE-312
>             Project: ODE
>          Issue Type: Wish
>    Affects Versions: 1.2
>         Environment: ODE 1.2RC1, Tomcat 6.0.14, Eclipse Europa
>            Reporter: Johannes Waltsgott
>            Priority: Trivial
>         Attachments: Portal.bpel, Portal.wsdl
>
>
> Resolved, can be deleted!
> As mentioned here http://ode.markmail.org/search/?q=#query:+page:1+mid:fen473k4uu3zu5pw+state:results I'm having trouble setting up a BPEL process with 2 operations/activities. Please find the .wsdl and .bpel files attached.
> Johannes

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


[jira] Updated: (ODE-312) multiple operations/activities in BPEL/ODE

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

Johannes Waltsgott updated ODE-312:
-----------------------------------

    Attachment: Portal.wsdl

> multiple operations/activities in BPEL/ODE
> ------------------------------------------
>
>                 Key: ODE-312
>                 URL: https://issues.apache.org/jira/browse/ODE-312
>             Project: ODE
>          Issue Type: Wish
>    Affects Versions: 1.2
>         Environment: ODE 1.2RC1, Tomcat 6.0.14, Eclipse Europa
>            Reporter: Johannes Waltsgott
>            Priority: Trivial
>         Attachments: Portal.bpel, Portal.wsdl
>
>
> As mentioned here http://ode.markmail.org/search/?q=#query:+page:1+mid:fen473k4uu3zu5pw+state:results I'm having trouble setting up a BPEL process with 2 operations/activities. Please find the .wsdl and .bpel files attached.
> Johannes

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