On Aug 8, 2008, at 7:16 AM, weberj wrote:
Now I got to run the bank sample
http://cwiki.apache.org/confluence/display/GMOxDOC12/EJB+sample+application+(1.2+Ok)
The client also throws
[java] javax.naming.NameNotFoundException:
/org.apache.geronimo.samples.bank.ejb.BankManagerFacadeBean does not
exist
in the system. Check that the app was successfully deployed.
As it seems our <jndi-name> element is still broke, the config/
bank_client.properties needs to be updated to:
jndi.bankManager=BankManagerFacadeBeanRemoteHome
Added a JIRA for fixing the <jndi-name> and related elements:
https://issues.apache.org/jira/browse/GERONIMO-4237
-David