9.0 beta nested includes - they're broken

This existed in the previous version, it's still broken. We get the same error from Xerces, so I assume it's an inherited feature. Regardless, we're SOL with this bug.
We're running into a problem with nested includes, one file being included by multiple other files.
For example,
Schema A
Schema B includes Schema A
Schema C includes Schema A and Schema B
When validating an XML data file against the schema we get an error such as this:
<Line 5, Column 46>: XSD-2209: (Error) Duplicated definition for: 'actualIntervalLength'
null

This is an issue we were desperately hoping would be fixed in this release... I believe Keith meant to say that this situation DOES work in Xerces without error.
We'd love to be able to switch back to the Oracle parser because of the great speed gains (Xerces does not currently cache schemas, bringing performance way down). However, this particular issue makes doing so impossible.

Similar Messages

  • I need to authorize my computer but i am unable to do so as i am authorized to many times but i can't authorize the other computers because they are broken, what should i do?

    i need to authorize my computer but i am unable to do so as i am authorized to many times but i can't authorize the other computers because they are broken, what should i do?

    About Authorization and Deauthorization.
    Follow the instructions in the above link to deauthorize all and then authorize only the computers that you physically have access to and need authorized.

  • 10g nested includes?

    I have a parent file that includes the first file shown below, 'displayLayout.uix'. You can see that this file attempts to include 'displayView.uix', also shown below. All three files are in the same directory on the server. The first include works fine, the second reports "displayLayout.uix:line 11,col 85: Unable to resolve include" to the server log. Can I not nest includes, or am I doing something wrong?
    ---- displayLayout.uix ----
    <?xml version="1.0" encoding="windows-1252"?>
    <tableLayout xmlns="http://xmlns.oracle.com/uix/ui"
                xmlns:ctrl="http://xmlns.oracle.com/uix/controller"
                xmlns:html="http://www.w3.org/TR/REC-html40" width="100%"
                borderWidth="1" height="100%">
        <contents childData="${ pageBean.portletPage.panelRows }">
            <rowLayout>
                <contents childData="${ uix.current['.'] }">
                    <cellFormat height="100%" width="100%">
                        <contents>
                            <include node="${ ctrl:parsePage( uix, 'displayView' ) } "/>
                        </contents>
                    </cellFormat>
                </contents>
            </rowLayout>
        </contents>
    </tableLayout>
    ---- displayView.uix ----
    <?xml version="1.0" encoding="windows-1252"?>
    <tableLayout xmlns="http://xmlns.oracle.com/uix/ui">
        <contents>
            <text text="${ uix.current.portletPanel.name }" />
        </contents>
    </tableLayout>

    Hm, no, it doesn't appear to be from the nesting, as I copied the contents of displayLayout.uix into the parent document driectly, and it still can't resolve displayVeiw.uix. I've tried several variations of the content of displayView, but the error makes it sound more like it just can't find the file.

  • I am just about to buy some more memory for my macbook, i have two options 1 is crucial and the other is transcend so which is better or are they much the same?

    I am just about to buy some new memory for my macbook i have been told that Crucial is an option but i have also looked at Transcend, which one is better or are they as good as each other?

    Hi ...
    I for one have never had a problem with Crucial.
    Check out the results of an ASC forum search for Crucial here.
    Transcend I'm not familiar with.

  • NEED HELP ASAP When I put my headphones in the music will play out loud. This has happened to another pair of my ear phones and I thought. They were broken so I brought another pair and they still won't work

    Okay so it basically explains everything in the summary I haven't had ear phones in a long time because they always break so then I found a old pair and then I put it in, but when I put the ear phones in the music started to play aloud .so, I thought they were still broken  so I brought a new pair and the same thing happened??  Did I  change the settings on accident or something some body please help me!!

    Sorry all my old isp can do is send out an engineer, and has no forum, but my new isp BT has
    i know you can't talk to BTW for me, but some genral BB user help and advice would be nice as this is regarding a move to BT within the next few days

  • E-mail typed lines appear full when sent but upon reply they are broken into one or two words per line.

    Why do my e-mail messages to people appear to have full lines when I send them but when they reply, the "full lines" are broken up with one word on a
    single line?

    Dear Friends,
    E-mail messages sent, are received not in the paragraph-form as sent, but are broken-up into small segments, one line finely printed, the next line may appear with two or three words printed on it, then the next line will show a few words at the end of it, while the next line appears as the start of another paragraph, and so on and on and on. So that the original message, although sent in the one paragraph-form, winds up being received as several paragraphs, each broken up into several segments. My contacting Apple has produced no solution thus far. I am new at this computer
    business and would greatly appreciate any help you can give me on this score. Thanking you in advance for your interest and kind help.
    Yours Truly,
    Broduff.

  • New Audigy Beta Drivers did they add EAX 4.0 to an Audigy 1 Platinum

    Hello,
    does the new Audigy Beta Drivers add EAX 4.0 Support to an Audigy Platinum ?
    Greetings Picard007

    Audigy (hardware base one) supports EAX3 (EAX Advanced HD) hardware. Audigy2 suports EAX4 hardware. EAX4 is supported with latest OpenAL drivers on compatible hardware.
    More: http://en.wikipedia.org/wiki/Environ...dio_extensions
    Quote:
    EAX has nothing to do with actual 3D audio positioning. Positioning is done by Microsoft's DirectSound3D API. An alternati've to DirectSound3D, called Open Audio Library (OpenAL), surfaced in 2003 in several titles. OpenAL allows direct hardware acceleration of audio, like DirectSound, including EAX. As of 2006, the API has been used in many popular titles including Doom 3 and Prey. These games support EAX 4.0 if audio hardware with an OpenAL-supporting driver is present.
    Most releases of EAX versions coincide with increases in the number of simultaneous voices processible in hardware by the audio processor: the original EAX .0 supports 8 voices, EAX 2.0 allows 32 (Li've!), EAX Advanced HD (EAX 3.0) supports 64 (Audigy), EAX 4.0 again supports 64 (Audigy 2), and EAX 5.0 allows 28 voices (and up to 4 effects applied to each) (X-Fi).
    Message Edited by SoNic2367 on 0-07-2006 02:0 PM

  • Exceptions from nested includes not thrown to errorPage

    In our application a central dispatcher servlet includes JSPs.
              These JSPs include other JSPs. When an Exception is thrown from one of these
              pages it is not thrown, even when the error page is indicated in the
              included JSP with the page directive and the Exception is explicitly thrown
              from a catch block.
              I apprciate any thoughts.
              Thanks.
              -mc
              

    can u send the code snippet?
    "Abhishek" <[email protected]> wrote in message
    news:[email protected]..
    Hi
    I am having a stateless session bean(SLBean) which uses a singleton
    class(Single1). Both the SLBean and the Single1 are in the same jar
    file. Single1 contains a static method called getInstance() which
    returns the instance of the Single1(if not already existing).
    The probelm is that when I try to do the "Single1.getInstance()" from
    the stateless bean, then some exception( java.rmi.RemoteException:
    EJBException: ;nested Exception is: Java.lang.NullPointerException) is
    thrown.and getInstance() method of Single1 class in never invoked.
    What might be the problem? why am I not able to call my singleton
    class from the staless bean.
    Thanks in advance.
    Abhishek

  • Apple has just deleted my alias - which I was using as my main email address.  They deny me creating a new one for 7 days.  How can I get in touch with Apple so that they repair what they have broken?

    Has anyone had a problems with their alias today?
    Apple has deleted mine today; causing me a major headache as they deleted the alias that I use as my main email address.
    What happened exactly, is that the @icloud.com alias remained, but the @me.com disapeared.  So that the John.Smith alias became valid only for [email protected], but [email protected] disapeared.
    To try to restore the situation, I deleted the alias, with the hope of re-creating it: but bad luck, that option is not open to me as I have had 5 aliases active till today, and they now only give you 3, and even once I had deleted 2, they would not allow me to set-up a new one for 7 DAYS.
    I can't be without email for 7DAYS, care of Apple.  Calling AppleCare does not seem to help, and the line gets dropped once I have explained the problem.
    Please help me raise someone at Apple to fix this.
    Alain

    See this discussion, https://discussions.apple.com/message/19779377#19779377

  • Better nested-if or raise exception?

    Hi,
    I'd like an advice for pl-sql.
    Let's suppose I have to develop a function where I have different paths to follow according to some condictions.
    To you which is the better and more readable way to get it between these two?
    *1 - By using IF-THEN-ELSE*
    begin
    if <cond1> then
    return 1;
    elsif <cond2> then
    return 2;
    elsif <cond3> then
    return 3;
    else
    many statements
    return 0;
    end if;
    *2 - By using RAISE*
    begin
    if <cond1> then
    raise exc1;
    end if;
    if <cond2> then
    raise exc2;
    end if;
    if <cond3> then
    raise exc3;
    end if;
    many statements
    return 0;
    Exception
    When exc1 Then
    return 1;
    When exc2 Then
    return 2;
    When exc3 Then
    return 3;
    Edited by: Mark1970 on 1-ott-2010 7.04

    Hi,
    Peter is right; it's needlessly confusing to use EXCEPTION for things like that.
    I find it even less confusing to have only one RETURN statement, like this:
    return_val := CASE
                WHEN  <cond1>  THEN  1
                WHEN  <cond2>      THEN  2
                WHEN  <cond3>      THEN  3
                           ELSE  0
               END;
    IF  return_val  = 0
    THEN
    END IF;
    RETURN     return_val;

  • I cannot get the caps lock key or the tab key to work.  Could they be broken?

    I cannot get my caps lock key or the tab key to work.  This is a wired keyboard.  Could the keyboard be broken, or have I messed up some setting?

    Very possibly however you haven't completed a profile so we have no idea what version of OS X you use. First thing to do is complete your profile, if you don't know how  please click Profile Update.
    I am going to assume you are running ML, if so open System Preferences - Keyboard - uncheck the box that says  Use all F1, F2, etc. keys as standard function Keys.
    If that does not work then please reset the SMC and PRAM each 3x back to back.  You can find instructions by clicking Intel iMac SMC and PRAM resets

  • After FF4 Beta, no included search engines

    I even downloaded a new copy of FF4. I don't have the regular list of search engines in the search bar. Only Wikipedia showed up when the final version installed. I can't find the regular Google engine for the search bar.

    Try to reset the search engines.
    # Left-click the search engines icon on the search bar
    # Open "Manage Search Engines"
    # Click "Restore Defaults"
    If that didn't work then try to delete search.sqlite and search.json in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder]
    Help > Troubleshooting Information > Profile Directory: Open Containing Folder

  • Nested static includes

    In Weblogic 6.0 SP1, I get the following error when I have nested
              compile-time (static) includes of JSPs. It does not seem to matter what the
              included file/s contain. It seems that Weblogic JSPC does not like nested
              includes. Did not see anything in the spec to disallow nested includes, but
              I may be missing something. BTW, it compiles and runs fine in JBuilder.
              Any ideas?
              java.lang.RuntimeException: Could not parse embedded JSP code:
              weblogic.utils.ParsingException: nested TokenStreamException:
              antlr.TokenStreamException: Could not include includes/id_footer.jsp
                   at weblogic.servlet.jsp.JspLexer.parseJspCode(JspLexer.java:1116)
                   at weblogic.servlet.jsp.JspLexer.parseJspCode(JspLexer.java:1093)
                   at weblogic.servlet.jsp.JspLexer.parseJspCode(JspLexer.java:1086)
                   at weblogic.servlet.jsp.JspLexer.buildTimeInclude(JspLexer.java:864)
                   at weblogic.servlet.jsp.JspLexer.mINCLUDE_DIRECTIVE(JspLexer.java:3758)
                   at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:3531)
                   at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1829)
                   at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1670)
                   at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1552)
                   at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:893)
                   at weblogic.servlet.jsp.JspParser.doit(JspParser.java:71)
                   at weblogic.servlet.jsp.JspParser.parse(JspParser.java:139)
                   at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:113)
                   at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:253)
                   at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:324)
                   at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:180)
                   at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:133)
                   at
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:31
              0)
                   at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :208)
                   at
              weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
              l.java:157)
                   at
              org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.ja
              va:1759)
                   at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1595)
                   at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:491)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                   at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :213)
                   at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              ntext.java:1265)
                   at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              :1622)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              Thanks,
              Mitesh Mehta
              S1 Corp (http://www.s1.com)
              

    Max Stewart wrote:
    > Does this restriction also then apply when F12
    previewing in a browser ?
    F12 launches the page in a browser. Once it has done so, it
    has nothing
    to do with Dreamweaver. If you set up a testing server that's
    capable of
    handling SSI, everything should be displayed exactly the same
    as on a
    live website.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS4",
    "PHP Solutions" & "PHP Object-Oriented Solutions"
    http://foundationphp.com/

  • Did Your CODEC Utility Say That Adobe/MainConcept CODEC's Were Broken?

    You've just run G-Spot, Sherlock the CODEC Detective, or another CODEC utility, and get all sorts of pink or red notations on your Adobe/MainConcept CODEC's, reporting that they are broken, or corrupted. Scary, huh?
    What you see in those pink or red highlighted entries are "false positives". Adobe uses a slightly different naming convention for its CODEC's (all MainConcept here), to protect them from being replaced, or corrupted by other programs. Many other programs, like CODEC "packs" will go into one's computer and replace good, commercial CODEC's with hacked, free versions. Sometimes this works OK, but often things just do not work as well after the CODEC pack. By hiding them, there is far less a chance that they will be messed up by another program. Unfortunately, this naming convention is not understood by most CODEC utilities, like G-Spot, or Sherlock the CODEC Detective. They see the correct link to the CODEC in Registry, but cannot find it in the system folders. Hence, they report that there is a problem. This has been heavily documented in the fora, but usually within thread on another problem. This means that the casual user, even with a Search, might not turn up the info. It's too bad that those utilities have not been rewritten to find the Adobe/MainConcept CODEC's, or that they do not have an info message, telling their users that all is really OK.
    Hope that this lets you sleep better, and saves your trying to reinstall your Adobe video editing program. That is not necessary.
    One thing that CAN happen, even with the naming convention to hide the CODEC's is that other programs, or CODEC "packs" can alter the OS's priority of the CODEC's, effectively telling the system to use another CODEC, other than the Adobe/MainConcept ones, for certain AV files. This can mean that your fully functional Adobe MainConcept CODEC's are down the list, and you're dealing with some hacked, or reverse-engineered version, rather than the commercial version, that was included in your Adobe program. This often goes totally unnoticed, but can also cause issues. The cure for this is to edit the Registry, but this is not for people, who do not know exactly what they are doing. I will not go into the process of this, as anybody, who does know how to safely hack their Registry will know how to do this, but anyone, who does not know what to do, should not attempt to do it - things can go very wrong and in a hurry. Those people would be better off just doing a Repair Installation of the Adobe program, and let that rewrite the entries in the Registry.
    Good luck,
    Hunt

    You've just run G-Spot, Sherlock the CODEC Detective, or another CODEC utility, and get all sorts of pink or red notations on your Adobe/MainConcept CODEC's, reporting that they are broken, or corrupted. Scary, huh?
    What you see in those pink or red highlighted entries are "false positives". Adobe uses a slightly different naming convention for its CODEC's (all MainConcept here), to protect them from being replaced, or corrupted by other programs. Many other programs, like CODEC "packs" will go into one's computer and replace good, commercial CODEC's with hacked, free versions. Sometimes this works OK, but often things just do not work as well after the CODEC pack. By hiding them, there is far less a chance that they will be messed up by another program. Unfortunately, this naming convention is not understood by most CODEC utilities, like G-Spot, or Sherlock the CODEC Detective. They see the correct link to the CODEC in Registry, but cannot find it in the system folders. Hence, they report that there is a problem. This has been heavily documented in the fora, but usually within thread on another problem. This means that the casual user, even with a Search, might not turn up the info. It's too bad that those utilities have not been rewritten to find the Adobe/MainConcept CODEC's, or that they do not have an info message, telling their users that all is really OK.
    Hope that this lets you sleep better, and saves your trying to reinstall your Adobe video editing program. That is not necessary.
    One thing that CAN happen, even with the naming convention to hide the CODEC's is that other programs, or CODEC "packs" can alter the OS's priority of the CODEC's, effectively telling the system to use another CODEC, other than the Adobe/MainConcept ones, for certain AV files. This can mean that your fully functional Adobe MainConcept CODEC's are down the list, and you're dealing with some hacked, or reverse-engineered version, rather than the commercial version, that was included in your Adobe program. This often goes totally unnoticed, but can also cause issues. The cure for this is to edit the Registry, but this is not for people, who do not know exactly what they are doing. I will not go into the process of this, as anybody, who does know how to safely hack their Registry will know how to do this, but anyone, who does not know what to do, should not attempt to do it - things can go very wrong and in a hurry. Those people would be better off just doing a Repair Installation of the Adobe program, and let that rewrite the entries in the Registry.
    Good luck,
    Hunt

  • Tiff images broken

    Confused as to why this is happening, so asking the guru's here.
    Imported 31 tiff medium format scans from the imacon flextight scanner. images are fine, render correctly in photoshop and preview.
    Import screen shows the thumbnails, but once the import is finished, and the files processed, i'm left with this.
    http://img408.imageshack.us/img408/3807/screenshot20100302at721.jpg
    clicking on any of the images results in a grey screen like this
    http://img685.imageshack.us/img685/3281/screenshot20100302at726.jpg
    I've clicked the option button to rebuild the preview, nada.
    If this isn't a bug, I don't know what is, thing is, it renders 80% of my work useless with Aperture 3. Going into the Aperture library, the master images are all intact, it's the previews and thumbnails that are broken, often just black squares or heavily distorted squares.
    Message was edited by: DanielC

    I copied the masters and previews from Aperture 2.1.4 via the Finder and then imported those into Aperture 3.0.3. I imported the Aperture 2 previews just to use as a guideline of what I wanted the images to look like in Aperture 3. Then I manually recreated the desired versions in Aperture 3). So I 'recovered' what I needed but of course if you have hundreds on 'missing' masters in your library (that are really there but Aperture is too blind to find them) this workaround isn't feasible. I only had four missing and they were based on master TIFFs I scanned three years ago.
    As an aside, this effort to recover files that I had painstakingly digitally restored from very old damaged, torn, degraded photographs was not without its benefits. Aperture 3 has tools to do this work better quicker including the new Curves and great Brushes options. Certainly convinces me I would not want to go back to Aperture 2 except to handle flaws that may still be in Aperture 3. To remind the reader, these lost masters were also lost in Aperture 2.1.4 so it was not a problem caused by Aperture 3 in my case.
    A further observation, after working for several hours on these pictures, just as I was finishing, I experienced a kernel panic but when I restarted the system and loaded Aperture 3, all changes were intact so I lost nothing. Impressive or good luck? Of course I immediately updated the Vault! I had done all this work in 64bit mode because I wasn't going out to Photoshop for anything, but I wonder if that contributed to the crash as running in 32bit mode has been solid for me. I'll stay in 64bit for a while and see if all goes well (unless I need to edit in Photoshop CS4).
    Message was edited by: Rick Lang

Maybe you are looking for

  • Dynamic text link hover color change.

    I have some dynamic text in Flash and I have a link with the text. Is there a way I can change the hover color without CSS? Here is my code. thanks. data=EASTERN CANADIAN DISTRICT<br><a href='mailto:[email protected]'><font color="#51884B">Mike Linne

  • Safari does not display updated webpages

    All webpages that I have been to have not been updated since Monday, September 12th. I.e. when I go to startribune.com it shows the same content that has been there since Monday, and the history in Safari only shows the pages I have been to previous

  • TDS Amount is not appearing in TDS Certificate

    HI Sap Experts, J1INCERT - In TDS certificate, TDS column, amount is not appearing, but in column Total Tax deposited amount is appearing correctly. My client is using ECC 6.0 Version. Thanks in adavance . Regards, Lakshmi

  • How to select data from another schema in Oracle-Sqldeveloper?

    Hi, I open two schemas, assumed schema1 and schema2, in SQL-Developer. In the SQL-Edit Area of schema1 I want to select data from schema2. So I did followings: select * from schema2.table1; But I got error message: 00942. 00000 -  "table or view does

  • How do I set up additional mail storage folders?

    I have installed the cloud and my mail storage folders did not import into the IPAD.  How do I set up additional mail storage folders?