>When I use <% page import="gojsp.ShowStats" %> I don't get
>any can't find errors. instead I get errors that says that
>javax.ejb.EJBHome,
>javax.ejb.EJBObject, and javax.ejb.EJBCreateException are not found in
>interface gojsp.ShowStats... gojsp.ShowStatsHome...
Have you really declared home, remote and bean properly? If it cant find
javax.ejb.EJBHome etc put .../j2sdkee1.2.1/lib/j2ee.jar in the Classpath.
>I've put the gojsp.ShowStats and gojsp.ShowStatsHome in the client library
>of jBoss. IS that the way to go? and how do I make sure that Jasper can
>find the ejb.* - files ??
You have them in the Client.har right? Add that to the classpath by adding
the following line to META-INF/MANIFEST.MF in your war file:
Manifest-Version: 1.0
Class-Path: ./lib/Client.jar
>I still can't manage to get "Added ./lib/client.jar ..." hmmm.
Then something is not right with MANIFEST file or the location of it. If you
do not see "Added ..." you should see "Failed to add ./lib/client.jar to
common classpath" otherwise it is not reading the manifest at all.
Regards,
Per
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]