I modeled the metamodel using the ecore tool and generated the Java classes. I would like to use it in my other application as a model library, using a .jar. I tried it, but I got an exception
[AppClassLoader@2f333739] error can't find fields of missing type privacyModel.PrivacyModelPackage
when weaving type com.security.model.validation.aspects.CreatePrincipalAspect
when weaving aspects
when weaving
[Xlint:cantFindType]
Hello from aspect
Tommica
PrincipalId: Tommica
[AppClassLoader@2f333739] error can't find fields of missing type privacyModel.PrivacyModelFactory
when weaving type com.security.model.validation.aspects.CreatePrincipalAspect
when weaving aspects
when weaving
[Xlint:cantFindType]
[AppClassLoader@2f333739] error can't determine methods of missing type privacyModel.PrivacyModelFactory
when weaving type com.security.model.validation.aspects.CreatePrincipalAspect
when weaving aspects
when weaving
[Xlint:cantFindType]
[AppClassLoader@2f333739] error can't determine methods of missing type privacyModel.PrivacyModelFactory
when weaving type com.security.model.validation.aspects.CreatePrincipalAspect
when weaving aspects
when weaving
I don't use xtext or sirius. I am trying to develop Java app which use ecore model as external library.