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

Similar Messages

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

  • 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

  • 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

  • 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

  • Strange error message when importing one schema into another

    Hello,
    using Oracle Workshop for Weblogic 10.3, I am trying to define a new schema A which imports the namespace of an already existing schema B. The schema validator states that schema B is valid.
    However, when I try to add an import directive in the design view and try to select schema B as the schema location I get the error message that B.xsd is an invalid schema file. When I manually add the import directive in the source view, I can refer to all elements of the namespace defined in schema B. Unfortunately, schema A now is marked as invalid with the error message "The dependency is not configure in schema resource. Possible reason one or more import/include is not set correctly."
    Even external schema validation tools do not find any validation errors in schema B.
    Any ideas?
    Kind regards
    Alexander

    The dependency is not configure in schema resource. Possible reason one or more import/include is not set correctly."http://forums.oracle.com/forums/thread.jspa?threadID=1048184&tstart=0
    Regards,
    Anuj

  • FK DELETE RULE problem when importing 8i SCHEMA on 10g

    Hi everyone,
    I´m having the following problem:
    When importing a SCHEMA dump from an 8i database to a 10g one, some foreign key´s delete rule are changed from 'no action' to 'set null' automatically, even though the whole SCHEMA was imported.
    Has anyone ever had the same problem?
    Thanks a lot,
    Bruno

    I did some more research and I think I was completely misunderstanding Oracle's implementation of delete rules. Now I believe that Oracle implements the "RESTRICT" option in SQL Developer Data Modeler as "No Action", which is the default option, hence why no DDL option is generated. However, it would still be nice if Data Modeler could detect this fact when comparing two models. What I mean it, if comparing an Oracle DB to a model, treat Restrict and No Action as the same, and thus don't attempt to re-generate the DDL for this "difference". For now, I'll just change the action on my models to No Action, and this should resolve the issue.

  • Symbols used in VISIO diagram are not shown when imported to FrameMaker 8.0

    I have FrameMaker 8.0 and when importing a visio diagram that includes a symbol, the symbol is not shown in the FrameMaker document correctly. It either is shown as a small box or as a question mark.
    Is there a way to work around this issue?

    > These symbols are availabe in FM when you insert equations.
    Just because the symbols are available in FM in one font doesn't mean
    they're available in FM in the font Visio used. This is why Art and
    Sheila are asking you about fonts, specifically, whether the font used
    in Visio is also available to Framemaker.
    Beyond that, OLE is not a stable way to get graphics into Frame (or any
    other app, really).
    BTW, a German sharp s (ß) is not the same as a beta (β) (which probably
    won't make it through NNTP and the forum). They look close, but they're
    quite different.
    Kenneth Benson
    Pegasus Type, Inc.
    www.pegtype.com

  • Audio component not apearing when importing AVCHD .MTS files

    When importing AVCHD .MTS files into Premiere Pro the Audio component is not available (also in After Effects and Media Encoder)
    What am I doing wrong :/

    You could most likely convert them using a program like 5DTORGB, and then pull them back into Premiere. Although there is a chance this won't work, however in most cases I find it usually does work. Just be prepared to lose your metadata.
    If your on a PC I'd recommend downloading their beta version it will allow you to transcode your AVCHD to ProRes HQ.
    http://rarevision.com/5dtorgb/
    All you have to is provide them a correct email address and they'll send you a download link. When you transcode though keep in mind that it's going to make your file sizes much much larger, however this because ProRes is much less compressed than AVCHD video is. You do need to keep in mind though that ProRes HQ is visually lossless. If you chose to use another free converter program you'll most likely get stuck chosing a lossy format. Another nice thing though, is that it works on MAC too. Your shooter needs to know not to do this again though, because as you already know at this point. It can cause big issues...

  • Can AVCHD files be not copied when imported?

    When I import AVCHD files they are copied even though in the preferences I have selected "Leave files in place" and I leave that option checked in the import dialog. Is there any way to prevent AVCHD files from being copied?
    Other types of files are not copied when I import them.

    My exact specifications and work process:
    I use two separate video cameras. One is a Panasonic HDC-TM900K; the other is a Panasonic HDC-TM700K. I record in AVCHD onto SanDisk 32 GB SD cards.
    When filming is complete, I copy the entire contents of each separate SD card into its own folder, labelled according to camera and capture date.
    In the past, this has allowed me to import into FCP 10.0.x and work directly with the AVCHD files without having to transcode or copy them. I have used this exact process dozens of times since the release of FCP 10.0.x.
    Just this most recent time, after upgrading to FCP 10.1, while importing the same AVCHD files from the same SD cards and the same video cameras, the option to "leave files in place" was disabled.
    I do understand that FCP 10.1 uses "Libraries" to organize media, and that this is a major change in how it organizes media files. I figured that this change was responsible for the difference in behavior.
    I was hoping there was a way to continue to work with AVCHD card folders without having to copy or transcode.

  • "file is not compatible when import assets in dvd studio pro, my file are .mov and .mp4, what is the problem?

    i have a MacBook Pro v. 10.7.5, also have dvd studio pro 4.2.2
    I have a file exported from final cut v. 7, using quick time movie option, it created a file with .mov. When I import to dvd studio pro, I have an error
    message " file is not compatible". shall I export again using different parm? settings? thanks for the help in advance.

    Thanks, Russ. I had my problem resolved by re-creating file from Final Cut using the "Video Format" as "MPEG-4 improved" instead of "H.264" before. 
    My orginial source is a dvd came from Taiwan, I used software 'Handbrake' to convert it to MPEG-4. Input to Final Cut to edit it. Exported out with H.264 as Video Format, wishing to improve the image quality but run into 'file impaitable' when import to DVD SP.
    Now. I exported out Final Cut using the following parms, pictures quality is not bad.
    1. File format = MP4
    2. Image size= 1280x720 HD
    3. frame rate = 30
    4. video format = MPEG-4 Improved
    hope this help people who might run into same problem. I never use the Compressor, will try it next time. thanks Russ.

  • Multiple issues with See Also controls when importing topics (RoboHelp 9)

    I was wondering if anyone has found workarounds to a very flaky area of RoboHelp...
    Suppose you create several topics A, B, C and D, each with a See Also control in it. Let's suppose all the topics are assigned to the same See Also keyword, say 'Alphabet'. At a later date you create a new project, and need to import your old topics. The following problems arise:
    1) When the topics are imported, RoboHelp does not recreate the 'Alphabet' See Also keyword in the See Also pod. However, the See Also functionality works (sort of) when the project is built. It is not possible to manually add the 'Alphabet' keyword in the See Also pod, because RoboHelp tells you it already exists! The result is an invisible 'Alphabet' See Also keyword, to which you cannot add further topics. As a workaround, I found it is essential to manually add the 'Alphabet' See Also keyword BEFORE importing the topics, and RoboHelp will then correctly assign A, B, C and D to it. However, this can be very awkward if you have hundreds of topics to import and are not sure what See Also keywords the topics reference.
    2) When the topics are imported and the project is built, the See Also control does not work as expected. In RoboHelp, right-clicking the See Also control and choosing See Also [] Properties... reveals that the options you previously set, such as 'Popup menu' or "If no topics are associated with any of the See Also keywords..." have been lost! So all those nasty Topics Found dialogs return when you build the help (instead of popups). If you have a See Also control placed in every topic for consistency, it will never grey out if the topic doesn't belong to any See Also keywords.
    3) When the topics are imported and the project is built, the current topic's name appears in its own list of See Also topics, i.e. it self-references. So for example, if you are viewing topic A and click the See Also link, topics A, B, C and D are listed, instead of just B, C and D. However, when you create new See Also keywords in RoboHelp, assign topics, and build the help, they work correctly and do not show the calling topic's name.
    I spent hours analysing the HTML code of files I am importing, and the code of brand new topics created in RoboHelp, and I can see no obvious differences apart from some -1/0/1 flags in the green Metadata section preceding the SeeAlso code. I even tried changing these flags in my import files to exactly match the flags of new topics that RoboHelp just built, but when importing they still don't work. Clearly RoboHelp stores crucial See Also information elsewhere in the project, but does not make this reliably transportable by adding it to the HTM files that it builds, despite the huge Metadata comment block.
    Adobe needs to put a lot of work into making it possible to cleanly re-use files as content re-use is a very common, and often critical, requirement.

    Hi there
    After reading your post, I come away being unsure about your goal. Is the goal here to simply advise others as to what they may encounter using the See Also functionality? Or is your goal to advise Adobe about what you would like to see changed?
    If your goal is to advise Adobe about what you would like to see changed, you need to visit the Wish Form at www.adobe.com/go/wish and file an official request. Otherwise, it just gives you a nice warm glow that you had your say here. But it won't have much of any effect on the product.
    As far as any workarounds, I might suggest the following. You seem to be regularly creating a new projects and importing content. And if that's the case, I might suggest you create a template project that would already have these things in place so that as you add content, the expected keywords and links and whatnot are already in place. My thought is that this action would ease much of the frustration you are facing.
    Cheers... Rick

  • Projects Not Created When Importing

    A problem has appeared recently. When importing photos with Aperture not all of the projects that should be created are actually created. I have auto-split on so if I have, for example, 3 projects spread over 2 days, then only 1 or 2 (varies randomly if I delete and import again) of the projects are created. All the photos are imported but only some are in projects and the rest can only be found under photos.

    All the photos are imported but only some are in projects and the rest can only be found under photos.
    Are you sure about this? How did you check?  Have you tried "File > Show in Project" for the photos you are seeing in "Photos" view? Sometimes the projects may be in a different alphabetical order than you expected. Also Aperture splits the daily projects not when the date changes, but in 24 hour intervals - so three day shoots may result in only two projects.
    In Aperture each photo must be in a project - that is how Aperture manages photos.
    If you see it in the "Photos" view, it should be in a project. Have you any filters set in the "Projects" view? Check the search fields in the in the Library inspector panel and the browser, if they are cleared.
    If clearing filters does not bring your projects back, your Aperture Library may need repairing. Then I'd suggest to run the Library First Aid Tools:
    Aperture 3 User Manual: Repairing and Rebuilding Your Aperture Library
    Regards
    Léonie

  • Expense Report Template -Accounts code not appearing when imported to AP

    Hi Gurus,
    I defined Expense Report Template for OU1, and for the courier expense i defined account code as 01-110-7410-00 ( Co-Dept-Courier Expns-IC)etc. with expense type as courier.
    But when i submitted Expense Report using the same template and when imported to AP,accounts codes are 01-101-7610-00(Co-Dept-Salary-IC). Its totally wrong iaccounting treatment. This wrong acount codes came from HR whch assigned in Asssignment for Purchase Order Information.
    Please provide your suggestions.
    Thanks in advance
    Regards
    Dinesh

    Hi
    We have the same requirement.
    Can I ask what your solution was?
    Did you have to do some customisation or was there a standard solution available?
    Many thanks in advance
    SK.

  • Business Rules - When importing complex schema subelements not visible

    When I try an import the schemas to XML Facts It doesnt seem to import all the subelements and attributes, ie I can See AlphaCollection and click down to instItem but if i click on instItem i only get size() and null() as options. How do I ensure that I can get to aId, dat etc? These are stored in the same xsd (though I do import many xsds to make up the whole model). Xsd snippet below. Thanks in advance.
    <xs:complexType name="AlphaCollection">
    <xs:sequence>
    <xs:element name="instItem" type="Alpha" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="Alpha">
    <xs:sequence>
    <xs:element name="aId" type="xs:string"/>
    <xs:element name="dat" type="xs:dateTime" minOccurs="0"/>
    <xs:element name="version" type="xs:string"/>
    <xs:element name="oList" type="oIdList"/>
    </xs:sequence>
    </xs:complexType>

    What's the targetNamespace and what's the default namespace of the xsd?
    For the snippet to work the way it is they must be the same... Otherwise you will have to define an alias and use it on the element definition...
    For example
    <xsd:schema
    xmlns="http://example.org"
    targetNamespace="http://example.org"
    Hope this helps...
    Cheers,
    Vlad

Maybe you are looking for

  • Variable in BEx

    Hi experts, can u plz tell me what is a variable?

  • Photoshop elements 9 installation problem

    I can't install the program on my PC. As soon as I begin installation, a screen pops up that says the wizard was interrupted before installation could be completed.  Any help with this would be greatly appreciated.

  • Trouble installing labview runtime engine

    Can not install labview runtime engine.  Says there is already a higher version installed.

  • Calibrate widescreen monitor for photoshop

    The photo on screen is not exactly the same as the printed photo.How do I print with "Photoshop CS3 governing printer" using DELL CN-OU4941-72201-4CO-763L calibrated (with x-rite eye-one display 2) on HP Photosmart C7283 All-in-One printer?

  • Saw error

    Hi, Enter Description of Issue: When the user login to Siebel Analytics Application 7.8.5, they getting very slow connection response and some users were getting blank pages and were unable to run any reports.and the message in SAW log was "Server qu