Howto operation advisor with Process Aspect Editor
Hi,
I'm trying to create a new operation advisor using ui interface. I've readed https://jazz.net/wiki/bin/view/Main/ProcessAspectEditorCreation#How_to_Create_a_Process_Aspect_E but i can't do it.
Where do i have to do the plugin? in client , server side or both.
When I installed it in server side, I could upload plugin, but not visual part.
When I installed it in local side, eclipse client, it didn't appear as operation advisor.
To do the plugin I implements:
1. One Operation advisor class
2. One OperationDetailsAspectEditor class
3. One IProcessAspectEditorFactory class
Can anyone help?, Any idea will be appreciated!!
Best Regards,
Ramn Cao
I'm trying to create a new operation advisor using ui interface. I've readed https://jazz.net/wiki/bin/view/Main/ProcessAspectEditorCreation#How_to_Create_a_Process_Aspect_E but i can't do it.
Where do i have to do the plugin? in client , server side or both.
When I installed it in server side, I could upload plugin, but not visual part.
When I installed it in local side, eclipse client, it didn't appear as operation advisor.
To do the plugin I implements:
1. One Operation advisor class
2. One OperationDetailsAspectEditor class
3. One IProcessAspectEditorFactory class
Can anyone help?, Any idea will be appreciated!!
Best Regards,
Ramn Cao
2 answers
Hello Ramon,
You need two plugins: one with the code for the advisor and one with the code for the UI parts (the factory and the aspect editor). The plugin with the code for the advisor should be added to the server. The plugin with the code for the UI should be added to the client.
Martha
Jazz Developer, Process Component
You need two plugins: one with the code for the advisor and one with the code for the UI parts (the factory and the aspect editor). The plugin with the code for the advisor should be added to the server. The plugin with the code for the UI should be added to the client.
Martha
Jazz Developer, Process Component
Hi,
I'm trying to create a new operation advisor using ui interface. I've readed https://jazz.net/wiki/bin/view/Main/ProcessAspectEditorCreation#How_to_Create_a_Process_Aspect_E but i can't do it.
Where do i have to do the plugin? in client , server side or both.
When I installed it in server side, I could upload plugin, but not visual part.
When I installed it in local side, eclipse client, it didn't appear as operation advisor.
To do the plugin I implements:
1. One Operation advisor class
2. One OperationDetailsAspectEditor class
3. One IProcessAspectEditorFactory class
Can anyone help?, Any idea will be appreciated!!
Best Regards,
Ramn Cao
Hello Martha,
Thanks a lot for your help. Today I installed the plugin correctly, well i have errors, but that's another story.
Best regards,
Ramn Cao
Thanks a lot for your help. Today I installed the plugin correctly, well i have errors, but that's another story.
Best regards,
Ramn Cao
Hello Ramon,
You need two plugins: one with the code for the advisor and one with the code for the UI parts (the factory and the aspect editor). The plugin with the code for the advisor should be added to the server. The plugin with the code for the UI should be added to the client.
Martha
Jazz Developer, Process Component
Hi,
I'm trying to create a new operation advisor using ui interface. I've readed https://jazz.net/wiki/bin/view/Main/ProcessAspectEditorCreation#How_to_Create_a_Process_Aspect_E but i can't do it.
Where do i have to do the plugin? in client , server side or both.
When I installed it in server side, I could upload plugin, but not visual part.
When I installed it in local side, eclipse client, it didn't appear as operation advisor.
To do the plugin I implements:
1. One Operation advisor class
2. One OperationDetailsAspectEditor class
3. One IProcessAspectEditorFactory class
Can anyone help?, Any idea will be appreciated!!
Best Regards,
Ramn Cao