Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] javax.persistence class cannot be resolved - It is indirectly referenced from required .class files

> *javax.persistence and the EclipseLink bundles need to be included as Require-Bundle, not Import-Package 
> and if the bundle that requires them is used by another, it also needs to be included with Require-Bundle

this is just a guess - p2 bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=360659 

may be related. AFAICT p2 does not support attributes in Import/Export-Package such as ;jpa="2.0" in 

Export-Package: javax.persistence;version="2.0.3";jpa="2.0"

Regards
Jan



Back to the top