Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] the list of open Eclipse BPEL bugs - revised

Hi there,

 

I took a look at the list of open bugs. I didn’t look into those containing recent Michal’s comments.

I didn’t touch any bug comments, otherwise noted.

 

 

126054  nor  P3  Wind  bpel.ui-inbox@xxxxxxxxxxx  NEW   cannot see variables in Invoke/Receive/Reply 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=126054

Not sure about this one: variable fields are visible but not initialized; to me, it looks correct.

Maybe the bug should be closed as INVALID?

 

127176  nor  P3  Wind  bpel.ui-inbox@xxxxxxxxxxx  NEW   Setting the name of a variable to an empty string

https://bugs.eclipse.org/bugs/show_bug.cgi?id=127176

I’ve added a comment to the bug (the editor doesn’t crash anymore but empty variable names still shouldn’t be allowed)

 

148092  nor  P3  Wind  bpel.runtime-inbox@xxxxxxxxxxx  NEW   BPEL Platform.xml issue 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=148092

I don't have any org.eclipse.jem entries in my platform.xml. I had one in my Eclipse 3.1 installation but everything was spelled correctly.

Should the bug be closed as WORKFORME?

 

155608  nor  P3  Wind  michal.chmielewski@xxxxxxxxxx  NEW   BPEL file wizard does not finish when workspace is empty ! 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=155608

The finish button is disabled in such cases now. Should the bug be marked as FIXED?

 

155939  nor  P3  Wind  bpel.model-inbox@xxxxxxxxxxx  NEW   IfTheElse activity model is inconsistant with last BPEL2.... 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=155939
            I can’t understand the bug description. What is ‘then’ activity?

 

156889  nor  P3  Wind  bpel.model-inbox@xxxxxxxxxxx  NEW   BPEL parser doesn't support _expression_ variant for "to-spec" 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=156889

            The bug looks not reproducible. Sample.bpel attached is loaded perfectly. Should the bug be closed?

 

119990  nor  P3  Wind  bpel.model-inbox@xxxxxxxxxxx  NEW   OASIS192: Make PLT, Role, Property[Alias] extensible 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=119990

They all look extensible now:

public interface Role extends ExtensibilityElement {
public interface Property extends ExtensibilityElement {

public interface PropertyAlias extends ExtensibilityElement{

public interface PartnerLinkType extends ExtensibilityElement{

            Should the bug be marked as FIXED?

 

119992  nor  P3  Wind  bpel.model-inbox@xxxxxxxxxxx  NEW   OASIS196: Make query and _expression_ extensible 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=119992
            _expression_ is extensible, Query is not:  

                        public interface _expression_ extends ExtensibilityElement {
                        public interface Query extends WSDLElement {

            The bug should be updated.

 

157578  maj  P3  Wind  bpel.runtime-inbox@xxxxxxxxxxx  NEW   NPE during BPEL module deployment 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=157578

            A patch for this bug was submitted in Oct 2006.

 

140975  nor  P3  Wind  bpel.ui-inbox@xxxxxxxxxxx  NEW   Unable to create this part due to an internal error. Reas... 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=140975

I don’t experience any problems working with Eclipse “Version: 3.3.0 Build id: I20070222-0951”.

Should the bug be marked as WORKSFORME?

 

175804  cri  P3  Wind  bpel.model-inbox@xxxxxxxxxxx  NEW   Can't install STP 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=175804

This bug should be reassigned to STP, it’s not an Eclipse BPEL bug.

 

118509  nor  P3  Wind  smoser@xxxxxxxxxx  NEW   Get rid of PartnerActivity 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=118509

            What is the reason for that?

 

119901  nor  P3  Wind  mihneag@xxxxxxxxxx  ASSI   OASIS140: Add Until activity 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=119901
            If they mean “RepeatUntil” then it’s fixed. But “While” and “Repeat Until” have the same icon.

 

119906  nor  P3  Wind  mihneag@xxxxxxxxxx  ASSI   OASIS147: Add ForEach activity 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=119906

            This is fixed. Should be marked as FIXED.

 

118865  nor  P3  All  mihneag@xxxxxxxxxx  ASSI   OASIS6.2: Completion condition 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=118865

            It’s done for forEach but not done for flow. The bug should be updated.

 

Thanks,

            Vitaly.

Attachment: SampleBPEL.bpel
Description: SampleBPEL.bpel


Back to the top