Search:

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

Search: Search took 0.09 seconds.

  1. No I did not receive an answer.

    No I did not receive an answer.
  2. Spring Data API Support for mongoDB Aggregation framework?

    I know that the mongoDB aggregation framework is already out (2.1) and will be ready for GA in mongoDB 2.2.

    Are there plans to add support for this in the Spring Data API?

    Thanks in advance.
    ...
  3. Replies
    2
    Views
    813

    I am currently architecting a gridded batch...

    I am currently architecting a gridded batch loading solution for the company I work for. Initially we will process about 100 million property records (we are in the real estate automated valuation...
  4. Retrieving JobExecution Status on RuntimeException

    If I am launching a job:



    try {
    JobExecution je = launcher.run(job, jp);
    } catch (Throwable t) {
    // my job execution is null...
    }
  5. Replies
    9
    Views
    3,578

    Awesome work guys. I am using this framework (in...

    Awesome work guys. I am using this framework (in conjunction with GridGain) to massively grid our data loading architecture.

    Kudos!

    Franz Garsombke
  6. Thanks for the response. After digging into some...

    Thanks for the response. After digging into some of the scoping threads it sounds like most people are using prototype scoping to solve concurrency issues. I'm sure implementing that will fix my...
  7. Thread safety and using GridGain technology with Spring Batch

    First of all, great open source product!

    I have my infrastructure built out and spring batch works great when I run jobs sequentially.

    I have now added GridGain to the mix and am testing its...
  8. Replies
    17
    Views
    3,474

    This works just fine. Here is the job: ...

    This works just fine.

    Here is the job:

    <bean id="fixedLengthFaresAssessorToBlsJob" parent="simpleJob">

    <property name="steps">

    <bean id="stepReadFaresAssessorAndWriteToBls"...
  9. WL 9.1 and user

    I had the same problem and this worked like a champ. Thanks for the fix :). Any chance this will be in a future Spring release?

    Franz
  10. After further investigation Spring (of course) is...

    After further investigation Spring (of course) is working as designed. We are running a lot of managed servers and tracked it down to one of them not being initialized before the test. Sorry for...
  11. LocalSessionFactoryBean afterPropertiesSet() No Caching

    I have been doing some performance tuning on my application and noticed that the afterPropertiesSet() method gets called every time a DAO ojbect uses the LocalSessionFactoryBean. The...
  12. That sounds reasonable...although the code below...

    That sounds reasonable...although the code below is in an EJB which I would assume is transactional since I can reference an EJB Context object and roll back the transaction. It is my understanding...
  13. Hibernate Session Per Request Problem with CMT EJB

    I was running some tests and noticed that when my I access my DAOs from a WebLogic 8.1 SP3 CMT Stateless EJB...sessions are not being treated in a session-per-transaction manner...every call to my...
  14. Replies
    1
    Views
    3,025

    Error went away...

    Well, the error seems to have gone away. It must have been an environment issue.
  15. Running Out of Hibernate Sessions...SessionHolder.getAnySess

    In a WebLogic container...we are running out of Hibernate Sessions and experiencing the exception below:

    com.level3.sldb.common.SLDBException: Error calling getCustomerProfileValues from...
  16. Replies
    1
    Views
    3,025

    Error in loading sql-error-codes.xml

    I started seeing this warning in my logs...and have no idea why it started happening. I am not loading my own version of this file...

    Thanks in advance.

    2004-10-29 08:58:17,037 [main] WARN in...
Results 1 to 16 of 16