Open rajamohamed opened 2 years ago
Welcome @rajamohamed š ,
the steps you've described seem to be correct. You did build both core-tools and assist-server Jars right? Did you use the SDK in a Java IDE (like Eclipse) to build your new service? If there is a dependency issue it should show up before the upload š¤ .
There is another method to add Jars I've described a few weeks ago in another issue: https://github.com/SEPIA-Framework/sepia-docs/issues/204#issuecomment-1254738535 Maybe this can make things a bit easier.
Hi, Thank you for this SEPIA Framework. I am trying to use it to have a chat robot that will answer to my questions :) Now, I am trying to add a new dependency inside the sepi-assist-server or the sepia-core-tool So I have modified the pom.xml and I have build the jar.
Then I have replaced the old jar of sepia-assist-API-2.7.0.jar and sepia-core-tools-2.3.0.jar. Then I boot SEPIA server with the run-sepia.bat and all works fine.
But when I try to upload my new service by adding this annotation
It throws this error
2022-11-16 17:41:29 [main] INFO HttpTools - RESULT: {"result":"fail","error":"ERROR: Class 'CRAApprouval' - Compile errors: \nstring:\/\/\/net\/b07z\/sepia\/sdk\/services\/uid1003\/TestQA.java - Line 3: package io.camunda.zeebe.spring.client does not exist \nstring:\/\/\/net\/b07z\/sepia\/sdk\/services\/uid1003\/TestQA.java - Line 30: cannot find symbol\n symbol: class EnableZeebeClient \n"}
Can you please help me how to manage dependencies ?
Thank you in advance.