Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [bpel-dev] Accessing BPELWriter from BPELExtensionSerializer

Hi Hanyu,

you checkout all the BPEL Designer plugins from CVS, fix what you want in
your local workspace. After you have done that, you select the plugins that
are marked dirty, right click and select "Team->Create Patch". Walk the
wizard and then send us the file it produces so we can review and possibly
integrate it.

Thanks
Simon

Simon Moser, M.Eng.


                                                                          
 Websphere Integration       Mail:           IBM Deutschland Entwicklung  
 Developer Development       smoser@xxxxxx.  GmbH                         
 Team Lead BPEL Editor       com             Vorsitzender des             
 Dept. 4722, Bldg.           Phone:          Aufsichtsrats: Martin Jetter 
 71032-01, Room 086          +49-7031-16-43  Geschäftsführung: Herbert    
 Websphere Solutions and     04              Kircher                      
 Services                    Fax:            Sitz der Gesellschaft:       
 IBM Deutschland             +49-7031-16-48  Böblingen                    
 Entwicklung GmbH            90              Registergericht: Amtsgericht 
 Schönaicherstr. 220, D –                    Stuttgart, HRB 243294        
 71032 Boeblingen                                                         
                                                                          











                                                                                                                               
  From:       "Hanyu Xiao" <hxiao@xxxxxxxxx>                                                                                   
                                                                                                                               
  To:         "BPEL Designer project developer discussions." <bpel-dev@xxxxxxxxxxx>                                            
                                                                                                                               
  Date:       11.06.2008 16:37                                                                                                 
                                                                                                                               
  Subject:    RE: [bpel-dev] Accessing BPELWriter from BPELExtensionSerializer                                                 
                                                                                                                               





Hi Simon,

Sorry for the dumb question, but how do I produce a patch?

Hanyu

-----Original Message-----
From: bpel-dev-bounces@xxxxxxxxxxx [mailto:bpel-dev-bounces@xxxxxxxxxxx] On
Behalf Of Simon D Moser
Sent: Tuesday, June 10, 2008 12:48 AM
To: BPEL Designer project developer discussions.
Subject: Re: [bpel-dev] Accessing BPELWriter from BPELExtensionSerializer

Hey Hanyu,

sounds reasonable - can I ask you to provide a patch for this ?
Thank you!

Cheers
Simon

Simon Moser, M.Eng.



 Websphere Integration       Mail:           IBM Deutschland Entwicklung
 Developer Development       smoser@xxxxxx.  GmbH
 Team Lead BPEL Editor       com             Vorsitzender des
 Dept. 4722, Bldg.           Phone:          Aufsichtsrats: Martin Jetter
 71032-01, Room 086          +49-7031-16-43  Geschäftsführung: Herbert
 Websphere Solutions and     04              Kircher
 Services                    Fax:            Sitz der Gesellschaft:
 IBM Deutschland             +49-7031-16-48  Böblingen
 Entwicklung GmbH            90              Registergericht: Amtsgericht
 Schönaicherstr. 220, D -                    Stuttgart, HRB 243294
 71032 Boeblingen













  From:       "Hanyu Xiao" <hxiao@xxxxxxxxx>


  To:         "BPEL Designer project developer discussions."
<bpel-dev@xxxxxxxxxxx>

  Cc:         Steve Goldberg <goldberg@xxxxxxxxx>


  Date:       06.06.2008 11:10


  Subject:    [bpel-dev] Accessing BPELWriter from BPELExtensionSerializer







Hello,

We are trying to figure out a way to call BPELWriter from
BPELExtensionSerializer (and BPELReader from BPELExtensionDeserializer).
Unlike BPELActivitySerializer, whose marshall() method is passed the
BPELWriter instance in the last parameter, BPELExtensionSerializer's
marshall() method is passed the BPELExtensionRegistry instance instead.

Could we suggest that the BPELWriter be added as a parameter to
BPELExtensionSerializer.marshall()? We need this because we are embedding a
BPEL activity inside an extension element.

Thanks,
Hanyu_______________________________________________
bpel-dev mailing list
bpel-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/bpel-dev

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


Back to the top