[jboss-user] [Installation, Configuration & Deployment] - Re: how to call the session bean after deployed

2006-10-29 Thread darrencnz1976
"jaikiran" wrote : Have a look at: | | http://wiki.jboss.org/wiki/Wiki.jsp?page=Getquotjavax.naming.NoInitialContextExceptionquot | | I just realized the real problem is: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an ap

[jboss-user] [Installation, Configuration & Deployment] - how to call the session bean after deployed

2006-10-27 Thread darrencnz1976
hi, i have deployed a sample session bean into jboss as, (java:comp namespace of the JSP.war application:) . the deployment is successfull. but i having problem to call it for testing. the structure is: Project: JSP Package: bean files: Hello.java, HelloBean.java, HelloHome.java, HelloLocal.jav