0
1

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:

<dependencies> <dependency> <groupId>com.axonivy</groupId> <artifactId>persistence</artifactId> <version>0.0.1</version> </dependency> </dependencies>

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's gravatar image

tuannv
(suspended)
accept rate: 0%

edited 27.11.2019 at 23:34

1

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.

(28.11.2019 at 03:04) Reguel Werme... ♦♦ Reguel%20Wermelinger's gravatar image
1

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?

(28.11.2019 at 03:08) Reguel Werme... ♦♦ Reguel%20Wermelinger's gravatar image

ok, let's me check

(28.11.2019 at 03:45) tuannv tuannv's gravatar image
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×147

Asked: 27.11.2019 at 23:05

Seen: 1,202 times

Last updated: 28.11.2019 at 03:53