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

Adam Monsen resolved MIFOS-4456.
--------------------------------

       Resolution: Fixed
    Fix Version/s: Elsie F - Iteration 9

Patch accepted. Thank you!

Committed in head/master __________-

Michael, will you make sure your head git repo is up to date with the latest in 
at sf.net? I had to do some funky voodoo to get this patch to apply cleanly. I 
had to roll back to Jan 1st, then git was Here's what I did:
{noformat}
$ git rev-list -n 1 --before="2011-01-01 00:00:00" master
0d7a549e70be8a28a615977413bc1a9f37d09b3f
$ git checkout -b oldMaster 0d7a549e70be8a28a615977413bc1a9f37d09b3f
Switched to a new branch 'oldMaster'
$ git am 0001-MIFOS-4456-Fix-for-Mifos-currently-requires-an-Inter.patch
Applying: MIFOS-4456: Fix for Mifos currently requires an Internet connection 
to start-up
{noformat}

Ok, so, nevermind, I just figured out that {{git am --3way}} was able to get 
the patch to apply cleanly to head/master! Looks like {{--3way}} figures out 
file renames.

> Mifos currently requires an Internet connection to start-up
> -----------------------------------------------------------
>
>                 Key: MIFOS-4456
>                 URL: http://mifosforge.jira.com/browse/MIFOS-4456
>             Project: mifos
>          Issue Type: Bug
>            Reporter: Michael Vorburger
>            Assignee: Adam Monsen
>            Priority: Major
>             Fix For: Elsie F - Iteration 9, Elsie F
>
>         Attachments: 
> 0001-MIFOS-4456-Fix-for-Mifos-currently-requires-an-Inter.patch, 
> MIFOS-4456_HibernateIsTra--lskdmcnawiunvwae.txt
>
>
> Mifos should not require an Internet connection to start-up - it should run 
> e.g. on an Internet disconnected LAN (with a mysql server on another 
> reachable, or same, host - obviously).
> Currently if it cannot connect to the Internet, the attached exception occurs 
> at start-up (and Mifos fails to start).
> The typical cause for Internet accesses leading to such problems, and likely 
> the culprit behind this exception (from a pre-cursory look), are that certain 
> third-party libraries erroneously fetch XML Schema (or DTD) from the Internet 
> to validate some configuration files (here, Hibernate).  What such library, 
> and Mifos own' code, must do instead is configure the XML parser / validation 
> to use a schema (DTD) packaged on the application classpath.  
> In this case, the QuestionGroupResponse.hbm.xml has a <!DOCTYPE 
> hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 
> 3.0//EN" "http://hibernate.org/dtd/hibernate-configuration-3.0.dtd";> which 
> looks like it's causing this.
> This is bad for two reasons:
> a) In some "enterprise" environments, intranet (LAN) applications runs behind 
> firewalls which do not permit applications to access the outside full 
> Internet.  This may be less of a concern for the typical Mifos target client?
> b) For application start-up performance, fetching files from the internet is 
> less than ideal - depending on the uplink.  This may be quite relevant for 
> Mifos deployments in certain environments?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to