Recently professor assigned us an assignment in which we need to convert an entity 
bean from remote access to local home access only.

After doing the research and reading, I was able to do so, however there's something 
that's puzzling me and I would like to get some clearification.  

When I converted the entity bean's interface to extend EJBlocalHome, everything works 
fine except for the fact when I deployed in JBOSS, I couldn't lookup the bean, always 
returning ejb not found namingexception.   This  made me extremely frustrated and 
baffled, frantically looking up everywhere in the internet looking for an answer and 
double checking my code.  Finally about an hour later after I rescanted the JBOSS 
output log, I noticed JBOSS had re-named my bean from the original "StoreBean" to 
"local/StoreBean".  

Being a new java bean learner, it is this a ejb standard in which all the local home 
beans begin with local/ or it is just a JBOSS specific case?  In all my search on the 
internet none spoke about this effect, so I would like to get some clearification. 

Thanks.




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830034#3830034

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830034


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to