Coonecting to middletire thro BPEL Designer

Hi,
I am new to BPEL.I have just installed the BPEL PM for developers.I ahve done the post installation verification and the installation seems to be fine.I ahve deployed the hello world successfully to my local BPEL Server.
Oracle jdeveloper Version:10.1.2.1.0(Build 1915)
BPEL Designer 10.1.2.0.2
What i am unable to understand is:
Can i through my jdeveloper connect to the middletier (Application Server 10.1.2v).i tried creating a BPEL Process Manager Server connection specifying the parameters,bt when i say Test Connection i get the following exception:
org.apache.soap.SOAPException:Premature EOF encountered [java.io.EOFException]
to acieve the above functionality should i go for the BPEL PM installation for AS Middle Tier, so that i can connect to the Application server on the middle tier form the Jdeveloper.Any response would be of great help

Hiii,
Am i not clear in explaining the prblm..Kan anyone pls reply

Similar Messages

  • Integration of custom identity services with JDeveloper BPEL designer

    Hi,
    I'd like to know if a custom user repository plugin will cause the 'Identity Lookup Dialog' (Step 6 of Human Workflow Wizard to generate a user task) to utilize the list of users and groups from a third party provider, when used as the Custom Identity Service provider.
    I'd like to have the custom list of users and groups at 'design time' of the BPEL process itself, as well as process runtime. Is this possible?
    This is with respect to both BPEL PM v10.2.0.2 and v 10.1.3.1.0.
    Regards,
    Vineet

    ok, thank you for the reply.
    But the installation of the Oracle BPEL Process Manger for Developers which includes the JDeveloper and the BPEL Designer doesn't come with 10.1.3.1.0?
    I have to install the JDeveloper and the BPEL Process Manager seperate?
    Thx

  • Eclipse BPEL Designer with Oracle BPEL Process Manager

    Gurus,
    I am tryting to develop a BPEL 2 process using Eclipse Helios BPEL Designer (v0.5).
    Request your help with a problem that I am facing, which is as follows:
    I am trying to create a Partner Link (PL) in my BPEL process, using the Partner Link Type (PLT) provided by TaskService (for user interactions) in BPEL Process Manager 11g integration services.
    However, the PLT is not recognized by Eclipse BPEL Designer. The Port Types in the WSDL show up but not the PLTs.
    I noticed that the PLT namespace being used in the TaskService WSDL is BPEL v1 namespace (namely, http://schemas.xmlsoap.org/ws/2003/05/partner-link/). I am able to work with PLTs from WSDLs with BPEL v2 namespce (namely, http://docs.oasis-open.org/wsbpel/2.0/plnktype)
    Is there anyway I can work with v1 PLTs using Eclipse BPEL 2 Process?
    Many Thanks,
    Pulkit Sharma

    Hi,
    I believe the Eclipse BPEL Designer is not a supported tool to create SOA composites. I suggest using Oracle JDeveloper 11g as it is a supported tool for development and is Oracle's go-forward IDE strategy.
    Hope this helps!

  • "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

  • Does Oracle BPEL process manager ships jdeveloper bpel designer

    I had downloaded Oracle bpel process manager and installed on my desktop but I am unable to find jdeveloper bpel designer shiped with process manager.
    Could any one update me regarding the same

    Hi,
    Follow the steps which I have mentioned.If you want to start with BPEL you can do either of the two things.
    1) If you are interested in only BPEL then download and install BPEL server from oracle site. For coding you need to have Jdeveloper.
    or
    2) If you want to use all the components of SOA then download version 10.1.3.1 and install SOA suite. Apply Patch to upgrade version to 10.1.3.3.
    After installation of server, download Jdeveloper 10g and Unzip the file to use it.
    Hope I clarified your doubt.
    Cheers,
    Abhi...

  • Eclipse BPEl Designer -Changes to bpel.xml not saved

    Hi
    Is it possible to save changes made to bpel.xml file while using Eclipse? I was trying to set up preference properties in that file.
    Any say?

    According to our experience, JDEV BPEL Designer encoutered the same problem, you'd better modify the bpel.xml descriptor using external editor such as ultraedit, and save it.
    Modification of bpel.xml works fine for the first time, but often rolled back to the former edition once I restart the JDEV designer. Guess it is a bug.

  • Question about XSL Mapper in BPEL designer

    Hi,
    I have a question regarding the XSL mapper within JDeveloper BPEL Designer.
    Scenario:
    Consider
    1. Source xsd with 3 attributes
    2. Target xsd with 5 attributes
    An XSL mapping is defined for 3 source attributes to the corresponding target attributes.
    The attributes remaining on the target side (2 attributes) are NOT mapped.
    Now test the mapper using the in-built test tool
    (by right clicking on the xsl editor screen).
    The mapper generates a test-xml on the source side and its corresponding transformed xml on the target side.
    Now,
    If i click on "Validate" in the source side, it says "XML is Valid"
    If i click on "Validate" in the target side, it says "XML is NOT Valid" (because the 2 un-mapped attributes are not apprearing the target xml)
    My question is
    Is it an expected behaviour that if an attribute is not mapped, an empty tag <attribute/> is not generated for this attribute in the target xml. If so, wouldn't the target xml be invalid with respect to the target xsd.
    Thanks
    Antony

    I believe by default xml validation is set to false for a BPEL Domain. I am not sure whether setting this to true will cause your process to error out after the transformation or if it only validates inbound and outbound messages.

  • Required Java Version 1.4.1 available 1.3.1_01 when launching BPEL Designer

    Hi, All,
    I just installed BPEL Process Manager 10.1.2 and BPEL Designer 0.9.13. The eclispe I have is 3.1.2 for windows. I started BPEL Process Manager first, then I tried to start BPEL Designer, I got an error "Required Java Version 1.4.1 available 1.3.1_01". I have J2SE Development Kit 5.0 Update 6 installed, why do I still get this error?
    Any suggestion would be greatly appreciated!

    I am getting the same error message. But when I try the command mentioned above
    (eclipse -vm c:\jdk1.4.2\jre\bin\javaw -vmargs -Xmx256M) it says eclipse is not a valid internal or external command.
    I am running this from command prompt at D:\.
    Eclipse is unzipped at D:\Program Files. I am not able to move to Program Files directory as CD Program Files does not work. Please help
    Message was edited by:
    user492713

  • 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....

  • 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 with JDeveloper

    I onle see the BPEL designer as the plug-in in Eclipse, how can it be used for JDeveloper plug in?
    Mark

    Mark,
    I will pass your contact information to the manager of the Jdev BPEL dev team and make sure that you get an offer to participate in the private beta program.
    Between now and then, you could download the 2.0.11 server and 0.96 build that we will push out tomorrow and start kicking the tires: the project source files are compatible between the JDev version and the Eclipse version.
    Best,
    Edwin

  • Eclipse BPEL Designer

    Hi all.
    After succesfully installation of BPEL PM i have installed Eclipse 3.2.0!
    Then I installed the eclipese BPEL Designer Plugin.
    When I try to craete a new "Oracle BPEL Project" by default, nothing was there.
    The only possibility I see is "File -> NEW -> Other -> BPEL 2.0. There is the possibility to select "New BPEL Process File".
    But when I try to finish this possibility nothing happens!
    Knows anybody what went wrong?
    Thanks

    Same Problem here.
    btw: This document isn't up-to-date: http://www.oracle.com/technology/obe/obe_as_1012/integration/bpel/install/bpel_install.htm#t2

  • Oracle BPEL Designer with JDev

    Can I suggest that the JDev BPEL designer checks for process name validity BEFORE all other error checking?
    Otherwise, a poor developer might find that their entire project is unusable because they've introduced a period in the project name...
    Still, it's not like I'm not used to restarting projects over and over again because one little change breaks the entire project...
    bah.
    Ahem. Thanks.

    dansp,
    thank you for the feedback, and yes we have changed this for 10.1.3.1 (being beta soon)
    reg. clemens

  • Need BPEL Designer 10.1.3.4.0

    I have JDeveloper 10.1.3.3.0 with BPEL Designer 10.1.3.3.0 ... how can I get BPEL Designer 10.1.3.4.0 (Build 080146.1400)?
    With BPEL Designer 10.1.3.3.0, I don't see the option to choose "Existing BluePrint template" in the BPEL Project Creation Wizard.

    10.1.3.4 doesn't have the blue print either, you need to get this from the BPA install. There is a zip file called pcbpel_bundle.zip this is applied to JDev via the updates function on the help. Do not unzip just poit to the file.
    Here are the older JDev versions if required.
    http://www.oracle.com/technology/software/products/jdev/archives.html
    You can't use BPA 11g with JDev 10g and vice versa.
    Also remember that your JDev and SOA Suite must be the same version.
    cheers
    James

  • WSDL compatibility with BPEL Designer

    Hi,
    I created a web service via axis and generated the wsdl with axis. Using the BPEL designer to create a new process I now am able to invoke that web service by giving the wsdl file to the invoke dialoge.
    The result is, that the oracle parser is NOT able to read the axis generated wsdl file due to error like:
    Reference to undeclared namespace prefix: 'wsdlsoap'. Context: XXXXX
    Is there a was to drive the designer with axis generated wdsl docs?
    thanx, mirco

    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é.

Maybe you are looking for

  • Help with dashboard on a mac mini

    I have 7 mac minis running os 10.4.10 and a few I have upgraded to 10.4.11. The problem is I have created a user and have turned parental controls on and locked down the computer. Now when you launch dashboard none of the widgets show up. You place t

  • Can I have Craigslist select AOL as the outgoing mail server when I reply to an ad?

    Although in IMail Preferences I presently have AOL selected as my outgoing mail server, Craislist instead selects my IMail server, which has never worked properly. What can I do to have these Craigslist replys sent via AOL? I'm using an Imac desk top

  • Export Captive runtime failure in release build

    I have an actionscipt desktop project. in Flash Builder 4.7  i thought i installed AIR 4.0sdk correctly.  it certainly works in debug and run mode. when i export release build with signed application with captive runtime it builds the project in the

  • Product suggestion for future iTunes

    I can't find where to send a product suggestion to Apple. When listening to "live" albums (i.e. Oscar Peterson's "A Night in Vienna" or Eric Clapton's "Unplugged" etc...any album that's been recorded with applause between tracks)...the applause is of

  • Numbering footnotes by chapter in Dreamweaver

    When using DW to make ebooks it is possible to avoid that the footnotes get numbered all along? It is possible to break them by sections or chapters?