Hi Siva, I can’t help with the Eclipse IDE integration. Not even sure how well it works with latest MarkLogic. I do know that oXygen Enterprise edition provides excellent integration with MarkLogic.
Regarding displaying error messages: You could put a try catch inside your spawn-function, and return the error xml as result. Pass in the <result>true</result> option to spawn-function to make QC waits for errors. Another option would be to just monitor the ErrorLog while your code is running. You can do that from the Admin UI (Logs tab on the start screen), or you could look at this project that provides a Google Chrome plugin: http://github-search.demo.marklogic.com/detail/vlad-zapp/MLLogParser.json Note: not sure how up to date the MLLogParser project is.. Kind regards, Geert From: <[email protected]<mailto:[email protected]>> on behalf of "Mani, Sivasubramani (ELS)" <[email protected]<mailto:[email protected]>> Reply-To: MarkLogic Developer Discussion <[email protected]<mailto:[email protected]>> Date: Wednesday, January 6, 2016 at 11:50 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: [MarkLogic Dev General] Regarding error message display Dear Team, Is there any way to display error message in query console during spawn-function running and also kindly guide me how to debug the marklogic using eclipse ide. Thanks & Regards, Siva
_______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
