Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpel-dev] Build of the BPEL designer - M2.

Mathew,

We are targeting the 2.0 compliance by M3. This should be out in Feb or so.

Regarding the work on active BPEL deployment, if you have some work/knowledge that you would like to share/contribute,
Bruno would love to speak with you.

Best,

-m

ma zhengxiu wrote:
Hi:all
 
    I had compared  the .bpel file of  Eclipse Designer to WS-BPEL 2.0(http://www.oasis-open.org/committees/documents.php?wg_abbrev=wsbpel ).
 
    List some diff:
   --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    1、namespace     
          BPEL2.0:                 xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
          Eclipse Designer:   xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
 
     2、control           
          BPEL2.0:                if else
          Eclipse Designer:    switch case
 
     3、plnk namespace 
          BPEL2.0:                xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
          Eclipse Designer:     xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/"
 
     4、xpath version  
          BPEL2.0                 urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0
          Eclipse Designer:     http://www.w3.org/TR/1999/REC-xpath-19991116     
 
      5、_expression_ tag can't found in BPEL 2.0
           <bpws:_expression_><![CDATA[string(""12345"")]]></bpws:_expression_>
 
   -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
     
      Further more I want to know the when the switch/case to be removed and add the if/else?
 
      We had do some work on the deployed to activeBPEL, Perhaps some help to the Designer.
 
 
 
     Thanks
      /Mathew
 
 

_______________________________________________ bpel-dev mailing list bpel-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/bpel-dev


-- 
Michal Chmielewski, CMTS, Oracle Corp, 
W:650-506-5952 / M:408-209-9321 

"Manuals ?! What manuals ? Son, it's Unix, you just gotta know." 

Back to the top