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...
Type: Posts; User: rblumen; Keyword(s):
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...
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...
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...
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)...
The default deployment does not provide a root password for MySQL. Is there a way to ensure that MySQL has a root password?
-Robert
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.
...
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...
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...
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...
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...
I have more data so I'm going to start a new thread with a more specific subject and examples.
Also I noticed that if I restore them then ROO deletes them again.
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...
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...
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?...
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...