Glassfish v3 / JNDI entry cannot be found problems!

后端 未结 4 1883
没有蜡笔的小新
没有蜡笔的小新 2021-02-06 03:30

I\'ve been having problems trying to call an EJB\'s method from a Java Application Client. Here is the code.

EJB Remote Interface

package com.test;

impo         


        
4条回答
  •  耶瑟儿~
    2021-02-06 04:28

    I have encountered the same problem. I googled the web and followed tutorials from Oracle line by line to set up a standalone java client but still nothing works. I came across http://glassfish.java.net/javaee5/ejb/EJB_FAQ.html and it has an information that I already tried to resolve the issue.

    I'll just restart my IDE, clean and build the project; may be also create the project afresh. And who knows, when the moon is full, my code might run fine :) So might wanna try that too

提交回复
热议问题