Re: Locale dependent reflection methods.

2010-02-16 Thread akos
(name.charAt(0)) what is local independent. Thanks, akos -- View this message in context: http://old.nabble.com/Locale-dependent-reflection-methods.-tp27593878p27593878.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- http://blog.garytully.com Open Source

Re: Locale dependent reflection methods.

2010-02-16 Thread Dejan Bosanac
of 'i' is not 'I'. I would suggest using Character.toUpperCase(name.charAt(0)) what is local independent. Thanks, akos -- View this message in context: http://old.nabble.com/Locale-dependent-reflection-methods.-tp27593878p27593878.html Sent from the ActiveMQ - User mailing list

Re: Locale dependent reflection methods.

2010-02-16 Thread akos
this message in context: http://old.nabble.com/Locale-dependent-reflection-methods.-tp27593878p27593878.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- http://blog.garytully.com Open Source Integration http://fusesource.com -- View this message in context

Locale dependent reflection methods.

2010-02-15 Thread akos
suggest using Character.toUpperCase(name.charAt(0)) what is local independent. Thanks, akos -- View this message in context: http://old.nabble.com/Locale-dependent-reflection-methods.-tp27593878p27593878.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Locale dependent reflection methods.

2010-02-15 Thread Gary Tully
/Locale-dependent-reflection-methods.-tp27593878p27593878.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- http://blog.garytully.com Open Source Integration http://fusesource.com