Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [bpel-dev] Namespaces maps

Hi Simon,

Unfortunately, there is no news. My documents are not ready yet :-(

Thanks,
  Oleg

-----Original Message-----
From: bpel-dev-bounces@xxxxxxxxxxx [mailto:bpel-dev-bounces@xxxxxxxxxxx] On Behalf Of Simon D Moser
Sent: Friday, March 14, 2008 12:08 AM
To: BPEL Designer project developer discussions.
Subject: RE: [bpel-dev] Namespaces maps

Hey Oleg,

great! Any updates on Eclipsecon ?

Cheers
Simon

Simon Moser, M.Eng.


                                                                         
 Websphere Integration  Mail:        IBM Deutschland          (Embedded  
 Developer Development  smoser@de.i  Entwicklung GmbH         image      
 Team Lead BPEL Editor  bm.com       Vorsitzender des         moved to   
 Dept. 4722, Bldg.      Phone:       Aufsichtsrats: Martin    file:      
 71032-01, Room 086     +49-7031-16  Jetter                   pic06981.g 
 Websphere Solutions    -4304        Geschäftsführung:        if)I'm     
 and Services           Fax:         Herbert Kircher          speaking   
 IBM Deutschland        +49-7031-16  Sitz der Gesellschaft:   at         
 Entwicklung GmbH       -4890        Böblingen                EclipseCon 
 Schönaicherstr. 220,                Registergericht:         2008       
 D - 71032 Boeblingen                Amtsgericht Stuttgart,              
                                     HRB 243294                          
                                                                         









|------------>
| From:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |"Danilov, Oleg V" <oleg.v.danilov@xxxxxxxxx>                                                                                                      |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To:        |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |"BPEL Designer project developer discussions." <bpel-dev@xxxxxxxxxxx>                                                                             |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Cc:        |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |<bpel-dev-bounces@xxxxxxxxxxx>                                                                                                                    |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |13.03.2008 13:02                                                                                                                                  |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Subject:   |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |RE: [bpel-dev] Namespaces maps                                                                                                                    |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|





Hi Simon,

Done. All namespaces-related methods have been moved to the BPELUtils. Now
we have the only one map accessible via BPELUtil.getNamespaceMap()

Thanks,
  Oleg.

-----Original Message-----
From: bpel-dev-bounces@xxxxxxxxxxx [mailto:bpel-dev-bounces@xxxxxxxxxxx] On
Behalf Of Simon D Moser
Sent: Friday, March 07, 2008 12:02 PM
To: BPEL Designer project developer discussions.
Cc: BPEL Designer project developer discussions.;
bpel-dev-bounces@xxxxxxxxxxx
Subject: RE: [bpel-dev] Namespaces maps

Hi Oleg,

from my point of view go right ahead. However, the change that you
mentioned in your other reply [ <<Actually BPELUtils has been refactored
(see revisions 1.11 vs 1.12) some time ago.>>] was done by Michal, so he
might want to comment on that, too.

Cheers
Simon

Simon Moser, M.Eng.



 Websphere Integration  Mail:        IBM Deutschland          (Embedded
 Developer Development  smoser@de.i  Entwicklung GmbH         image
 Team Lead BPEL Editor  bm.com       Vorsitzender des         moved to
 Dept. 4722, Bldg.      Phone:       Aufsichtsrats: Martin    file:
 71032-01, Room 086     +49-7031-16  Jetter                   pic31065.g
 Websphere Solutions    -4304        Geschäftsführung:        if)I'm
 and Services           Fax:         Herbert Kircher          speaking
 IBM Deutschland        +49-7031-16  Sitz der Gesellschaft:   at
 Entwicklung GmbH       -4890        Böblingen                EclipseCon
 Schönaicherstr. 220,                Registergericht:         2008
 D - 71032 Boeblingen                Amtsgericht Stuttgart,
                                     HRB 243294











  From:       "Danilov, Oleg V" <oleg.v.danilov@xxxxxxxxx>


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

  Cc:         <bpel-dev-bounces@xxxxxxxxxxx>


  Date:       07.03.2008 01:01


  Subject:    RE: [bpel-dev] Namespaces maps







I'm going to significantly refactor this code. All namespaces-related
methods will be moved from BPELResource to the BPELUtils.

Thanks,
  Oleg.

-----Original Message-----
From: bpel-dev-bounces@xxxxxxxxxxx [mailto:bpel-dev-bounces@xxxxxxxxxxx] On
Behalf Of Simon D Moser
Sent: Tuesday, March 04, 2008 7:01 PM
To: BPEL Designer project developer discussions.
Cc: BPEL Designer project developer discussions.;
bpel-dev-bounces@xxxxxxxxxxx
Subject: Re: [bpel-dev] Namespaces maps

I dont remember why we are using two. Does one implementation use the other
under the covers  ?
Anyway, I second the opinion that there should really be one.

Cheers
Simon

Simon Moser, M.Eng.



 Websphere Integration  Mail:        IBM Deutschland          (Embedded
 Developer Development  smoser@de.i  Entwicklung GmbH         image
 Team Lead BPEL Editor  bm.com       Vorsitzender des         moved to
 Dept. 4722, Bldg.      Phone:       Aufsichtsrats: Martin    file:
 71032-01, Room 086     +49-7031-16  Jetter                   pic08994.g
 Websphere Solutions    -4304        Geschäftsführung:        if)I'm
 and Services           Fax:         Herbert Kircher          speaking
 IBM Deutschland        +49-7031-16  Sitz der Gesellschaft:   at
 Entwicklung GmbH       -4890        Böblingen                EclipseCon
 Schönaicherstr. 220,                Registergericht:         2008
 D - 71032 Boeblingen                Amtsgericht Stuttgart,
                                     HRB 243294











  From:       "Dennis Ushakov" <dennis.ushakov@xxxxxxxxx>


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

  Date:       03.03.2008 20:44


  Subject:    [bpel-dev] Namespaces maps







Hi!

BPEL editor uses two different maps to store namespace-prefix mapping.
First one is accessed using BPELUtil.getNamespaceMap and second is
using BPELResource.getPrefixToNamespaceMap. For me their purpose is
unclear. Shouldn't there be only one? Why we're using them both?

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

--------------------------------------------------------------------
Closed Joint Stock Company Intel A/O
Registered legal address: Krylatsky Hills Business Park,
17 Krylatskaya Str., Bldg 4, Moscow 121614,
Russia Federation

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

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

--------------------------------------------------------------------
Closed Joint Stock Company Intel A/O
Registered legal address: Krylatsky Hills Business Park,
17 Krylatskaya Str., Bldg 4, Moscow 121614,
Russia Federation

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

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

--------------------------------------------------------------------
Closed Joint Stock Company Intel A/O
Registered legal address: Krylatsky Hills Business Park, 
17 Krylatskaya Str., Bldg 4, Moscow 121614, 
Russia Federation

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.



Back to the top