Capella studio java.lang.NoClassDefFoundError [message #1822136] |
Thu, 27 February 2020 12:56  |
Eclipse User |
|
|
|
Dear all,
I am actually working on a viewpoint that extends the physical architecture page and add a section containing at least one activity.
I am trying to open the diagram editor programmatically after pressing the link of the activity in the activity explorer.
After generating the viewpoint to start working on the activity explorer and fill generated stubs with my business code, I noticed that there is messing plugins like sirius ui plugin that contains the DialectUIManager and the capella common helpers plugin that contains the TransactionHelper
The two classes that help me create the representation and execute it to be able to open the editor are missing in this case.
However, I could find the two plugins in the capella studio plugins folder and I have added them to the build path of the activity explorer generated project.
After coding the editor opening part with no compiler errors, I'm having troubles during run-time of the capella project.
Actually, when I click the activity link, I get the error below and nothing happens after that.
!ENTRY org.eclipse.ui 4 0 2020-02-27 18:42:02.948
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NoClassDefFoundError: org/polarsys/capella/common/helpers/TransactionHelper
Personally, I think that comes out because of the messing plugins in the generated projects of the view point.
Is there any explanation for that?
Soulimane.
|
|
|
|
Powered by
FUDForum. Page generated in 0.31066 seconds