-
May 21st, 2008, 04:05 AM
#1
JobRepositoryFactoryBean and TablePrefix
Hi all,
Today we started moving our Spring Batch towards executing them in a development environment that's not managed by us and we have to cope with the limitations that it imposes. Nmely, we've been given a tablespace in Oracle. Therefore, in order to run our jobs, we've had to start using our shiny new tablePrefix parameter in JobRepositoryFactoryBean. We've noticed, though, that that class doesn't consider tablePrefix for the sequence generators and, since Oracle sequences don't belong to our user, we can't access them without it. Is there some way around this or should we just copy & paste to create a new Factory of our own?
Thanks
-
May 21st, 2008, 04:08 AM
#2
Sorry, just found a JIRA issue solving it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules