Search:

Type: Posts; User: piskovyy; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    12
    Views
    1,849

    Hi, Thank you so much for sharing. I was...

    Hi,
    Thank you so much for sharing.
    I was going to implement something like this today.

    look at workaround about `size` field

    ~.domain.Icon roo> field numbert --fieldName size -
    Command...
  2. Replies
    2
    Views
    1,012

    The bug there: public class...

    The bug there:


    public class StringHttpMessageConverter extends AbstractHttpMessageConverter<String> {
    public static final Charset DEFAULT_CHARSET = Charset.forName("ISO-8859-1");

    Why is...
  3. Replies
    2
    Views
    1,012

    Fixed by HttpHeaders responseHeaders = new...

    Fixed by

    HttpHeaders responseHeaders = new HttpHeaders();
    responseHeaders.add("Content-Type", "text/html; charset=utf-8");
    return new ResponseEntity<String>(check.toJson(), responseHeaders,...
  4. Replies
    2
    Views
    1,012

    json&unicode problem

    Hi,

    I have a problem with unicode for json.

    I've created test project:

    project --topLevelPackage com.test.roo --projectName jsonunicode --java 6
    persistence setup --provider HIBERNATE...
  5. Replies
    3
    Views
    1,235

    OK, thanks I'll try to make it. -- Regards, ...

    OK, thanks
    I'll try to make it.

    --
    Regards,
    Andriy
  6. Replies
    3
    Views
    1,235

    'addon create i18n' does not work

    Hi!

    I try to add russian language by the command:
    addon create i18n --topLevelPackage com.mif.server --locale ru --messageBundle i18n/messages_ru.properties

    and get the following:
    Command...
Results 1 to 6 of 6