|
190 KB
|
81 KB
|
32 KB
@vasudev: I've marked this as "Support" -- so you may debug & explain the behavior.
In MongoStatement, following is the line where the exception is getting thrown.
throw new SQLException(retrieveJSErrorMessage(jsObj)); //line 307
Method MongoStatement.retrieveJSErrorMessage(Object) returns the only the error message from the NativeObject.
I have changed method call to MongoUtils.convertJsToDBObject , which returns the Document. I have used Document.toJSON method to return object as JSON string.
I have checked in my changes to the branch with svn 7184. Please review.
In MongoStatement, following is the line where the exception is getting thrown.
throw new SQLException(retrieveJSErrorMessage(jsObj)); //line 307
Method MongoStatement.retrieveJSErrorMessage(Object) returns the only the error message from the NativeObject.
I have changed method call to MongoUtils.convertJsToDBObject , which returns the Document. I have used Document.toJSON method to return object as JSON string.
I have checked in my changes to the branch with svn 7184. Please review.
Code checked-in to India trunk with svn 7198.
Code checked-in to India trunk with svn 7198.
Verified in ADS-18-DEVI-100.
Please refer: verify14349.png
Verified in ADS-18-DEVI-100.
Please refer: verify14349.png
Verified in ADS-18.0.-RC-15. Refer updated screenshot issue#14349.png
Error message is displayed with collection names
Verified in ADS-18.0.-RC-15. Refer updated screenshot issue#14349.png
Error message is displayed with collection names
Issue #14349 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build svn-7198 |
No time estimate |
@vasudev: I've marked this as "Support" -- so you may debug & explain the behavior.