Why does my jndi lookup calling entity bean multiple times,my sample code is
usfDataHome=(USFDataHome)ic.lookup("java:app/entityejb/USFData!usf.util.USFDataHome");
usfData = usfDataHome.findByPrimaryKey("dsname");
props = usfData.getProperties();
Could you explain what you mean?
What is called multiple times, could you provide logfile and your expectation?