Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JBOSSアプリケーションサーバーに2つのEAR(EAR-1、EAR-2 )があります。EAR-2には、ステートレスセッションBeanがあります。
TestTimerBean
このBeanには、次の方法があります。
startTimer()
ここで、このメソッドにアクセス/呼び出したいと思います:EAR-1startTimer()から。
どうすればこれを達成できるかについて誰かが私に提案できますか?
あなたがしなければならない最初のステップは、EJBのルックアップを作成することです。
JBossでは、以下を使用してアクセスできます。
context/Bean_Name/remote
ここで、contextは耳の名前、Bean_Nameはリモートインターフェイスです。
Bean_Name
これがお役に立てば幸いです