I would get around this problem by callling a CORBA object from within your session
bean. This CORBA object doesn't know any restrictions of the container especially if
you're talking about native calls. I don't know if there's a restriction in IAS making
native calls but this would be my workaround.

Andreas

Richard McMahon wrote:

> Hi Al,
>
> You should try asking in the borland.public.appserver newsgroup too.
>
> Cheers
>        --Richie
>
> Alasdair Gilmour wrote:
> >
> > Hi there. Don't know if anyone will be able to help me with this one, but here 
>goes:
> >
> > I have a simple prototype application which consists of a Session bean, making 
>calls to ObjectStore
> > to store and retrieve objects. ObjectStore is accessed from Java by a class 
>library (OSJI) that
> > makes calls to native code through JNI. The problem is, as soon as the session 
>bean makes such a
> > call, I get an exception:
> >
> > com.odi.FatalInternalException: Fatal internal ObjectStore error: Unexpected TIX 
>exception:
> > Miscellaneous ObjectStore error
> > <err-0025-1296> The ObjectStore C++ runtime operator delete was not installed 
>correctly.  Ensure
> > that ObjectStore dynamic libraries are loaded prior to any other dynamic library 
>that overrides the
> > global operator delete. (err_misc)
> >
> > This seems to imply that IAS has loaded some native libraries of its own at 
>startup, and that these
> > have "overridden global operator delete". How can I ensure that ObjectStore's 
>libraries get loaded
> > first? I have already tried loading them explicitly in the code, but this doesn't 
>seem to work. Is
> > there any other way around this problem? Has anyone else encountered it?
> >
> > I should perhaps mention that the platform is Solaris.
> >
> > Any help would be appreciated.
> >
> > Alasdair
> >
> > ===========================================================================
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> > of the message "signoff EJB-INTEREST".  For general help, send email to
> > [EMAIL PROTECTED] and include in the body of the message "help".
>
> --
> Richard McMahon  <mailto:[EMAIL PROTECTED]>
> Quarry Technologies Inc. Edinburgh, Scotland.
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff EJB-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
begin:vcard
n:Lobeck;Andreas
tel;fax:++49(0)6103/979-295
tel;work:++49(0)6103/979-138
x-mozilla-html:FALSE
org:<img SRC="http://www.borland.com/images/bolus.gif" height=37 width=189>
version:2.1
email;internet:[EMAIL PROTECTED]
title:Technology Consultant
adr;quoted-printable:;;Robert-Bosch-Str.11=0D=0A63225 Langen=0D=0AGermany;;;;
fn:Andreas Lobeck
end:vcard

Reply via email to