Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpel-dev] Compile-Time Errors and Extension Points

Hi Bruno,
It looks like the first question is related to the fact that you might have
an older version of eclipse and emf. Please make sure you have the same
configuration as per http://www.eclipse.org/bpel/install.php.
As for the second question, as far as I know there is no runtime or
extension points for third party runtimes at this point.
If you have any more questions, let us know.
Mihnea


                                                                           
             Bruno Wassermann                                              
             <B.Wassermann@cs.                                             
             ucl.ac.uk>                                                 To 
             Sent by:                  bpel-dev <bpel-dev@xxxxxxxxxxx>     
             bpel-dev-bounces@                                          cc 
             eclipse.org                                                   
                                                                   Subject 
                                       [bpel-dev] Compile-Time Errors and  
             02/22/2006 10:25          Extension Points                    
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
              "B.Wassermann"                                               
                 and "BPEL                                                 
             Designer project                                              
                 developer                                                 
               discussions."                                               
                                                                           
                                                                           




Hi Guys,

Two questions about the code base.

1. I have just checked out the latest version of the code from cvs and have
come across a few compile-time problems. Can anyone please give me a hand
figuring out how to remedy these?

- org.eclipse.bpel.ui.BPELEditor

[The method setInputWithNotify(FileEditorInput) is undefined for the type
BPELEditor         BPELEditor.java
org.eclipse.bpel.ui/src/org/eclipse/bpel/ui
line 1787          February 22, 2006 3:03:58 PM        436]

This method is being called from BPELEditor.updateInputFile()

- org.eclipse.bpel.mode.CorrelationPattern and EndpointReferenceRole

[The constructor AbstractEnumerator(int, String, String) is undefined
CorrelationPattern.java
org.eclipse.bpel.model/src/org/eclipse/bpel/model
line 183           February 22, 2006 3:02:56 PM        147]

Should the additional argument be added as a field to AbstractEnumerator or
be removed from the call to super?


2. Is the extension point for providing third-party runtime support already
in place and documented?

Cheers,

-- Bruno
______________________________________________
Bruno Wassermann

Research Fellow                Tel: +44 (0)20 7679 3699 (Direct Dial)

University College London      Fax: +44 (0)20 7387 1397
Dept. of Computer Science      Email: B.Wassermann@xxxxxxxxxxxx
Gower Street
http://www.cs.ucl.ac.uk/staff/B.Wassermann
London WC1E 6BT
United Kingdom
______________________________________________


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




Back to the top