Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    265

    Login or socket timeout on datasource

    In my application there is a strong potential for a failed network connection. I need to make sure that the datasource does not infinitely wait for a connection, which is exactly what it is currently...
  2. Replies
    1
    Views
    349

    @PathVariable not resolving

    Spring Community,
    I have an issue that appears to have been asked before, but not resolved. I have of course done my due diligence. However, I can't find the answer.

    Why does the following...
  3. Did anything come of this? Two years later I am...

    Did anything come of this? Two years later I am dealing with the exact same problem.

    Any help or suggestions are appreciated.
  4. Hopping on this thread since I have a similar...

    Hopping on this thread since I have a similar problem. I will post what I find.
  5. Answer

    Spring MongoDb was of course doing exactly what it was supposed to do. The answer for obtaining the single latest metric based on a date is:



    Query q2 = new Query();
    q2.sort().on("date",...
  6. Query modified to work in shell

    Of course the above does not work in the shell, but it works if I modify it to:

    { "name" : "5d7E" , "date" : { "$lt" : ISODate("1970-01-01T00:00:22.10Z")}}

    More reading has revealed that the...
  7. Built Query

    The query that ends up being built from the is the following:


    { "name" : "FindByNameAndLessThan" , "date" : { "$lt" : { "$date" : "1970-01-01T00:00:22.100Z"}}}

    Which, if I run it in mongo...
  8. How do you find the closest document to a specific date?

    Problem: I cannot find a document with a date greater than or date less than a given date. Spring Mongodb query's always return the same metric (Seemingly ignoring my sort order).

    I have the...
  9. Replies
    1
    Views
    382

    Resolved?

    Did you ever find an answer to this? I have been using Spring Roo + MVC. I love the simplicity and speed, but would like to use OSGI bundles / Services. There doesn't appear to be a lot of...
  10. Replies
    1
    Views
    1,701

    Spring DM logging: Am I stupid

    I have to be honest I feel like an amateur comp scientist when it comes to getting spring logging working. I know quite a bit about bundles with 3 years of experience. I've used Spring and understand...
  11. Replies
    2
    Views
    1,815

    Logging

    I download the org.eclipse.equinox.log plugin which publishes a service meeting the org.osgi.service.log.LogService interface. The service is set to start at level 3 and indeed shows. The logger...
  12. Replies
    2
    Views
    1,815

    Spring OSGI and Eclipse RCP startup problem

    First, let me start by saying that I already know the basics. I am using Eclipse RCP for my presentation layer and Spring plugins for the domain. I have two test cases:

    1) My core domain layer...
Results 1 to 12 of 12