Hi,

you can create your account here
https://issues.apache.org/activemq/secure/Signup!default.jspa

Cheers
--
Dejan Bosanac - http://twitter.com/dejanb

Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net


On Tue, Feb 16, 2010 at 9:37 AM, akos <akos.ba...@p92.hu> wrote:

>
> Sorry, but I don't have jira account. Is it possible to create a jira
> anonymously?
>
>
> Gary Tully wrote:
> >
> > thanks for the input. Can you raise an jira for this bug so it is not
> > lost?
> >
> > On 15 February 2010 13:35, akos <akos.ba...@p92.hu> wrote:
> >
> >>
> >> Hi,
> >>
> >> I've found a small bug in amq. The
> >> org.apache.activemq.util.IntrospectionSupport.findSetterMethod uses
> >> name.substring(0, 1).toUpperCase(). What is local dependent. For example
> >> in
> >> turkish locale we won't get setter for 'initialReconnectDelay', because
> >> the
> >> uppercase 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 archive at Nabble.com.
> >>
> >>
> >
> >
> > --
> > http://blog.garytully.com
> >
> > Open Source Integration
> > http://fusesource.com
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/Locale-dependent-reflection-methods.-tp27593878p27605040.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>

Reply via email to