[MOBY-guts] biomoby commit

Lonny Montoya lxm at dev.open-bio.org
Sun Jun 25 02:09:22 UTC 2006


lxm
Sat Jun 24 22:09:22 EDT 2006
Update of /home/repository/moby/s-moby/dclient/src/org/semanticmoby/dclient
In directory dev.open-bio.org:/tmp/cvs-serv15129/dclient/src/org/semanticmoby/dclient

Modified Files:
	GraphSearchServlet.java InitServlet.java InvocationBroker.java 
	KeywordSearchAllServlet.java KeywordSearchServlet.java 
	OwlFileSplitterServlet.java ResourceEngagementServlet.java 
	ResourceInvestigationServlet.java ResultsDisplayServlet.java 
Added Files:
	ClientServlet.java 
Removed Files:
	Props.java 
Log Message:
several changes to error handling and logging,

fixed a bug in the logging system where the same static logger was being
used for different log files, which caused the logger to be re-initialized
every time it wrote to a different log file,
an instance of the logger is now used for each log file, which caused 
several changes to the code, so that the logger instance was no longer
referenced from a static context,

reformatted the logs to print out stack traces for logging statements
(usually error statements) that were generated as the result of an
exception

also, changed the printStackTrace statements in catches throughout the
code to log.error statements instead 


s-moby/dclient/src/org/semanticmoby/dclient ClientServlet.java,NONE,1.1 GraphSearchServlet.java,1.2,1.3 InitServlet.java,1.2,1.3 InvocationBroker.java,1.2,1.3 KeywordSearchAllServlet.java,1.2,1.3 KeywordSearchServlet.java,1.3,1.4 OwlFileSplitterServlet.java,1.3,1.4 ResourceEngagementServlet.java,1.2,1.3 ResourceInvestigationServlet.java,1.2,1.3 ResultsDisplayServlet.java,1.2,1.3 Props.java,1.1,NONE













More information about the MOBY-guts mailing list