Community
Participate
Working Groups
If I deploy a DD with SQL bindings using the workspace:// URI format, the resulting -bnd.xml file should have SQL bindings that have the hardcoded information. Meaning: the workspace:// URI should be used to look up the connection profile, and use it to figure out the information to place inside the -bnd.xml file. The workspace:// URI is meaningless outside the IDE test environments, the deployed application needs the real information.
Are we officially supporting the workspace:// binding type in the .7 release, and if so, should this become a P1 enhancement, or a high severity defect?
I don't think this is critical to support in 0.7, just a "nice to have". If you look at REST bindings, there's nothing deployment can do with a workspace URI.
Created attachment 205005 [details] Patch Here is the patch. Thanks.
This fix is in, resolve this. Thanks.
Verified