I'd like to use EJX, where do I get ejx094.zip from?  I searched the net, but
found nothing.  I also noticed that there is an ejx.jar in my ejboss
distribution, but it has no README and no obvious "main" class to run.

The info below is a starting point, but not enough to create the deployment
descriptor for a container-managed entity bean, which is what I'm working on
right now.

Thanks,

bruno

Owen Taylor wrote:

> this is the XML from the helloworld example: mimic it also there is a
> utility available written by Rikard I believe that generatees xml for you it
> is free and downloadable called ejx094.zip
>
> <?xml version="1.0" encoding="Cp1252"?>
>
> <ejb-jar ID="">
>      <description></description>
>      <display-name></display-name>
>      <small-icon></small-icon>
>      <large-icon></large-icon>
>      <ejb-client-jar></ejb-client-jar>
>      <enterprise-beans>
>        <session>
>          <description>Nextgen bean</description>
>          <ejb-name>nextgen.HelloWorld2</ejb-name>
>          <home>test.HelloWorldHome</home>
>          <remote>test.HelloWorld</remote>
>          <ejb-class>test.HelloWorldBean</ejb-class>
>          <session-type>Stateful</session-type>
>          <transaction-type>Bean</transaction-type>
>          <env-entry>
>            <description></description>
>            <env-entry-name></env-entry-name>
>            <env-entry-type>java.lang.String</env-entry-type>
>            <env-entry-value></env-entry-value>
>          </env-entry>
>          <resource-ref>
>            <description></description>
>            <res-ref-name></res-ref-name>
>            <res-type></res-type>
>            <res-auth>Container</res-auth>
>          </resource-ref>
>        </session>
>      </enterprise-beans>
>      <assembly-descriptor />
>    </ejb-jar>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Bruno Melloni
> Sent: Thursday, March 02, 2000 9:25 PM
> To: EJBoss
> Subject: Re: javax.ejb.deployment
>
> That explains it.  Could you point me to some documentation on how to do
> XML-based deployment descriptors?
>
> Thanks,
>
> bruno
>
> Wong Kok Wai wrote:
>
> > Bruno Melloni wrote:
> >
> > >
> > > generate my DeploymentDescriptor as indicated on the O'Reilly EJB book.
> > >
> > > I got stumped when looking for the javax.ejb.deployment package, which
> > > is needed for that purpose.  I noticed that the EJBoss software includes
> >
> > javax.ejb.deployment package is for EJB 1.0 but EJBOSS is EJB 1.1
> compliant
> > :-)
> >
> > Deployment descriptor is now XML-based.
> >
> > --
> > --------------------------------------------------------------
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Problems?:           [EMAIL PROTECTED]
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to