APAR status |
Closed as program error.
| Error description
When the use of an EJB applet is completed on a Win95 machine,
the applet is ended, whereas the browser (IE) is kept running.
The exception is received when the same applet is reloaded using
the same browser. Local fixProblem summary
reloaded using the same browser instance. Refreshing/reloading
caused the new applet to get loaded within the same Plug-in
instance/jvm. Applets within the same JVM were sharing an ORB
and this caused problems when the second applet tried to use
the ORB built for the first applet. Problem conclusion
a new ORB instance is always created in the applet environment.
You will now get a new ORB for each new InitialContext because
it is not safe to share an ORB between applet instances using
static member data. Additionally, the applet designer may want
to consider setting up the InitialContext as part of the
applet's init() method. Temporary fixComments
APAR information | APAR number | PQ46680 | Reported component name | WAS ADVANCED AI | Reported component ID | 5648C8400 | Reported release | 350 | Status | CLOSED PER | PE | NoPE | HIPER | NoHIPER | Submitted date | 2001-03-06 | Closed date | 2001-03-28 | Last modified date | 2001-03-28 |
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:APAR is sysrouted FROM one or more of the following:
Modules/Macros APAR is sysrouted TO one or more of the following:Modules/Macros
|
Fix information |
Fixed component name | WAS ADVANCED AI | Fixed component ID | 5648C8400 |
Applicable component levels | R350 PSY | UP |
|