ActiveX Bridge, JRE 1.3 and Memory Violations

Has anyone experienced problems with memory violations under the following circumstances:

We have a Java bean packed with the Bean packager supplied with JRE1.3 (Beans.ocx) which saves and retrieves information from a Java application server using RMI. The Bean itself is initialized from a VBA macro running within Excel 2000. The problem occurs when quiting Excel, Excel crashes with a memory violation. This problem only occurs when the bean has been initialized so we can exclude the likelyhood that Excel itself has a problem with memory management. Since this problem does not occur when the bean is packed (and run) under Java 1.1.8, we think that the ActiveX Bridge itself cannot be cleared from the memory before Excel quits and thus leads to a memory violation.

Has anyone experienced anything similar? Has anyone any suggestions?

Thanks in advance,

David Wainwright.

[916 byte] By [dwainwr] at [2007-9-26 1:28:24]
# 1
Yes, it is a ActiveX bridge problem. At the end, the ref count for some objectis not released. (There was a corresponding bug report somewhere in the bugparade, I forgot where). Should be fixed in 1.4.Sylvia
schleute at 2007-6-29 1:14:09 > top of Java-index,Desktop,Deploying...