Code Monkey home page Code Monkey logo

Comments (9)

steveschmitt avatar steveschmitt commented on August 12, 2024

Can you show the json that is retrieved from the server?

from breeze.server.net.

Prinsn avatar Prinsn commented on August 12, 2024

I'm not sure how much I can, due to proprietary whatever, but I'm not certain it's not metadata related.

I'm testing around the app to see what does still function, as creating a new entity in some places that has unpopulated navigational properties is not causing problems, and I can create some entities, but other entities are failing during creation steps of the following code.

    constructor(
        private entityManagerProvider: EntityManagerProviderService,

    private manager(): EntityManager {
        return this.entityManagerProvider.manager();
    }
    
    createEntity(config?: Partial<T>): T {
        const e = <T>this.manager().createEntity(this.entityTypeName, config);

When failing, it fails in the same manner.

I'm conferring about what I can submit regarding to the requested return.

from breeze.server.net.

Prinsn avatar Prinsn commented on August 12, 2024

Also, random hunch:

A common failure appears to be that the entity in question is a Table Per Hierarchy entity. I don't know if this is at all informative or useful.

from breeze.server.net.

Prinsn avatar Prinsn commented on August 12, 2024

Can you show the json that is retrieved from the server?

@steveschmitt
Removed

from breeze.server.net.

Prinsn avatar Prinsn commented on August 12, 2024

@steveschmitt Is it possible to remove a reference to the prior file, was asked to clean up some data.

Also I've been given permission to share other data for diagnostics but not on public forum, is there a professional contact with ideablade that I could reach out to?

from breeze.server.net.

Prinsn avatar Prinsn commented on August 12, 2024

Sanitized reupload
response.json.txt

from breeze.server.net.

steveschmitt avatar steveschmitt commented on August 12, 2024

My ideablade.com email name is steves

from breeze.server.net.

Prinsn avatar Prinsn commented on August 12, 2024

I have sent an email to steves at that domain, as jmmiller from bdo.

As I am on the free subscription I understand if I do not receive timely responses, and you can continue to prompt through this issue (so as to better facilitate other people that need help with such an issue coming in from searches) but that will likely be how I am going to be required to convey any sensitive details.

from breeze.server.net.

Prinsn avatar Prinsn commented on August 12, 2024

Per initial testing, Persistence 5.0.4 appears to have fixed this 🙏

from breeze.server.net.

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.