OSB Error in Eclipse: The JCA dependency is not configured.

Hi All,
I am trying to use db adapter in OSB and I created the adapter in jdev and imported it in Eclipse.
I have installed Weblogic,OSB and configired the domain for osb, I can login to OSB and weblogic console.
I followed these steps to get there and now the db.jca file shows errors The JCA dependency is not configured.
http://guidoschmutz.wordpress.com/2010/08/08/oracle-service-bus-11g-and-db-adapter-a-different-more-integrated-approach/
Few of the things I noticed:
when I tried to copy the adapter from eclipse/plugin/*.jca/Dbadapter to Jdev/integration/lib/Dbadapter
I dint find one in eclipse/plugin/*.jca/Dbadapter
I created a OSB Configuration Project and not sure if it was created correctly and affecting this, as a matter of fact
are there any configurations I am missing to start.
I have like tight schedules and would really appreciate any help.
Thanks a lot again..

Yeah I checked that the wsdl is present.
One more thing I am noticing is the wsdl created in Jdev 11.1.1.4 doesnt show the binding and port when imported in the OSB Project resources.
Is there a way we can fix this?
Thanks.

Similar Messages

  • Dependency is not configured in the schema resource Error (OSB)

    Hi all,
    I am using OSB(10gR3). I am using workshop IDE. I have copied few Xsds into a project. One schema which has an import throws an error
    "dependency is not configured in the schema resource Error .Possible reason one or more import/include not set correctly."
    Kindly help me in solving this error.
    I am new to OSB,kindly share any good online resources I would be of great help for me.

    "Edit References" button will appear on sbconsole. Upload it on sbconsole and you will be able to see the button.
    If you open the XSD in the workshop (in design view), under "Directives" you will be able to see the imports. Click on any of them and in the "properties" tab below you would be able to see "Schema Location" (in General tab of properties). Click on browse button and it will ask whether you want to download it from a HTTP URL or want to refer from a existing workbench projects.
    Regards,
    Anuj

  • The dependency is not configured in schema resource. Error in OEPE

    Hi all,
    I am getting the following error when I try to import a schema from URL.
    *"The dependency is not configured in schema resource. Possible reason one or more import/include is not set*
    *     correctly."*
    If I copy the xsd into my project I am not getting any error. Can any one help on how to configure dependencies in OEPE ?
    Thank you
    Arun

    Hi Arun,
    Also in SB console we can refer xsds from other projects but again OEPE doesnt seem to support that we will have to make duplicate copies of the resources in each project.It is not like that if you are using OEPE then you can not refer resources from other projects. Just what you need to do is that give relative path of the resource which is there in the file system. It does not matter that to which project it belongs. Yes, now with OEPE, you have to do this manually.
    Regards,
    Anuj

  • MFL: The dependency is not configured in schema resource. Possible reason one or more import/include is not set   correctly.

    HI Friends,
    I have a created a MFL to transform XML to Non XML format. When am generating a XSD out of this MFL am getting this Error:
    The dependency is not configured in schema resource. Possible reason one or more import/include is not set
    correctly.
    Here is the snippet of the XSD:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
              xmlns="http://www.w3.org/2001/XMLSchema"
              targetNamespace=""
              xmlns:mfl="http://www.bea.com/mfl"
              elementFormDefault="qualified">
        <xsd:import namespace="http://www.bea.com/mfl"/>........
    Later Part i have searched for mfl.xsd in com.bea.wli.core.mflengine_1.x.x.x.jar in my.........../Oracle_OSB1/modules  and imorted this XSD into my eclipse workspace.
    Then i added the schemalocation attribute to the Import element. which looks something like below:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
              xmlns="http://www.w3.org/2001/XMLSchema"
              targetNamespace=""
              xmlns:mfl="http://www.bea.com/mfl"
              elementFormDefault="qualified">
        <xsd:import namespace="http://www.bea.com/mfl" schemaLocation="../../mfl.xsd" />......
    After doing these changes also am getting the same error... can anyone help me out of this????

    Hi Arun,
    Also in SB console we can refer xsds from other projects but again OEPE doesnt seem to support that we will have to make duplicate copies of the resources in each project.It is not like that if you are using OEPE then you can not refer resources from other projects. Just what you need to do is that give relative path of the resource which is there in the file system. It does not matter that to which project it belongs. Yes, now with OEPE, you have to do this manually.
    Regards,
    Anuj

  • OSB Workshop Issue: Dependency is not configured when import xmlmime schema

    Hello,
    I use OSB workshop Version: 10.3 Build id: 1137967 and am little bit confused with following issue:
    I got some WSDL and XSD from 3rd party, these were prepared in Visual Studio, the XSD files include following import:
    <s:import namespace="http://www.w3.org/2005/05/xmlmime" schemaLocation="http://www.w3.org/2005/05/xmlmime"/>
    When I delete this line from schema everything is ok, when I left it in there i experience following error:
    The dependency is not configured in schema resource. Possible reason one or more import/include is not set correctly.     
    Here is sample:
    <?xml version="1.0" encoding="UTF-8"?>
    <s:schema xmlns="urn:dynn:lcr:portal:shooter:types"
    xmlns:s="http://www.w3.org/2001/XMLSchema"
    xmlns:xmime="http://www.w3.org/2005/05/xmlmime"
    targetNamespace="urn:dynn:lcr:portal:shooter:types" elementFormDefault="qualified">
    <s:import namespace="http://www.w3.org/2005/05/xmlmime" schemaLocation="http://www.w3.org/2005/05/xmlmime"/>
    <s:complexType name="LangContentType">
    <s:sequence>
    <s:element name="Kategorie" maxOccurs="unbounded">
    <s:complexType>
    <s:simpleContent>
    <s:extension base="s:string">
    <s:attribute name="index" type="s:int" use="required"/>
    </s:extension>
    </s:simpleContent>
    </s:complexType>
    </s:element>
    </s:sequence>
    </s:complexType>
    When I delete the import line, the issue dissapears. Any hints? I also found out that the xmime namespace is not used in whole schema, so it seems to me like the Visual Studio just added some default namespace definition into schema at generation stage.
    Ladislav

    Please refer -
    The dependency is not configured in schema resource. Error in OEPE
    Regards,
    Anuj

  • Re: JAXB 2.0 on eclipse : the chosen operation is not currently available

    I am trying to install plug in for JAXB 2.0 on eclipse 3.2( XJC ). I am using JAXB 2.0 and tried putting org.jvnet.jaxbw.eclipse_1.0.0 in eclipse/plugin folder. I am getting error dialog box "the chosen operation is not currently available".
    anyone have any idea, why i might be having this problem?? help really appreciated

    I am having the same problem of "the chosen operation is not currently available". I am using JAXB 2.0 and tried org.jvnet.jaxbw.eclipse_1.0.0 in eclipse/plugin folder.
    anyone have any idea, why i might be having this problem?? help really appreciated.

  • Error in starting the service Oracle CSService not found

    Hi all,
    i am trying to install Oracle Enterprise manager grid control,
    i am getting the following error message
    "error in starting the service Oracle CSService not found"
    when i checked in the "services.msc" the Oracle CSService is not started, so i tried to start the service, but its not starting and giving the error message as "error 3 system cannot find the path specified"
    then i checked in the service properties, and the path is pointing to a different directory,
    now i want to change this path to the correct oracle bin directory.
    any views how to cnage/update this path in the services.msc, for "Oracle CSService"
    Thanks alot.

    Hi
    i have got the answer for this question, i updated the registry with the correct file path, and then closed the registry, the services.msc file is automatically updated with the correct path
    and then started the CSService, then went to the OEM setup i clicked Retry buton, then it went through.
    Thanks to all the viewers.

  • Error code: 0x80070035 The network path was not found

    "Error code: 0x80070035 The network path was not found" while trying to access another PC running Windows 7 Ultimate I searched and read dozens of similiar posts to try to resolve this issue with no success.
    The situation is, I have a router in home with 4 PC's connected. My central PC is running Windows 7 Ultimate. The others are Windows 7 Ultimate again, and 2 running XP Pro. No special Firewalls, just have Windows Firewall enabled on all PC's, and am running KasperskyInternetSecurity2010 on all. (Have disabled these on all PC's and tried to view/connect and it didnt make a difference, same error)
    Fact one: not attempting a Homegroup connection at all, just simply wishing to connect in a basic network environment where I can drag and drop files between all PC's in my Home Network or in my house , however its considered. But on the Windows 7 I am unable to view either of the XP's only the other Win7, and when I try to access that one is when I get the "Error code: 0x80070035 The network path was not found".  
    Furthermore, while troubleshooting the problem I opened a Command Prompt in all computers, then an "ipconfig" to view each ip address. Then began to ping each machine to determin connectivity. Which resulted in partial success. My main Win7 machine (which i am on now) was able to ping successfully to all machines. But all other machines were unable to ping to me (main Win7). with a 100% loss.
    So at least I determined this is most likely a helpful fact in resolving this. Going into "services.msc" I made sure that all the obvious services are started and running:
    DCHP Client, Homegroup Listener, Homegroup Provider, Link-Layer Topology Discovery Mapper, NetTcp Port SHaring Service, Network Connections, Network List Service, Network Location Awareness, TCP/IP NetBIOS Helper
    All strarted and running in Automactic mode.
    Not sure what other information I can give at this point, to help assist in fixing this problem. Please dont hesitate to ask for me for more info if needed. Ready and willing to try anything to get this working, except for reinstalling the OS. All my programs work great and do not wish to go through the drama ao reinstalling all my programs and activating them and redoing all my Adobe settings and CAD settings.
    Someone please help !

    Hi,
    In addition, I would like to suggest the following:
    Enable NetBIOS over TCP/IP:
    1.    Go to “Control Panel\Network and Internet\Network Connections”.
    2.    Right-Click on the connection and choose Properties.
    3.    Click “Internet Protocol (TCP/IP) Version 4” in the list.
    4.    Click Properties, and then click Advanced.
    5.    On the Advanced TCP/IP settings windows, go to “WINS” tab.
    6.    Under NetBIOS setting, click “Enable NetBIOS over TCP/IP”, and then click OK.
    Thanks.
    Nicholas Li - MSFT

  • An error has occurred: The plugin -65221 does not exist in the CMS

    Hi,
    I already raised this issue before and I thought this is already fixed. Everytime I upload this Crystal Report and try to schedule it using the RESCHEDULE window, I can't change the parameters. Everytime I click on the value of each parameter, the following error displays:
    "An error has occurred: The plugin -65221 does not exist in the CMS"
    What can be the cause of this and how can I resolve this? We are using Business Objects XI R2 with SP2 and Crystal Reports XI.
    Thanks.

    Hello Neozeke,
    I recommend to post this query to the [BusinessObjects Enterprise Administration|BI Platform; forum.
    This forum is dedicated to topics related to administration and configuration of BusinessObjects Enterprise, BusinessObjects Edge, and Crystal Reports Server.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all BOE Administration queries remain in one place and thus can be easily searched in one place.
    Best regards,
    Falk

  • An Error has occured:The plugin 65534 does not exist in the CMS (FWM 02017)

    Hi,
    I get the error when I click on Parameter option while rescheduling Crystal Reports from Infoview. I can schedule the reports successfully, the error is only while rescheduling.
    The error is as follows:
    An error has occurred: The plugin -65534 does not exist in the CMS (FWM02017)
    Environment - BOXI 3.1 with Windows AD
    Application server - Tomcat
    Would appreciate any help.
    Regards,
    Anisa

    Hello Anisa,
    Are you able to solve the issue...
    We are also getting same issue. if you are able to resolve the issue. please let us know the setps you followed it will be of great help.
    Thank You,
    Regards,
    Satheesh Reddy. R.

  • While creating SAP ISU Device category i got one error message like The material 5 does not exist or is not activated Message no. M3305

    while creating SAP ISU Device category EG01 .i got one error message like The material 5 does not exist or is not activated Message no. M3305

    I don't know EG01 transaction, but if SAP says "material 5 does not exist " then SAP is usually right.
    Can you give an evidence that material 5 exists? e.g. screenshot from  SE16 at table MARA, MARC and MAST

  • Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7

    Hi Techys,
    Kindly help me to resolve the below issue
    "Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7"
    Many Thanks,
    Madhu

    Hi,
    Follow this link for smooth installation for SP 2010 on Win 7.
    http://msdn.microsoft.com/en-us/library/office/ee554869(v=office.14).aspx
    Murugesa Pandian.,MCTS|App.Development|Configure

  • Error Code 0x80070035 - The network path was not found, Windows Server 2008 SP2

    I have bee receiving following "error code 0x80070035 - The network path was not found" when trying to open file shares in both directions using Windows Server 2008 Standard SP2 at both ends. The issue is identical to the KB article KB958285, however the hotfix is only valid up to but not including SP2. One of the servers in question has moved several times between 2 subnets seperated by a VPN. I have tried changing settings in and around the local NIC/DNS Suffix and in the network connection sharing centre, but with no luck. Firewalls are turned off at both sites, and pings and AD queries are successful (one server is a DC). DNS is also working correctly at both sites. Any help/suggestions would be appreciated.
    Richard

    I thought I would add in another scenario, since this link came to the top of my list in the search engine.
    We are running 2008 R2 with SP1 (it happened without SP1 as well)
    We could not map using UNC (IP, FQDN, or netbios name).  We could ping access the other servers via other utils like event viewer and services.msc but just could not map.
    In our case it turned out to be a VMWARE issue but we still had to make a regedit change first
    You have to go to regedit HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order\
    And add LanmanWorkstation to Providerorder
    I found on a Citrix board that citrix has an issue with this as well
    If you're running VM  here is an additional step you should do as well
    When you upgrade VMware Tools installed with HGFS from ESX 3.x to ESX 4.x, the HGFS driver may not get uninstalled properly. In this case, the virtual machine's network Provider Order tab in Network Connections
    > Advanced > Advanced Settings displays incorrect information and the virtual machine may lose network connectivity.
    To avoid this issue, uninstall VMware Tools 3.x before installing VMware Tools 4.x.
    To workaround this issue, if you have already upgraded VMware Tools:
    Click Start >
    Run, type regedit, and click OK. The Registry Editor window opens.
    Navigate to
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order\.
    Delete the reference to
    hgfs.
    Reboot the virtual machine.
    We found that if you strip out the HGFS, you do not have to reboot for the provider order tab to come back
    I hope that this saves people a lot of time.   I spent days researching this.
    This was the solution for me on 2008 R2 DC w/ Exchange.  I do not have VMWare installed but do have Hyper-V.  Thank you so much!

  • My iPhone 4 fail to update to iOS 5 and now it can't restor the firmware I am geting and error it says The iPhone "iphone" could not be restored. An unknown error occurre (-1) . Plese help

    My iPhone 4 fail to update to iOS 5 and now it can't restor the firmware I am geting and error it says The iPhone "iphone" could not be restored. An unknown error occurre (-1) . Plese help

    My iPhone 3GS is getting the same error. I've called Apple a bunch of times, and they won't get back to me. I'm searching through discussions to figure out a solution.

  • Itunes will not open, error message reads: The iTunes application could not be opened. An unknown error occurred (13014)

    iTunes 10.4 will not open on my macbook, error message reads:
    The iTunes application could not be opened. An unknown error occurred (13014).
    It won't let me delete and re-install either, thank you for any help!

    are you running any anti virus software on your machine ?

Maybe you are looking for