Re: referencing Counter in counter.jar - how?

2000-09-27 Thread Stefan Arentz
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!

Re: referencing Counter in counter.jar - how?

2000-09-27 Thread alexchud
om: Stefan Arentz [EMAIL PROTECTED] Date: Wednesday, September 27, 2000 11:26 pm Subject: referencing Counter in counter.jar - how? I'm stuck with the following error: javax.ejb.CreateException: Naming Exception: Counter not found in Photo Bean From PhotoBean.java I do: newId = Count