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