No I did not receive an answer.
Type: Posts; User: fgarsombke; Keyword(s):
No I did not receive an answer.
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.
...
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...
If I am launching a job:
try {
JobExecution je = launcher.run(job, jp);
} catch (Throwable t) {
// my job execution is null...
}
Awesome work guys. I am using this framework (in conjunction with GridGain) to massively grid our data loading architecture.
Kudos!
Franz Garsombke
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...
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...
This works just fine.
Here is the job:
<bean id="fixedLengthFaresAssessorToBlsJob" parent="simpleJob">
<property name="steps">
<bean id="stepReadFaresAssessorAndWriteToBls"...
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
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...
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...
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...
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...
Well, the error seems to have gone away. It must have been an environment issue.
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...
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...