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.

[1476 byte] By [isaacvma] at [2007-11-27 3:10:52]
# 1
You may want to look in the server.log file for more information about the exception.If the issue is still unclear after taking a look at it, please share it and others may be able to spot the problem.vbk
vkraemera at 2007-7-12 8:13:18 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

i磎 having the same problem, when I compile the enterprise application have error to convert the beans.

the web application alone runs whitout problems, I start getting problems when I put it inside my enterprise app.

I磎 using NetBean 5.5 jsf 1.1 and sun java application server 9

Added 25/06/2007

The only way is compiling and deploying the EJB and later compile and deploying and run the web project.

Message was edited by:

Caplp

Caplpa at 2007-7-12 8:13:18 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...