On Wed, Sep 27, 2000 at 03:26:07PM +0200, Stefan Arentz wrote:
> I'm stuck with the following error:
> 
>     javax.ejb.CreateException: Naming Exception: Counter not found in Photo Bean
> 
> >From PhotoBean.java I do:
> 
>     newId = CounterUtils.getNextID("java:comp/env/Counter","Photo");

Nevermind! This should be "java:comp/env/ejb/Counter" of course. Too much
code early in the morning .. my mistake :-/

  Stefan


Reply via email to