Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 15127 invoked by uid 500); 7 Sep 2001 00:00:38 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 15114 invoked from network); 7 Sep 2001 00:00:38 -0000 From: kolsen@get2hawaii.com (Kurt Olsen) To: Subject: Can ejbjar deal with multiple entity ejb's in a jar? Date: Thu, 6 Sep 2001 14:02:37 -1000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_035E_01C136DC.95D0D200" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_035E_01C136DC.95D0D200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, Can the ejbjar task be used to create a single jar file containing multiple entities. For example, given the directory structure below, can ejbjar create Account.jar containing both the Account and Person entities? (I didn't endorse, nor create this, but I do have to deal with it!) Account ejb-jar.xml weblogic-ejb-jar.xml weblogic-cmp-rdbms-Account weblogic-cmp-rdbms-Person com company account Account.java AccountEJB.java AccountHome.java Person.java PersonEJB.java PersonHome.java ------=_NextPart_000_035E_01C136DC.95D0D200 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
Can = the ejbjar task=20 be used to create a single jar file containing multiple=20 entities.
For = example, given=20 the directory structure below, can ejbjar create Account.jar containing = both the=20 Account and Person entities?
(I = didn't endorse,=20 nor create this, but I do have to deal with it!)
 
Account
  = ejb-jar.xml
  = weblogic-ejb-jar.xml
  = weblogic-cmp-rdbms-Account
  = weblogic-cmp-rdbms-Person
  = com
   =20   company
   =20       account
   =20          =20 Account.java
   =20          =20 AccountEJB.java
   =20          =20 AccountHome.java
   =20          =20 Person.java
   =20          =20 PersonEJB.java
   =20          =20 PersonHome.java
      =
 
------=_NextPart_000_035E_01C136DC.95D0D200--