"sony3002" wrote : hello | i checked my JMX-Console and found this | | MBean Name: Domain Name: jboss.j2ee | service: EJB3 | name: UserLoginBean | jar: EJBModule.jar | MBean Java Class: org.jboss.ejb3.ServiceDelegateWrapper | | | is this ok ??? | | i am new to Jboss and EJB3 | | please help | |
You need to the read the manual online under Documentation and look at the EJB3 specs. To get you rolling on your immediate problem, after you start JBoss, go here: http://localhost:8080/jmx-console/HtmlAdaptor Then click "service=JNDIView" and invoke the list() functionality (i.e. output JNDI view as text). You should now be able to find your EJB3s under the Global Name space. My bet is you are grabbing the NameBinding object instead of the Proxy interface, i.e. you have beans that are */local and/or */remote. On a final note, please look at the Wiki and EJB3 tutorial documentation that cover most of the common questions. Good luck! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932839#3932839 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932839 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
