Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpel-dev] request: Fix modelListener extension point

Jonathan,

I checked in the patch  - didn't find any problems at first glance ... let
us know if you encounter something.

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                                                         
                                                                          








                                                                           
             Jonathan Coogan                                               
             <Jonathan.Coogan@                                             
             Attachmate.com>                                            To 
             Sent by:                  "BPEL Designer project developer    
             bpel-dev-bounces@         discussions."                       
             eclipse.org               <bpel-dev@xxxxxxxxxxx>              
                                                                        cc 
                                                                           
             05/07/2007 09:30                                      Subject 
             PM                        Re: [bpel-dev] request: Fix         
                                       modelListener extension point       
                                                                           
             Please respond to                                             
              "BPEL Designer                                               
             project developer                                             
               discussions."                                               
             <bpel-dev@eclipse                                             
                   .org>                                                   
                                                                           
                                                                           




I have attached the patch.  Let me know if there are any problems.  Thanks.
-Jon



On 5/7/07 3:00 AM, "Simon D Moser" <SMOSER@xxxxxxxxxx> wrote:

> Jonathan,
>
> can you produce an eclipse workbench patch when you already fixed this ?
> I will then review and integrate this.
> Thanks
>
> Simon
>
>  Simon Moser, M.Eng.         Mail:           IBM Deutschland Entwicklung
>                              smoser@xxxxxx.  GmbH
>  Websphere Integration       com             Vorsitzender des
>  Developer Development       Phone:          Aufsichtsrats: Johann Weihen
>  Team Lead BPEL Editor       +49-7031-16-43  Geschäftsführung: Herbert
>  Dept. 4722, Bldg.           04              Kircher
>  71032-01, Room 086          Fax:            Sitz der Gesellschaft:
>  Websphere Solutions and     +49-7031-16-48  Böblingen
>  Services                    90              Registergericht: Amtsgericht
>  IBM Deutschland                             Stuttgart, HRB 243294
>  Entwicklung GmbH
>  Schönaicherstr. 220, D ­
>  71032 Boeblingen
>
>
>
>
>
>
>
>
>
>
>              Jonathan Coogan
>              <Jonathan.Coogan@
>              Attachmate.com>
To
>              Sent by:                  "BPEL Designer project developer
>              bpel-dev-bounces@         discussions."
>              eclipse.org               <bpel-dev@xxxxxxxxxxx>
>
cc
>
>              05/04/2007 10:34
Subject
>              PM                        [bpel-dev] request: Fix
>                                        modelListener extension point
>
>              Please respond to
>               "BPEL Designer
>              project developer
>                discussions."
>              <bpel-dev@eclipse
>                    .org>
>
>
>
>
>
>
> There is a minor bug in the schema for the modelListener extension point
in
> the org.eclipse.bpel.ui project.  The extension sequence doesn't have a
> reference to the listener element.  Consequently, I can make a
> modelListener
> extension but I am unable to define a listener configuration element.
>
> Thanks.
> -Jon
>
> _______________________________________________
> 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

(See attached file: patch.txt)
_______________________________________________
bpel-dev mailing list
bpel-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/bpel-dev
### Eclipse Workspace Patch 1.0
#P org.eclipse.bpel.Patch.May.7.2007
Index: plugins/org.eclipse.bpel.ui/schemas/modelListener.exsd
===================================================================
RCS file: /cvsroot/technology/org.eclipse.bpel/plugins/org.eclipse.bpel.ui/schemas/modelListener.exsd,v
retrieving revision 1.1
diff -u -r1.1 modelListener.exsd
--- plugins/org.eclipse.bpel.ui/schemas/modelListener.exsd	15 Mar 2006 15:23:15 -0000	1.1
+++ plugins/org.eclipse.bpel.ui/schemas/modelListener.exsd	7 May 2007 18:37:20 -0000
@@ -13,6 +13,7 @@
    <element name="extension">
       <complexType>
          <sequence>
+            <element ref="listener"/>
          </sequence>
          <attribute name="point" type="string" use="required">
             <annotation>

Back to the top