SlideShare a Scribd company logo
1 of 40
BPEL Conformance
   in Open Source Engines
      Simon Harrer, Jörg Lenhard and Guido Wirtz
                Distributed Systems Group
                  University of Bamberg
                    Bamberg, Germany
{simon.harrer,joerg.lenhard,guido.wirtz}@uni-bamberg.de
Business
Process
Execution
Language
2.0
Source: Jens Rasch / pixelio.de
Travel Booking Service




   BPEL 2.0
BPEL 2.0
Open OASIS Standard; finalized in 2007
 De facto Standard for Orchestrations
      Used in many approaches
BPEL 2.0
Open OASIS Standard; finalized in 2007
 De facto Standard for Orchestrations
      Used in many approaches

    Fully Conformant Engines ensure
    - Portability
    - Avoidance of Vendor Lock-In
BPEL 2.0
Open OASIS Standard; finalized in 2007
 De facto Standard for Orchestrations
      Used in many approaches

    Fully Conformant Engines ensure
    - Portability
    - Avoidance of Vendor Lock-In

            Are we there, yet?
5 Open Source BPEL Engines
128 BPEL Test Cases


         10 Hours


640 Test Results
5 Open Source BPEL Engines
5 Open Source BPEL Engines


                             Apache ODE*
                             bpel-g**
                             OpenESB
                             Orchestra
                             Petals ESB
* Used in WSO2 Business Process Server, Intalio|BPMS and JBoss RiftSaw
** Based on ActiveBPEL, a previously commercial product of active endpoint
5 Open Source BPEL Engines



Apache ODE         Maintained
bpel-g
OpenESB            Latest Release
Orchestra
Petals ESB         Mature
5 Open Source BPEL Engines

     “BPEL 2.0 conformant”

Apache ODE         Maintained
bpel-g
OpenESB            Latest Release
Orchestra
Petals ESB         Mature
128 BPEL Test Cases
128 BPEL Test Cases
        BPEL
     Specification
128 BPEL Test Cases
                     BPEL
                  Specification



  basic                            structured
                     scopes
activities                          activities
Chapter 10         Chapter 12      Chapter 11
128 BPEL Test Cases
                      BPEL
                   Specification



  basic                                structured
                      scopes
activities                              activities

     Assign            EventHandlers          If


     Empty             FaultHandlers        While

       ….                   ….               ….
128 BPEL Test Cases
                      BPEL
                   Specification



  basic                                structured
                      scopes
activities                              activities

     Assign            EventHandlers          If


     Empty             FaultHandlers        While

       ….                   ….               ….
128 BPEL Test Cases
                                     While
<process>
   <partnerLinks />
   <variables />
   <sequence>
       <receive />
       <!−−MAIN EXTENSION POINT−−>
       <assign />
       <reply />
   </sequence>
</process>
128 BPEL Test Cases
                                         While
<process>
   <partnerLinks />
   <variables />
   <sequence>
       <receive />
       <assign name="InitializeLoopCounter">
           <!-- $Counter = 0 -->
       </assign>
       <while name="While">
          <condition>$Counter < $Input</condition>
           <assign name="IncrementLoopCounter“ >
              <!-- $Counter++ -->
           </assign>
       </while>
       <assign />
       <reply />
   </sequence>
</process>
128 BPEL Test Cases
                                             While
<process>
   <partnerLinks />
   <variables />
   <sequence>
       <receive />
       <assign name="InitializeLoopCounter">
           <!-- $Counter = 0 -->
       </assign>
       <while name="While">
          <condition>$Counter < $Input</condition>
           <assign name="IncrementLoopCounter“ >
              <!-- $Counter++ -->
           </assign>
       </while>
       <assign />
       <reply />
   </sequence>            Test       Input      Assertions
</process>                       synchronous: 5 output: 5
128 BPEL Test Cases
                                        tests
                             Assign      18
                             Empty        1
                                Exit      1
                             Invoke      11
                            Receive       5




 basic
                      ReceiveReply       11
                           Rethrow        3
                             Throw        5
                           Validate       2
                          Variables       3
                               Wait       3
                    Compensation          5
                   CorrelationSets        2
                    EventHandlers         8
 scopes



                     FaultHandlers        6
                MessageExchanges          3
                       PartnerLinks       1
                  Scope-Attributes        3
              TerminationHandlers         2
                          Variables       2
                               Flow       9
 structured




                           ForEach       10
                                   If     5
                                Pick      5
                       RepeatUntil        2
                         Sequence         1
                              While       1
128 BPEL Test Cases
                                       tests
                            Assign      18
                            Empty        1
                               Exit      1
                            Invoke      11
                           Receive       5      Quality Assurance
basic




                     ReceiveReply       11
                          Rethrow        3
                            Throw        5
                          Validate       2
                         Variables
                              Wait
                                         3
                                         3
                                                -   Permutate Configuration
                   Compensation
                  CorrelationSets
                                         5
                                         2      -   XML Schema Validation
                   EventHandlers
                                                -   Peer—Review in Group
                                         8
scopes




                    FaultHandlers        6
               MessageExchanges          3
                      PartnerLinks
                 Scope-Attributes
                                         1
                                         3      -   Publicly availability
                                                -   95% of Test Cases run
             TerminationHandlers         2
                         Variables       2
                              Flow       9

                                                    on at least one engine
structured




                          ForEach       10
                                  If     5
                               Pick      5
                      RepeatUntil        2
                        Sequence         1
                             While       1
10 Hours




           Source: Bernd Deschauer / pixelio.de
10 Hours

                                                                 Generate
                                                                 Reports

per engine and per test case
  Generate    Generate     Install    Start   Deploy   Execute     Stop
    BPEL        Test       Engine    Engine    BPEL      Test     Engine




  Prepare
  Folders
10 Hours

                                                                     Generate
                                                                     Reports

640 times = 5 engines * 128 test cases
  Generate    Generate      Install       Start   Deploy   Execute     Stop
    BPEL        Test        Engine       Engine    BPEL      Test     Engine




  Prepare
  Folders
10 Hours

                                                                     Generate
                                                                     Reports

640 times = 5 engines * 128 test cases
  Generate    Generate      Install       Start   Deploy   Execute     Stop
    BPEL        Test        Engine       Engine    BPEL      Test     Engine




  Prepare
  Folders                     8 hours
                         for test isolation
640 Test Results




               Source: S. Hofschlaeger / pixelio.de
640 Test Results

                         bpel-g


                         1
            Apache ODE


              2
                                   OpenESB


                                     3
Orchestra

  4
                                             PetalsESB

                                                5
640 Test Results         in %


                         bpel-g


            67 80
            Apache ODE
                                   OpenESB
Orchestra

                                    66
                                             PetalsESB

 49                                            24
640 Test Results                        in %
              bpel-g   Apache ODE   OpenESB   Orchestra    Petals ESB

  basic
activities78 60 54                             41           25
 scopes   78 78 84                             47           22
structured
          88 70 70
 activities                                    58           24
        Σ 80 67 66                             49           24
640 Test Results
                                                                                   •••••       100
                                                                                   ••••        75-99
                                                                                   •••         50-74
                                                                                   ••          1-49
                                                                                   •           0

                                       bpel-g   Apache ODE   OpenESB   Orchestra    Petals ESB
                            Assign        •••        •••        •••         ••            ••
                            Empty       •••••      •••••      •••••      •••••         •••••
                               Exit     •••••      •••••      •••••      •••••         •••••
                            Invoke        •••        •••         ••        •••            ••
                           Receive       ••••        •••         ••         ••            ••
basic




                     ReceiveReply         •••         ••         ••         ••            ••
                          Rethrow       •••••        •••         ••          •             •
                            Throw       •••••      •••••       ••••          •             •
                          Validate      •••••          •      •••••          •             •
                         Variables      •••••        •••        •••         ••            ••
                              Wait         ••      •••••      •••••        •••            ••
                   Compensation         •••••       ••••      •••••         ••             •
                  CorrelationSets       •••••      •••••        •••          •             •
                   EventHandlers           ••       ••••       ••••        •••             •
scopes




                    FaultHandlers       •••••      •••••      •••••         ••          ••••
               MessageExchanges         •••••         ••         ••         ••             •
                      PartnerLinks      •••••      •••••      •••••      •••••             •
                 Scope-Attributes       •••••        •••      •••••         ••           •••
             TerminationHandlers            •          •      •••••      •••••             •
                         Variables      •••••      •••••      •••••      •••••             •
                              Flow      •••••      •••••         ••       ••••             •
structured




                          ForEach        ••••         ••       ••••          •            ••
                                  If    •••••       ••••       ••••       ••••          ••••
                               Pick       •••      •••••       ••••       ••••            ••
                      RepeatUntil       •••••        •••      •••••      •••••             •
                        Sequence        •••••      •••••      •••••      •••••         •••••
                             While      •••••      •••••      •••••      •••••         •••••
Portability ?
0,8



      0,59

             0,45


                      0,25
                             0,15



1      2      3        4      5
Portability ?
0,8



      0,59

             0,45


                      0,25
                             0,15



1      2      3        4      5
5 Open Source BPEL Engines
128 BPEL Test Cases


         10 Hours


640 Test Results
5 Open Source BPEL Engines
128 BPEL Test Cases


         10 Hours


640 Test Results
     Limited Portability
Source: Karl Dichtler / pixelio.de
5 BPEL Engines
128 BPEL Test Cases


        10 Hours


640 Test Results
5 BPEL Engines
128 BPEL Test Cases


        10 Hours


640 Test Results
5 BPEL Engines
128 BPEL Test Cases


        10 Hours


640 Test Results
Try it!
Web Site    https://github.com/uniba-dsg/betsy/
Source Code https://github.com/uniba-dsg/betsy/tree/soca-2012




We ♥ Feedback

More Related Content

Recently uploaded

TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 

Recently uploaded (20)

TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 

Featured

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

Featured (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

BPEL Conformance in Open Source Engines

  • 1. BPEL Conformance in Open Source Engines Simon Harrer, Jörg Lenhard and Guido Wirtz Distributed Systems Group University of Bamberg Bamberg, Germany {simon.harrer,joerg.lenhard,guido.wirtz}@uni-bamberg.de
  • 3. Source: Jens Rasch / pixelio.de
  • 5. BPEL 2.0 Open OASIS Standard; finalized in 2007 De facto Standard for Orchestrations Used in many approaches
  • 6. BPEL 2.0 Open OASIS Standard; finalized in 2007 De facto Standard for Orchestrations Used in many approaches Fully Conformant Engines ensure - Portability - Avoidance of Vendor Lock-In
  • 7. BPEL 2.0 Open OASIS Standard; finalized in 2007 De facto Standard for Orchestrations Used in many approaches Fully Conformant Engines ensure - Portability - Avoidance of Vendor Lock-In Are we there, yet?
  • 8. 5 Open Source BPEL Engines 128 BPEL Test Cases 10 Hours 640 Test Results
  • 9. 5 Open Source BPEL Engines
  • 10. 5 Open Source BPEL Engines Apache ODE* bpel-g** OpenESB Orchestra Petals ESB * Used in WSO2 Business Process Server, Intalio|BPMS and JBoss RiftSaw ** Based on ActiveBPEL, a previously commercial product of active endpoint
  • 11. 5 Open Source BPEL Engines Apache ODE Maintained bpel-g OpenESB Latest Release Orchestra Petals ESB Mature
  • 12. 5 Open Source BPEL Engines “BPEL 2.0 conformant” Apache ODE Maintained bpel-g OpenESB Latest Release Orchestra Petals ESB Mature
  • 13. 128 BPEL Test Cases
  • 14. 128 BPEL Test Cases BPEL Specification
  • 15. 128 BPEL Test Cases BPEL Specification basic structured scopes activities activities Chapter 10 Chapter 12 Chapter 11
  • 16. 128 BPEL Test Cases BPEL Specification basic structured scopes activities activities Assign EventHandlers If Empty FaultHandlers While …. …. ….
  • 17. 128 BPEL Test Cases BPEL Specification basic structured scopes activities activities Assign EventHandlers If Empty FaultHandlers While …. …. ….
  • 18. 128 BPEL Test Cases While <process> <partnerLinks /> <variables /> <sequence> <receive /> <!−−MAIN EXTENSION POINT−−> <assign /> <reply /> </sequence> </process>
  • 19. 128 BPEL Test Cases While <process> <partnerLinks /> <variables /> <sequence> <receive /> <assign name="InitializeLoopCounter"> <!-- $Counter = 0 --> </assign> <while name="While"> <condition>$Counter < $Input</condition> <assign name="IncrementLoopCounter“ > <!-- $Counter++ --> </assign> </while> <assign /> <reply /> </sequence> </process>
  • 20. 128 BPEL Test Cases While <process> <partnerLinks /> <variables /> <sequence> <receive /> <assign name="InitializeLoopCounter"> <!-- $Counter = 0 --> </assign> <while name="While"> <condition>$Counter < $Input</condition> <assign name="IncrementLoopCounter“ > <!-- $Counter++ --> </assign> </while> <assign /> <reply /> </sequence> Test Input Assertions </process> synchronous: 5 output: 5
  • 21. 128 BPEL Test Cases tests Assign 18 Empty 1 Exit 1 Invoke 11 Receive 5 basic ReceiveReply 11 Rethrow 3 Throw 5 Validate 2 Variables 3 Wait 3 Compensation 5 CorrelationSets 2 EventHandlers 8 scopes FaultHandlers 6 MessageExchanges 3 PartnerLinks 1 Scope-Attributes 3 TerminationHandlers 2 Variables 2 Flow 9 structured ForEach 10 If 5 Pick 5 RepeatUntil 2 Sequence 1 While 1
  • 22. 128 BPEL Test Cases tests Assign 18 Empty 1 Exit 1 Invoke 11 Receive 5 Quality Assurance basic ReceiveReply 11 Rethrow 3 Throw 5 Validate 2 Variables Wait 3 3 - Permutate Configuration Compensation CorrelationSets 5 2 - XML Schema Validation EventHandlers - Peer—Review in Group 8 scopes FaultHandlers 6 MessageExchanges 3 PartnerLinks Scope-Attributes 1 3 - Publicly availability - 95% of Test Cases run TerminationHandlers 2 Variables 2 Flow 9 on at least one engine structured ForEach 10 If 5 Pick 5 RepeatUntil 2 Sequence 1 While 1
  • 23. 10 Hours Source: Bernd Deschauer / pixelio.de
  • 24. 10 Hours Generate Reports per engine and per test case Generate Generate Install Start Deploy Execute Stop BPEL Test Engine Engine BPEL Test Engine Prepare Folders
  • 25. 10 Hours Generate Reports 640 times = 5 engines * 128 test cases Generate Generate Install Start Deploy Execute Stop BPEL Test Engine Engine BPEL Test Engine Prepare Folders
  • 26. 10 Hours Generate Reports 640 times = 5 engines * 128 test cases Generate Generate Install Start Deploy Execute Stop BPEL Test Engine Engine BPEL Test Engine Prepare Folders 8 hours for test isolation
  • 27. 640 Test Results Source: S. Hofschlaeger / pixelio.de
  • 28. 640 Test Results bpel-g 1 Apache ODE 2 OpenESB 3 Orchestra 4 PetalsESB 5
  • 29. 640 Test Results in % bpel-g 67 80 Apache ODE OpenESB Orchestra 66 PetalsESB 49 24
  • 30. 640 Test Results in % bpel-g Apache ODE OpenESB Orchestra Petals ESB basic activities78 60 54 41 25 scopes 78 78 84 47 22 structured 88 70 70 activities 58 24 Σ 80 67 66 49 24
  • 31. 640 Test Results ••••• 100 •••• 75-99 ••• 50-74 •• 1-49 • 0 bpel-g Apache ODE OpenESB Orchestra Petals ESB Assign ••• ••• ••• •• •• Empty ••••• ••••• ••••• ••••• ••••• Exit ••••• ••••• ••••• ••••• ••••• Invoke ••• ••• •• ••• •• Receive •••• ••• •• •• •• basic ReceiveReply ••• •• •• •• •• Rethrow ••••• ••• •• • • Throw ••••• ••••• •••• • • Validate ••••• • ••••• • • Variables ••••• ••• ••• •• •• Wait •• ••••• ••••• ••• •• Compensation ••••• •••• ••••• •• • CorrelationSets ••••• ••••• ••• • • EventHandlers •• •••• •••• ••• • scopes FaultHandlers ••••• ••••• ••••• •• •••• MessageExchanges ••••• •• •• •• • PartnerLinks ••••• ••••• ••••• ••••• • Scope-Attributes ••••• ••• ••••• •• ••• TerminationHandlers • • ••••• ••••• • Variables ••••• ••••• ••••• ••••• • Flow ••••• ••••• •• •••• • structured ForEach •••• •• •••• • •• If ••••• •••• •••• •••• •••• Pick ••• ••••• •••• •••• •• RepeatUntil ••••• ••• ••••• ••••• • Sequence ••••• ••••• ••••• ••••• ••••• While ••••• ••••• ••••• ••••• •••••
  • 32. Portability ? 0,8 0,59 0,45 0,25 0,15 1 2 3 4 5
  • 33. Portability ? 0,8 0,59 0,45 0,25 0,15 1 2 3 4 5
  • 34. 5 Open Source BPEL Engines 128 BPEL Test Cases 10 Hours 640 Test Results
  • 35. 5 Open Source BPEL Engines 128 BPEL Test Cases 10 Hours 640 Test Results Limited Portability
  • 36. Source: Karl Dichtler / pixelio.de
  • 37. 5 BPEL Engines 128 BPEL Test Cases 10 Hours 640 Test Results
  • 38. 5 BPEL Engines 128 BPEL Test Cases 10 Hours 640 Test Results
  • 39. 5 BPEL Engines 128 BPEL Test Cases 10 Hours 640 Test Results
  • 40. Try it! Web Site https://github.com/uniba-dsg/betsy/ Source Code https://github.com/uniba-dsg/betsy/tree/soca-2012 We ♥ Feedback