Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    543

    Actually I still do not see any differences but...

    Actually I still do not see any differences but solved by changing MySQL column collation from utf8_general_ci (case-insensitive) to utf8_bin.
  2. Replies
    1
    Views
    543

    Case Sensitive Finders

    Hi there guys,

    When I list finders of an object (here I call "Short") using command

    finder list --class com.turkcellteknoloji.kisalt.domain.Short


    I see something like that:

    ...
  3. Replies
    5
    Views
    2,478

    Interestingly, started not to pop up after a few...

    Interestingly, started not to pop up after a few restarts. Now imho no need to file a ticket in Jira.

    Thanks anyway.
  4. Replies
    5
    Views
    2,478

    I've unchecked that box however it is still...

    I've unchecked that box however it is still launched on startup.
  5. Replies
    5
    Views
    2,478

    He's right. I can not find a way to disable...

    He's right.

    I can not find a way to disable dashboard autorun, too.
  6. Any answers? i'm looking for a way to save...

    Any answers? i'm looking for a way to save entity-specific methods in a file.
  7. Creating custom finders or something like that.

    Hi guys.

    I am creating custom finders which have return type other than javax.persistance.Query in my Roo project. (using roo commandline and editing in STS)

    However, when I place this finders...
  8. Excluding index page from urlrewrite rule on root

    Hi guys. Here is the simple explanation of the problem:


    I have a controller RedirectController so that I want to handle everything like http://mydomain/**

    However, I still want to redirect...
  9. Thank you Ben.

    Thank you Ben.
  10. Replies
    2
    Views
    1,063

    Oh I see, I was expecting something like that....

    Oh I see, I was expecting something like that. When exactly 'version' field is created physically on my MySQL database? I can't see it from phpmyadmin management interface, and does not exist in the...
  11. Thanks for the answer :) SOLVED

    Thanks for the answer :)

    SOLVED
  12. Replies
    2
    Views
    1,063

    'Version' field in mysql

    In phpadmin, I do not see any field such as 'version', however scaffolding controllers request for a 'version' column from db and I observed that it exist when I connect with HeidiSQL client.
    ...
  13. How to create auto-increment ID fields?

    I want to create primary key on an entity named 'id'. I want it to be 'java.lang.Long' and I want it to have an auto increment value generator on new persisted objects. Any ideas?
  14. How to remove a field? Difference between field reference and field other?

    Let's say you have created a field on an entity and now you want to remove it. Which roo command you should use?

    Another question is (sorry for 2 QNs in one thread) what is the difference between...
Results 1 to 14 of 14