Search:

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

Search: Search took 0.01 seconds.

  1. Spring Roo - Add finder to Every Row in list.jspx

    I have a finder created, findUserBySupervisoID. I want to take that finder and apply it to every row in list.jspx while taking one of the items (managerID) from list.jspx as the parameter for the...
  2. Replies
    0
    Views
    215

    Simple Join - Show two entities as One

    I have two tables...

    User
    • ID
    • Name
    • LName

    SystemUser
    • ID
    • Supervisor
  3. Replies
    0
    Views
    208

    Joining two tables

    I have a MSSQL database that I have reverse engineered and I am unable to change alter the database presently. The database has two tables for guests and both the same primary key (guests are...
  4. Replies
    0
    Views
    207

    Maven Error From Integration Tests

    I am using spring roo and attempting to run integration tests but I get the following errors when I try to run "perform tests" from the roo shell in STS. Any ideas what could be wrong, looks like...
  5. Replies
    0
    Views
    223

    Show Referenced Name instead of ID

    I have a table called people with a Primary Key column of ID and a column called supervisorID, which is a reference back to the same table referencing a person. I want to show the supervisorID as the...
  6. Replies
    7
    Views
    1,190

    Manually install from here.... ...

    Manually install from here....

    http://sourceforge.net/projects/jtds/files/

    then do an

    OSGI start --url file:

    with the location of the installed jar file typed in after "file:"
  7. Replies
    1
    Views
    306

    Add finder for each entry in list.jspx

    I am trying to add a button to each entry on list.jspx that acts as a finder from a different entity.

    I have a table called children with an ID(Primary Key) and Parent_ID(Foreign Key) and a table...
  8. Thread: Vaadin Install?

    by ericmc
    Replies
    0
    Views
    236

    Vaadin Install?

    My addons do not work through roo unless I manually install and do an OSGI start. I have stop trying to get addon list and related commands to work, and haven't had a problem manually installing...
  9. Replies
    2
    Views
    327

    Create Custom Controller & View

    I'm making a Spring Roo application. I'm using hibernate with a Reverse Engineered MSSQL DB and I want to create a different version of list.jspx (similar but features a WHERE clause) called...
  10. Replies
    1
    Views
    283

    How to Deal with no PK

    I'm working with a DB that has no Primary Key on a few tables. I know it is not how Roo likes to deal with DB's but I am unable to alter the table at all. Are there any other options with dealing...
  11. Search for a MSSQL JTDS driver online, download...

    Search for a MSSQL JTDS driver online, download it then do an "OSGI Start File:C:\\..." with the location of the download JTDS driver. Use the .jar file package inside of it. Hope this helps, I was...
  12. DBRE Concatentated Foreign Key Reference in List.jspx, show.jspx, & Create.jspx

    I have two tables, people and users. People has an ID(Primary Key), first name, and last name field. Users has an ID(Primary Key), Person ID(Foreign Key - related to people primary key), username,...
  13. Try manually installing the JDBC Driver. I...

    Try manually installing the JDBC Driver. I believe the MySQL connector can be found by searching for MYSQL connector java. Then type the command



    Addon search never returns anything for me and...
  14. Replies
    8
    Views
    732

    When I type the following into list.jspx I...

    When I type the following into list.jspx



    I get an internal error. and that "No message found under code 'label_com_mtc_test_test_testid' for locale 'en_US'". The id field I am trying to show...
  15. Replies
    8
    Views
    732

    I have the following for a very simple test. This...

    I have the following for a very simple test. This is in test.java. Roo did automatically delete what is in test_roo_jpa_entity.java and the code in DB_managed. However when I run it on the server...
  16. Replies
    8
    Views
    732

    Show ID field (Primary Key) in list.jspx

    I want to be able to show the id field (a primary key) of each entry in list.jspx and subsequently allow the user to enter their own id in create.jspx (down the road). Is this possible?
  17. Spring Roo DBRE Primary Key Insert / Update

    I have a table with a primary key that does not auto increment but is generated from user input. After setting up a web project is it possible to allow the user to insert or update this primary key...
  18. Replies
    0
    Views
    279

    Quick & Easy: Spring Roo DBO?

    I'm reverse engineering a Database in Spring Roo. The commands database reverse engineer --schema no-schema-required (the only schema option roo shell presents me with) and database introspect...
  19. Replies
    2
    Views
    1,331

    Were you ever able to resolve this issue? I have...

    Were you ever able to resolve this issue? I have run into the same exact thing and can not figure it out.
  20. Can't Search or Install Add-Ons from STS or Roo Shell

    I attempt the following command in the roo shell

    database reverse engineer --package ~.domain --schema PUBLIC

    and yield the following...

    Spring Roo automatic add-on discovery service...
Results 1 to 20 of 20