[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejbtut not bound

2006-10-30 Thread zielonyplot
I solve my problem: the problem was that my simple application was correctly deployed, but it wasn't correctly binded to jndi namespace. I don't know why. This same problem I have got with EJB3Trail.ear. When I reinstall JBoss AS, this time with "EJB3.0" type of install, then everything was OK.

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejbtut not bound

2006-10-30 Thread jaikiran
What's the name of your ear file. Let's assume the name is MyApp.ear, then your lookup should look like: cal = (statelessTekst) ctx.lookup("MyApp/statelessTekstBean/remote"); anonymous wrote : About this descriptors files- please correct me if I am wrong. | Please, give me also example ejb-ja

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejbtut not bound

2006-10-30 Thread zielonyplot
About this descriptors files- please correct me if I am wrong. Please, give me also example ejb-jar.xml and jboss.xml files. Best regards! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981706#3981706 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejbtut not bound

2006-10-30 Thread zielonyplot
I don't have jboss.xml and ejb-jar.xml - I thought that when I am using EJB3.0 in jboss 4.0.5 I don't need this descriptors files. In application.xml I have ejbtut.jar, not beans.jar. Sorry, my mistake. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981704#39

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejbtut not bound

2006-10-29 Thread prakah
Also, please check the application.xml, because you have mentioned that your jar file name is ejbtut.jar but mentioned bean.jar in the application.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981658#3981658 Reply to the post : http://www.jboss.com/ind

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejbtut not bound

2006-10-29 Thread prakah
Hello, Can you please post the ejb-jar.xml and jboss.xml file contents and also the log contents which will be displayed when deploying the bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981657#3981657 Reply to the post : http://www.jboss.com/index.

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejbtut not bound

2006-10-29 Thread zielonyplot
I forget: my java version is 1.5.05, and I am using JBoss AS 4.0.5. Please, help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981603#3981603 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981603 _