Search:

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

Search: Search took 0.11 seconds.

  1. Opened a new JIRA issue:...

    Opened a new JIRA issue: https://jira.springsource.org/browse/DATADOC-134
  2. Good thinking but I don't think it is the reason....

    Good thinking but I don't think it is the reason. The code you provided seems to be obsolete, so I added this:


    mongoTemplate.execute("publicfeed",new CollectionCallback<PublicFeed>() {
    ...
  3. I reopened the same issue you referred since the...

    I reopened the same issue you referred since the fix was not complete: https://jira.springsource.org/browse/DATADOC-70

    Hari Gangadharan
  4. Sorry I did not explain my test properly. In my...

    Sorry I did not explain my test properly. In my test setup I am saving two objects one with linkId: "some-id-for" and another with linkId: "some-id-other". In the current test I am retrieving the...
  5. My Test Output

    Here is my test:


    @Test
    public void addDups() {
    log.info("Test Add Dups.....");
    PublicFeed hariFeed = repository.findByLinkId("some-id-for");
    ...
  6. I am using M2 - I did more tests. The record...

    I am using M2 - I did more tests. The record seems to be saved - it even generates a new Object Id. No exception is thrown. But the record is really not saved.

    Any help is greatly appreciated.
    ...
  7. I also see the same issue. For me the object gets...

    I also see the same issue. For me the object gets saved and then I cannot do any more operations due to the "E11000" error. Any others see the same issue? Or could you fix this?

    Hari Gangadharan
  8. Replies
    4
    Views
    14,467

    Spring Auto-wiring in Quartz jobs

    Everyone has asked me about this - A while back I have written an article on this. This is an old post but if this helps someone. Here is the link:...
Results 1 to 8 of 8