Hi all,
I have created an EJB entity BMP, and i'm running it in Jonas 1.6.1 under
Win NT in debug mode.
I noticed that Jonas calls "ejbload" too often
I`m using code like this :
Enumeration AEnum = FEmployeHome.find(AHashtable);
if (AEnum.hasMoreElements())
{
Object AnObj = AEnum.nextElement();
FEmploye = (EEmploye)
javax.rmi.PortableRemoteObject.narrow(AnObj,
saq.aptv.ejb.eb.EEmploye.class);
...
}
With 10 records ejbload is called nearly 20 times.
I checked the container package in the source code of Jonas but can`t find
any tips....
Jerome.
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".