FYI: I fixed the cast in SVN. G
On Tue, Oct 9, 2012 at 5:43 AM, Gary Gregory <[email protected]> wrote: > I do not think the fix is quite right, the cast to ObjectMessage should > be to Message instead, in Category.java. (on my phone, can't copy paste the > right stuff here, sorry). > Gary > > On Oct 9, 2012, at 2:26, Ralph Goers <[email protected]> wrote: > > Something was calling one of the methods that converts the incoming String > to an ObjectMessage and then calling forcedLog, which then was wrapping > that with another ObjectMessage. > > Ralph > > On Oct 8, 2012, at 7:38 PM, Gary Gregory wrote: > > This is not right (in trunk, I am not sure about what happens in the beta2 > RC): > > I am seeing this log output in my app which uses Apache Commons VFS 2.0: > > 2012-10-08 22:31:47,281 [main] INFO : ObjectMessage[obj=Using > "C:\Users\ggregory\AppData\Local\Temp\vfs_cache" as temporary files store.] > > With plain 1.2, I saw: > > 2012-10-08 22:31:47,281 [main] INFO : Using > "C:\Users\ggregory\AppData\Local\Temp\vfs_cache" as temporary files store. > > Gary > > -- > E-Mail: [email protected] | [email protected] > JUnit in Action, 2nd Ed: <http://goog_1249600977/>http://bit.ly/ECvg0 > Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > > > -- E-Mail: [email protected] | [email protected] JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0 Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
