by Henning Eiben <eiben@[EMAIL PROTECTED]
>
Feb 8, 2007 at 04:41 PM
Per Newgro schrieb:
> Please refer to the ejb 3 spec chapter 3.4
>
> There you can see that there are to ways
> JNDI-Lookup
> Dependency injection
>
> You have to provide one way!
??
Well, didn't I do so? I wanted to use dependency injection, that's why I
included:
@[EMAIL PROTECTED]
customerDispatch;
in my code ... but this doesn't seem to work, since "customerDispatch"
is always null.