Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to fix Incompatible types Required: java.lang.Throwable Found: org.ofbiz.core.entity.GenericEntityException?

Alok Singh March 8, 2017

I am trying to modify the permission scheme but I am facing a strange error as 

GenericEntityException is being shown as incomaptible type.

CaptureError.PNG

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Alok Singh March 8, 2017

This is beyond my imagination but after adding this error went away:

<dependency>
   <groupId>com.atlassian.ofbiz</groupId>
   <artifactId>entityengine-share</artifactId>
   <version>1.2.3</version>
</dependency>
<dependency>
   <groupId>com.atlassian.ofbiz</groupId>
   <artifactId>entityengine</artifactId>
   <version>1.0.67</version>
</dependency>
TAGS
AUG Leaders

Atlassian Community Events