[jboss-jira] [JBoss JIRA] (AS7-6792) Jndi lookup calling my entity bean of EJB 2.1 multiple times
Mohd Riyaz (JIRA)
jira-events at lists.jboss.org
Tue Mar 26 06:07:41 EDT 2013
[ https://issues.jboss.org/browse/AS7-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mohd Riyaz updated AS7-6792:
----------------------------
Labels: eap6-ux (was: )
Description:
usfDataHome=(USFDataHome)ic.lookup("java:app/entityejb/USFData!usf.util.USFDataHome");
usfData = usfDataHome.findByPrimaryKey("dsname");
props = usfData.getProperties();
> Jndi lookup calling my entity bean of EJB 2.1 multiple times
> --------------------------------------------------------------
>
> Key: AS7-6792
> URL: https://issues.jboss.org/browse/AS7-6792
> Project: Application Server 7
> Issue Type: Bug
> Reporter: Mohd Riyaz
> Labels: eap6-ux
>
> usfDataHome=(USFDataHome)ic.lookup("java:app/entityejb/USFData!usf.util.USFDataHome");
> usfData = usfDataHome.findByPrimaryKey("dsname");
> props = usfData.getProperties();
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list