while uploading the document i selected the groups for mail notification but it is not working for the groups. here the thing is the same is working for the individual users. i got the exception at the console like
Code: Select all
java.lang.UnsupportedOperationException
at java.util.AbstractList.add(AbstractList.java:131)
at java.util.AbstractList.add(AbstractList.java:91)
at com.openkm.frontend.server.OKMFileUploadServlet.doPost(OKMFileUploadServlet.java:194)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ap