1 / 7

Adding BPEL feature normal process

Adding BPEL feature normal process. (ForEach as an example). Pre-implementation. Design discussion Input: test matrix, design discussion slides design discussion slides: Issues unclear in spec Any critical implementation note. Implementation. BPEL schema

avon
Télécharger la présentation

Adding BPEL feature normal process

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Adding BPEL feature normal process (ForEach as an example)

  2. Pre-implementation • Design discussion Input: test matrix, design discussion slides design discussion slides: • Issues unclear in spec • Any critical implementation note

  3. Implementation • BPEL schema • Might need to add missing complex types in existing bpel schema : C:\Alaska\root\sharedlibrary\bpelmodel\src\com\sun\bpel\model\visitor\wsbpel_main.xsd

  4. Implementation -- cont • Add static BPEL model support root/sharedlibrary/bpelmodel/src/com/sun/bpel/model/visitor AbstractVisitor.java,1.5 CloneVisitor.java,1.4 DefaultXmlParserFactory.java,1.10 SAXParseVisitor.java,1.5 wsbpel_main.xsd,1.5 root/sharedlibrary/bpelmodel/src/com/sun/bpel/model BPELDocument.java,1.6 root/sharedlibrary/bpelmodel/src/com/sun/bpel/model/impl BPELDocumentImpl.java,1.6 ForEachImpl.java,1.2

  5. Implement -- cont • Add Runtime model support root/jbi/bpelse/core/src/com/sun/jbi/engine/bpel/core/bpel/model/runtime ActivityUnitFactory.java,1.23 root/jbi/bpelse/core/src/com/sun/jbi/engine/bpel/core/bpel/model/runtime/impl/messages Bundle.properties,1.3 root/jbi/bpelse/core/src/com/sun/jbi/engine/bpel/core/bpel/model/parser/impl RBPELDocumentImpl.java,1.16 RXmlParserFactoryImpl.java,1.16 root/jbi/bpelse/core/src/com/sun/jbi/engine/bpel/core/bpel/model/meta/impl RForEachImpl.java,1.9

  6. Implementation -- cont • Add ActivityUnit and any other necessary changes root/jbi/bpelse/core/src/com/sun/jbi/engine/bpel/core/bpel/model/runtime/impl ForEachUnitSerialImpl.java,1.2 ScopeUnitImpl.java,1.18

  7. Test Cases • Pick significant test cases from test matrix • Add bpel, wsdl into testnb5/bpel project or create a new project • Create test properties/input/output using project system or manually • EM simulator is better when you want to send soap messages not constrained by test cases.

More Related