1 Reply Latest reply on May 19, 2004 3:39 PM by gorano

    using eclipse and lomboz to make EJB problem

    zhangj

      I'm using Eclipse+lomboz develop EJB on Jboss.eclipse alway generate ejb-jar.xml and jboss.xml automatically.but I need to customaize these files.I saw somebody put
      /*
      *@ejb-name=...

      int the code,which can change this file.but I don't like this way.since these are configuration infomation,I don't want it mix up with source code.
      is there any way to edit ejb-jar.xml and jboss.xml and when generate and deploy,eclipse don't override them?