Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    813

    Yes, you just need to change the code to...

    Yes, you just need to change the code to RootPanel.get()... instead of RootLayoutPanel.get()..
    For detail, you can refer to gwt document
  2. seems I can deploy to cloud from STS instead of...

    seems I can deploy to cloud from STS instead of command line
  3. Replies
    3
    Views
    800

    lazy fetch seems doesn't work

    I have code below, and mark content as lazy load. The purpose is that when building list of document, hibernate will not load content column.

    But during observe SQL, I found hibernate always load...
  4. yes, sometimes I have to re-clean

    yes, sometimes I have to re-clean
  5. in fact you can get answer from reviewing "Remote...

    in fact you can get answer from reviewing "Remote Systems".
    double click your application, go to "application" page, then click "Remote System View".
  6. cannot install cloud foundry addon

    when input command like:
    -- pgp automatic trust
    -- addon install bundle --bundleSymbolicName org.springframework.roo.addon.cloud.foundry

    then always get error as following:

    Deploying...done....
  7. Replies
    1
    Views
    531

    security setup

    After running security setup, spring security is installed, but resource is not protected currently.
    Means roo generates security configuration file, and login.jsp, but end users still can access...
  8. I tested on 1.1.4, it doesn't work. any hint?

    I tested on 1.1.4, it doesn't work. any hint?
  9. Replies
    2
    Views
    444

    Andrew, Thanks a lot I just spent some...

    Andrew,

    Thanks a lot

    I just spent some time to find which methods in controller will be invoked by given actions. Your response gives me answers now.

    So in general, I would like to...
  10. Is it possible to use DWR to send request and get...

    Is it possible to use DWR to send request and get response? Any hint?
  11. Replies
    2
    Views
    444

    why query all data first

    I have two classes, they are parent/children relationship.

    When I want to build list of parent, the findAll method of parent and children is invoked. This will reduce performance significantly....
  12. Replies
    3
    Views
    1,893

    I think your problem is that how to transfer data...

    I think your problem is that how to transfer data from java to JS, then you can use Jquery to build html element, right?
  13. Should you add to enviroment variables? Like...

    Should you add to enviroment variables? Like MY_JAVA_OPTS = "-Denv=dev -DappServerName=dev", then you can reference this variable in different places.
  14. I meet this issue now.

    I meet this issue now.
  15. yes, I think you are right. After I changed...

    yes, I think you are right.

    After I changed JDK, this error disappear.
  16. java.lang.UnsupportedClassVersionError: Bad version number in .class

    org.springframework.web.context.ContextLoader - Context initialization failed
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in...
Results 1 to 16 of 16