When I write a session bean method such as:
    User[] getUsers() ...
the corresponding method in the proxy class (as generated by ejboss) is :
    [LUser; getUsers() ...
which doesn't compile, of course.

The problem seems to be in ProxyFactory :
    ... methods[i].getReturnType().getName() ...
[class.getName() returns "[LUser;" and not "User[]"]

-- Paul



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to