Hello everyone. Time ago, I was preparing a remote interface (@Remote), and this interface had to expose more than 5,000 public methods.
Practically though, when tomee was deploying the .war, it gave 'size limit exceeded' error, making me understand that there is a maximum limit of public methods under EJB, or at most the implementation of OpenEJB has this limit. In fact, by limiting the methods to 2500, the error no longer appeared. My question is, where can I technically understand how many public methods I can expose and if there is a way to extend this limit, thank you. -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html
