Community
Participate
Working Groups
In the egldd editor Resource Binding tab. After pressing add REST there is a browse button that returns an interface or service type. In EDT the resource binding name is no longer a Part name it's a variable name see 358310 and 358309. It would be best to just remove the button and let the user enter a name. The name will need to be a valid EGL identifier.
Joe - can the user specify anything they want (spaces, slashes, etc) for the bindingKey property of @Resource? If so then we should not prevent such characters from being manually entered. I think that we should only remove invalid identifier characters when we default the binding name (like with the SQL binding wizard).
Justin is correct, if the user wants to use @Resource{bindingKey="mm nn%@/"} that is legal so we should not add any validation to this page, we should simply remove the button.
The browse button has been removed, and we also now validate that the binding name is not blank. Modified: NewWizardMessages.java NewWizardMessages.properties RestBindingWizardPage.java
verified