Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    641

    I follow instructions to remove roo from my...

    I follow instructions to remove roo from my project, it generates entities with all methods, it seems good.

    Thanks for your helps.
    Roogards ;)
    Manuel
  2. Replies
    3
    Views
    641

    export entities & DAO to another project

    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...
  3. Replies
    2
    Views
    525

    I have tried to run "gwt setup" command but it...

    I have tried to run "gwt setup" command but it never works fine for me, some imports and class missing :s
  4. Replies
    2
    Views
    525

    Roo and Jonas fail

    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 :...
  5. Replies
    2
    Views
    494

    Yes thanks you, it looks very usefull :D

    Yes thanks you, it looks very usefull :D
  6. Replies
    2
    Views
    494

    business constraints

    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
  7. Thread: Add charts

    by manik971
    Replies
    0
    Views
    245

    Add charts

    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..
  8. Replies
    8
    Views
    1,277

    Thank's a lot, it works when updating the...

    Thank's a lot, it works when updating the column.tagx
  9. Replies
    1
    Views
    622

    Here is the solution use the command to...

    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...
  10. Replies
    8
    Views
    1,277

    undefined attributes date dateTimePattern

    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...
  11. Replies
    1
    Views
    511

    I try with 1.1.4.BUILD-SNAPSHOT and it works, i...

    I try with 1.1.4.BUILD-SNAPSHOT and it works, i don't know why but that's fine!
  12. Replies
    1
    Views
    511

    Bad finder results

    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...
  13. Replies
    3
    Views
    1,100

    thank's a lot, it works!

    thank's a lot, it works!
  14. Replies
    3
    Views
    1,100

    Someone know where the insert query is used ?

    Someone know where the insert query is used ?
  15. Replies
    3
    Views
    1,100

    insert problem - id 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 =...
  16. Replies
    14
    Views
    4,857

    with 1.1.4 snapshot, i took first link here :...

    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
    ...
  17. Replies
    14
    Views
    4,857

    I install Roo 1.1.3, regenerate a new bundle and...

    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...
  18. Replies
    14
    Views
    4,857

    If I use a persistence provider HIBERNATE, it...

    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...
  19. Replies
    14
    Views
    4,857

    Hello, I have created my oracle bundle and I...

    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,...
  20. Replies
    1
    Views
    622

    finder for all entity 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...
  21. Replies
    3
    Views
    787

    I made it by myself without using your plugin,...

    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...
  22. Replies
    3
    Views
    787

    It looks good, I'll try it. Thanks a lot!

    It looks good, I'll try it. Thanks a lot!
  23. Replies
    3
    Views
    787

    Different set of menu

    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...
  24. Replies
    2
    Views
    1,676

    how use JavaScript library

    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 ?...
Results 1 to 24 of 24