7 Replies Latest reply on Jul 3, 2003 4:59 AM by veit

    access file included in EJB jar module that is deployed

    billelmehdi

      Hi, I want to know how to access file, included in the EJB jar module deployed in jboss, from an entity bean contained in the same module.

      the module deployed has this structure:

      beans/MyBean(with home and remote)
      resources/file.xml
      META-INF/ejb-jar.xml and jboss.xml

      thanks.