Application having uima-core.jar in WEB-INF\lib is deployment in osgi equinox container failing -


i have created nlp application having few rest layers start aggregate engine of uima. uima-core.jar present in web-inf\lib of application.

first time deployment successful , bundle (applcation) activated in osgi container. 2 cases observed while changing code , redeployment of application 1> if uima application executed once in osgi container redeployment of application failing (means during redeployment bundle installed not activated) , entire osgi container restarting 2> if uima application not executed anytime , if change code of application , redeploy redeployed successfully.

can please let me know how resolve issue in case 1.

thanks binit sinha


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -