Rob van Maris <[EMAIL PROTECTED]> wrote > An interesting issue. Where does the OutOfMemoryError occur, i.e. on the > notification sending or receiving site? > And have others experienced similar problems?
I just had an out of memory error. I do use the EditWizards, but no MultiCasting. root cause java.lang.OutOfMemoryError at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.(ZipFile.java:112) at java.util.jar.JarFile.(JarFile.java:127) at sun.net.www.protocol.jar.URLJarFile.(URLJarFile.java:51) at sun.net.www.protocol.jar.URLJarFile$1.run(URLJarFile.java:178) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.jar.URLJarFile.retrieve(URLJarFile.java:164) at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:42) at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:53) I am not sure which problem it was, but I suspect that using <mm:transaction> was the problem and I removed the transactions for the moment. Martijn Houtman
