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...
Type: Posts; User: ericmc; Keyword(s):
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...
I have two tables...
User
• ID
• Name
• LName
SystemUser
• ID
• Supervisor
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...
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...
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...
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:"
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...
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...
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...
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...
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...
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,...
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...
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...
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...
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?
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...
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...
Were you ever able to resolve this issue? I have run into the same exact thing and can not figure it out.
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...