Error JBO-33003 ADF Business component as an EJB remote
505107Mar 31 2008 — edited Apr 3 2008Hi,
I need to deploy an ADF application (model in business component and view in ADF Faces) in a multi-tier architecture. I deployed the MODEL project (bc4j) in an OAS’s OC4J instance. Now, when I try to test de application I get the following error:
oracle.jbo.ConfigException: JBO-33003: Connection name <my_conn_to_oas> not defined.
Also, I tried to connect to de EJB session from my VIEW project, so I changed the file DataBindings.cpx. I changed the line Configuration="AMProyectosLocal" to Configuration="AMProyectosAS_DS".
When I run the view project I get the same error:
500 Internal Server Error
oracle.jbo.ConfigException: JBO-33003: Connection name AppServerPenny not defined
at oracle.jbo.client.Configuration.initializeFromConnectionName(Configuration.java:1103)
at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:538)
at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:461)
at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:436)
at oracle.jbo.common.ampool.PoolMgr.createPool(PoolMgr.java:287)
at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:539)
at oracle.jbo.common.ampool.ContextPoolManager.findPool(ContextPoolManager.java:165)
at oracle.adf.model.bc4j.DataControlFactoryImpl.findOrCreateSessionCookie(DataControlFactoryImpl.java:136)
at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:222)
at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:76)
at oracle.adf.model.BindingContext.get(BindingContext.java:457)
What is the problem?
Where can I find the process to deploy in a multi-tier platform?
Please, help me.