Peter,
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.
Can I see the entire interface source (plus value objs / immuatbles in
the API). That and the build.xml file ? Cheers.
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.
No, it should be OK. I nearly always ensure that unit tests pass.
- Paul
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>