Bpel Designer Eclipse Plug-in Build Error

Hi,
Envirement :
1) Eclipse 3.0 (eclipse-SDK-3.0-win32.zip)
2) Bpel Process Maneger 2.1.1 (orabpel_2.1.1_win32.exe)
3) Bpel Designer 2.2 (bpelz_0.9.10_win32.exe)
4) Java Envirement: j2sdk1.4.2_01
Status :
1) Bpel Engine Server works fine
2) CreditRatingService build and deployed to server by obant from command prompt
3) Bpel Designer results in error while validating or building CreditFlow(Quick Start Tutorial Example) build.xml in eclipse.
Error :
java.lang.NoSuchMethodError: org.apache.xerces.impl.xs.SchemaGrammar.toXSModel()Lorg/apache/xerces/xs/XSModel;
What is wrong about ant build operation, why it can't find the required method (probably the reason wrong xerces, i guess). show me an exitway..

Somebody should know something about this error, please, i've stucked.
java.lang.NoSuchMethodError: org.apache.xerces.impl.xs.SchemaGrammar.toXSModel()Lorg/apache/xerces/xs/XSModel;
     at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.lookupXSDElementDeclaration(WSDLSchemaManager.java:869)
     at com.collaxa.cube.lang.compiler.BPELProcessModel.lookupXSDElementDec(BPELProcessModel.java:458)
     at com.collaxa.cube.lang.compiler.wsdl.WSDLValidator.validateMessageParts(WSDLValidator.java:140)
     at com.collaxa.cube.lang.compiler.wsdl.WSDLValidator.validateMessages(WSDLValidator.java:126)
     at com.collaxa.cube.lang.compiler.wsdl.WSDLValidator.validate(WSDLValidator.java:78)
     at com.collaxa.cube.lang.compiler.wsdl.WSDLValidator.validate(WSDLValidator.java:66)
     at com.collaxa.cube.lang.compiler.BPELProcessModel.validateWSDLs(BPELProcessModel.java:258)
     at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validate(BPELValidator.java:84)
     at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validateClientSide(BPELValidator.java:78)
     at bpelz.editors.BPELEditor.validateBPEL(BPELEditor.java:360)
     at bpelz.editors.BPELEditor$1.run(BPELEditor.java:305)
     at java.lang.Thread.run(Thread.java:534)

Similar Messages

  • BPEL Designer Eclipse plug-in / Exception

    When I use the "validate BPEL Project" or the "build BPEL Project" button under the BPEL perspective, I find the following exception stack in the "error log" view in Eclipse :
    What's wrong with me ?
    Regards
    !ENTRY bpelz 4 4 juil. 20, 2004 14:36:07.80
    !MESSAGE Internal Error
    !STACK 0
    java.lang.NoClassDefFoundError
         at org.eclipse.xsd.impl.XSDSchemaImpl.eStaticClass(XSDSchemaImpl.java:776)
         at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eClass(BasicEObjectImpl.java:768)
         at org.eclipse.emf.ecore.impl.ENotificationImpl.getFeature(ENotificationImpl.java:221)
         at org.eclipse.xsd.impl.XSDConcreteComponentImpl.eNotify(XSDConcreteComponentImpl.java:1054)
         at org.eclipse.xsd.impl.XSDConcreteComponentImpl.setElementGen(XSDConcreteComponentImpl.java:2802)
         at org.eclipse.xsd.impl.XSDConcreteComponentImpl.setElement(XSDConcreteComponentImpl.java:2834)
         at org.eclipse.xsd.impl.XSDSchemaImpl.setElement(XSDSchemaImpl.java:2353)
         at com.collaxa.cube.xml.xsd.XSDUtil.createXSDSchema(XSDUtil.java:404)
         at com.collaxa.cube.xml.xsd.WSDLSchemaUtil.loadEmbeddedSchemas(WSDLSchemaUtil.java:244)
         at com.collaxa.cube.xml.xsd.WSDLSchemaUtil.loadAllSchemas(WSDLSchemaUtil.java:173)
         at com.collaxa.cube.xml.xsd.WSDLSchemaUtil.loadAllSchemas(WSDLSchemaUtil.java:93)
         at com.collaxa.cube.lang.compiler.BPELProcessModel.loadWSDLs(BPELProcessModel.java:278)
         at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validate(BPELValidator.java:93)
         at bpelz.editors.BPELEditor.validateBPEL(BPELEditor.java:366)
         at bpelz.editors.BPELEditor$1.run(BPELEditor.java:311)
         at java.lang.Thread.run(Unknown Source)

    Alain,
    We got the email. We are digging into it and trying to understand what is going wrong during our un-install/re-install process. We will keep you posted.
    Is this time sensitive? We are pushing at the end of next week RC9 which will radically simplify the installation of both the server and designer.
    Thanks,
    Edwin

  • Unable to view 118.JMSService example in BPEL designer(Eclipse)

    Hello all
    I have imported the JMSService (buyer/seller) example using eclipse, so I can look at the flow. But, the designer view throws errors when I try to open the bpel file. I am able to open the source view.
    The Designer view has a single message-
    Access is denied.
    Please resolve this error in the 'BPEL Source' view.
    These are the errors reported in the error log-
    Error Aug 18, 2004 17:32:17.343 bpelz.html trapped at 67:Access is denied.
    Error Aug 18, 2004 17:32:17.327 Fatal _cxApplyBehavior at stage: initializing behaviors ...
    "name":"TypeError",
    "isError":"function () {
    return true
    "getErrorNumber":"function () {
    return (this.number & 0xFFFF)
    "getFacility":"function () {
    return ((this.number >> 16) & 0xFFFF)
    "message":"Access is denied.
    "number":"-2147024891",
    "description":"Access is denied.
    Error Aug 18, 2004 17:32:12.953 Error while processing template: frame because Access is denied.
    request:[object Object]
    code: this.__html += "\n";
         var bpelElement = request.bpelElement;
    var elementID = checkinObject(bpelElement, bpelElement.getUID())
    this.__html += "\n<table cellspacing=\"0\" cellpadding=\"15\" align=\"center\">\n<tr>\n\t<td width=\"140\" valign=\"top\">\n\t\t<img src=\"images/dot.gif\" height=\"24\" width=\"1\" /><br/>\n\t\t";
                   var clientPartners = bpelElement.listCollectionElements( "partnerLinks" );
                   for( var i = 0 ; i < clientPartners.length ; i++ )
                        var partnerLink = clientPartners[ i ];
                        var name = partnerLink.getAttribute( "name" );
                        if( name == "client" )
                        this.__html += "\n\t\t\t\t<div behavior=\"Viewlet\"\n\t\t\t\t template=\"templates/PartnerLink.xml#partnerLink\"\n\t\t\t\t bpelElement=\"";
    this.__html += checkinObject( partnerLink, partnerLink.getUID() );
    this.__html += "\">";
    this.__html += gLoadingHTML;
    this.__html += "</div>\n\t\t\t\t";
              this.__html += "\n\t</td>\n\t<td width=\"180\" valign=\"top\">\n\t\t<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n\t\t<tr height=\"5\">\n\t\t\t<td><img src=\"images/overview.process.header.gif\" width=\"210\" height=\"5\"/></td>\n\t\t</tr>\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<div class=\"OverviewProcessHeader\" id=\"overviewLabel\">\n\t\t\t\t";
    this.__html += bpelElement.getLabel() ;
    this.__html += "\n\t\t\t\t</div>\n\t\t\t</td>\n\t\t</tr>\n\t\t<tr height=\"180\">\n\t\t\t<td align=\"center\">\n\t\t\t\t<div style=\"height:100%;border-left:1px solid #6B94E7;border-right:1px solid #6B94E7\">\n\t\t\t\t\t<img src=\"images/overview.process.logo.gif\"/>\n\t\t\t\t\t<div class=\"OverviewEditFlow\" UNSELECTABLE=\"on\">\n\t\t\t\t\t<img src=\"images/arrow20.gif\" align=\"absmiddle\"/>\n\t\t\t\t\t<img src=\"images/dot.gif\" width=\"3\" height=\"1\" />\n\t\t\t\t\t<span behavior=\"Actionable,Underlineable\" action=\"ShowMap/[PROCESS_ELEMENT]\">\n\t\t\t\t\tEdit Process Map\n\t\t\t\t\t</span>\n\t\t\t\t </div>\n\t\t\t\t</div>\n\t\t\t</td>\n\t\t</tr>\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<div class=\"OverviewProcessVariables\">Global XML Variables</div>\n\t\t\t</td>\n\t\t</tr>\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<div style=\"height:100%;border-left:1px solid #6B94E7;border-right:1px solid #6B94E7\">\n\t\t\t\t\t<div behavior=\"Collectlet\"\n\t\t\t\t\t\t template=\"templates/Listing.xml#list.bullet.customize\"\n\t\t\t\t\t\t bpelElement=\"";
    this.__html += checkinObject( bpelElement , bpelElement.getUID() );
    this.__html += "\"\n\t\t\t\t\t\t collectionName=\"variables\">\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<div class=\"OverviewAddPartnerLink\">\n\t\t\t\t\t<img src=\"images/arrow20.gif\" align=\"absmiddle\"/><img src=\"images/dot.gif\" width=\"3\" height=\"1\" />\n\t\t\t\t\t<span behavior=\"Actionable,Underlineable\" action=\"AddCollectionElement/[PROCESS_ELEMENT]?collectionName=variables\">\n\t\t\t\t\tAdd XML Variable\n\t\t\t\t\t</span>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</td>\n\t\t</tr>\n\t\t<tr height=\"3\">\n\t\t\t<td><img src=\"images/overview.process.footer.gif\" width=\"210\" height=\"3\"/></td>\n\t\t</tr>\n\t\t</table>\n\t</td>\n\t<td width=\"140\" valign=\"top\">\n\t\t<img src=\"images/dot.gif\" height=\"24\" width=\"1\" /><br/>\n\t\t<div behavior=\"Collectlet\"\n\t\t\t template=\"templates/PartnerLink.xml#partnerLink\"\n\t\t\t bpelElement=\"";
    this.__html += elementID;
    this.__html += "\"\n\t\t\t collectionName=\"partnerLinks\"\n\t\t\t block=\"BlockClientPartnerLink\"\n\t\t\t >\n\t\t</div>\n\t\t<div class=\"OverviewAddPartnerLink\" behavior=\"DropZone,DropBorder\"\n bpelElement=\"";
    this.__html += elementID;
    this.__html += "\"\n dropHint=\"url\"\n dropCommand=\"AddCollectionElement/[PROCESS_ELEMENT]?collectionName=partnerLinks&config=wsdlLocation%3D{1}\"\n style=\"border: 1px solid #ffffff;\">\n\t\t<img src=\"images/arrow20.gif\" align=\"absmiddle\"/><img src=\"images/dot.gif\" width=\"3\" height=\"1\" />\n\t\t<span behavior=\"Actionable,Underlineable\" action=\"AddCollectionElement/[PROCESS_ELEMENT]?collectionName=partnerLinks\">\n\t\tAdd Partner Link\n\t\t</span>\n <div style=\"padding-top: 10px; display: none;\" drophint=\"over\">\n <span style=\"color: #aaaaaa;\">Drop WSDL URL here</a>\n </div>\n\t\t</div>\n\n\t</td>\n</tr>\n</table>\n";
    Thanks for your help
    mahesh :)

    I am using 0.0.91. And, I am able to import other tutorials and view them in the BPEL Design view.
    My primary concern with running this example is posted with subject 'Problem with running JMSServer example'. Looks like the buyer/seller queues are created automatically on build/deploy.
    Thanks
    Mahesh :)

  • CallSessionBean - Error in BPEL Designer

    Hi,
    I have a problem with the tutorial "CallingSessionBeans" (../tutorials/111.CallingSessionBeans):
    When I compile the project within BPEL Designer, I have the following errors:
    Buildfile: D:\OraBPEL\samples\tutorials\111.CallingSessionBeans\build.xml
    CreditRatingSessionBean:
    main:
    [javac] Compiling 3 source files to D:\orabpel\system\classes
    deploySessionBeanOc4j:
    build_ear:
    build_ear:
    deployBean:
    all:
    SessionBeanSample:
    [bpelc] bpelc> validating "D:\OraBPEL\samples\tutorials\111.CallingSessionBeans\SessionBeanSample.bpel" ...
    BUILD FAILED: D:\OraBPEL\samples\tutorials\111.CallingSessionBeans\build.xml:31: ORABPEL-00017
    Java compilation failed.
    Failed to compile file(s) "SessionBeanSample.bpel".
    Exception reported is: SessionBeanSample.bpel:3: Class javax.ejb.CreateException not found in import.
    import java.util.*;import java.lang.*;import java.rmi.RemoteException;import javax.naming.NamingException;import javax.rmi.PortableRemoteObject;import javax.ejb.CreateException;import org.w3c.dom.Element;import com.otn.samples.sessionbean.CreditRatingService;import com.otn.samples.sessionbean.CreditRatingServiceHome;
    ^
    SessionBeanSample.bpel:3: Class com.otn.samples.sessionbean.CreditRatingService not found in import.
    import java.util.*;import java.lang.*;import java.rmi.RemoteException;import javax.naming.NamingException;import javax.rmi.PortableRemoteObject;import javax.ejb.CreateException;import org.w3c.dom.Element;import com.otn.samples.sessionbean.CreditRatingService;import com.otn.samples.sessionbean.CreditRatingServiceHome;
    ^
    SessionBeanSample.bpel:3: Class com.otn.samples.sessionbean.CreditRatingServiceHome not found in import.
    import java.util.*;import java.lang.*;import java.rmi.RemoteException;import javax.naming.NamingException;import javax.rmi.PortableRemoteObject;import javax.ejb.CreateException;import org.w3c.dom.Element;import com.otn.samples.sessionbean.CreditRatingService;import com.otn.samples.sessionbean.CreditRatingServiceHome;
    ^
    3 errors
    Please verify that file SessionBeanSample.bpel is valid java file or if all required libraries are included in your classpath.
    classpath: D:\Eclipse/startup.jar;D:\Eclipse\startup.jar;D:\Eclipse\bpelz_install\bin;d:\Eclipse\plugins\bpelz_0.9.10\lib\orabpel-ant.jar;d:\Eclipse\plugins\bpelz_0.9.10\lib\orabpel-boot.jar;d:\Eclipse\plugins\bpelz_0.9.10\lib\orabpel-common.jar;d:\Eclipse\plugins\bpelz_0.9.10\lib\orabpel-thirdparty.jar;d:\Eclipse\plugins\bpelz_0.9.10\lib\orabpel.jar
    Total time: 11 seconds
    When I compile the project with the obant command line, everything is fine.
    How configure BPEL designer to compile the tutorial?
    Thanks for your help,
    Cyryl

    If you build this from the designer, you will need to add a classpath attribute to the bpelc ant task and add j2ee_1.3.01.jar with the correct path.
    Note: this is not needed if you compile and deploy using obant.bat because obant.bat calls obsetenv.bat which updates the classpath because calling ant. The designer does not mess around with classpathes.
    Edwin

  • Some questtion in BPEL Designer

    plotform : win2000 Chinese Edition
    jdk : 1.4.1_05
    Eclipse: Version 3.0.0 ,Build id :200406251208
    I have install bpelz_1.0_win32.exe successful,and I can build a new BPEL project,but I have some problems.
    When I open the bpel project,the XXX.bpel can not explore in bpel designer UI,there are two errors in logs.
    1.bpelz.html trapped at 18:'undefined'{}
    2.bpelz.html trapped at 575:'gZoomSlider' is null or not a object{}
    ps.my bpel server not install completed.
    Have someone seen this problem??
    Thanks and regards!

    Hi,
    We are in the process of installing the BPEL designer on a Chinese Edition of Win2000 to try to reproduce this problem.
    Edwin

  • BPEL Designer plug-in for Eclipse download link broken

    On the BPEL Process Magare download page at http://www.oracle.com/technology/software/products/ias/bpel/index.html, the link to the BPEL designer plug-in for Eclipse - http://download.oracle.com/otn/nt/bpel/bpelz_0.9.13_win32.exe gives a 404 error.
    Anyone know the correct location?
    Neil

    Kenan,
    I am afraid that the side-by-side versioning does not address the need of in-flight changes because there is not import feature for in-flight instances.
    The side-by-side versioning is designed to let all existing in-flight instances to complete with the existing (unchanged) BPEL definition while new instances are routed to the newer version.
    To deploy a new version of the BPEL project, us the -rev option if you are using the command line tool or the rev attribute is you are using the ant task.
    Sorry for not being more helping. Dynamic changes is a feature we do not really support.
    Edwin

  • Problems with BPEL Designer ERROR build.xml:28: ORABPEL-00000

    following problem could someone help me, please
    I'm using Oracle BPEL Designer Plugin bpelz_0.9.10_win32.exe installed manually on Eclipse 3.2 SDK???
    Buildfile: C:\Programme\eclipse\workspace\SyncHelloWorld\build.xml
    main:
    [bpelc] bpelc> validating "C:\Programme\eclipse\workspace\SyncHelloWorld\SyncHelloWorld.bpel" ...
    BUILD FAILED
    C:\Programme\eclipse\workspace\SyncHelloWorld\build.xml:28: ORABPEL-00000
    Exception not handled by the Collaxa Cube system.
    An unhandled exception has been thrown in the Collaxa Cube system. The exception reported is: "java.lang.NoClassDefFoundError: sun/tools/javac/Main
         at com.collaxa.cube.util.JavaHelper.javac(JavaHelper.java:234)
         at com.collaxa.cube.util.JavaHelper.javac(JavaHelper.java:204)
         at com.collaxa.cube.lang.compiler.CubeProcessor.compileGeneratedClasses(CubeProcessor.java:1023)
         at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:579)
         at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:467)
         at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(CubeParserHelper.java:68)
         at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:543)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:706)
         at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:457)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.ant.core.AntRunner.run(AntRunner.java:356)
         at org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchDelegate$1.run(AntLaunchDelegate.java:230)
         at java.lang.Thread.run(Unknown Source)
    Exception: java.lang.NoClassDefFoundError: sun/tools/javac/Main
    Handled As: com.collaxa.cube.lang.compiler.CubeCException

    Hi
    Where does your JAVA_HOME variable point to? To JRE or JDK? This looks like Eclipse can't find javac in your path.
    ^_^

  • Problem with BPEL Designer Plugin in Eclipse

    I am not able to open the BPEL designer in Eclipse.
    I am using Version: 3.0.1 with the Build id: 200409161125
    When I select New Project, i cannot see the "Oracle BPEL Project" option in the New Project wizard.
    Is there any way to integrate the plug-in into the Eclipse.Please help.
    /Kiran.

    Hi Kiran,
    Eclipse requires to detect new plugins.Usually you only need to launch Eclipse with the 'clean' optionnal parameter (run "eclipse.exe -clean").
    If the setup of the BPEL Designer plug-in have been completed properly, you should see the the 'Oracle BPEL Project' item under de 'New Project' wizard menu.
    Hope this could help.
    Edmond Cissé.

  • Build error 'CFURLGetFSRef failed - maybe the output directory doesn't exist?' Eclipse

    I downloaded and installed the Adobe InDesign Plug-in Editor as an Eclipse distribution, the InDesign SDK and XCode on my iBook G4 with Mac OS X 10.4.10. Creating an InDesign project works fine. I only have to drag-and-drop elements on a form and add some actions.
    Unfortunately, I can't get the Ant Build working. I followed the video-tutorials on the Adobe labs site, but I'm still getting this error:
    CFURLGetFSRef failed - maybe the output directory doesn't exist?
    The error seems to be in the "/Adobe InDesign CS3 Products SDK/devtools/bin/odfrc-cmd" file. I guess it's a SDK problem.
    Does anyone know what the reason is for this error? And maybe how I can fix it?

    This is the full output.
    "Ld "/id5sdk/build/mac/prj/build/InDesign en InCopy plug-in.build/Default/Debug.build/Objects-normal/ppc/InDesign and InCopy plug-in" normal ppc
    cd /id5sdk/build/mac/prj
    /usr/bin/g++-4.0 -o /id5sdk/build/mac/prj/build/InDesign\ and\ InCopy\ plug-in.build/Default/Debug.build/Objects-normal/ppc/InDesign\ and\ InCopy\ plug-in -L/id5sdk/build/mac/prj/../debug/sdk -L../../../build/mac/debug/packagefolder/contents/macos/libs -F/id5sdk/build/mac/prj/../debug/sdk -F../../../build/mac/debug/packagefolder/contents/macos -F../../../build/mac/debug/packagefolder/contents/Frameworks -filelist /id5sdk/build/mac/prj/build/InDesign\ and\ InCopy\ plug-in.build/Default/Debug.build/Objects-normal/ppc/InDesign\ and\ InCopy\ plug-in.LinkFileList -lPublicPlugIn -framework InDesignModelAndUI -framework Carbon -framework InDesign\ and\ InCopy\ plug-in -arch ppc -Wl,-single_module -install_name InDesign\ and\ InCopy\ plug-in.InDesignPlugin/Versions/A/InDesign\ and\ InCopy\ plug-in -Wl,-Y,1455 -dynamiclib -mmacosx-version-min=10.4 -Wl,-Sp -Wl,-executable_path -Wl,../../../build/mac/Debug/packagefolder/contents/macos -isysroot /Developer/SDKs/MacOSX10.4u.sdk
    ld: can't locate framework for: -framework InDesign en InCopy plug-in
    /usr/bin/libtool: internal link edit command failed"
    Anyone who can help me?

  • "Problem building schema" exception in BPEL Designer

    Hi all,
    I use BPEL Designer 10.1.2.0.2 and encounter the following problem:
    I built a web service based on the Oracle Toplink How To demo. The web service has one published method that returns a custom 'Customer' object.
    I deployed the web service on my localhost (AS 10.1.3)
    In my BPEL process, I create a partnerlink based on the WSDL that was generated by JDeveloper and let BPEL Designer create a local copy.
    Then I created an invoke and had the wizard create in- and output variables for the invoke.
    When I select either the input- or output variable in the structure pane, I get an error message when I click on the 'parameters' entry. The message shown is 'Exception - problem building schema!'
    When I check the 'show detailed node information' box no additional info is shown!
    Any Idea what might go wrong?
    The WSDL looks as follows:
    <definitions
    name="updCustWS"
    targetNamespace="http://examples.ox.model/"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://examples.ox.model/"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:tns0="http://examples.ox.model/types/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:tns1="http://www.oracle.com/webservices/internal/literal"
    >
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="urn:customer-example" schemaLocation="Customer.xsd"/>
    </schema>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://examples.ox.model/types/"
    elementFormDefault="qualified" xmlns:tns="http://examples.ox.model/types/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:ns1="http://www.oracle.com/webservices/internal/literal">
    <import namespace="http://www.oracle.com/webservices/internal/literal"/>
    <import namespace="urn:customer-example" schemaLocation="Customer.xsd"/>
    <complexType name="getCust">
    <sequence>
    <element name="cust" type="tns:Customer" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="Customer">
    <sequence>
    <element name="gender" type="string" nillable="true"/>
    <element name="dateOfBirth" type="dateTime" nillable="true"/>
    <element name="phoneNumbers" type="ns1:vector" nillable="true"/>
    <element name="shippingAddress" type="tns:Address" nillable="true"/>
    <element name="billingAddress" type="tns:Address" nillable="true"/>
    <element name="firstName" type="string" nillable="true"/>
    <element name="lastName" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="Address">
    <sequence>
    <element name="postalCode" type="string" nillable="true"/>
    <element name="suite" type="string" nillable="true"/>
    <element name="street" type="string" nillable="true"/>
    <element name="province" type="string" nillable="true"/>
    <element name="city" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="getCustResponse">
    <sequence>
    <element name="result" type="tns:Customer" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="version">
    <sequence/>
    </complexType>
    <complexType name="versionResponse">
    <sequence>
    <element name="result" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <element name="getCustElement" type="tns:getCust"/>
    <element name="getCustResponseElement" type="tns:getCustResponse"/>
    <element name="versionElement" type="tns:version"/>
    <element name="versionResponseElement" type="tns:versionResponse"/>
    </schema>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.oracle.com/webservices/internal/literal"
    elementFormDefault="qualified" xmlns:tns="http://www.oracle.com/webservices/internal/literal"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/">
    <import namespace="http://examples.ox.model/types/"/>
    <import namespace="urn:customer-example" schemaLocation="Customer.xsd"/>
    <complexType name="vector">
    <complexContent>
    <extension base="tns:list">
    <sequence/>
    </extension>
    </complexContent>
    </complexType>
    <complexType name="list">
    <complexContent>
    <extension base="tns:collection">
    <sequence/>
    </extension>
    </complexContent>
    </complexType>
    <complexType name="collection">
    <sequence>
    <element name="item" type="anyType" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    </complexType>
    </schema>
    </types>
    <message name="UpdCustWS_getCust">
    <part name="parameters" element="tns0:getCustElement"/>
    </message>
    <message name="UpdCustWS_getCustResponse">
    <part name="parameters" element="tns0:getCustResponseElement"/>
    </message>
    <message name="UpdCustWS_version">
    <part name="parameters" element="tns0:versionElement"/>
    </message>
    <message name="UpdCustWS_versionResponse">
    <part name="parameters" element="tns0:versionResponseElement"/>
    </message>
    <portType name="updCustWS">
    <operation name="getCust">
    <input message="tns:UpdCustWS_getCust"/>
    <output message="tns:UpdCustWS_getCustResponse"/>
    </operation>
    <operation name="version">
    <input message="tns:UpdCustWS_version"/>
    <output message="tns:UpdCustWS_versionResponse"/>
    </operation>
    </portType>
    <binding name="updCustWSSoapHttp" type="tns:updCustWS">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="getCust">
    <soap:operation soapAction="http://examples.ox.model//getCust"/>
    <input>
    <soap:body use="literal" parts="parameters"/>
    </input>
    <output>
    <soap:body use="literal" parts="parameters"/>
    </output>
    </operation>
    <operation name="version">
    <soap:operation soapAction="http://examples.ox.model//version"/>
    <input>
    <soap:body use="literal" parts="parameters"/>
    </input>
    <output>
    <soap:body use="literal" parts="parameters"/>
    </output>
    </operation>
    </binding>
    <service name="updCustWS">
    <port name="updCustWSSoapHttpPort" binding="tns:updCustWSSoapHttp">
    <soap:address location="http://localhost:7780/toplinkDemo-toplink-context-root/updCustWSSoapHttpPort"/>
    </port>
    </service>
    </definitions>
    any help would be greatly appreciated!
    Thanks in advance,
    Rob

    Hi
    I know it's an old thread, but I'm having the same issue.
    I have created an EJB3 web service that returns an object with 2 nested objects. The autogenerated WSDL looks something like this:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns0="http://www.oracle.com/webservices/internal/literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://smbc.crm.persistence.services/" name="CRMBusinessWSService" targetNamespace="http://smbc.crm.persistence.services/">
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns1="http://www.oracle.com/webservices/internal/literal" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://smbc.crm.persistence.services/" elementFormDefault="qualified">
    <import namespace="http://www.oracle.com/webservices/internal/literal"/>
    <complexType name="Businesses">
    <sequence>
    <element name="partyId" type="long" nillable="true"/>
    <element name="businessContactPoints" type="ns1:list" nillable="true"/>
    <element name="businessAddresses" type="ns1:list" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="BusinessAddresses">
    <sequence>
    <element name="locality" type="string" nillable="true"/>
    <element name="paon" type="string" nillable="true"/>
    <element name="siteUseType" type="string" nillable="true"/>
    <element name="locationId" type="long" nillable="true"/>
    <element name="townName" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="BusinessContactPoints">
    <sequence>
    <element name="telCountryCode" type="string" nillable="true"/>
    <element name="partyId" type="long" nillable="true"/>
    <element name="telAreaCode" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <element name="queryBusinessesFindByPartyId" type="tns:queryBusinessesFindByPartyId"/>
    <complexType name="queryBusinessesFindByPartyId">
    <sequence>
    <element name="int_1" type="int"/>
    </sequence>
    </complexType>
    <element name="queryBusinessesFindByPartyIdResponse" type="tns:queryBusinessesFindByPartyIdResponse"/>
    <complexType name="queryBusinessesFindByPartyIdResponse">
    <sequence>
    <element name="return" type="tns:Businesses" nillable="true"/>
    </sequence>
    </complexType>
    </schema>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.oracle.com/webservices/internal/literal" targetNamespace="http://www.oracle.com/webservices/internal/literal" elementFormDefault="qualified">
    <import namespace="http://smbc.crm.persistence.services/"/>
    <complexType name="list">
    <complexContent>
    <extension base="tns:collection">
    <sequence/>
    </extension>
    </complexContent>
    </complexType>
    <complexType name="collection">
    <sequence>
    <element name="item" type="anyType" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    </complexType>
    </schema>
    </types>
    <message name="CRMBusinessWS_queryBusinessesFindByPartyId">
    <part name="parameters" element="tns:queryBusinessesFindByPartyId"/>
    </message>
    <message name="CRMBusinessWS_queryBusinessesFindByPartyIdResponse">
    <part name="parameters" element="tns:queryBusinessesFindByPartyIdResponse"/>
    </message>
    <portType name="CRMBusinessWS">
    <operation name="queryBusinessesFindByPartyId">
    <input message="tns:CRMBusinessWS_queryBusinessesFindByPartyId"/>
    <output message="tns:CRMBusinessWS_queryBusinessesFindByPartyIdResponse"/>
    </operation>
    </portType>
    <binding name="CRMBusinessWSSoapHttp" type="tns:CRMBusinessWS">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="queryBusinessesFindByPartyId">
    <soap:operation soapAction=""/>
    <input>
    <soap:body use="literal"/>
    </input>
    <output>
    <soap:body use="literal"/>
    </output>
    </operation>
    </binding>
    <service name="CRMBusinessWSService">
    <port name="CRMBusinessSessionEJB" binding="tns:CRMBusinessWSSoapHttp">
    <soap:address location="http://blah.solihull.gov.uk:1234/crm-ws/CRMBusinessSessionEJB"/>
    </port>
    </service>
    </definitions>
    The web service runs fine and returns a valid XML document (like below):
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ns0="http://smbc.crm.persistence.services/"
    xmlns:ns1="http://www.oracle.com/webservices/internal/literal">
    <env:Body>
    <ns0:queryBusinessesFindByPartyIdResponse>
    <ns0:return>
    <ns0:turnover xsi:nil="1"/>
    <ns0:partyId>551837</ns0:partyId>
    <ns0:employeesLocal xsi:nil="1"/>
    <ns0:employeesNational xsi:nil="1"/>
    <ns0:businessName xsi:nil="1"/>
    <ns0:classificationSic xsi:nil="1"/>
    <ns0:registeredBusinessName>Bob The Builder</ns0:registeredBusinessName>
    <ns0:classificationLacors xsi:nil="1"/>
    <ns0:sbaLinkNumber xsi:nil="1"/>
    <ns0:legalStatus xsi:nil="1"/>
    <ns0:localAuthority xsi:nil="1"/>
    <ns0:bpa>560950</ns0:bpa>
    <ns0:dateCommencedTrading xsi:nil="1"/>
    <ns0:businessDirectoryListing xsi:nil="1"/>
    <ns0:businessStage xsi:nil="1"/>
    <ns0:classificationBcl xsi:nil="1"/>
    <ns0:employeesGlobal xsi:nil="1"/>
    <ns0:descriptionOfBusiness xsi:nil="1"/>
    <ns0:businessContactPoints xsi:type="ns1:vector">
    <ns1:item xsi:type="ns0:BusinessContactPoints">
    <ns0:telCountryCode xsi:nil="1"/>
    <ns0:partyId>551837</ns0:partyId>
    <ns0:contactPointType>EMAIL</ns0:contactPointType>
    <ns0:contactTelephoneNumber xsi:nil="1"/>
    <ns0:bpa>560950</ns0:bpa>
    <ns0:contactPointId>76330</ns0:contactPointId>
    <ns0:telExtensionNumber xsi:nil="1"/>
    <ns0:contactEmailAddress>[email protected]</ns0:contactEmailAddress>
    <ns0:registeredBusinessName>Bob The Builder</ns0:registeredBusinessName>
    <ns0:telAreaCode xsi:nil="1"/>
    </ns1:item>
    <ns1:item xsi:type="ns0:BusinessContactPoints">
    <ns0:telCountryCode>44</ns0:telCountryCode>
    <ns0:partyId>551837</ns0:partyId>
    <ns0:contactPointType>PHONE</ns0:contactPointType>
    <ns0:contactTelephoneNumber>323233</ns0:contactTelephoneNumber>
    <ns0:bpa>560950</ns0:bpa>
    <ns0:contactPointId>76329</ns0:contactPointId>
    <ns0:telExtensionNumber xsi:nil="1"/>
    <ns0:contactEmailAddress xsi:nil="1"/>
    <ns0:registeredBusinessName>Bob The Builder</ns0:registeredBusinessName>
    <ns0:telAreaCode>123</ns0:telAreaCode>
    </ns1:item>
    </ns0:businessContactPoints>
    <ns0:businessAddresses xsi:type="ns1:vector">
    <ns1:item xsi:type="ns0:BusinessAddresses">
    <ns0:partyId>551837</ns0:partyId>
    <ns0:locality>Kingshurst</ns0:locality>
    <ns0:paon>20</ns0:paon>
    <ns0:siteUseType>HEADQUATERS_FOR</ns0:siteUseType>
    <ns0:locationId>34380</ns0:locationId>
    <ns0:townName>Birmingham</ns0:townName>
    <ns0:registeredBusinessName>Bob The Builder</ns0:registeredBusinessName>
    <ns0:saon xsi:nil="1"/>
    <ns0:bpa>560950</ns0:bpa>
    <ns0:country>GB</ns0:country>
    <ns0:uprn>100070950848</ns0:uprn>
    <ns0:dateOfOccupancyAtthisaddr xsi:nil="1"/>
    <ns0:streetDescriptor>Acacia Avenue</ns0:streetDescriptor>
    <ns0:postcode>B37 6AQ</ns0:postcode>
    <ns0:countyName xsi:nil="1"/>
    <ns0:usrn xsi:nil="1"/>
    </ns1:item>
    </ns0:businessAddresses>
    </ns0:return>
    </ns0:queryBusinessesFindByPartyIdResponse>
    </env:Body>
    </env:Envelope>
    The problem is that I'm trying to transform this message in BPEL/ESB but the mapper does not understand the schema as described in the WSDL and will not let me do 'for-each' or 'if' actions on the collections of addresses for example.
    I've tried injecting my own WSDL into the EJB3 web service through annotations, but it will not compile....
    Can anybody help????
    Thanks
    Chris

  • Invalid Eclipse platform version - BPEL Designer

    Hello, when I try to install the BPEL designer, I get a popup "Invalid Eclipse platform version", "The version of the Eclipse platform installed at C:\Java\eclipse must be at least 3.0 (release)". I have Eclipse 3.0.1. Thank you.

    Problem solved using solution given for topic "BPEL plug-in not installing on eclipse 3.0.1". Not sure why I couldn't find this topic in the first place, before submitting one of my own....

  • Eclipse build error for R/3 WSDL file and Portal 6.0.2

    I have had some problems getting a .wsdl from R/3 ABAP to work when using the eclipse plug-ins.  Eclipse will read the .wsdl and create the classes for the service, however, the build will fail and opening the class up you see the methods are all empty. 
    public class P_YEAR {
         public P_YEAR () {}
    I can get the new Netweaver developer tool for 6.4 to work on a new crash portal box running WAS 6.4 and portal 6.0.9.  I don't think our upgrade will be done before the current project I am on needs to move.  So, I am trying to get EP 6.2 to work.  Our ABAP engine will remain WAS 6.2.  I am using eclipse 2.1 and jdk 1.3.1_08.  I have tried jdk 1.4.  I have also tried eclipse 3.0, but the plug-ins don't even work in the new version.
    I am using plug-in version 6.2.20040517
    Any ideas on what we are doing wrong.  The only note I saw from SAP was 705106.  However, it didn't seem to make since because the error is not in the portal it is locally when trying to use the plug-in to generate the service.

    Hi,
    here an uodate of the progress I am making to solve the problem described above.
    Due to the output of the logfile (User not authorized), I think the "Administration" user does not have enough rights to perform the required actions needed for the installation.
    Well, I looked it up (Visual Administrator --> Cluster --> Server 0 ... --> Services --> Security Provider -->Runtime --> Policy Configurations --> "service.naming" in "Components" List --> Security Roles).
    According to http://help.sap.com/saphelp_webas630/helpdata/en/de/83343ecc7f892ee10000000a114084/frameset.htm, all users and groups that are granted permission "jndi_all_operations"  can perform all operations available in the naming system.
    I checked and found out that jndi_all_operations is merely a role reference to security role "administrators". Group "Administrators" is assigend to security role "administrator". As I mention before, user "Administrator" is member of group "Administrators". I think user "Administrator" has been granted all required permissions.
    Am I wrong, what else could cause such an error message! Need some guideance.
    Martin

  • BPEL Designer 10.1.2.0.2 Database Connection Error

    Hi,
    I'm trying to create a database connection in JDeveloper 10.1.2.1.0 Build 1915 (BPEL Designer version) but I get ORA-12505, TNS:listener does not currently know of SID ... error for a particular database. I can connect to the same database using JDeveloper 10.1.3 with no errors, also in SQL Plus, and I can connect to another database on the same server with no problem. I need to create a BPEL 10.1.2 process that connects to this database and so far I'm unable to do so.
    Here's the full error details and the tnsnames.ora entry for this database.
    Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    xxxx:1521:oms.x1
    Here's the tnsnames.ora entry:
    oms.x1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxxx)(PORT = 1521)))
    (CONNECT_DATA =(SERVICE_NAME = oms.x1))
    Here's the tnsnames.ora entry for the other database on the same server, that I can create a database connection to. The only difference as far as I can tell is with the service names, the unsuccessful connection has a "." in the service name, the successful connection does not.
    XOAS2 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxxx)(PORT = 1521)))
    (CONNECT_DATA =(SERVICE_NAME = XOAS2))
    When I try to create a connection to the same database referencing a second tnsnames entry with .world extension, this also fails with the same error. Here's the tnsnames.ora entry and error message from JDeveloper for that connection.
    XOAS2.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxxx)(PORT = 1521)))
    (CONNECT_DATA =(SERVICE_NAME = XOAS2.world))
    Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    xxxx:1521:XOAS2.world
    Any help you can provide in resolving this will be appreciated.
    Thanks
    Candace

    Steve,
    I tried the custom JDBC connection and still get the same error. I have been able to successfully connect to this database using a jdbc-odbc bridge connection after creating a local ODBC datasource, just to see if I can connect at all, but I don't want to have to use this connection method.
    I have also tried adding a tnsnames entry with omsx1, and I get the same error for creating a jdbc connection. However, this tnsnames entry is the one I had to use for the ODBC connection in order to successfully create the jdbc-odbc bridge connection.
    As far as both databases listening on the same port, this doesn't seem to be an issue when I configure this connection in JDeveloper 10.1.3. This issue seems to be related to using JDeveloper 10.1.2, which I need to use in order to create 10.1.2 BPEL projects.
    I was wondering whether it's possible to use the jdbc driver that JDeveloper 10.1.3 uses in JDeveloper 10.1.2? I can post this to the JDeveloper forum if that's more appropriate.
    Thanks for the pointers
    Candace

  • BPEL Designer installation for eclipse

    How do I get the BPEL designer installation for eclipse, since I cou;dnt find it anywhere, I can download the installation for BPEL Process Manager but not the designer
    Thanks
    Rasika

    that's too bad. I also have wasted some time looking for the eclipse plug in and would have preferred that approach. I've not had good experience with jDeveloper in the past, but even if those issues have been solved, eclipse is a good standard approach that oracle should support

  • Oracle BPEL Designer - Javascript Error ?

    Hi,
    I'm just beginning with BPEL, so I installed on my Windows XP SP2/Eclipse 3.0.1 platform the Oracle BPEL Process Manager, as well as the BPEL Designer. My problem is when I try to edit a file using BPEL designer, I get two errors:
    - first one : onError: Objet attendu (=Object required)
    - second one : util.log4js.error : bpelz trapped at 434: Objet attendu (=Objet attendu)
    I think it has to do with the editor BPEL Designer tab, on this one I can only see the "Loading ..." picture, and not the diagram I see on the Oracle tutorial, but I can see the xml in the BPEL source tab.
    Can you help me with this ?
    Herve

    Hello Edwin, Michael,
    I had been trying to get the pm designer working also and infact i have tried it on 2 different machines (both xp home sp2 and xp prof sp2), i get the same errors as described by other people in this topic, i have tried with eclipse 3.0 and also 3.0.1 and i have tried all the combinations with the pm designger and manager...i get the same errors...bpelz.html trapped...and then the ailure to log the error as log4j is not configured properly(this is complained about in the pm debug console...looks like eclipse plugin has the jar as org.jakarta.log4j..jar while the name the one looked for is org.apache.log4j..jar, i might be totally off though as these are exactly the same except for the name and putting the required one manually in eclipse plugins doesn't help.
    Anyway...it would be great if u can help with getting the process designer working on xp pro sp2, the process manager seems to work fine and seems to support all bpel constructs

Maybe you are looking for

  • The title does not show up in the Program Sequence window in PP CC

    I am trying to add a simple title in one of the clips of a video that I am editing. I can see the title in the title window with the clip in the background but when I play the video the playback doesn't show the title but the clip. How can I can I so

  • Can we use call method or call action in dynpro.

    hi all, In the view of a web-dynpro, can we call one action inside another action..? or can we call a method inside an action.. if so plz help... thanks in advance, jithin.

  • Regarding  FB60 screen exit

    hi i want to add a subscreen for fb60 . for this in enhancement what are the screen exits are available?? i have used badi_f040_screen_600,badi_fdcb_subbas01, badi_fdcb_subbas02 and badi_fdcb_subbas03. but these are not get triggered.. any thing is t

  • Configuring Captivate with SAP

    We are interested in using Captivate for training of SAP basic functions as well as more complex transactions. We are most interested in finding out whether it is possible to enable Captivate files to be called up in SAP's application help (while the

  • Can apple track my device with serial number?

    Can apple track my device with serial number? I've got it stolen.. and the police in this town cant do the job...