Ales Justin [
http://community.jboss.org/people/alesj] 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/572732#572732
--------------------------------------------------------------
// for nointerface view
*if* (metadata.exposesNoInterfaceView)
How do you know if there is no exposed interfaces?
Like this?
if ((jsbmd.getBusinessLocals() == null || jsbmd.getBusinessLocals().size() == 0)
&&
(jsbmd.getBusinessRemotes() == null || jsbmd.getBusinessRemotes().size() ==
0))
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/572732#572732]
Start a new discussion in EJB3 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]