[jboss-dev-forums] [EJB3 Development] - Re: EJBTHREE-2198 EJB resource providers for switchboard and the dependency issues
jaikiran pai
do-not-reply at jboss.com
Wed Nov 24 06:55:41 EST 2010
jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion
"Re: EJBTHREE-2198 EJB resource providers for switchboard and the dependency issues"
To view the discussion, visit: http://community.jboss.org/message/572737#572737
--------------------------------------------------------------
That was actually a pseudo code, so was probably a bit confusing. For identifying the presence of no-interface view:
JBossEnterpriseBeanMetaData beanMetaData = ...
if ( beanMetaData.isSession() && beanMetaData instanceof JBossSessionBean31MetaData)
{
JBossSessionBean31MetaData sessionBeanMetaData = (JBossSessionBean31MetaData) beanMetaData;
if(sessionBeanMetaData.isNoInterfaceBean())
{
// ....
}
}
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/572737#572737]
Start a new discussion in EJB3 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2030]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20101124/3b14d925/attachment.html
More information about the jboss-dev-forums
mailing list