Community
Participate
Working Groups
Created attachment 174883 [details] Patch file for new Ear module creation Steps to recreate bug: 1. File->New -> Enterprise Application Project 2. In the new Ear project wizard, -enter "MyEarProject" as the project name; -uncheck "use default" in the content section; -enter c:\javasource\MyEarProject in the directory field; -click Next. 3. Click New Module... 4. Uncheck “Create default modules”. 5. Click the "Web" radio button and click Next. 6. In the new web project wizard, -enter "MyWebProject" as the project name; -uncheck "use default" in the content section; -enter c:\javasource\MyWebProject in the directory field -click Next. 7. Click Finish. Click Finish. MyEarProject is created in C:\javasource\MyEarProject location, which is correct, But MyWebProject is put in your current workspace folder, which is not correct. (Note: this bug also occurs when any other module type radio buttons is selected in step 5) The patch file included fixes the issue by preventing the new wizards properties from being improperly over-written.
this is the same fix as the 305P bug 320536
approved
code checked into head for WTP 3.2.2