[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: StoreAccessBean not

2004-08-28 Thread tony1929
Sorted the problem the tag in StoreAccessBean @ejb.ejb-ref ejb-name="Customer" view-type="local" ref-name="CustomerLocal" generates the following in the ejb-jar CustomerLocal Entity au.com.tusc.bmp.CustomerLocalHome au.com.tusc.bmp.CustomerLo

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: StoreAccessBean not

2004-08-28 Thread tony1929
Hi Vishal, I started from scratch and managed to get chapter 3 up and running, but ended up with the same problem in Chapter 5. javax.naming.NameNotFoundException: StoreAccessBean not bound. I really want to get to the bottem what causes this problem, can you give me any hints on how to debug

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: StoreAccessBean not

2004-08-26 Thread tony1929
Thanks Vishal, but the proplem is not found in that thread. The problem is that the tutorial was set up for jboss-3.2.1 and I am using version jboss-3.2.5. with jboss jboss321all.server a ejbGenerate file is generated with jboss325all.server a xdoclet file is generated. And I have a feeling i

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: StoreAccessBean not

2004-08-25 Thread vashistvishal
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=36910 Check this and hopefully will get yr solution. Vishal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846224#3846224 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: StoreAccessBean not

2004-05-06 Thread geoff74
It means that the EJB's home interface cannot be found on the JNDI server. This probably means that the bean is not properly deployed, but may also mean that the client is using the wrong name to attempt the lookup. Without more information (deployment descriptors, code, etc.), I can't tell y