[snip]
kelvin goodson wrote:
Hello again,
  thanks for your questions. With regards to your first question,  I
think it's basically the same answer as I posted earlier today,  that
you can create an ObjectInputStream associated with an arbitrary
HelperContext.

However, as an aside, I realised in my earlier response that I perhaps
slightly misrepresented the SDO API's capability,  saying that it has
no way to deal with your issue.  That's a slight inaccuracy, since we
are using SDO's API to read the object,  but just providing a
customised ObjectInputStream,  so I should have said that the SDO API
has no explicit means of solving the issue,  but currenlty relies on
implementations to do the kind of thing we have done by providing a
specialised ObjectInputStream.


Coincidentaly I'm starting to work on an SCA application that is going to call an EJB running on Geronimo from an SCA composition and I want to be able to send SDOs to the EJB at some point. It looks like my use case is similar to Eg's use case.

My EJB container is not SDO-aware and therefore is not going to use a customized SDO-aware ObjectInputStream... So is there any other way to get the SDO deserialized with the default JDK non-SDO-aware ObjectInputStream?

The other related question is. In such a server environment what are the possible scopes for SDO metadata? thread? classloader? can I define new scopes?

Thanks.

--
Jean-Sebastien

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to