error accessing enterprise application in SJSAS 9
Hi all.
I developed an enterprise application using Oracle JDeveloper 10.1.3. The application contains an EJB module and a WAR module. The EJB module uses BMP Entity Beans according to 2.1 specifications, while the WAR module uses the JavaServer Faces Technology version 1.1. The EJB and WAR modules are packaged into an EAR file.
Everything works fine when testing the application in the Oracle Application Server embedded in JDeveloper. Now I've tried to migrate the EAR to Sun Java System Application Server Platform Edition 9.0_01. When I upload the EAR to this server, it indicates that deploying is successful, according to the server log. Also I've configured necessary resources like connection pools and JDBC resources.
But I encountered a problem: when I try to access the application ( i.e. http://127.0.0.1:8080/pruebaSun/ ), an exception is generated:
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: jsp.error.beans.property.conversion
I've noticed that if I deploy the WAR separately, I can access the application with no problems, but I need to deploy the entire enterprise application as an EAR.
Does anyone have any idea of how to face this problem? Am I missing some descriptor or something like that? Hope you can help me please. Thanks in advance.

