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....
Type: Posts; User: koszta5; Keyword(s):
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....
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...
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...
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 |
=>...
This is a part of my class creating the report:
private DataSource injectedBeanDataSource;
public DataSource getInjectedBeanDataSource() {
return injectedBeanDataSource;
}
public void...
Holy crap this is AMAZINGLY EASY!
I love spring! It makes my Java life!
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...
Hi i have configured bean:
<bean class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close" id="dataSource">
<property name="driverClassName"...
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...
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... ...
Okey,
so I just went and solved it with creating my own converter for Set -> String that worked...
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:
...
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...
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]...
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...