Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,135

    ROO - toString

    Hi Stefan,

    Thanks for your reply.

    If you include log statements like:

    log.debug("The value of the Foo entity is " + foo);

    Then the database calls will not be avoided. To ensure that...
  2. Replies
    3
    Views
    1,401

    We added a script to remove the [javamail].jar...

    We added a script to remove the [javamail].jar file.

    The first time I tested this it worked ok.

    The second time I tested it, email was not working and I found a message in the log file that it...
  3. Replies
    2
    Views
    1,135

    ROO, toString and JPA

    Looking at the generated Roo_toString:toString methods, they contain references to getX or countX methods where X can be an associated entity. This will trigger a database query if the associated X...
  4. Spring roo and Unit Testing with Mock Objects

    What I have been doing is to use EasyMock to create a mock of the entity manager, something like this:

    // easy mock
    EntityManager entityManager = createMock(EntityManager.class)...
  5. is there a way to set a root password for MySQL?

    The default deployment does not provide a root password for MySQL. Is there a way to ensure that MySQL has a root password?

    -Robert
  6. Replies
    3
    Views
    1,401

    endorsed jars for SMTP

    We are deploying an application that sends email using javax.mail.

    We bundle in java-mail-1.4.jar in our war file. I have also found that CF provides the gnu implementation of SMTP.
    ...
  7. Hi Stefan, Thanks for your reply. Going...

    Hi Stefan,

    Thanks for your reply.

    Going back to length=12 is a reasonable solution for now.

    It would decrease the time required to troubleshoot if there were a log file or some output...
  8. ROO shell deletes ITD files - cannot parse static finals

    Re: my earlier topic http://forum.springsource.org/showthread.php?t=85629&highlight=deletes

    I have isolated one issue that causes the ROO shell to unmanage and delete the ITD files.

    I have a...
  9. "no identifier specified for entity"

    I have not been able to run my Spring/ROO/JPA application due to the error ""no identifier specified for entity" under some conditions

    1. The entity was created by ROO. It has the standard "Long...
  10. Replies
    4
    Views
    735

    ITD files deleted under some conditions

    I have some one-to-one relationships in my model.

    When I introduce these relationships or modify a Spring file, then it deletes all of the associated ITDs.

    This causes some problem because...
  11. Replies
    4
    Views
    735

    closing thread

    I have more data so I'm going to start a new thread with a more specific subject and examples.
  12. Replies
    4
    Views
    735

    more on delete

    Also I noticed that if I restore them then ROO deletes them again.
  13. Replies
    4
    Views
    735

    ROO shell deleted most of my entities

    I am using ROO 1.0.1 under STS.

    When I started up the ROO shell inside the ROO view, it deleted most of my entities.

    A few of them it managed.

    When I restored them from SCM, it did not...
  14. Replies
    11
    Views
    2,464

    I'm working on a controller unit test. I want to...

    I'm working on a controller unit test. I want to write the unit test without loading the Spring container. The entity manager will not get injected into y ROO-generated entities.

    I would like to...
  15. running software outside the cloud foundry stack

    Is it possible to run a system consisting of a cloud foundry stack and some other servers that are not supported by Cloud Foundry, e.g. Hadoop, CouchDB, Voldemort, etc. on the same availability zone?...
  16. FlowExecutorImpl refresh/resume and conversation invalidation

    Using SWF 1.0.4.

    The FlowExecutorImpl.resume method invalidates the conversation if the flow execution reaches an endpoint.

    The FlowExecutoreImpl.refresh method does not.

    We are using an...
Results 1 to 16 of 16