I follow instructions to remove roo from my project, it generates entities with all methods, it seems good.
Thanks for your helps.
Roogards ;)
Manuel
Type: Posts; User: manik971; Keyword(s):
I follow instructions to remove roo from my project, it generates entities with all methods, it seems good.
Thanks for your helps.
Roogards ;)
Manuel
Hello,
I have to make a comparison and analysis of differents frameworks to redo an application. So I develop many prototypes. First I chose SpringRoo framework.
I finished my Roo prototype and...
I have tried to run "gwt setup" command but it never works fine for me, some imports and class missing :s
Hello,
I have to deploy my roo application on Jonas server. The deployment is ok but the application bug. I think I have a problem with Jstl dependency.
jonas 4.8.6
Roo 1.1.4
stack trace :...
Yes thanks you, it looks very usefull :D
Hello,
It is possible to add a constraint between 2 attributs ?
example :
I have 2 attributs date in an entity, can I add a constraint like this : date1 > date2
Hello,
I don't find any solution to integrate charts in my Spring Roo project, so what's the best solution to integrate charts in a spring roo project ?
Maybe I can use JfreeChart..
Thank's a lot, it works when updating the column.tagx
Here is the solution
use the command to generate finder with multiple attributs : finder list --depth numberOfAttributs --filter att01,att02...
then use : finder add --finderName...
Hello,
I have a problem with date attributes in list views. attributes date & dateTimePattern are undefined, if I create a new project with a simple entity and a date field, it's works but in my...
I try with 1.1.4.BUILD-SNAPSHOT and it works, i don't know why but that's fine!
Hello,
I try to use finder but it doesn't work.
If I create a basic project (--database HYPERSONIC_IN_MEMORY --provider HIBERNATE) and add a finder (finder add ...).
The finder always return...
thank's a lot, it works!
Someone know where the insert query is used ?
Hello,
I work on a project with an existing database, I created a class according to my database :
@RooJavaBean
@RooToString
@RooEntity(identifierField = "PUBLISHER_ID", identifierColumn =...
with 1.1.4 snapshot, i took first link here : 1.1.4 downloads
With Hibernate or Eclipselink it's same result, it just created java files and no aj files, so there isn't attibuts in classes :s
...
I install Roo 1.1.3, regenerate a new bundle and I got this error :
with ECLIPSELINK persistence and oracle :
roo> database reverse engineer --schema OKARMA --package okarma
Updated...
If I use a persistence provider HIBERNATE, it just create java file :
com.dbre03.3 roo> database reverse engineer --schema OKARMA --package ~.okarma
Created SRC_MAIN_JAVA\com\dbre03\3\okarma...
Hello,
I have created my oracle bundle and I can use the command "database reverse engineer --schema mySchema". It works fine.
It created for each tables a java file, but there is no attributs,...
Hello,
In my project, For most entities I need to create finder which uses all entity attributs.
example: I have an USER entity with id_users, email and password attributs. i need to create a...
I made it by myself without using your plugin, but it can be useful for others things..
Solution:
I created different layouts (layouts.xml) using different set of menus (views/menu-admin.jspx...
It looks good, I'll try it. Thanks a lot!
Hello,
I have added a main menu in my application, I want to change the left hand menu in fonction of choices in main menu.
example : by default we are in the 'management' view, the left hand...
Hello,
I created my first Spring roo project and I want to use a javascript library to sort tables (http://www.kryogenix.org/code/browser/sorttable/).
Where can I put my file.js in my project ?...