[ 
http://mifosforge.jira.com/browse/MIFOS-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

keithwoodlock updated MIFOS-4369:
---------------------------------

    Fix Version/s: Unscheduled

> Batch Job creates a different spring context and dataSource : Remove support 
> for old task.xml format
> ----------------------------------------------------------------------------------------------------
>
>                 Key: MIFOS-4369
>                 URL: http://mifosforge.jira.com/browse/MIFOS-4369
>             Project: mifos
>          Issue Type: Improvement
>          Components: Batch jobs
>            Reporter: Udai Gupta
>            Assignee: mifosdeveloperqueue
>            Priority: Major
>             Fix For: Unscheduled
>
>         Attachments: Spring-based-Mifos-Schedular.patch
>
>
> Quartz/Spring batch implementation of Mios Batch jobs creates a separate 
> spring context, resulting in creation of a separate database connection 
> pooling.
> see org.mifos.framework.components.batchjobs.MifosScheduler.initialize()
> The reason to create a separate spring context seems like requirement of 
> "ability to pick external task.xml".
> We can either remove "picking up external task.xml" and use only one spring 
> application context (one connection pooling only).
> OR
> We can start using JavaConfig to be able to pick *Context.xml dynamically.
> http://www.springsource.org/javaconfig
> I prefer the later one because it give us the ability to have custom spring 
> configuration files at MIFOS_CONF localtion outside the application.see

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to