Status/Resolution/Reason: To Fix//Investigate
Reporter/Name(from Bugbase): Luis Majano / Luis Majano ()
Created: 09/29/2017
Components: Language, Java Integration
Versions: 2016
Failure Type: Others
Found In Build/Fixed In Build: /
Priority/Frequency: Normal /
Locale/System: / Core
Vote Count: 0
Currently createDynamicProxy only works when the interfaces to implement exist in the current lib paths. However, since we could eventually do createObject( "java", class, paths ), it proves to be consistent and provide the same *paths* argument to the creation of dynamic proxy.
So the enhancement is to add the classpaths argument to the createDynamicProxy() function to be in consistency with createobject(). As it stands, there is no way to achieve this and a complete detriment to java integration
Attachments:
Comments: