Java EE application deployment on Weblogic -


i looking deploy & configure java ee application on weblogic 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 , queue connection factory targetted managed server -2) configuration on managed server-2 no issues managed server -2 deployment , configuration

the 2 issues managed-server-1 setup isn’t working , having following issues when deploy war 1. <11-apr-2011 15:26:03 o'clock bst> <[active] executethread: '1' queue: 'weblogic.kernel.default (self-tuning)'> <> <> <> <1302531963725>

  1. weblogic.deployment.environmentexception: [j2ee:160200]error resolving ejb-ref 'gov.rpa.rita.rlr.soplot.request.jsf.mappackrequestcontroller/dataservicefacade' module 'mappackproduction-war.war' of application 'mappackproduction-war'. ejb-ref not have ejb-link , jndi name of target bean has not been specified. attempts automatically link ejb-ref target bean failed because no ejbs in application found implement 'gov.rpa.rita.rlr.mappack.ejb.facade.dataserviceremote' interface. please link or map ejb-ref target ejb , ensure interfaces declared in ejb-ref correct.

machine -2 ,mananged server -2 ear deployment, jdbc, jms server(modules, resources, queue , queue connection factory targetted managed server -2) configuration on managed server-2 no issues managed server -2 deployment , configuration

if useful answer more information on approach not using weblogic clustering application going deployed without clustering dont have oracle licence cluster.

am correct in approach ? if yes please suggest resolution 2 issues on managed server-1

thanks lot in advance

it's not entirely clear trying do, ejb-link error seems indicate trying use ejb code in war file. first guess trying package ejb in war file. not work java ee5. need package war containing webapp , ejb jar file in ear.

if ejb deployed separately, , trying use ejb-link ejb injection, take @ ejb-jar.xml configuration reference make sure have set correctly. also, @ weblogic-ejb-jar.xml reference , see can there.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -