Giter Site home page Giter Site logo

Comments (2)

eed3si9n avatar eed3si9n commented on July 25, 2024

When I saw your output and also saw it reproduced on my machine, I thought about the same thing; however, ElemName always had toString overridden, and besides the case class should have toString built in.
I ran the example again (after cleaning the dirty jar I found last night) without fixing usaddress.xsd and here's what I got:

scala>  val shipTo = scalaxb.fromXML[ipo.Address](subject)
scalaxb.ParserFailure: parser error "`name' expected but {http://www.example.com/IPO}name found" while parsing /{http://www.example.com/IPO}shipTo/{http://www.example.com/IPO}name{http://www.example.com/IPO}street{http://www.example.com/IPO}city
^
    at scalaxb.package$.fromXML(scalaxb.scala:10)
    at .<init>(<console>:8)
    at .<clinit>(<console>)
    at .<init>(<console>:11)
    at .<clinit>(<console>)
    at $export(<console>)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at scala.tools.nsc.interpreter.IMain$ReadEvalPrint.call(IMain.scala:592)
    at scala.tools.nsc.interpreter.IMain$Request$$anonfun$10.apply(IMain.scala:828)
    at scala.tools.nsc.interpreter.Line$$anonfun$1.apply$mcV$sp(Line.scala:43)
    at scala.tools.nsc.io.package$$anon$2.run(package.scala:31)
    at java.lang.Thread.run(Thread.java:680)

from scalaxb.

 avatar commented on July 25, 2024

OK, now I see the problems that installing scalaxb with sbaz is causing.

Works if I use conscript to install scalaxb:

sbaz remove scalaxb
curl https://github.com/n8han/conscript/raw/master/setup.sh | sh
~/bin/cs eed3si9n/scalaxb
~/bin/scalaxb -p ipo usaddress.xsd

Happy days.

from scalaxb.

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.