Hi Paul,

> Could you add a method to TestInterface that illustrates the bug?  The
> problem is almost certainly to do with a return type (or param) that is
> not supported (yet).  If the AbstractHelloTestCase is modified to
> contain a method that tests that TestInterface method, then we should
> know whether I have a reproducable situation.
>
> If that is too hard, just let me know see the complete code for the
> interface model (you can rename some things to protect proprietary
> nature).

Originally I had a return type of Collection and I changed that to
<Interface>[] now, but the exceptoin keeps coming.
I looked into the TestInterface.java in the Altrmi sources. It looks like
all my cases are covered there. I'm always using intefaces for all return
types and parameter types, arrays of these interfaces or primitive types
like String and int, String[]. Especially the return of parameter of a
other "additional facades" Interface is covered in the TestInterface by a
method that returns or takes a TestInterface or TestInterface[]. The only
more complicated thing is that there are methods that take some
TestInterface or two and returns a TestInteface[] for example.

In addition I must admit that I'm running on CVS from last Sunday as I
can't checkout over the firewall from where I sit here ... :-) I hope that
there wasn't a fix in this area meanwhile.


Regards, Peter



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

Reply via email to