Ramesh Reddy created OLINGO-925:
-----------------------------------
Summary: EdmxReference package is in both commons-api and
Server-api
Key: OLINGO-925
URL: https://issues.apache.org/jira/browse/OLINGO-925
Project: Olingo
Issue Type: Bug
Components: odata4-commons, odata4-server
Affects Versions: (Java) V4 4.1.0
Reporter: Ramesh Reddy
Priority: Blocker
Fix For: (Java) V4 4.2.0
After the build, EdmxReference class is in both "commons-api" and "server-api"
jar files. This leads to class loader issues when EdmxReference is used in the
code.
This is due to "bundle" package mechanism, depending upon how it configured, it
will pull packages from other modules to be complete.
The solution here is to use the distinct package names.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)