Search results

  1. docs.oracle.com/cd/A97688_16/​toplink.903/b10065/accountd.htm   Cached
    The use of all XML elements in the file are described in the EJB 2.0 specification. weblogic-ejb-jar.xml. ... ejb-jar.xml file can also ... into and EAR file, ...
  2. community.jboss.org/thread/​147073?start=0&tstart=0   Cached
    Please find attached a zip file that contains configuration files for EJB 2.x (ejb-jar.xml, ... It means there are two jar files inside the current EAR, ...
  3. docs.oracle.com/cd/E13222_01/wls/​docs81b/ejb/EJB...   Cached
    ... you can omit the weblogic-ejb-jar.xml file entirely if you ... Qualifying the EJB name in this manner is necessary when two or more EJBs in the EAR file use ...
  4. docs.oracle.com/cd/E15051_01/wls/​docs103/ejb/DDreference...   Cached
    2.1 weblogic-ejb-jar.xml File Structure ... This is because global JNDI name cannot be set for individual EJBs in EAR libraries; it can only be set for an entire library.
  5. www.devshed.com/.../Introduction-to-​Enterprise-JavaBeans/6   Cached
    The EJB-JAR File - Java . This chapter looks at one of the principal types of component in the Java 2 Platform, Enterprise Edition (J2EE) — Enterprise JavaBeans (EJBs).
  6. stackoverflow.com/questions/3336727/ejb-​3-1-application...   Cached
    Separate the EJB into a separate module, and use a EAR based deployment. ... Location of the ejb-jar.xml in a WAR file. The EJB 3.1 specification ...
  7. community.jboss.org/thread/​160292?start=0&tstart=0   Cached
    In JMX console of JBoss I cannot see anything under Ejb 2.1 Module section. My EAR file contains a jar ... jar file there are ejb-jar.xml and persistence.xml files.
  8. docs.oracle.com/cd/B14099_19/web.1012/​b15505/access.htm   Cached
    ejb-jar.xml: The client is another EJB. ... For example, there are two EJBs, each deployed within their EAR file, called sales and inventory, ...
  9. community.jboss.org/thread/​110163?start=0&tstart=0   Cached
    Hi all, Trying to place the persistence.xml file in the ear META-INF, and adding the two EJB ... And in the EJBs in the msp1_ejb.jar ... xml file and get msp2_ejb.jar ...
  10. docstore.mik.ua/orelly/java-ent/ebeans/​ch10_07.htm   Cached
    The goal in using the JAR file format in EJB is to package all the classes and interfaces associated with one or more beans, ... and copy ejb-jar.xml into that directory.