Community
Participate
Working Groups
Build Identifier: SUMMARY: Currently there is no confirmation dialog to ask the user if they want to overwrite already existing files. We have a lot of wizard within OEPE that ask for confirmation if a file is going to be overwritten. For example, if you want to recreate types in a certain package it should ask for confirmation if a user wants to overwrite files. Also, if you have 2 XSD files in the same directory or the JAXB types are being written to the same package then confirmation should be asked for overwriting files like: 1) jaxb.properties and package-info.java Reproducible: Always Steps to Reproduce: 1. Create OEPE web services project with lastest PS3 runtime 2. Create package under src 3. Copy XSD files to package 4) Create JAXB types from XSD file multiple times in same package 4a) Create JAXB types from 2 XSD files in same package Expected: dialog popped asking user if they want to overwrite files Actual: No confirmation dialog
*** This bug has been marked as a duplicate of bug 310893 ***