[jboss-user] [EJB 3.0] - Re: EJB3 and jndi error.

2007-05-12 Thread xubin
Thank Oskar. I have look the jmx console/jndi , no found anything about my slsb. I think maybe the slsb no been bound to the jndi at all. But I don't know what's mistake. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045251#4045251 Reply to the post :

[jboss-user] [EJB 3.0] - EJB3 and jndi error.

2007-05-10 Thread xubin
I have a project on JBoss AS 4.0.5.GA with EJB3, the jdk is sun jdk6. And there is a stateless session bean(slsb) in my project. Another servelt in tomcat access the slsb with jndi. The error is that I can not find the slbs by jndi. Below is the code: slsb: package com.sacl.ibs.ejb3; |