Code Monkey home page Code Monkey logo

Comments (3)

MathieuAA avatar MathieuAA commented on July 17, 2024

Hi,

It may have been caused by the bidirectionnal relationship between Job and Task.

Have a look at this example, detailing how it is implemented and handled by JHipster.

Hope it helps.

[Edit/Update:] The scheduler, in this case, doesn't know what the owner of the relationship is, that's why it fails. An enhancement would be to detect these kind of relationships (the bidirectionnal ones) and deal with them accordingly (it should either throw an exception, or find a way to overcome this obstacle to proceed with the scheduling).

from jhipster-uml.

tsukhu avatar tsukhu commented on July 17, 2024

Thanks a lot !! This fixed the issue..
Here is what I changed
hrapp_modifiedpng

However there is one thing missing though .. the AngularJS side code for the relationship for example the dropdown of the departments for the Employees .. I guess that is due to the missing "otherEntityField" attribute. Is that planned in the future ?

from jhipster-uml.

MathieuAA avatar MathieuAA commented on July 17, 2024

Happy to have helped you =)

You could have put 'jobs' in the many-to-many relationship (both cases are expected to work anyway).

I tested the creation an app using the last version of JHipster and the standard Q&A (I made a bidirectionnal relationship), and there is no other 'otherEntityField' by default (I guess there wouldn't be any with a unidirectionnal).
If you want, you can ask there if this feature can be implemented (or even better propose a PR).

I'm closing this thread as the original problem has been solved.

from jhipster-uml.

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.