GithubHelp home page GithubHelp logo

Comments (6)

phax avatar phax commented on August 15, 2024 1

What JAXB implementation are you using on your side?
Statement from the JavaDocs of @XmlType on the namespace field:

Name of the target namespace of the XML Schema type. By default, this is the target namespace to which the package containing the class is mapped.

One NameType is in the namespace urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2 (see class package-info in that package) and the other one uses urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2. That how they should be differentiated. Seems like your JAXB implementation does not honor this namespace.

from ph-ubl.

jpaez147 avatar jpaez147 commented on August 15, 2024 1

You are right Sir. In the 2.1.10 version I had some problems in a test. But using the 2.2.2v I have not seen this problem.
However, In the android app some prefixes dissapears (for example: In UBLExtension the prefix ext) but it seems to be a jaxb impl jar problem

from ph-ubl.

phax avatar phax commented on August 15, 2024

Hi. I'm on vacation so I dont have a Laptop with me. Please look at class UBL21Reader (or UBL20Reader) for reading from various sources. Hth

from ph-ubl.

jpaez147 avatar jpaez147 commented on August 15, 2024

Hello. I have researched and the problem is on my side. Aparrently in android I cant read the namespace annotation inside @xmlelement (Jaxb), so it crashes with that.

Regards.

from ph-ubl.

jpaez147 avatar jpaez147 commented on August 15, 2024

At the end, I changed all child extends classes (for example TypeName) had the same xmltype name. So i modified it and it worked. I dont know if I will have any problem changing the names or commenting it.

Regards.

from ph-ubl.

phax avatar phax commented on August 15, 2024

I'm glad it could be resolved. The namespace prefixes are not part of the XML itself. They are just a shortcut for the real namespace URL. So it makes no difference to the content of the XML document if you call it hugo or ext :) It's basically just a short cut.
But you can supply a custom namespace-prefix-to-url map to the JAXB Marshaller so that it prints out nice documents!

from ph-ubl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.