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&...]