Coder Social home page Coder Social logo

pack-backend-jpa's People

Contributors

jeanlouisboudart avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pack-backend-jpa's Issues

PrimeFaces upgrading issue

Why do we receive an error when upgrading PrimeFaces to elite version?
When compiling it's fine. Also the version shows the latest elite. But when I start the server, following issue occurs:

AccountLazyDataModel.class]:problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: org/primefaces/model/LazyDataModel

Any idea maybe?

Package it in a jar ?

Hi, is it possible to package it in a single jar and run it without a frontend? Meaning.. i want to have a jar file that reverse my db and generate the code every time i runs it, i am constanly making changes to the db and i have to re-compile again.

I try something like mvn package, but doesn't work

I only need this template, no frontend.

Regards.

Celerio is not working with SQL SERVER

Dear All,
I'm traying to generate a ‘Backend’ pack (with Spring) application with jaxio celerio, and i have a MSSQL (sql server) database, but the generator don't get any entity and generate the application like a have an empty database (i have a many tables in my database).
so please if you can help me with that, i think the new version of celerio is not working any more with sql server database.

Regards,
Lahcen

setting up my own dev db

Hi am trying to setup my own dev db for test cases how can i configure it in applicationContext-test.p.vm.xml because there only you guys have config for some H2 dump file

SearchParameters sorting doesn't work.

When using Controllers and overriding defaultOrder method to define custom ordering it doesn't work.

protected SearchParameters defaultOrder(SearchParameters searchParameters) {
}

I analyzed the code and the cause is in SearchParameters class.
There is a set defined for order by.
private Set<OrderBy> orders = newHashSet();

The solution for this issue is by initializing the set as linked hash set.
therefore
private Set<OrderBy> orders = newLinkedHashSet();

solves the issue.

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.