Search:

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

Search: Search took 0.02 seconds.

  1. Thread: encoding

    by koszta5
    Replies
    1
    Views
    856

    solution #1

    Hi as it seems there has been a JIRA issued ticket for this ...

    The ORDER OF FILTERS IN WEB.XML is the key for half of the problem:

    0. security filter if you are using it...
    1....
  2. Thread: encoding

    by koszta5
    Replies
    1
    Views
    856

    encoding

    Hi I am using Spring Roo and I have a BAD problem with encoding...

    1. I know that I have a problem with request and response being encoded in ISO-8859-1 even though I need utf8
    2. I know what I...
  3. Replies
    1
    Views
    642

    solution

    Well,
    the solution is usually easier than I think. It was just enough to edit the toString method of the person class and that was it. Not too much trouble at all...
  4. Replies
    1
    Views
    642

    foreign keys mapping for roo

    Hi,
    I am using Roo for one of my projects... I have a table of children that looks like this
    ================
    ID_PARENT | ID_KID |
    ================
    4 | 3 |

    =>...
  5. Replies
    8
    Views
    2,154

    doesnt work

    This is a part of my class creating the report:

    private DataSource injectedBeanDataSource;

    public DataSource getInjectedBeanDataSource() {
    return injectedBeanDataSource;
    }

    public void...
  6. Replies
    8
    Views
    2,154

    holy crap

    Holy crap this is AMAZINGLY EASY!

    I love spring! It makes my Java life!
  7. Replies
    8
    Views
    2,154

    Sorry for the noob question (just learning this...

    Sorry for the noob question (just learning this amazing goodness called spring) how do I retrieve this bean after that in my java code? I need to set it as an argument for fillReport function...
  8. Replies
    8
    Views
    2,154

    get configured bean from applicationContext

    Hi i have configured bean:

    <bean class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close" id="dataSource">
    <property name="driverClassName"...
  9. Replies
    3
    Views
    786

    Yeah, it is not exactly the best solution but I...

    Yeah, it is not exactly the best solution but I got it working too. I think that I found a JIRA ticket for this issue (supposed to be resolved in 1.1.1) but I cant find the link to that right now. Oh...
  10. Replies
    3
    Views
    786

    custom converter

    Hi,
    I created a custom converter just to try it out in aspect.aj file but when I put it in my java file (that corresponds with the given aspect of course) it fails... ...
  11. Replies
    1
    Views
    587

    its all good

    Okey,
    so I just went and solved it with creating my own converter for Set -> String that worked...
  12. Replies
    1
    Views
    587

    convertor exception

    Hi, I have a roo build app and there is a small issue with one of the tables... If I try to add a new record to table (see SQL below) it dies on this:

    ...
  13. Thread: mysql FK

    by koszta5
    Replies
    1
    Views
    482

    oh oracle you killed me

    I am sorry solved it myself,
    just if anybody is also switching from oracle as me and gets stuck here =>

    check your db :( MySQL uses MyISAM database engine by default which makes foreign keys not...
  14. Replies
    1
    Views
    691

    roo addons after compile

    Hi just a small issue I got when I compiled the newest git clone of roo

    => I get a bunch of :

    [org.springframework.roo.felix [42]] ServiceEvent REGISTERED
    [Thread-2]...
  15. Thread: mysql FK

    by koszta5
    Replies
    1
    Views
    482

    mysql FK

    Hey,

    1. roo is amazing :)

    2. I am running a mysql server and I have foreign keys between my tables e.g.



    create table p_osoby (id_osoby INT AUTO_INCREMENT NOT NULL PRIMARY KEY,jmeno...
Results 1 to 15 of 15