Element not allowed

Hi,
I've imported some business components from a UIX project to an ADF project I'm setting up in Jdeveloper 11.1.2.0.
I get the following error when I try to run the application. I get this for all the BC projects I've imported.
<17.jun.2011 kl 10.06 CEST> <Error> <J2EE> <BEA-160197> <Unable to load descriptor C:\Users\lellison\AppData\Roaming\JDeveloper\system11.1.2.0.38.60.17\o.j2ee\drs\kalkyle\fremdriftWebApp.war/WEB-INF/web.xml of module fremdriftWebApp.war. The error is weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
problem: cvc-complex-type.2.4b: Element not allowed: description@http://java.sun.com/xml/ns/javaee in element context-param@http://java.sun.com/xml/ns/javaee:<null>
problem: cvc-complex-type.2.4b: Element not allowed: description@http://java.sun.com/xml/ns/javaee in element context-param@http://java.sun.com/xml/ns/javaee:<null>
problem: cvc-complex-type.2.4b: Element not allowed: description@http://java.sun.com/xml/ns/javaee in element context-param@http://java.sun.com/xml/ns/javaee:<null>
     at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
     at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:231)
     at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:155)
     at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
     at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
     at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
     at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
     at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
     at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
     at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1327)
     at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
     at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
     at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
     at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
     at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
     at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
     at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
     at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
     at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
     at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
.> <17.jun.2011 kl 10.06 CEST> <Error> <HTTP> <BEA-101064> <[WebAppModule(kalkyle:kalkyle-fremdrift-context-root)] Error parsing descriptor in Web appplication "C:\Users\lellison\AppData\Roaming\JDeveloper\system11.1.2.0.38.60.17\o.j2ee\drs\kalkyle\fremdriftWebApp.war"
weblogic.application.ModuleException: VALIDATION PROBLEMS WERE FOUND
problem: cvc-complex-type.2.4b: Element not allowed: description@http://java.sun.com/xml/ns/javaee in element context-param@http://java.sun.com/xml/ns/javaee:<null>
problem: cvc-complex-type.2.4b: Element not allowed: description@http://java.sun.com/xml/ns/javaee in element context-param@http://java.sun.com/xml/ns/javaee:<null>
problem: cvc-complex-type.2.4b: Element not allowed: description@http://java.sun.com/xml/ns/javaee in element context-param@http://java.sun.com/xml/ns/javaee:<null>
     at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1335)
     at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
     at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
     at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
     at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
     Truncated. see log file for complete stacktrace
Caused By: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
problem: cvc-complex-type.2.4b: Element not allowed: description@http://java.sun.com/xml/ns/javaee in element context-param@http://java.sun.com/xml/ns/javaee:<null>
problem: cvc-complex-type.2.4b: Element not allowed: description@http://java.sun.com/xml/ns/javaee in element context-param@http://java.sun.com/xml/ns/javaee:<null>
problem: cvc-complex-type.2.4b: Element not allowed: description@http://java.sun.com/xml/ns/javaee in element context-param@http://java.sun.com/xml/ns/javaee:<null>
     at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
     at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:231)
     at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:155)
     at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
     at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
     Truncated. see log file for complete stacktrace
There is nothing unusual in the web.xml. It begins as follows:
<?xml version="1.0" encoding="windows-1252" ?>
- <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
Could somebody please point me in the right direction on debugging this? What could be causing this?
Thanks in advance.
Edited by: 862567 on Jun 17, 2011 1:44 AM

roughly.. this seems to be a problem in mismatch of the xml schema.. one more thing.. is do we have web.xml for BC project.???.. y is the error coming on web.xml in BC project

Similar Messages

  • TECO Status in WBS ELement not allowing DP91 transaction for RRB

    Hi Team,
      I would like to look if DP 91 will not allow to Bill a  particular cost once the project is in TECO Status.
    Please confirm if this is configurable.
    Regards
    Vignesh R

    Thanks for your clarification.
    I have one more query which is not related to the Project status.
    When a Dynamic item is being populated in DMR after DP91 transaction,the summarisation of material or activity takes place and If there are A(50$),B(25$),C(25$) are the materials posted and grouped to form Dynamic Item "Material" and E(100),F(50$),G(50$) are the activity posted and grouped to form Dynamic item "Labor" based on grouping set in material determination,
    the DMR will reflect as
    Line               item 10
    Material         Material
    Price             100$
    Line                item 20
    Material          Labor
    Price              200$
    My client need a report which would give a detailed list of Dynamic item along with quantity and value by just entering the Billing document number.
    Like
    Material
    A   50$
    B   25$
    C   25$
    Labor
    A  100$
    B  50$
    C  50$
    What are the tables I need to refer to bring up a report as stated above.
    I couldnt get these details in AD01DLI and AD01DLIEF
    Regards
    Vignesh R

  • Premiere Elements not allowing me to edit photos. I am not interested in videos. Also not opening photos from other sources. Windows 8 computer

    I have many photos in my files and computers; most of them are visible in Premiere elements Organizer, but I can't edit them or pull out individual ones. Often cannot open a photos that comes in an email. I don't use videos; I just want to edit my photos.
    Did I buy the wrong program?

    Hi
    Premiere Elements is a video editor not a photo editor. This is why you cannot edit your photos.
    The organiser is for both Photoshop (photographic editor) and Premiere (video editor) elements. This is for managing your photo and video library.
    I hope this helps.

  • Taglib element not allowed in web.xml conforming to web-app_2_4.xsd ?

    Hello,
    I want to configure taglibs in my web.xml file.
    The beginning of the file looks like this:
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
          version="2.4">I placed the following:      
    <taglib>
        <taglib-uri>/tags/struts-bean</taglib-uri>
        <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
    </taglib>element just after the welcome-file-list element. When I "validate XML" in Netbeans I get :
    cvc-complex-type.2.4.a: Invalid content was found starting with element 'taglib'. One of '{"http://java.sun.com/xml/ns/j2ee":description, "http://java.sun.com/xml/ns/j2ee":display-name, "http://java.sun.com/xml/ns/j2ee":icon, "http://java.sun.com/xml/ns/j2ee":distributable, "http://java.sun.com/xml/ns/j2ee":context-param, "http://java.sun.com/xml/ns/j2ee":filter, "http://java.sun.com/xml/ns/j2ee":filter-mapping, "http://java.sun.com/xml/ns/j2ee":listener, "http://java.sun.com/xml/ns/j2ee":servlet, "http://java.sun.com/xml/ns/j2ee":servlet-mapping, "http://java.sun.com/xml/ns/j2ee":session-config, "http://java.sun.com/xml/ns/j2ee":mime-mapping, "http://java.sun.com/xml/ns/j2ee":welcome-file-list, "http://java.sun.com/xml/ns/j2ee":error-page, "http://java.sun.com/xml/ns/j2ee":jsp-config, "http://java.sun.com/xml/ns/j2ee":security-constraint, "http://java.sun.com/xml/ns/j2ee":login-config, "http://java.sun.com/xml/ns/j2ee":security-role, "http://java.sun.com/xml/ns/j2ee":env-entry, "http://java.sun.com/xml/ns/j2ee":ejb-ref, "http://java.sun.com/xml/ns/j2ee":ejb-local-ref, "http://java.sun.com/xml/ns/j2ee":service-ref, "http://java.sun.com/xml/ns/j2ee":resource-ref, "http://java.sun.com/xml/ns/j2ee":resource-env-ref, "http://java.sun.com/xml/ns/j2ee":message-destination-ref, "http://java.sun.com/xml/ns/j2ee":message-destination, "http://java.sun.com/xml/ns/j2ee":locale-encoding-mapping-list}' is expected. [53]
    cvc-complex-type.2.3: Element 'web-app' cannot have character [children], because the type's content type is element-only. [71]
    XML validation finished.Indeed, looking at the web-app_2_4.xsd I cannot find a description for the taglib element.
    Where should a put taglibs ? Is it enough to include them in every JSP so I don't need to place them in web.xml ?
    Thank you.
    Vlad.

    web.xml 2.4 uses a <jsp-config> to enclose the
    <tag-lib>
    <jsp-config>
    <tag-lib>
    </tag-lib>
    </jsp-config>I believe that is the syntax. I will check when I get
    to my server comp.You are right. That's how it's done. Thanks a lot for the reply.
    I hope there were good reasons to break compatibility with the old format. There are a lot of examples out there that use the old one. Without knowing the reason for such a change, I find it very annoying.
    Thanks again
    Vlad.

  • Empty Pipe element is not allowed

    I have googled multiple things today but cant seem to figure out how to export my information to a csv or any time of document so I can email it to myself. Below is my working script. I have tried to add:
     | Export-csv "C:\users\tjohnson\TE.csv"
    When I type that I get the error saying Empty pipe element not allowed. I feel like their should be an easy solution I am missing.
    $cred = Import-Clixml -Path C:\users\tjohnson\PW.xml
    $url = "http://google.com"
    $response=Invoke-WebRequest $url -Credential $cred
    if ($response.statuscode -eq 200) {
    "Success`t`t" + $startTime.DateTime + "`t`t" + ($endTime - $startTime).TotalSeconds + " seconds"
    } else {
    "Fail`t`t" + $startTime.DateTime + "`t`t" + ($endTime - $startTime).TotalSeconds + " seconds"

    Hi Bohlingj,
    that error means you are not only not passing any information to Export-Csv, but don't even try to, which Powershell takes exception to. If you want to output the result of if / else segments, you can pipe them into Out-File -Append like this:
    "Success`t`t" + $startTime.DateTime + "`t`t" + ($endTime - $startTime).TotalSeconds + " seconds" | Out-File "C:\temp\connectlog.log" -Append
    This will write that line as a new line to the specified text file.
    Given the way you output information, exporting as Csv doesn't do you all that much good.
    Cheers,
    Fred
    There's no place like 127.0.0.1

  • Precompile and page-check-seconds elements not working in 9.2

    Hi,
              I am coming across a very wierd error, and was wondering if anyone could help. We have a plain struts webapp deployed on weblogic 9.2.2, and i am trying to improve performance by adding the <precompile> and <page-check-seconds> tags to the weblogic.xml. Here is the relevant section:
              <jsp-descriptor>
              <debug>true</debug>
              <precompile>true</precompile>
              <page-check-seconds>-1</page-check-seconds>
              </jsp-descriptor>
              However, when the server starts up, I get the following error saying the precompile and page-check-seconds are not allowed:
              D:\bea92\user_projects\domains\ejDomain\applications\ej\WEB-INF\weblogic.xml:45:10:45:10: problem: cvc-complex-type.2.4b: Element not allowed: precompile@http://www.bea.com/ns/weblogic/90 in element jsp-descriptor@http://www.bea.com/ns/weblogic/90:<D:\bea92\user_projects\domains\ejDomain\applications\ej/WEB-INF/weblogic.xml:45:10>
              Could someone please help figure this out? All help is appreciated.
              Thanks,
              Vik.
              Edited by vshevde at 05/06/2008 12:55 PM

    Please replace <debug> with <verbose>.
              For more details, check documentation at
              http://e-docs.bea.com/wls/docs92/webapp/weblogic_xml.html#wp1038491

  • I am getting the following error: Unable to authenticate the package: B_SPACE_NUTRITION.itmsp                     ERROR ITMS-9000: "OPS/ibooks.ncx(5): element "content" not allowed yet; missing required element "navLabel"" at Book (MZItmspBookPackage)

    I am getting the following error when attempting to deliver my iBooks Author book package via iTunes Producer: "
    Unable to authenticate the package: B_SPACE_NUTRITION.itmsp
                        ERROR ITMS-9000: "OPS/ibooks.ncx(5): element "content" not allowed yet; missing required element "navLabel"" at Book (MZItmspBookPackage)"
    I understand that there's something wrong with the TOC file (.ncx), but I have tried everything and nothing seems to work. Every section of the TOC is labeled, so not sure why the navLabel issue is happenening.
    Any help is GREATLY appreciated! Thank you.

    Similar issues looks like. Are you using a template other than those in iBooks Author? That's what I did, and that was definitely part of the issue.
    After digging through .ibooks code for hours and still not seeing the problem, I decided to reach out to one of the Apple epub conversion affiliates in iTunes Connect. They said they could repair the file without a problem, started working on it, only to come back a week later and say they couldn't work on .ibooks or .iba files yet.
    So, in complete frustration, I decided to transfer my content page by page from the blank template I downloaded from a vendor online to one of the "textbook" templates in IBA. This was a long process as I had to unlock and clear out the formatting of the template. But, once that was done and content was transferred over, all was good. I submitted/delivered the same content and preview book within the new template and it went right through the first time (all metadata was exactly the same as well).
    Now, the iBookstore approval waiting process begins!
    Good luck!

  • Window 8.1 is not allowing Elements Organizer 11 to import pictures from SD card into Organizer

    After installing Windows 8.1, I am no longer able to import pictures from SD card into Organizer as Elements simply stops working after Import from Card reader is selected. Obviously I am shutdown from importing pictures.

    Windows 8.1 is not allowing Elements Organizer 11 to import pictures from SD Card in card reader into Elements Organizer. The Elements Program goes to a blue circle and the program times out.
    I have:
    Tried different SD cards
    Tried different card readers,
    I can import off files or folders. However card reader does not show up on this menu within Elements.
    There is obviously some workaround that could be contemplated BUT Elements Organizer cannot import from SD card in card reader and this is a very inconvenient situation.  It worked fine in Windows 8.0.
    I would appreciate a reply. Thank you.

  • ABAP Dictionary type FLTP is not allowed for screen element

    Hi Experts
    I tried to open VBFA in se16 and i got the message in the status bar like this , what does it mean. please explain.
    "ABAP Dictionary type FLTP is not allowed for screen element"

    Hi,
        This is from help
    ABAP Dictionary type FLTP is not allowed for screen element
    Message no. 37048
    <b>Diagnosis</b>
    The format of the ABAP Dictionary field is only for use within the ABAP
    program and cannot be used in the Screen Painter.
    <b>Procedure</b>
    The field cannot be used in screens. If you want to output the
    information in the field or assign a value to the field from the screen,
    you must use an intermediate field with an appropriate format.
    <b>Reward points</b>
    Regards

  • Elements 11 does not allow me to use Windows Mail to send photos

    I used to use element 7 to send photos to my friends, and the program understood that my default server was Windows Mail. I bought a new camera (Nikon D800) which has very large file sizes and Elements 7 could not handle these large files and I was advised by Adobe to buy Elements 11 and this program could handle these large files. The unfortunate thing is that when I tried to send photos to friends, it would not allow me to access my Windows Mail server and only showed Microsoft Outlook or Adobe Mail to choose from. I don't use either of these servers for my e-mails, but now I have this programs that does handle the photos from my new camera and allows me to organize and adjust my photos, but I can't send them to my friends with this program as it does not recognize Windows Mail as my default. how can I fix this!
    Renzo Valle

    Hi,
    Please refer to the following KB article to set up Windows Mail as your default client  <http://helpx.adobe.com/photoshop-elements/kb/freeze-or-error-no-email.html>
    Hope it works.
    Just in case it doesn't, please mention the following-
    1. Version of PSE
    2. Version of WLM
    3. OS you are on
    Thanks
    Andaleeb

  • Premiere Elements 12 will not allow me to add any more 'Default Text'

    Premiere Elements 12 will not allow me to add any more 'Default Text'. Being using it fine up until today! Created over 80 words so far for subtitles but for some reason it wont allow me today!!!

    Dave
    Thanks for the follow up. Interesting result.
    What is the specific Music Score that you used in the Premiere Elements 12/12.1 Mac Soundtrack that was limiting you in the number of words that could be included as text in the project's opened Titler?
    Please confirm
    a. Working in Expert workspace or Quick workspace?
    and
    b. Was the 12.1 Update in effect before and after you observed that the Music Score soundtrack removal resolved the issue of number of words limit in the Titler?
    and
    c. Did the Titler problem exist if you replace the Music Score soundtrack with a non Music Score music file?
    and
    d. If you moved the Music Score soundtrack to one of the numbered Audio Tracks, did the Titler problem exist?
    If you have no Music Score soundtrack in the project, create your title of 80 plus words in the Titler, close the Titler, and then bring the Music
    Score soundtrack to the project's Soundtrack, does that strategy work for you?
    The above information will help me to think about what happened in your case and give me more insight into how to prevent it happening to
    you in future projects.
    Thanks.
    ATR

  • Import not allowed on nodes of type element declaration

    I have 2 very simple transformation processes, consisting of:
    1. hit a web service
    2. filter the output
    3. transform into a variable of type defined by a schema document
    4. get the variable as a string
    5. call another web service and pass the string
    The processes are identical except for the variable type. One process works, the other fails when converting to a string. Here is the error message:
    <2005-10-25 11:33:40,627> <ERROR> <default.collaxa.cube.xml> ORABPEL-09500
    XPath expression failed to execute.
    Error while processing xpath expression, the expression is "orcl:get-content-as-string(bpws:getVariableData("OutputDocument"))", the reason is import not allowed on nodes of type element declaration.
    I can successfully use an xsl to convert the variable to a string, but when I utilize the assign activity, it produces the error above. Obviously, the schema files are different for the 2 variables, but I cannot see a problem. The schemas are both valid.
    Has anyone encountered this error?
    Thanks,
    Dave

    The cast does not throw an exception, but the resulting string is empty.
    The problem is that I do not understand the error message. I am not sure what import it is referring to.
    Thanks

  • Attribute 'bindingStyle' is not allowed to appear in element 'jxb:globalBin

    I am using JAXB version
    xjc version "2.0-b26-ea3"
    JavaTM Architecture for XML Binding(JAXB) Reference Implementation, (build 2.0-b26-ea3)
    I have defined an external binding file
    <jxb:bindings
    version="1.0"
    xmlns:jxb="http://java.sun.com/xml/ns/jaxb"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    schemaLocation="address.xsd" node="/xsd:schema">
         <jxb:globalBindings bindingStyle="modelGroupBinding"/>
              <jxb:schemaBindings>
                        <jxb:package name="com.oracle.test.address"/>
                        <jxb:nameXmlTransform>
                                  <jxb:modelGroupName suffix="Group"/>
                        </jxb:nameXmlTransform>
              </jxb:schemaBindings>
    /jxb:bindings>
    and my XSD is
    <?xml version = "1.0" encoding = "UTF-8"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://xmlns.oracle.com/address"
    xmlns:tns="http://xmlns.oracle.com/address">
    <xsd:element name="address">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="street" type="xsd:string"/>
    <xsd:element name="city" type="xsd:string"/>
    <xsd:group ref="tns:pinorzip"/>
    <xsd:element name="state" type="xsd:string"/>
    <xsd:element name="streetNext" type="xsd:string"/>
    <xsd:choice>
    <xsd:element name="phoneNumber" type="xsd:string"/>
    <xsd:element name="speedDial" type="xsd:int"/>
    </xsd:choice>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:group name="pinorzip">
    <xsd:choice>
    <xsd:element name="zip" type="xsd:positiveInteger"/>
    <xsd:element name="pin" type="xsd:positiveInteger"/>
    </xsd:choice>
    </xsd:group>
    </xsd:schema>
    When I try to generate Java classes for this XSD I get the following error
    [ERROR] cvc-complex-type.3.2.2: Attribute 'bindingStyle' is not allowed to appear in element 'jxb:globalBindings'.
    line 8 of file:/D:/Mahesh/webservices/JAXB/samples/address.xjb
    Failed to parse a schema.
    I would appreciate if anybody could point out as to why I am getting this error.
    Thanks,
    Mahesh.N

    Are you sure your version of Spring is being picked up?

  • I built an ad using layers saved it and then converted it to a jpeg. Now when I go into elements 11 to do anything else it will not allow to copy and paste to create a new layer. What am I missing?

    I built an ad using layers saved it and then converted it to a jpeg. Now when I go into elements 11 to do anything else it will not allow to copy and paste to create a new layer. What am I missing?

    You know that you lost the layers when you saved it as a jpeg, right? But you're saying you can't add layers to the jpeg now when it's open in the editor? Go to Image>mode and be sure it's RGB, for starters. Are all the commands in the Layer menu grayed out?

  • Anyone know how to fix this error: RROR ITMS-9000: "OPS/ibooks.ncx(5): element "content" not allowed yet

    Trying to publish an iBook and having major problems at the last step.  Here is my error message:
    Apple's web service operation was not successful
                        Unable to authenticate the package: B_SPACE_NUTRITION.itmsp
                        ERROR ITMS-9000: "OPS/ibooks.ncx(5): element "content" not allowed yet; missing required element "navLabel"" at Book (MZItmspBookPackage)
    Any advice??? 

    Similar issues looks like. Are you using a template other than those in iBooks Author? That's what I did, and that was definitely part of the issue.
    After digging through .ibooks code for hours and still not seeing the problem, I decided to reach out to one of the Apple epub conversion affiliates in iTunes Connect. They said they could repair the file without a problem, started working on it, only to come back a week later and say they couldn't work on .ibooks or .iba files yet.
    So, in complete frustration, I decided to transfer my content page by page from the blank template I downloaded from a vendor online to one of the "textbook" templates in IBA. This was a long process as I had to unlock and clear out the formatting of the template. But, once that was done and content was transferred over, all was good. I submitted/delivered the same content and preview book within the new template and it went right through the first time (all metadata was exactly the same as well).
    Now, the iBookstore approval waiting process begins!
    Good luck!

Maybe you are looking for

  • How to Provide File Path in MII 12 to access file located in Network Path

    Hi, How can I locate a file which is placed Network Path? Iam trying to access PDF file which is stored in Network Drive, I just want to open folder which contains all PDF files located in some Network Path on click of button. I tried all possibiliti

  • Vendor master record international address

    I have a client in Kazakistan with SAP release 4.7. They need to manage vendor master records in 3 languages (Kazak, English and Russian). How can I manage this with SAP?

  • Locate Quick Guide for installing Retail

    I am following a SAP Best Practice (Building Block Configuration Guide ) but I am unable to obtain the Quick Guide for installing Retail located on the DVD in Retail_US\Documentation\Retail_Quick_Guide_EN_US_V1603.doc Our DVD has been damaged,  I hav

  • ADSL Broadband keeps dropping out when trying to u...

    Hi, hope someone can offer some advice please. Our connection seems to have got a lot slower over the last few months (about 2.64 on a very good day) and now keeps dropping out when trying to use either the laptop or PS3. I have followed the advice o

  • Comment creer un PDF interactif sur dps

    Bonjour, SVP j'ai creé un formulaire interactif en pdf mais impossible de le lire sur dps (en faite quand je la lance l'apercu sur mon iPad pas de réaction). Pourriez-vous svp m'aider Merci