Giter Site home page Giter Site logo

Comments (4)

eed3si9n avatar eed3si9n commented on July 25, 2024

This is still an open issue. Currently there is no work around but to change the schema.

There are several approaches for the fix:

  • treat all fields as a list of rt.DataRecord[Any], similar to the way mixed content was implemented.
  • split the case class in chunks of 20 particles.
  • store the first 20 particle particle as field, and rest as List[rt.DataRecord[Any]]

from scalaxb.

retronym avatar retronym commented on July 25, 2024

I was just about to ask the same question, ad found this issue. Could you clarify your answer, perhaps with an example on the home page? It's important for people to know up front about these limitations, especially when dealing with legacy schemata that can't be modified.

from scalaxb.

eed3si9n avatar eed3si9n commented on July 25, 2024

Updated the above scribble. I should probably let the scalaxb blow up with error messages when it detects >22 params, or implement one of the fixes.

from scalaxb.

eed3si9n avatar eed3si9n commented on July 25, 2024

I implemented a two-pronged solution. For elements, if they exceed 20, they will be split into sequences of tens. For attributes, I can't do much because they may be overridden in the derived type, so it will blow up in error if it detects >22 params. This would also catch the situation where params exceed 22 by combination of elements, attributes, and sequences.

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.