[jboss-user] [EJB 3.0] - Re: help required for JBOSS 4.0.4 GA and EJB 3.0 RC9

2006-12-25 Thread abuayyub
goto the jboss admin via the web browser and check the name that the bean has bean placed under in the jndi tree. if you have deployed a jar in an ear, then the name may be preceded by the ear name in jndi. so check http://localhost:8080 and view the jmx entries for you bean. View the origin

[jboss-user] [EJB 3.0] - Re: help required for JBOSS 4.0.4 GA and EJB 3.0 RC9

2006-12-25 Thread priyavijayan1
Thanks for your reply.. I have already done that, I went to the JNDI view and the bean is not there.When i checked the server log of jboss, it says ejb3 is not registered. One more thing I noticed is that before installing EJB3, when i start the jboss it runs fine and the console doesn't

[jboss-user] [EJB 3.0] - Re: help required for JBOSS 4.0.4 GA and EJB 3.0 RC9

2006-12-25 Thread abuayyub
This does look like an instalation problem. did you install jboss using the installer. If not then i think you have to look at the jboss wiki on how to migrate from ejb3 RC8 to RC9. there are some differences you need to take into acount. I think ejb 3.0 RC9 is part of the 4.0.5 the latest jboss

[jboss-user] [EJB 3.0] - Re: help required for JBOSS 4.0.4 GA and EJB 3.0 RC9

2006-12-27 Thread Palam
I am using 4.0.5 the latest jboss version but still facing same problem please help me out View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996571#3996571 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996571 _

[jboss-user] [EJB 3.0] - Re: help required for JBOSS 4.0.4 GA and EJB 3.0 RC9

2006-12-28 Thread priyavijayan1
I got it resolved. I am pasting the code over here package com.infosys.EJB3.application; import com.infosys.EJB3.application.FacadeRemote; import com.infosys.EJB3.application.FacadeBean; import javax.naming.InitialContext; import java.sql.Timestamp; import java.util.Properties; public class cli