Roo 3 « Roo « Spring Q&A





1. ajax in Spring Roo    forum.springsource.org

2. Roo PetClinic m:n relationships    forum.springsource.org

I ran the clinic.roo example and the m:n relationships does not create the following table (I got this from with the Spring Framework PetClinic example) CREATE TABLE vet_specialties ( vet_id INT(4) ...

3. Spring ROO development process definition    forum.springsource.org

Spring ROO development process definition Hi all. we planed build realy big web site. For main technologys I whant use Spring Roo with Hibernate. But I can't find development process for ...

4. EAR creation in Roo    forum.springsource.org

We need to create Java EE applications (EAR files) in order to deploy them in Java Application Servers (WebSphere Application Server, for instance) Why Roo doesn't allow within the command line ...

5. roo, @RequestMapping, and urlrewrite    forum.springsource.org

roo, @RequestMapping, and urlrewrite roo configures the webmvc-config.xml to scan for Controller annotations, So that encourages us to declare our controllers and request mapping with annotations. roo also installs urlrewrite.xml, which ...

6. Roo 1.0.1 Download?    forum.springsource.org

7. [roo-394]    forum.springsource.org

Hello Rooers I just stumbled over the release notes of roo 1.0.0.RC4 and saw the entry ROO-394 [ROO-394] - Roo should facilitate creation of Repository interface and classes as per DDD ...

8. Roo License    forum.springsource.org

Sorry for this thread, I didn't found the Roo License in any document. Which is the License for Roo? Which is the recommended license for third party addons? Thanks

9. very minor mistype in roo documentation    forum.springsource.org

I need to create this post in order to have a Spring Forum Reference to include in a jira I just created. The jira reads as follows: In "Spring Roo - ...





10. Roo component Based applications    forum.springsource.org

I would like to build an experimental component based application with roo. Anyone knows the best way to do that with ROO and Spring? I would like to build two applications ...

11. Making ROO applications self-contained    forum.springsource.org

Making ROO applications self-contained Hello, When creating a ROO application, can the jars be copied into a lib folder (like "WEB-INF/lib" and have the maven projects reference those jars? This will ...

12. Roo 1.0.2 using Spring 2.5.6 or Spring 3?    forum.springsource.org

Hi All, I was just exploring roo 1.0.2. Nice to have such great product! I marked that while I was doing the tenminutes project, maven downloaded spring 2.5.6 dependencies. Does roo ...

13. First steps with Roo issue    forum.springsource.org

14. Free Spring Roo Webinar on 31 March    forum.springsource.org

On 31 March I'll be hosting a free Spring Roo webinar. This is a great way to learn about Roo or help your friends and colleagues discover how much much fun ...

15. My first roo project    forum.springsource.org

Hi, I tried my first Roo project. It was actually so easy to work with. I have one problem though. One of my entities' integration test fails randomly. java.lang.AssertionError: Data on ...

16. Spring roo - stupid problem with ~    forum.springsource.org

Hi there first of all shame on me! I'm getting this stupid error while using roo shell from windows xp dos command: I can't wright the ~ character into the roo ...





17. scripting roo    forum.springsource.org

I wanted to create a (say .bat) script to do some maven installs and then run Roo with Roo setup to run a script. Can roo be setup to do this? ...

18. Could not make ROO - "wedding" to work...    forum.springsource.org

Could not make ROO - "wedding" to work... Hi, I followed Ben Alex's "Getting started with Roo" article from http://blog.springsource.com/2009/05/27/roo-part-2/ to get my 1st Roo working experience. I think I followed ...

19. Roo 1.1.0.M1 bugs    forum.springsource.org

Roo 1.1.0.M1 bugs I just wanna ask if I should report to JIRA all the bugs I find in 1.1.0.M1? I know it's not released yet but i update it everyday ...

20. Roo 1.1.0 M1 really rocks!!!    forum.springsource.org

ok, by this time I`ve got Git and execute terminal (STS did not work for me) and downloaded all source code to roo 1.1.0 M1, but i cant open it into ...

21. Cannot make the PetClinic application work using Spring Roo    forum.springsource.org

Cannot make the PetClinic application work using Spring Roo I am new to Spring. I deployed the PetClinic application using clinic script provided with Spring Roo. I am able to go ...

22. Multi-Module Spring Roo project.    forum.springsource.org

Multi-Module Spring Roo project. Hi, We have a requirement of the following: 1. A multi-module maven based J2EE project whereby different modules exist for domain, persistence, service, web & ear. 2. ...

23. How do I open an exiting ROO project to modify    forum.springsource.org

Hi, I am new to building core Java apps. And Spring Roo is really helpful in getting me to pace . Only thing I am not able to figure out is, ...

24. Is it a bug of roo 1.0.2?    forum.springsource.org

Mar 29th, 2010, 02:13 PM #1 bencmai View Profile View Forum Posts Private Message Junior Member Join Date Apr 2008 Posts 22 Is it a bug of roo 1.0.2? I have ...

25. Spring roo and EXT js    forum.springsource.org

Hi guys, For a project I have to use EXT js. Does anyone have experience with this in spring roo? I tried including ext in a little test project and noticed ...

26. Reopening resolved roo bugs?    forum.springsource.org

27. Things Roo needs....    forum.springsource.org

Things Roo needs.... I really like Roo. The docs are sparse. Roo has a lot of built in features that I have found by mere trial and error. I think of ...

28. Roo 1.1 release process questions    forum.springsource.org

Sorry for the basic questions. It looks like great progress is being made on the 1.1 branch. What will be the release process for roo 1.1 ? Specifically: - will there/is ...

29. how to use @Embeddable with Roo    forum.springsource.org

If I am trying to create an embeddable entity but I ma not sure how to go about it. Do I just go ahead do the "entity" command and then remove ...

30. Roo doesn't work    forum.springsource.org

Hi, I've just installed STS 2.3.2 over a fresh installation of eclipse-jee-galileo-SR2-linux-gtk-x86_64 (jdk1.6.0_18_x64) using the update site. Everything went well but, if I try to create a roo project, nothing happens ...

31. Adding arbitrary methods using Roo    forum.springsource.org

Hello All, How do I add a method named getAddress (any method name for that matter) which takes any two types as parameters and returns some type using Roo? Please clarify. ...

32. reporting engine with a ROO app    forum.springsource.org

Hello, Can any one suggest a reporting engine to use, which is light weight (can later be adapted in the form of an addon to ROO) I am looking into Jasper ...

33. Help pick a slogan for Roo!    forum.springsource.org

Hi all We're presently looking at our web sites and would like to come up with a slogan for Roo. The slogan should ideally be short, emotive and unique. We would ...

34. Spring Roo Pizza Demo Issue    forum.springsource.org

Spring Roo Pizza Demo Issue Hey Everyone. This is kind of more of a JBoss error than it is a Roo error, but I thought maybe somebody here might have some ...

35. Tab containers in a spring roo application    forum.springsource.org

Tab containers in a spring roo application I have used spring roo to boot strap my application. I am now attempting to add a dojo tab container and tabs to one ...

36. Roo feedback    forum.springsource.org

Roo feedback After seeing the Roo/GWT presentation streamed from Google I/O, I thought I'd give Roo a test drive. Some initial observations running under windows running the "hello" project found here: ...

37. Recieved message "The entire package name must be lowercase" when starting roo.    forum.springsource.org

When starting roo, I receive the message "The entire package name must be lowercase". Roo starts but I cannot execute any commands. I found where the message is thrown in an ...

38. Advice with Roo and multiple front-ends    forum.springsource.org

Advice with Roo and multiple front-ends Hi Guys, Just started playing around with Roo and it is pretty nice. Sure saves a lot of headache! Especially can't wait for Solr support. ...

39. automaticallyMaintainView = true (ROO 1.1.0M1)    forum.springsource.org

While upgrading the version of Spring ROO 1.0.2 to 1.1.0M1, I realized that @RooWebScaffold(automaticallyMaintainView = false) is not supported any more. * Luckily, I'm not dependent on auto generation of UI. ...

40. Roo with existing project    forum.springsource.org

Hello, currently I have a multi module maven project with one of them having the model classes. I would like to use roo for a new maven module or a current ...

41. [Roo 1.1.0.M1] Bundle "org.datanucleus.store.appengine" requires version 1.0.4    forum.springsource.org

[Roo 1.1.0.M1] Bundle "org.datanucleus.store.appengine" requires version 1.0.4 Hello, I tried to test new GAE support in roo here is my script : project --topLevelPackage ew.pj2 persistence setup --provider DATANUCLEUS --database GOOGLE_APP_ENGINE ...

42. roo cmd requires super user privs    forum.springsource.org

roo cmd requires super user privs I installed roo on Ubuntu 64 system at /opt/springsource/roo-1.1.0.M1 using super-user - just like eclipse is also installed using su (thro synaptic). I did the ...

43. What to learn to understand Roo    forum.springsource.org

What to learn to understand Roo Hi there For the first time, I've been asked to build a not-so-small-application-on-the-web or.. an enterprise application. Currently I'm quite fluent with many PHP frameworks ...

44. Roo and Hebrew - Bidirectional    forum.springsource.org

I have decided on a framework for a web application. The major critical aspect is the fact that it needs to be in Hebrew with rtl alignment. The two favorite frameworks ...

45. using interfaces in roo    forum.springsource.org

hello i have an interface "Person". Classes student and teacher implement Person.. In roo shell, when i have a member in class College-- private Person p; it says Person has be ...

46. how to use uuid in roo ?    forum.springsource.org

Please be more specific, what problem are you trying to solve. Spring ROO is not meant to code every thing for you, it gives you a jump start for a spring ...

47. roo    forum.springsource.org

There's an implicit variable called "session." See http://www.jsptut.com/Sessions.jsp. However, you shouldn't manage session state from a JSP. This is an antipattern. Please refer to the documentation for Spring MVC. It's better ...

48. My success creating a medium 'roo application    forum.springsource.org

My success creating a medium 'roo application I had the requirement to bring up an application and decided to try 'roo, with pretty good results. The things I learned and did ...

49. Could not find the main class: org.springframework.roo.bootstrap.Main    forum.springsource.org

Hello everyone, I have a problem to run roo-dev after I have successfully "mvn install"ed the latest build. It did work with my one week older version, but now the execution ...

50. The Joy of Roo.    forum.springsource.org

The Joy of Roo. Hello there, Be careful, I truly believe that Roo causes addiction-just kidding on this. It is so cool that: I can't stop working with it-this is true. ...

51. creating a user inside roo    forum.springsource.org

How can I create/modify the user class, and reference it in m:m and 1:m relationships as well. For example, I have a m:m where a user can own many books and ...

52. First Roo App:Final Report(Part 1 of 2)    forum.springsource.org

Hello Rooists, I have something to deliver today... Yes, my first Roo app. I mentioned before that I set myself to try/learn Roo by implementing a suite of showcases. I am ...

53. Spring Roo Themes    forum.springsource.org

Spring Roo Themes this may sound like a low priority request for people that are requesting significant architectural requests like service/dao generation but one of the things i would like to ...

54. Presenting Roo    forum.springsource.org

Greetings! I'm a JUG leader and am planning to do a presentation on Roo in a couple of weeks. I've looked through some of the material in the "latest info" sticky ...

55. Spring roo new bie    forum.springsource.org

Hi . I am new to Spring Roo... In fact, got to know of it today... Please refer me some websites/books where in I can start with my practice sessions... Any ...

56. Abstraction in Spring Roo    forum.springsource.org

Hi, I'm a newbie to Spring Roo and have gone through the sample project, but I have a question about abstraction in Roo. Let's say that I have an abstract entity ...

57. GPG Passphrase for Roo build?    forum.springsource.org

GPG Passphrase for Roo build? Hi All, I was unable to get the 10-min demo to work using spring-roo-1.1.0.M1.zip, so I dove in and cloned the project. When I attempt a ...

58. Roo Wizard    forum.springsource.org

Roo Wizard Just a thought : Is there a plan to have a Roo wizard, may be as a plugin for eclipse and integrated with STS. The idea is to have ...

59. Just ROO IT !!    forum.springsource.org

Hello Roo-mates, Its been few weeks, I have been Rooing and its is the most wonderful thing to happen in web app development! I m' lovin it! I was introduced to ...

60. problem with expenses.roo on appengine    forum.springsource.org

Jun 28th, 2010, 06:54 PM #1 md10024 View Profile View Forum Posts Private Message Member Join Date Mar 2008 Location Portland OR Posts 38 problem with expenses.roo on appengine Greetings, I'm ...

61. Spring Roo applications    forum.springsource.org

i have gone through the springsource wedding/pizza tutorials.... i want some reference in terms broader perspective... may be some html forms, form actions.. in that way....eg a normal login logout application ...

62. Create Roo Project - mysterious failure    forum.springsource.org

Create Roo Project - mysterious failure On a fresh Fedora 13 with a newly downloaded STS 2.3.2 (used springsource-tool-suite-2.3.2.RELEASE-e3.5.2-linux-gtk-x86_64-installer.sh) I added Groovy and Grails and then tried to create a Roo ...

63. new to roo ---    forum.springsource.org

If you've checked out (or downloaded) the Roo source into a new Eclipse project, then you can set it up to build in STS simply by right-clicking on it and choosing ...

64. Roo Cmd doesn't load    forum.springsource.org

I have been able to create a Roo/GWT project in STS and use the Roo command line from within the IDE but when I try to call Roo form cmd I ...

65. Regarding Roo 1.1.0M2    forum.springsource.org

HI all, Any one can tell me when new version of Roo(1.1.0M2) released?. As per Road Map It's releasing date is 7th July.

66. Teaching tricks to Roo    forum.springsource.org

Teaching tricks to Roo Hello, I wonder how can i do in -Roo terms- the following: My use case requires a custom entity non-numeric -String type-Id field that should be entered ...

67. 3-tier architecture using spring roo    forum.springsource.org

3-tier architecture using spring roo First i want to thank you to spring roo creater to develop such great java rad tool... this is my second project using this tools... and ...

68. Improving the Roo experience for existing projects    forum.springsource.org

Jul 16th, 2010, 03:58 PM #1 suresk View Profile View Forum Posts Private Message Junior Member Join Date Jan 2006 Posts 23 Improving the Roo experience for existing projects A while ...

69. boolean not work in Roo M2    forum.springsource.org

Hi All, As you all Aware that Roo M1 doesn't support some primitives like Boolean etc and also doesn't support Reference Fields and set fields. but Still in Roo M2 I ...

70. Philosophy of Roo    forum.springsource.org

Philosophy of Roo It's been more than 6 month i've Roo in my radar. As a CTO i have to check what technologies emerge and how they can help us. Spring ...

71. How to work with ROO Pojos    forum.springsource.org

This is prob a stupid question, but with all the getter/setter specified inside aspects, how do you actually get and set data from another object that is not ROO managed? I ...

72. On Roo    forum.springsource.org

Well, you need to create a controller and action against that controller. Roo will help you create an empty controller, but you will need to look into how Spring MVC works. ...

73. roo bug?rerun roo,it repeat auto_deploy,version 1.1.0.M2 [rev 0b3543e]    forum.springsource.org

Aug 9th, 2010, 09:48 AM #1 sjbwylbs View Profile View Forum Posts Private Message Member Join Date Aug 2010 Posts 49 roo bug?rerun roo,it repeat auto_deploy,version 1.1.0.M2 [rev 0b3543e] when i ...

74. Roo + REST API    forum.springsource.org

Roo + REST API Hi, I am new to Spring + Spring Roo. I am investigating building a custom web interface for an existing application which has a REST API. What ...

75. Orthogonal to Roo. But biting Roo apps    forum.springsource.org

Hello, I have several web apps Roo-implemented in production. They work like charm the only issue is: the very first request after idling several hours is throwing an exception like the ...

76. Lessons learned adding SWF to a Roo app    forum.springsource.org

Lessons learned adding SWF to a Roo app I wanted to add some more advanced navigation to my Roo app, and thought that Spring Web Flow might be the way to ...

77. JCaptcha in Spring roo    forum.springsource.org

78. Planning on writing a custom persistence provider for Roo    forum.springsource.org

Planning on writing a custom persistence provider for Roo Hi, I am planning on writing a custom persistence provider for Roo. Here is my use case which I would like to ...

79. Roo broken then using tab for path    forum.springsource.org

Roo broken then using tab for path Broken when using tab in path. Code: Welcome to Spring Roo. For assistance press TAB or type "hint" then hit ENTER. roo> script --file ...

80. Possible Roo bug with Converters?    forum.springsource.org

Possible Roo bug with Converters? Not sure if this is a bug or not, but when you move a Converter out of the Roo Aspect of a Controller, the call to ...

81. Large Enterprise App with ROO with multiple Modules    forum.springsource.org

Large Enterprise App with ROO with multiple Modules I am trying to figure out what the best practices would be for doing a large enterprise app with ROO that has multiple ...

82. Problem Repeat In Roo M3    forum.springsource.org

Hi All, Can Any One Tell me Is Many To One Mapping Or Reference Relationship's Problem removed from M3. I tried Many To One Mapping but it show problem of SetRecord. ...

83. Problem Repeat Again In Roo M3    forum.springsource.org

Hi All, I already Worked On Roo M1 and M2 and Also faced problem on Mapping and Reference Relationship. Now I am tried Roo M3 but unfortunately same problem coming in ...

84. Built a great Spring Roo-based project? Like a free kangaroo and t-shirt? :-)    forum.springsource.org

If you've built a project using Spring Roo, we'd love to recognize your work! Back by popular demand, we've secured another shipment of the cute little kangaroos we shared with the ...

85. New Roo scaffolding does not work with String ids    forum.springsource.org

New Roo scaffolding does not work with String ids I created a new roo project and built out my entities. One of my entities is a small table (< 75 records) ...

86. Building Roo from source    forum.springsource.org

Building Roo from source Is the current git head broken? I'm trying to build from source, and it's (eventually) bombing out with Code: 1) org.springframework.roo.wrapping:org.springframework.roo.wrapping.json-simple:bundle:1.1.0.0001 Try downloading the file manually from ...

87. Multuple Select Box possible ROO?    forum.springsource.org

Having created a Web Scaffolded app in ROO with a Many-to-One relationship, I haven't been able to figure out how to make the Select Box accept multiple selections. @ManyToOne(targetEntity = SourceFile.class) ...

88. Roo 1.1 schedule    forum.springsource.org

89. Roo - Help required    forum.springsource.org

Hi, I am just starting to work with Spring Roo. Can anyone suggest some reference material (online preferably). It would be great if you can provide an example application, which is ...

90. Roo doesn't build with Maven3?    forum.springsource.org

Oct 10th, 2010, 04:02 PM #1 hwijbenga View Profile View Forum Posts Junior Member Join Date Jul 2010 Location Richmond, BC Posts 6 Roo doesn't build with Maven3? I just noticed ...

91. Problem running Roo 1.1.0.M3    forum.springsource.org

Hi!! I have just downloaded the sts 2.5.0.M3 and installed it! When trying to create a Roo project, the software just bugs without giving any error. Tried to reinstall but still ...

92. Problems with simple app on Roo 1.1.0.RC1    forum.springsource.org

Oct 18th, 2010, 03:23 PM #1 strug View Profile View Forum Posts Private Message Junior Member Join Date Sep 2005 Posts 26 Problems with simple app on Roo 1.1.0.RC1 Hi there. ...

93. roo refactor->push in,no "Push in "dialog show    forum.springsource.org

my project has 14 domain,and every domain has 4 *.aj when i use "refactor->push in" on ~.domain.* class folder ,noting happeen. but ,in ~.web,and ~.referencecan use the "refactor->push in" i try ...

94. Is Roo a good fit?    forum.springsource.org

Is Roo a good fit? Hey everyone, I was hoping to get some advice from those who have more experience with Roo than I do. I have been exploring Roo for ...

95. Spring roo with web sphere    forum.springsource.org

Spring roo with web sphere Hi I am doing a reverse engineering for database with roo, it works fine with tomcat but fails on websphere 6.1.0.23. The error i get is ...

96. Problem with ConstraintValidator on Roo 1.1.0-RELEASE    forum.springsource.org

Roo version : 1.1.0-RELEASE Reproduced on clinic.roo This error only happens when my Validator check for Pet's name uniqueness. I get this error: 2010-10-29 14:29:42,902 [qtp917898-21] ERROR org.hibernate.AssertionFailure - an assertion ...

97. problem of import roo project    forum.springsource.org

problem of import roo project My question is With STS2.3.0 RELEASE I created roo project called 'Rookie' in workspace named 'A'. Later, i use STS2.5.0 RELEASE and i would like to ...

98. Create ROO script from an exist project    forum.springsource.org

Hi, I am new to spring roo. Is there anyone knows that how to create roo script? I want to create a script and give it to someone, so they can ...

99. Roo 1.1.0 release - Problem with UTF8 (german and cyrillic)    forum.springsource.org

Hello, I use the roo-1.1.0 release and have same problem with a) german special characters (,,,) b) cyrillic characters (...) See attached screenshots. Here are the commands for setup of roo ...

100. Samples in Roo 1.1.0.RELEASE not working    forum.springsource.org

Samples in Roo 1.1.0.RELEASE not working I am a newbie trying out roo. It looks very interesting, but I cant get any of the sample project to work. Basically maven cannot ...