Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    491

    I want one of my fields to be an int. How do I...

    I want one of my fields to be an int. How do I tell roo to do that? I tried giving a type of "int" (field number --type int), and was rejected.
  2. So I did a complete rebuild, leaving off the...

    So I did a complete rebuild, leaving off the security command and the preform eclipse, and ran mvn tomcat:run

    I has a light blue box saying "loading" on the inside, and that's it.
  3. No, STS has a license agreement that possibly /...

    No, STS has a license agreement that possibly / probably doesn't allow me to use it on my current project. I sent sales questions to pin down whether my use does fall outside the license, and, if it...
  4. Field has no corresponding field in template file

    So, I'm trying to create an Eclipse project using Roo (I'd consider using STS, but I sent your sales people a question about buy a license a week ago, and no one has bothered to get back to me). ...
  5. Replies
    2
    Views
    491

    How do I use an int, not an Integer

    So, I'm trying to define my objects and their fields. How do I define a field as an int (NOT a java.lang.Integer)?
  6. Replies
    8
    Views
    1,597

    More wedding changes: Failure

    Note: I'm using Eclipse, not STS. It was a major PITA getting Eclipse set up the way I like it, so I'm going to need some serious payoff to even consider looking at STS. So, if this code isn't...
  7. Replies
    8
    Views
    1,597

    More wedding changes: controller creation

    controller class --name ~.web.PublicRsvpController
    needs to be changed to --class

    Oh, and the roo shell doesn't seem to want to do command completion on single characters, even when they're...
  8. Replies
    8
    Views
    1,597

    More wedding changes: controller, logging, security

    controller scaffold ~.web.RsvpController
    now takes a --class parameter

    controller scaffold --class ~.web.RsvpController

    And the output is at least slightly different

    For logging support I...
  9. Replies
    8
    Views
    1,597

    More wedding changes: database.url

    Blog output:
    database.url = jdbc:hsqldb:${user.home}/wedding

    current output:
    database.url = jdbc:hsqldb:file:wedding;shutdown=true

    He edits the URL in the example. Given that it now has the...
  10. Replies
    8
    Views
    1,597

    More Wedding differences: Extra output

    persistence setup --provider HIBERNATE --database HYPERSONIC_PERSISTENT

    now produces (in addition to the old output):
    Managed ROOT\pom.xml [Added dependency org.hsqldb:hsqldb:1.8.0.10]
    Managed...
  11. Thread: Roo and cygwin

    by GregTD
    Replies
    9
    Views
    3,043

    Current roo.sh Almost works

    I installed roo this week. I use Cygwin. roo.sh almost works. However,
    perform package
    fails, complaining about my JAVA_HOME. Once I fixed that, it complained about M2_HOME. So the current...
Results 1 to 11 of 11