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.

Hi Mat,

 

The namespace changes will be solved during our ongoing BPEL model update.

 

Wrt bpr generation, we are planning to integrate with ActiveBPEL 3.0 next month. Therefore, if you have any code you would like to share, don’t be shy J If you like, send me an email, I’ll have a look and we can then discuss.

 

Take care,

 

-- Bruno

 


From: ma zhengxiu [mailto:mazhengxiu@xxxxxxxxx]
Sent: 08 January 2007 03:04
To: B. Wassermann; BPEL Designer project developer discussions.
Subject: Re: [bpel-dev] Build of the BPEL designer - M2.

 

Hi Bruno,

I had do some modifications on namespace and generating the bpr to support the activebpel engine 3.0; if supporting activebpel is a part of  eclipse bpel designer, I would like to share it;

      
Best
Mathew


 

2007/1/3, Bruno Wassermann <B.Wassermann@xxxxxxxxxxxx>:

Hi Ma,

 

I understand from your email that you had to do some modifications to the generated bpr to get it deployed. That's because the generation is not yet fully up to scratch. Also, you mentioned that there may be some work you have done that might be of interest with respect to deployment onto ActiveBPEL. I would really like to hear from you, if that's the case.

 

Regards,

 

-- Bruno

 


From: bpel-dev-bounces@xxxxxxxxxxx [mailto: bpel-dev-bounces@xxxxxxxxxxx] On Behalf Of Michal Chmielewski
Sent: 02 January 2007 19:03
To: BPEL Designer project developer discussions.
Subject: 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:

   --------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    1namespace     

          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/"

 

     2control           

          BPEL2.0:                if else

          Eclipse Designer:    switch case

 

     3plnk 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/"

 

     4xpath 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." 


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

 


Back to the top