Search:

Type: Posts; User: golfp-96; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    207

    be more precise

    1. what web layer you are going to use? mvc? jsf? gwt?
    2. shall it be in spring webflow or in a single form?

    here is about webflow
    here is about single-form registration, using JSF, but in...
  2. Roo JSF project: Command 'security setup' was found but is not currently available (t

    I have simple project:

    jpa setup --database HYPERSONIC_IN_MEMORY --provider HIBERNATE
    entity jpa --class ~.domain.Person
    field string --fieldName Login --notNull --sizeMin 8 --sizeMax 32
    web...
  3. As chapter 12 says, it should be web jsf...

    As chapter 12 says, it should be
    web jsf scaffold --class --entity --beanName --includeOnMenu command.
  4. Sorry, the problem related to my own code in...

    Sorry, the problem related to my own code in xhtml, which was just before the buttons and contained a bug.
  5. no Save Cancel buttons in JSF create dialog

    The simple test app is created in STS 3.2.0M2:


    project --topLevelPackage org.foo.foo --projectName foo --java 6 --packaging JAR
    jpa setup --database HYPERSONIC_IN_MEMORY --provider HIBERNATE...
  6. Replies
    11
    Views
    5,015

    The problem may relate to the bug in STS. Roo...

    The problem may relate to the bug in STS. Roo projects doesn't work when created within STS. You should use 2.9.2 or 3.2.0M2, or create the project in cmd mode, without STS.
  7. Replies
    11
    Views
    5,015

    Maybe Spring team already corrected this bug -...

    Maybe Spring team already corrected this bug - I'm not sure about your environment and tools. You can see the correct variable name in the database.properties file. To complete the IBM tuturial...
  8. Replies
    0
    Views
    146

    how to fix errors after push-in refactor

    STS 2.9, Roo 1.2

    I made push-in refactor to move update method into java class.
    Final code is as follows:

    @RequestMapping("/notebooks")
    @Controller
    @RooWebScaffold(path = "notebooks",...
  9. Replies
    11
    Views
    5,015

    http://www.ibm.com/developerworks/library/os-sprin...

    http://www.ibm.com/developerworks/library/os-springroo7/index.html
  10. Referenced bean 'org.springframework.data.mongodb.core.MongoFactor yBean#0' not found

    I try to make very simple new Roo project with only one entity, using Spring Data and MongoDB. This error occurs in the applicationContext-mongo.xml, which is generated by Roo, in the following line:...
  11. Project 'test1' is missing required source folder: 'src/test/resources'

    When try to create Spring Roo project in a newly installed STS, using any sample script, i have error:

    Project 'test1' is missing required source folder: 'src/test/resources' test1 Build...
Results 1 to 11 of 11