Have you defined your <web> module in the application.xml file? Also, did
you bean get deployed? It should be in you WAR file.

Hope this helps,
-Danno
----- Original Message -----
From: "Hauke Z�hl" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Tuesday, October 17, 2000 10:36 AM
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