Hello,
We are working with MyEclipse 4.1 and WebSphere 6.0.2
Our goal is to debug the application with MyEclipse.
For that purpose we followed the instruction from the following document: http://myeclipseide.com/enterpriseworkbench/help/index.jsp?topic=/com.genuitec.myeclipse.doc/html/quickstarts/appservers/index.html
In brief: After we installed the ear file (via the admin console after deployed as packaged from IDE), we deployed the application onto the appServer, but this time as exploded application.
The result of the above is:
1) The single ear file (first deployed) from installableApps folder has been deleted (OK)
2) The ear file has been exploded (second deployment) to ..\installedApps\{NodeName}\{appName} folder (OK)
The problem occurs since the deploy process doesn't generate the stub files (and we know that MyEclipse doesn't support this by definition) and no binding occurs for any session bean, i.e. the java code that calls Context.lookup("ejb/MySessionBeanFacade") always fails!
What should we need to do in order to be able to debug the application via MyEclipse?
BTW: Prior to MyEclipse, we used to develop with RAD and the deployment was done from within the IDE. Even though, MyEclipse is our preferable IDE...
Another (small?) question:
It seems that Hot-Sync (Enterprise Sync-on-Demand Development feature) doesn’t work in our machine. Although changes to code is reflected immediately with the deployed code on the server, a dialog box from MyEclipse appears and claims that the VM doesn’t support this hot changes.
Do you have any idea?
THANKS.
simon |