I am looking to deploy & configure a Java EE application on weblogic with the following configuration Machine -1 ,Mananged server -1 webbapplication i..e War deployment on managed server-1 2 issues Machine -2 ,Mananged server -2 EAR deployment, JDBC, JMS server(modules, resources, queue and queue connection factory targetted to only managed server -2) Configuration on managed server-2 no issues with managed server -2 deployment and configuration
the 2 issues with the managed-server-1 are This setup isn’t working and having he following issues when I deploy the war 1. <11-Apr-2011 15:26:03 o'clock BST> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1302531963725>
- weblogic.deployment.EnvironmentException: [J2EE:160200]Error resolving ejb-ref 'gov.rpa.rita.rlr.soplot.request.jsf.MapPackRequestController/dataServiceFacade' from module 'MapPackProduction-war.war' of application 'MapPackProduction-war'. The ejb-ref does not have an ejb-link and the JNDI name of the target bean has not been specified. Attempts to automatically link the ejb-ref to its target bean failed because no EJBs in the application were found to implement the 'gov.rpa.rita.rlr.mappack.ejb.facade.DataServiceRemote' interface. Please link or map this ejb-ref to its target EJB and ensure the interfaces declared in the ejb-ref are correct.
Machine -2 ,Mananged server -2 EAR deployment, JDBC, JMS server(modules, resources, queue and queue connection factory targetted to only managed server -2) Configuration on managed server-2 no issues with managed server -2 deployment and configuration
if it is useful to answer more information on my approach is that I am not using weblogic clustering as this application is going to be deployed without clustering as we dont have oracle licence for cluster.
Am I correct in my approach ? if yes please suggest resolution for 2 issues on managed server-1
thanks a lot in advance