Peter, I guess Paul would have the best idea since he wrote the stub generator ; but of what I know we should NOT intend on getting primitive classes or primitive arrays into this class array maintained within the stub. The elements within the class array is used by CallbackEnabled streams to keep a note internally, so that when the server comes asking for these classes ,it receives the stubs and thus the callbacks. It was added by Paul in version 1.5 of ProxyGeneratorImpl , and thus he will be the right person for this. Infact to write BCEL stub-generator for the Altrmi is a painful FUN too.:-)(
Regards, ( _ V.i.n.a.y _/) --- Peter Royal <[EMAIL PROTECTED]> wrote: > On Wednesday 24 April 2002 03:13 pm, Vinay Chandran > wrote: > > Moreover this class array is being populated by > > applending ".class" at the end of the Class name > > of the argument. > > > > This would NOT work for ARRAY parameters. > > mClassSource.println( " argClasses[" + i + "] = > " + > > clazz.getName() + ".class;" ); > > I fixed that earlier today (just committed patch > after testing a bit) as I > hit it. I know nothing of the design plans behind > the change though. > -pete > > -- > peter royal -> [EMAIL PROTECTED] > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
