liuzhe02 / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

setConfigXML #1797

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, when i'm triying to put my own configxml for a meeting i do in two ways 
(for test) any of them work.

if y pass the config.xml like a file i get this result

"Grails Runtime Exception

Error Details

Message: No signature of method: static 
org.apache.commons.lang.StringUtils.isEmpty() is applicable for argument types: 
(org.springframework.web.multipart.commons.CommonsMultipartFile) values: 
[org.springframework.web.multipart.commons.CommonsMultipartFile@69666a6] 
Possible solutions: isEmpty(java.lang.String), isNotEmpty(java.lang.String), 
isAlpha(java.lang.String) 
Caused by: No signature of method: static 
org.apache.commons.lang.StringUtils.isEmpty() is applicable for argument types: 
(org.springframework.web.multipart.commons.CommonsMultipartFile) values: 
[org.springframework.web.multipart.commons.CommonsMultipartFile@69666a6] 
Possible solutions: isEmpty(java.lang.String), isNotEmpty(java.lang.String), 
isAlpha(java.lang.String) 
Class: ApiController 
At Line: [812] 
Code Snippet:"

If i pass like POST text i give the attached screenshot

Original issue reported on code.google.com by dark.borja.1993 on 10 Sep 2014 at 8:48

Attachments:

GoogleCodeExporter commented 9 years ago
Hi there,

Please post this question to the BigBlueButton developers mailing list at

  https://groups.google.com/forum/#!forum/bigbluebutton-dev

If we determine there is a bug in the setConfigXML, we'll subsequently open a 
new issue for it.

Original comment by ffdixon@gmail.com on 10 Sep 2014 at 12:58