Search:

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

Search: Search took 0.04 seconds.

  1. Hi Micheal Thanks for your reply. I...

    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,...
  2. SDG: Best Practice - Managing multiple domain model instances

    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...
  3. SDG: entityStateFactory not set when saving from within @PostConstruct

    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'
    }
  4. Hi Andrew See:...

    Hi Andrew

    See: https://jira.springsource.org/browse/IDE-1189?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel#issue-tabs

    Cheers,
    Marco
  5. Replies
    2
    Views
    1,963

    Hello everybody For all of those who are...

    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...
  6. Replies
    2
    Views
    1,963

    Hello everybody Is there any spring scheduler...

    Hello everybody

    Is there any spring scheduler implementation that supports my use case? Maybe any alternatives?

    Thanks,
    Marco
  7. In STS -webapp with camel deploying to virgo: Two classes have the same XML type name

    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...
  8. Replies
    2
    Views
    1,963

    Remove a task from a scheduler

    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...
Results 1 to 8 of 8