Errors when integrate my own emf model. #237
Replies: 1 comment 1 reply
-
|
Hi @Orangewithsugar , What did you adapt? How did you do the adaptation? Best |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, everyone~
when integrate my own emf model in coffee editor , I encountered the following problems:
Exception in thread "main" com.google.inject.CreationException: Unable to create injector, see the following errors:
An exception was caught and reported. Message: SemanticFileExtension is not a binding annotation. Please annotate it with @BindingAnnotation.
at [unknown source]
[Guice/MissingConstructor]: No injectable constructor for type JsonPatchHelper.
class JsonPatchHelper does not have a @Inject annotated constructor or a no-arg constructor.
Requested by:
1 : JsonPatchHelper.class(JsonPatchHelper.java:1)
at DefaultSessionController.patchHelper(DefaultSessionController.java:59)
_ for field patchHelper
at DefaultModelServerModule.configure(DefaultModelServerModule.java:99)
2 : JsonPatchHelper.class(JsonPatchHelper.java:1)
at DefaultModelController.(DefaultModelController.java:80)
_ for 9th parameter
at DefaultModelServerModule.bindThreadSafeModelController(DefaultModelServerModule.java:150)
3 : JsonPatchHelper.class(JsonPatchHelper.java:1)
at XXXModelResourceManager.(XXXModelResourceManager.java:36)
_ for 5th parameter
at DefaultModelServerModule.configure(DefaultModelServerModule.java:103)
4 : JsonPatchHelper.class(JsonPatchHelper.java:1)
at DefaultTransactionController.(DefaultTransactionController.java:80)
_ for 7th parameter
at DefaultModelServerModule.bindThreadSafeTransactionController(DefaultModelServerModule.java:212)
Learn more:
https://github.com/google/guice/wiki/MISSING_CONSTRUCTOR
2 errors
It's all about sourcecode so idk how resolve it..
BEST REGUARDS.
Beta Was this translation helpful? Give feedback.
All reactions