还有一种方法启动服务器在Jbuilder9执行应用程序

解决方案 »

  1.   

    <ejb-client-jar>我的clientjar名字</ejb-client-jar>
    虽然这一项也可以通过配置产生,但是编译后并不产生这个jar文件,我查了一些资料好像是由于上面的灰色所至,该怎么办呢
      

  2.   

    I have already done this. Infact I have also created Session beans and compiled and
    deployed it to Weblogic Server successfully.But I cannot create EJB client jar file as that option is grayed out in 'Tools/Create
    EJB Client Jar' option.I need to do this, because we have different WebServer(Tomcat) and
    AppServer(Weblogic). So in my Web Module, I need to only include the client EJB jar
    file.
      

  3.   

    因为你们的ejb接口不是远程接口,需要把local改为remote