Giter Site home page Giter Site logo

Comments (1)

danhaywood avatar danhaywood commented on June 17, 2024

Hmm, the error is "java.lang.NoSuchMethodError":

org.apache.isis.applib.services.repository.RepositoryService.persist(Ljava/lang/Object;)V

In 1.15.1 this changed to return :

apache/causeway@3076e5b#diff-8196527afd1ca8e3811cb1d65dcc931d

Looks like this causes the issue when running the quickstart against this version.

The stack trace I see is:


java.lang.NoSuchMethodError: org.apache.isis.applib.services.repository.RepositoryService.persist(Ljava/lang/Object;)V

	at org.incode.module.fixturesupport.dom.data.DemoData$Util.persist(DemoData.java:35)
	at org.incode.module.fixturesupport.dom.data.DemoData$Util.persist(DemoData.java:28)
	at domainapp.modules.simple.fixture.scenario.data.SimpleObject_data.persistUsing(SimpleObject_data.java:34)

so it's the fixturesupport library (still linked to 1.15.0 version of this API) that's failing.

The fix is to either (a) run against Isis 1.15.0, or (b) wait til I've released 1.15.1 of the incode platform which is linked to run against Isis 1.15.0

Thanks for reporting this.

from incode-platform.

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.