Hi again-

Baby-steps, baby-steps.... I've finally gotten my application packaged 
properly, and my 2.0 CMP EntityBean to deploy properly, but am having
problems accessing the bean via JSP.  I've scanned the mailing lists,
but don't find anything related.  Hopefully someone can lend me a
clue.

I'm sure I'm doing something dumb here, but am not quite sure what.

Any pointers appreciated.


The error I receive is:
------------------------
500 Internal Server Error

java.lang.InstantiationException: 
    Could not find the bean named 'employee' in the page scope
    at java.lang.Throwable.<init>(Throwable.java:96)
    at java.lang.Exception.<init>(Exception.java:44)
    at java.lang.InstantiationException.<init>(InstantiationException.java:46)
    at /EmployeeEntryAction.jsp._jspService(/EmployeeEntryAction.jsp.java:34)
    at com.orionserver.http.OrionHttpJspPage.service(JAX)
    at com.evermind.server.http.HttpApplication.xi(JAX)
    at com.evermind.server.http.JSPServlet.service(JAX)
    at com.evermind.server.http.d5.sv(JAX)
    at com.evermind.server.http.d5.st(JAX)
    at com.evermind.server.http.eh.s0(JAX)
    at com.evermind.server.http.eh.do(JAX)
    at com.evermind.util.f.run(JAX)


And the useBean segment from my JSP is:
---------------------------------------
<jsp:useBean 
        id="employee" 
        scope="page"
        type="com.soma.axon.ejb.entity.Employee"
/>

-- 
Sean P. McNamara                <[EMAIL PROTECTED]> 
SOMA Technologies, Inc.         <[EMAIL PROTECTED]>
                                <[EMAIL PROTECTED]>
                                <[EMAIL PROTECTED]>

Reply via email to