Hi Micheal
Thanks for your reply.
I wouldn't use SDG to synchronize. Synchronization is getting made inside the application. Let me generalize the problem: Let's assume we have a domain model,...
Type: Posts; User: marcogerber; Keyword(s):
Hi Micheal
Thanks for your reply.
I wouldn't use SDG to synchronize. Synchronization is getting made inside the application. Let me generalize the problem: Let's assume we have a domain model,...
Hello everybody
I'm looking for a best practice approach for the following problem:
We have a domain model with several relationships between the entities. Many of them are implemented with...
Hello everybody
When I try to call save(MyEntity) on the MyEntityRepository as follows,
@NodeEntity
public class MyEntity {
//setter and getter for a property called 'name'
}
Hi Andrew
See: https://jira.springsource.org/browse/IDE-1189?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel#issue-tabs
Cheers,
Marco
Hello everybody
For all of those who are interested in a working solution: If you use any of the schedule() methods, you can use the returned ScheduledFuture to manage the lifecycle of a task. It...
Hello everybody
Is there any spring scheduler implementation that supports my use case? Maybe any alternatives?
Thanks,
Marco
Hello everybody
I have a webapp bundle with dependencies to apache camel. I also use a Virgo web server as the osgi environment. When I deploy the webapp bundle inside STS, I got the following...
Hello everybody
I have a ThreadPoolTaskScheduler which schedules a lot of tasks. At random time, I have to remove one of this task without destroying the whole scheduler. How do I do that? I can't...