While doing RPC with wrappers classes as parameters like:

public class foo {

        getFoo(Long id){
                ...
        }
}

we became an error  like this:

....getFoo(long) -- no signature match


It mean, we must use only base types on server side as parameters.
But in User Guide there is nothing about this, moreover, wrapper classes
are mentioned as "supported" by platform, it seams we can serialize them,
but while deserialization they are treated as primitives.

Any remarks about?


Radek Wisniewski

Reply via email to