I use the last JBoss release. I have this exception when trying to bound the local home of an entity using the utilities class generated by jboss-ide (CityUtil.getLocalHome()) :
javax.ejb.CreateException: ejb not bound In the home local interface, there is : ... | public static final String COMP_NAME="java:comp/env/ejb/CityLocal"; | public static final String JNDI_NAME="CityLocal"; | ... in jboss.xml : ... | <entity> | <ejb-name>City</ejb-name> | <local-jndi-name>CityLocal</local-jndi-name> | </entity> | ... those files are generated using xdoclet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916039#3916039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916039 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
