I have deployed some ejbs on weblogic 8.1 which I used a session bean
in my web project, the problem raise when I create a EJB control in my
web project, after deploying it all successfully , when I try to use
the EJB control in the web page I've made ,I got the following error:
com.bea.wlw.runtime.core.dispatcher.ServiceHandleException: Service
at /xagroseFactory/Controllers/viewerSBEJBController.jcx not found
caused by: :
com.bea.wlw.runtime.core.dispatcher.ServiceHandleException: Service
at /xagroseFactory/Controllers/viewerSBEJBController.jcx not found
Surprisingly sometimes when I restart the WLS it sorts out , but how
can I fix this problem?