I am using Eclipse 3.2, and trying to develop a simple JavaBean to be called from a JSp using
The Eclipse editor let me declare the bean inside my JSP
My bean class is generated without error
I export the WAR file to JBOSS 4.4 AS
When I try to execute the JSP, I get Unable to compile class ERROR 500
How do I export my application from Eclipse to Jboss?