Questions Tagged With deploymenthttps://answers.axonivy.com/tags/deployment/?type=rss&user=SupportIvyTeamquestions tagged <span class="tag">deployment</span>enTue, 17 Jul 2018 07:28:11 -0400How do I find out from what .jar file my class gets loaded?https://answers.axonivy.com/questions/3356/how-do-i-find-out-from-what-jar-file-my-class-gets-loaded<p>In our project we encountered a problem where we had to re-deploy one of our web services.</p> <p>After changing the web service in Axon.ivy Designer and re-generating the code, we replace the .jar file in our deployment and restarted the engine again.</p> <p>Unfortunately, we couldn't see any of our code updates in the Engine. It seems that the Engine still has a copy of the old .jar file somewhere else in its path, but we can't find another copy.</p> <p>How do I find out where my updated class is loaded from?</p>SupportIvyTeamTue, 17 Jul 2018 07:28:11 -0400https://answers.axonivy.com/questions/3356/how-do-i-find-out-from-what-jar-file-my-class-gets-loadeddeploymentCan I share the classes from jar in my project with my dependent projectshttps://answers.axonivy.com/questions/1021/can-i-share-the-classes-from-jar-in-my-project-with-my-dependent-projects<p>I have a project "base" with a custom library e.g. "junit-4.11.jar" on the classpath. Therefore I can use the junit classes within this base project. </p> <p>In another project called "dependee" I have configured the "base" project as dependency. Therefore I can use classes (e.g. DataClasses) from the "base" project in the "dependee" project. </p> <p>But I can't re-use the classes from the third party junit library. Did I miss something?</p>SupportIvyTeamThu, 23 Oct 2014 15:00:36 -0400https://answers.axonivy.com/questions/1021/can-i-share-the-classes-from-jar-in-my-project-with-my-dependent-projectsdeployment