Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    1,737

    I missed this webinar :( - when will this get...

    I missed this webinar :( - when will this get posted under the 'Recorded Webinars' section ? Hopefully soon....

    thanks
    rohit
  2. Replies
    29
    Views
    9,574

    Hi Ben: We have been evaluating ROO...

    Hi Ben:
    We have been evaluating ROO very closely. I run a startup based out of Bangalore and I have already given 2 internal presentations on Roo to our developer team.
    At...
  3. Replies
    5
    Views
    823

    Hi: I faced the same problem again. I had...

    Hi:
    I faced the same problem again. I had suspected the mySql version mismatch. So I upgraded mySql version all works like charm now.

    The entry in the datbase.properties files still need to be...
  4. Replies
    4
    Views
    2,390

    you are abs rite. Thanks for the "core" java...

    you are abs rite.
    Thanks for the "core" java help !

    rohit
  5. not yet - will try and post the results. ...

    not yet - will try and post the results.

    thanks
    rohit
  6. Replies
    4
    Views
    2,390

    Thanks for your reply and pointing out the...

    Thanks for your reply and pointing out the default behavior of enum.

    I was very keen to know that in Roo - how would anyone go about creating "drop downs" on the default UI it generates.

    One...
  7. like to add very quickly here , i noticed a...

    like to add very quickly here , i noticed a behaviour -

    if you create a domain class like below

    roo> entity --class ~.domain.CompanyDetails

    and then add a property

    roo> field string...
  8. Java source code unavailable for type SRC_MAIN_JAVA

    Hi all:
    Sometimes while adding my properties to the domain class gives strange error.

    ____ ____ ____
    / __ \/ __ \/ __ \
    / /_/ / / / / / / /
    / _, _/ /_/ / /_/ /
    /_/...
  9. Replies
    4
    Views
    2,390

    Space in enum

    hi all:
    I tied this

    enum type --class ~.reference.IndianStates
    enum constant --name Andhra Pradesh

    but could see that IndianStates.java had the following entries

    public enum...
  10. Replies
    3
    Views
    1,393

    Hi Ben, Thanks for your initial...

    Hi Ben,
    Thanks for your initial thoughts. Below is my situation and some more questions -

    I have a team of engineers who are pretty good with Spring but now there is an upcoming...
  11. Replies
    3
    Views
    1,393

    UI Components

    Hi All:
    I have a basic question about the default UI Roo generates. For whatever little I have seen there are basic UI components that it generates - how complex UI components it can...
  12. Replies
    4
    Views
    2,053

    Spring Roo and blazeDS

    Hi All:
    I read somewhere that there is a plan to release Roo with blazeDS. Is that right ? If yes, what are the probable dates planned for this release?

    Thanks.
    Rohit
  13. Yep ! you are rite - that's what I did :) I...

    Yep ! you are rite - that's what I did :)

    I was thinking one thing tho when I asked that question -

    I would ultimately want to record my "roo" scripts (for whatever reasons) once I am done...
  14. Setting a field after it had been created

    Hi All:

    I did the following

    ~.domain.Users roo> field string --fieldName userName

    forgot to make this userName not null
    How do I do that , after I have already created the field ?

    Do I...
  15. Replies
    5
    Views
    823

    Thanks Ben for your reply. Yeah , I did see...

    Thanks Ben for your reply.

    Yeah , I did see the post that you had mentioned but it did not work for me but the following happened -

    1) I tried doing what is mentioned in the thread below...
  16. Replies
    5
    Views
    823

    Build Failing

    Hi All:
    I am playing around with Roo just to get more comfortable with it.
    When I run 'perform tests' it fails. Also the log says

    Tests run: 9, Failures: 0, Errors: 8, Skipped: 0, Time...
  17. Replies
    6
    Views
    1,348

    I am now on RC3. soon will try the same sequence...

    I am now on RC3. soon will try the same sequence which led to an error in RC2 and let you know.

    thanks again !
  18. Replies
    6
    Views
    1,348

    Hi Stefan: I did that...

    Hi Stefan:
    I did that http://jira.springframework.org/browse/ROO-376

    'backup' is not working at the moment.See the same jira issue.
    I can anyway zip the project but where shall I...
  19. Replies
    6
    Views
    1,348

    Hi Stefan: thanks for your reply. I do...

    Hi Stefan:
    thanks for your reply. I do have the entity Employee. It looks like this -

    package com.stragure.hrms.domain;

    import javax.persistence.Entity;
    import...
  20. Replies
    6
    Views
    1,348

    How do I add a field to an existing class

    Hi All:
    I am very new to roo. Trying to write a sample. When I try adding a field to an exiting domain class roo complains . I have tried the following without any luck.

    A)
    field date...
  21. Replies
    3
    Views
    4,150

    xalan.jar - is it really required ?

    Hi All:
    when trying to deploy the application i was getting some errors which got resolved by putting xalan.jar in /WEB-INF/lib since it was missing with the original install files.
    ...
Results 1 to 21 of 21