Remove group membership throws HTTP error in Shamim D
-----------------------------------------------------

                 Key: MIFOS-2880
                 URL: http://mifosforge.jira.com/browse/MIFOS-2880
             Project: mifos
          Issue Type: Bug
    Affects Versions: Shamim D
            Reporter: Kay Chau
            Assignee: keithwoodlock
            Priority: Blocker


Repro:

1) On latest trunk revision, navigate to a client with no active accounts. (Try 
client with ID 0004-000000242)
2) Click on Edit/Remove Group Membership
3) click on link to remove group membership

EXPECTED:

Show next Preview page

ACTUAL:

Following error gets thrown

javax.servlet.ServletException: org.hibernate.LazyInitializationException: 
could not initialize proxy - no Session
        
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:523)
        
org.mifos.framework.struts.action.MifosRequestProcessor.processActionPerform(MifosRequestProcessor.java:233)
        
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
        org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
        org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        org.mifos.security.util.LoginFilter.doFilter(LoginFilter.java:85)
        
org.mifos.servlet.filters.MifosLogFilter.doFilter(MifosLogFilter.java:47)
        
org.mifos.framework.persistence.DatabaseInitFilter.doFilter(DatabaseInitFilter.java:51)

root cause

org.hibernate.LazyInitializationException: could not initialize proxy - no 
Session
        
org.hibernate.proxy.AbstractLazyInitializer.initialize(AbstractLazyInitializer.java:167)
        
org.hibernate.proxy.AbstractLazyInitializer.getImplementation(AbstractLazyInitializer.java:215)
        
org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:191)
        
org.mifos.customers.personnel.business.PersonnelBO_$$_javassist_100.getPersonnelId(PersonnelBO_$$_javassist_100.java)
        
org.mifos.customers.group.struts.action.GroupTransferAction.loadGrpMemberShip(GroupTransferAction.java:206)

Keith W, not sure if this has to do w/ the work you are doing...

-- 
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

        

------------------------------------------------------------------------------
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to