Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello Team,
1.Firstly, created an extension from java imported on thingworx.
2.Then deleted the extension and reimported the extension with some changes(after building and packaging extension in java).
3.But now the changes are not getting reflected it is showing the same old imported extension data and status.
What needs to be done on this?
Any help is appreciated
Try to delete the Extension, restart Tomcat and then reimport the Extension again.
This always did the trick for me.
Cheers,
Michael
Hi @vijay5.
If one of the previous responses helped to resolve your issue, please mark the appropriate one as the Accepted Solution for the benefit of others with similar issues.
Thank you for using our Community!
Regards.
--Sharon
Dear Michael
Thanks for the reply, we are still encountering issue.
We have tried some of the suggestions without luck. Is there another way without requiring a restart of the service?
Regards
V
For deployment so far, I've always needed a Tomcat service restart.
The classloader will be invoked on WebApp start - so the class definitions won't be changed until a restart is done.
Cheers,
Michael
Hi @vijay5.
Have you found a solution to your issue? If so, please either select the response containing the Accepted Solution or post your solution here.
Regards.
--Sharon