Hi Ivy team, I've used axon ivy 7.3.1 with standard persistency library for CRUD app, every thing is ok so does the Axon ivy 7.4.0 still work with persistence lib or use other way to connect with database ? if not then how to work with 7.4.0 with hibernate model if it still can work with that lib , can you give a step to do that I tried configured in pom.xml file:
use maven build I get a error: Could not resolve dependencies for project my.app:my-app:iar:1.0.0-SNAPSHOT: Failure to find com.axonivy:persistence:jar:0.0.1 in https://repo.maven.apache.org/maven2 was cached in the local repository so How I do fix it ? Thank you guys asked 27.11.2019 at 23:05 tuannv |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 27.11.2019 at 23:05
Seen: 1,286 times
Last updated: 28.11.2019 at 03:53
you call it 'standard', while this is not an official library of the platform: The error state that this library does not exist in a standard maven repo. But was added with 'mvn clean install' or 'mvn deploy-file' goals.
hibernate works perfectly and there is ivy.core API to make interaction with hibernate simple. I'm not aware of any major change form 7.3.1 to 7.4.0 in the hibernate stack itself. We could look for java 11 issues. But first you should establish a clear understanding on the your maven dependencies in general. The stated additional dependency must out of your project context. So how should we know about its compatibility?
ok, let's me check