Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[riena-dev] PDE Problem by using Hessian API from Target Platform

Title: PDE Problem by using Hessian API from Target Platform
Hi,

It seems there is a problem in the PDE using classes in the workspace whose classes are provided by a bundle as JAR import. The bundle is located in the target platform. The classes cant be resolved until import the bundle from the target platform into the workspace.

Looks like related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=157375

A way to avoid this problem is that the bundle imports flat the classes instead as JAR.

Present this is a problem by the com.caucho.hessian bundle which provides its classes through the hessian-3.1.3.jar . This inhibits using the AbstactSerializerFactory.

I would suggest changing this to a flat import.


Alexander




Back to the top