Questions tagged [roo]

Please use either spring-roo or roo-gem

104 questions
0
votes
1 answer

Spring Roo: Unable to perform reverse engineer in SqlServer: connection reset

I'm trying to reverse engineer a sqlserver database, but unfortunately I got stuck when executing the following command: database introspect --schema dbo The result after a few seconds: Connection reset I have successfully configured the database…
jonbondani
  • 69
  • 8
0
votes
0 answers

Spring ROO build error: no tools.jar , jdk7, pom.xml

every pioneers, I want to try to build Spring Roo 2.0.0.M2(http://projects.spring.io/spring-roo/) with its saying of STS 3.7.0 and JDK 1.7.0_45, and I couldn't find the solution even according the post on other sites or on " Builds failing after…
0
votes
1 answer

Roo::spreedsheet can not open excel file

I'm trying to open excel file with Roo::Spreadsheet But it does not work. workbook = Roo::Spreadsheet.open(file) My file's xls extension. I can read it only when i open the file on my machine and i save as (.xls). The thing i can not understand is…
ayoubben
  • 35
  • 1
  • 2
  • 10
0
votes
1 answer

Ignoring diectories when using Spring Roo

Do you know if there's a way to ignore directories when using Spring Roo? We are currently developing a project with roo, and we would like roo to ignore the CVS folders... Thanks!
kike
  • 2,105
  • 2
  • 13
  • 5
0
votes
1 answer

How can I save blank characters when importing excel file using roo?

I'm getting errors when I import an excel file when a cell is blank, I need to be able to save " " select * from clients where doc_nat = '1234' Insert into clients (doc_nat,name_nat,doc_jur,name_jur) values ('1234','cr7','','') select * from…
Carlos Morales
  • 1,137
  • 3
  • 15
  • 38
0
votes
0 answers

How to reduce the time of execution ruby/cucumber script

Basically below is my code,I try to verify every element from the excel sheet is present in the web page or not(Data is displayed in table format in web page). If it not there , the cell will be colored red else green. this code takes much time to…
RPD
  • 47
  • 8
0
votes
0 answers

Rails not saving all attributes to database Roo gem not reading values correctly

I am trying to retrieve some data from an excel 2010 workbook and store into sqlite3 database with Rails and Roo gem. The application is not saving all the attributes to the database as I want. Here is my import method in the Beneficiary model def…
Awa Desmoline
  • 495
  • 4
  • 26
0
votes
1 answer

Spring roo 1.3.2 throws NullPointerException when deployed (war) -> ajc$interMethodDispatch1

Very similar to this 2011 unanswered post It's very strange, when I run the application in eclipse (debugging or not) it works just fine. The problem comes when ever I try to use the application with a deployed the war. I just execute perform…
elysch
  • 1,846
  • 4
  • 25
  • 43
0
votes
1 answer

How to get "Roo support" to show up in Spring menu in STS

New STS user here... I was told that I need to add roo support into my STS (Spring Tool Suite) ide. I was told to do it under Window -> Preferences -> Spring -> roo support. Problem is, I don't have a selection called "roo support". My menu goes…
jm8
  • 1
0
votes
1 answer

Getting current row when reading each row in Roo

I'm currently using roo to read a set of spreadsheets. I'd like to be able to skip certain rows when I itterate over each one (to skip header rows, etc). Is there any way to do this? I figure I could just use an index in the loop, but I was…
neanderslob
  • 2,633
  • 6
  • 40
  • 82
0
votes
1 answer

Undo manage webmvc-config.xml Can't get Type details

Tried to use gvNIX to create datatables for my domain model. Followed the quickstart on github, with modifications for my problem domain. Everything runs OK until I get to: ~.domain.Profile roo-gvNIX> web mvc datatables add --type ~.web.Profile…
Ariel T
  • 2,879
  • 1
  • 21
  • 21
0
votes
1 answer

How do I use Spring Roo for referenced data

I’m new to Spring Roo and looking to build an application. I need to have combo boxes to select values into string fields – a fairly common requirement. The Spring Roo Pizza example shows this using enumerated data types enum constant, but I…
MaybeWeAreAllRobots
  • 1,105
  • 2
  • 9
  • 12
0
votes
1 answer

Spring ROO change panel width

I hate to ask this because it must be a very simple answer. I'm running a Spring ROO-generated application, and I want to change the panel width of the main body. I plan to add a tile to display on the right side of the panel. I know that the…
DAJ
  • 1
0
votes
1 answer

How to store current & last values from excel spreadsheet

I have a working dashing setup (using roo) that reads an excel spreadsheet to display a customer satisfaction score. I'd like to implement the percentage change plus and up or down arrow indicating which way we are going. I have a test…
0
votes
1 answer

How to use gvNix Typical security? Getting started does not work

One of my requirements is to implement authentication while developing with Spring Roo. I found the gvNix and it's Typical security and it looks very promising. Yet, following the example at Typical security - getting started I could not get it to…
dhmc
  • 193
  • 1
  • 15