Revision: 4159
Author:   solomax666
Date:     Thu Sep  1 07:41:20 2011
Log:      - bean names are corrected
http://code.google.com/p/openmeetings/source/detail?r=4159

Modified:
/trunk/singlewebapp/src/app/org/openmeetings/servlet/outputhandler/FileExplorerUploadHandler.java /trunk/singlewebapp/src/fileservice/org/openmeetings/axis/services/FileWebServiceFacade.java

=======================================
--- /trunk/singlewebapp/src/app/org/openmeetings/servlet/outputhandler/FileExplorerUploadHandler.java Tue Aug 30 13:17:16 2011 +++ /trunk/singlewebapp/src/app/org/openmeetings/servlet/outputhandler/FileExplorerUploadHandler.java Thu Sep 1 07:41:20 2011
@@ -42,7 +42,7 @@
                        if (ScopeApplicationAdapter.initComplete) {
                                ApplicationContext context = 
WebApplicationContextUtils
                                                
.getWebApplicationContext(getServletContext());
-                               return (FileProcessor) 
context.getBean("fileProcessor");
+                               return (FileProcessor) 
context.getBean("openmeetings.FileProcessor");
                        }
                } catch (Exception err) {
                        log.error("[getFileProcessor]", err);
=======================================
--- /trunk/singlewebapp/src/fileservice/org/openmeetings/axis/services/FileWebServiceFacade.java Tue Aug 30 13:17:16 2011 +++ /trunk/singlewebapp/src/fileservice/org/openmeetings/axis/services/FileWebServiceFacade.java Thu Sep 1 07:41:20 2011
@@ -29,7 +29,7 @@
                try {
                        ApplicationContext context = WebApplicationContextUtils
                                        
.getWebApplicationContext(getServletContext());
-                       return (FileWebService) 
context.getBean("fileServiceSoapProxy");
+                       return (FileWebService) 
context.getBean("fileWebService");
                } catch (Exception err) {
                        log.error("[geRoomServiceProxy]", err);
                }

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to