Community
Participate
Working Groups
On the MDR configuration page of the toolkit, there is a field labeled "Generated class name". This text is now used as the prefix on generated classes, such as for the query service and registration service, and is also used in config files. A better label for this field would be simply "Name" representing the name of the MDR. It would also be good to have this field validated to ensure that there is an initial capital letter and that there are no spaces in the name.
"Name" may be too general. What about "Data manager name"? I think you can have the logic to always capitalize the first letter. You don't need to ask the user to correct that.
Changed to use the name of the item being built. In this case I think "MDR" is the only possible choice, given that you can't use the toolkit and not at least select "query service", so the label is "MDR name". (Does this mean we should change the name of the toolkit in the docs from DM toolkit to MDR toolkit, given that it will definitely build an MDR?) Also, added a validator so that the MDR name follows the JLS naming convention for Java identifiers.
closing to cleanup bugzilla