You need to import CSManagerRemote in your JSP page.

Your jsp page should look like

<%@page  import="de.wiprak.weinlager.CSManagerBeans.CSManagerRemote" %>
...
then manipulate the object type CSManagerRemote.
...

Alvin

gordian gossen wrote:

> hallo,
>
> i would like to run an application.ear on JBoss that
> runs fine on sun's J2ee-Server.
>
> It is deployed correct. but when i try to load an JSP
> in my browser I get an JasperException.
> He cannot compile the JSP because he did not found the
> needed class.
>
> I checked the case and spelling in JSP and xml files
> but cannot find anything.
>
> The JBoss manual tells me to put the ejb.jar on the
> classpath when i compile my source.
>
> java -classpath
> /usr/local/jboss/lib/ext/ejb.jar...
>
> we developed our appication with Sun's JDK's.
> ---------------------------------------------------
> do i need to recompile my classes if i want to use my
> application with JBoss?
> ---------------------------------------------------
>
> console output:
> ###############
> [EmbeddedTomcat] Ctx( /Weinlager ): JasperException:
> R( /Weinlager + /Authentication.jsp + null) Unable to
> compile class for
> 
>JSPC:\jboss_tomcat\tomcat-3.2-b7\work\localhost_8080%2FWeinlager\_0002fAuthentication_0002ejspA
> uthentication_jsp_0.java:13: Class
> de.wiprak.weinlager.CSManagerBeans.CSManagerRemote not
> found in import.
> import
> de.wiprak.weinlager.CSManagerBeans.CSManagerRemote;
>        ^
>
> browser output
> ##############
> org.apache.jasper.JasperException: Unable to compile
> class for
> 
>JSPC:\jboss_tomcat\tomcat-3.2-b7\work\localhost_8080%2FWeinlager\_0002fAuthentication_0002ejspAuthentication_jsp_0.java:13:
> Class
> de.wiprak.weinlager.CSManagerBeans.CSManagerRemote not
> found in import.
> import
> de.wiprak.weinlager.CSManagerBeans.CSManagerRemote;
>
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35
> a year!  http://personal.mail.yahoo.com/
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> List Help?:          [EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to