Thanks much David--that was it. It's working great now....

David Blevins wrote:

On Feb 7, 2007, at 10:47 PM, Tim McConnell wrote:

  <jav:ejb-local-ref>
<jav:ejb-ref-name>org.apache.geronimo.samples.calculator.CalculatorServlet/calc</jav:ejb-ref-name> <jav:local-home>org.apache.geronimo.samples.slsb.calculator.CalculatorLocal</jav:local-home>
    <jav:injection-target>
<jav:injection-target-class>org.apache.geronimo.samples.calculator.CalculatorServlet</jav:injection-target-class>
      <jav:injection-target-name>calc</jav:injection-target-name>
    </jav:injection-target>
  </jav:ejb-local-ref>

You've got the Calculator's ejb3 business interface marked as an ejb2 home interface. Just s/local-home/local/ and it should work.

-David



--
Thanks,
Tim McConnell

Reply via email to