If this is using orion, then i have my own doubts as to where the .ear file
is located in coz
the jsp-engine is unable to locate the bean. Becoz the orion jsp-engine
finds the beans (just javabeans not EJB)
when i keep it under WEB-INF/classes folder. So try placing the bean there
and check

Santosh


----- Original Message -----
From: Hauke Z�hl <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Sent: Tuesday, October 17, 2000 2:51 PM
Subject: JSP cannot find Bean Class


> Hello folks,
>
> I have a strange problem:
> I wrote an BMP Enterprise Java bean (Mystuff.java, MystuffEJB.java and
> MystuffHome.java), compiled it and put it into a jar-file (which I later
put
> into a .ear file).
>
> Later I wrote the component file MystuffBean.java and included the
compiled
> file with useBean class="MystuffBean" into my JSP file, and finally put
that
> stuff into a .war-file.
>
> After deploying the .ear file and calling the JSP with a browser, the JSP
> tells me that "Bean type 'MystuffBean' not found".
>
> So what might be wrong there?
>
> Regards,
> Hauke
>


Reply via email to