I have a NoClassDefError in the following situation :
. I have a sample model and a VSP in my runtime
. the metamodels are in the dev workspace
. the VSP has a require-bundle to one metamodel plugin and an import-package to another one.
. I have a service class which declares a service which use a type of the imported package.
> The workspace class loading is not able to load the find the class from the imported package.
If I put back the VSP in the dev worskpace, it seems I have no issue, the service is found.
I have a NoClassDefError in the following situation : . I have a sample model and a VSP in my runtime . the metamodels are in the dev workspace . the VSP has a require-bundle to one metamodel plugin and an import-package to another one. . I have a service class which declares a service which use a type of the imported package. > The workspace class loading is not able to load the find the class from the imported package. If I put back the VSP in the dev worskpace, it seems I have no issue, the service is found.