1 Reply Latest reply on Aug 26, 2003 11:42 AM by macberry

    Decimal separator

    macberry

      Hello everybody!
      At first, thanks a lot for your wonderful product - I am
      highly impressed with jboss and jboss.net in particular...
      I have a question though: is there a simple way to configure the decimal separator in soap responses to my client? I thought it should respect my locale setting, but it doesn't seem so...
      If I miss something obvious, an RTFM could do... :+)

        • 1. Re: Decimal separator
          macberry

          some more precisions:

          when I return a double from my web service
          method everything is fine. the problem arise
          when I return a javabean which contains a double...
          I think I should modify the serializer parameters
          for this bean, but which one and how?