issue 2
(Original exception lost) reported by lparravi
- In com/googlecode/jj1/ServiceProxy.execute the catch block for Exception is
printing the stack trace of the original exception and raising a new
exception without any info on the cause. It should chain the cause with the
new instance. The attached patch chains the cause with the JsonRpcException
created.
In com/googlecode/jj1/ServiceProxy.execute the catch block for Exception is
printing the stack trace of the original exception and raising a new
exception without any info on the cause. It should chain the cause with the
new instance. The attached patch chains the cause with the JsonRpcException
created.
Jun 29, 2009
issue 1
(Remove System.out statements or use a logging library) reported by lparravi
- com.googlecode.jj1.server.Instropector is using System.out to print the
annotations of the service class. I think it would be better not to print
that info or use a logging library.
The attached patch removes the System.out statements.
com.googlecode.jj1.server.Instropector is using System.out to print the
annotations of the service class. I think it would be better not to print
that info or use a logging library.
The attached patch removes the System.out statements.