jcricket / gwt-syncproxy

Provides Synchronous and Asynchronous access to GWT-RPC servlets from Java and Android
http://www.blueesoteric.com/open-source/gwt-syncproxy
Apache License 2.0
23 stars 14 forks source link

Prints a warning to standard error #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Use sync proxy with a class that does not have a serialization policy
2.See the warning printed to standard error
3.

I am using this in a CLI and do not want anything going to standard error other 
than what I write to standard error

What is the expected output? What do you see instead?
The expect output would be nothing.  I expect this to go to a log that can be 
controlled.

What version of the product are you using? On what operating system?
0.31

Please provide any additional information below.
I have a quick fix that routes the warning to a logger instead of standard 
error.

Contact me
brian.mason@netapp.com

Original issue reported on code.google.com by f64ph...@gmail.com on 18 Oct 2012 at 2:00

GoogleCodeExporter commented 9 years ago
The next release will be utilizing util.Logger for all appropriate information 
for both POJ and Android systems(LogCat).

Original comment by p.pr...@blueesoteric.com on 29 Dec 2014 at 3:10

GoogleCodeExporter commented 9 years ago

Original comment by p.pr...@blueesoteric.com on 29 Dec 2014 at 3:16

GoogleCodeExporter commented 9 years ago
Removal of System printouts from the gwt-syncproxy and Android library core and 
conversion to Java Util logging completed.

Original comment by p.pr...@blueesoteric.com on 2 Jan 2015 at 2:10

GoogleCodeExporter commented 9 years ago
SyncProxy library version 0.5 is now available

Original comment by p.pr...@blueesoteric.com on 11 Jan 2015 at 4:32