Showing posts with label EAI. Show all posts
Showing posts with label EAI. Show all posts

Tuesday, July 08, 2008

uninstall applications which has process instace running or hanging WPS/WID

Most of us face this problem in development some times (sry most of the times :-) ) we are not able to uninstall application which has process instance running. you will not be able to terminate the process or stop. To overcome this, there is a solution which i found in WID forums thought of sharing good one. use the below command to do the uninstall of application

Go to u r bin directory and run this command

wsadmin -lang jacl -f ../ProcessChoreographer/admin/bpcTemplates.jacl -uninstall MyModuleApp
-force

In the place of MyModuleApp give your application name. This commands connects to the server and unistall the application.

Click here to the solution page at WID Forum

Wednesday, June 25, 2008

Quick publishing your application to Process server (using WID)

While doing development you will be changing lot of things in your code. To test those changes usually we used to restart the project.But WID(WebSphere Integeration Developer) has smart option, After completing your changes build the application.Go to problem tab you can see a message stating that your project has changed need to be reinstalled in server. Select the particular row, and right click there you will see a option called Quick Fix. This option will replace the files which has got modified. Your publishing process became faster now :-)