Add support of BPEL Standard Faults (uncomment old code) seperate_reporter_and_logger_root
authorsupernikita@netbeans.org
Thu, 14 Jun 2007 14:50:47 +0000
changeset 6310bbaddfb2f1a
parent 630 41a799c3d224
child 632 e4fa85183a05
Add support of BPEL Standard Faults (uncomment old code)
bpel.editors/src/org/netbeans/modules/bpel/properties/BpelStandardFaults.java
bpel.editors/src/org/netbeans/modules/bpel/properties/editors/nodes/factory/FaultNameChooserNodeFactory.java
     1.1 --- a/bpel.editors/src/org/netbeans/modules/bpel/properties/BpelStandardFaults.java	Thu Jun 14 11:58:58 2007 +0000
     1.2 +++ b/bpel.editors/src/org/netbeans/modules/bpel/properties/BpelStandardFaults.java	Thu Jun 14 14:50:47 2007 +0000
     1.3 @@ -44,7 +44,7 @@
     1.4      COMPLETION_CONDITION_FAILURE("completionConditionFailure");
     1.5      
     1.6      public static final String BPEL_2_0_NS =
     1.7 -            "http://schemas.xmlsoap.org/ws/2004/03/business-process/";	// NOI18N
     1.8 +            "http://docs.oasis-open.org/wsbpel/2.0/process/executable";	// NOI18N
     1.9      
    1.10      private QName myQName;
    1.11      
     2.1 --- a/bpel.editors/src/org/netbeans/modules/bpel/properties/editors/nodes/factory/FaultNameChooserNodeFactory.java	Thu Jun 14 11:58:58 2007 +0000
     2.2 +++ b/bpel.editors/src/org/netbeans/modules/bpel/properties/editors/nodes/factory/FaultNameChooserNodeFactory.java	Thu Jun 14 14:50:47 2007 +0000
     2.3 @@ -82,9 +82,9 @@
     2.4                  assert ref instanceof Process;
     2.5                  children = new Children.Array();
     2.6                  children.add(new Node[] {
     2.7 -//                    new CategoryFolderNode(NodeType.SYSTEM_FAULTS_FOLDER,
     2.8 -//                            new FaultNameStandardChildren(this, lookup),
     2.9 -//                            lookup),
    2.10 +                    new CategoryFolderNode(NodeType.SYSTEM_FAULTS_FOLDER,
    2.11 +                            new FaultNameStandardChildren(this, lookup),
    2.12 +                            lookup),
    2.13                      new CategoryFolderNode(NodeType.WSDL_FILES_FOLDER,
    2.14                              new WsdlImportsChildren((Process)ref, lookup),
    2.15                              lookup)