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]
- [FIX] Duplicate Key Exception marc fleury
- Re: [FIX] Duplicate Key Exception Dan OConnor
- Re: [FIX] Duplicate Key Exception Rickard �berg
- Re: [FIX] Duplicate Key Exception Dan OConnor
- Re: [FIX] Duplicate Key Exception Rickard �berg
- Re: Returning arrays from an EJB method Paul Novaes
- Re: Returning arrays from an EJB method marc fleury
- Re: Returning arrays from an EJB method marc fleury
- Re: Returning arrays from an EJB method Paul Novaes
- Re: Returning arrays from an EJB meth... marc fleury
- Re: Returning arrays from an EJB method Rickard �berg
- Re: Returning arrays from an EJB method Oleg Nitz
- RE: Returning arrays from an EJB method Holger Baxmann
- Re: [FIX] Duplicate Key Exception marc fleury
- Re: [FIX] Duplicate Key Exception Dan OConnor
- Re: [FIX] Duplicate Key Exception marc fleury
