Re: SDO: some question while using sdo with EJB

2007-11-30 Thread Jean-Sebastien Delfino
[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

Running Cpp BigBank

2007-11-30 Thread Максим Харичкин
Hello, I ask you about Cpp BigBank Sample [SCA Native Milestone release 3]. 1. I downloaded and deployed binary release for Windows. After that I used Visual C++ 2005 for building source sample (in release mode) and then started the runclient.bat. The process was broken with this comment: "

Re: SDO: some question while using sdo with EJB

2007-11-30 Thread kelvin goodson
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 per

Re: SDO : could I choice the scope(helpcontext) while unserialize dataobject from inputstream

2007-11-30 Thread kelvin goodson
Hi, SDO Itself doesn't have a way to handle this at the moment, but Tuscany has a method in the SDOHelper interface public ObjectInputStream createObjectInputStream(InputStream inputStream, HelperContext helperContext) throws IOException; that allows you to associate a selected HelperConte

SDO : could I choice the scope(helpcontext) while unserialize dataobject from inputstream

2007-11-30 Thread EG Koron
I could serialize SDO DataObject whose type meta-data stored in a NotDefault context. But when I unserialize it from inputStream, a "type not find" exception will raised because default Context is choosed So Is there any way that I could choice the context or target while reading DataObject fro