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

Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 

Recently uploaded (20)

Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 

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