Hi,

To be able to deploy Enterprise JavaBeans on the EJB server, information
not defined
in the standard XML deployment descriptor are needeed, such the JNDI
name of the
Home object that implement the Home interface of the enterprise bean,
for example.
This information is specified, in the deployment step, in another
XML deployment descriptor which is specific to JOnAS. The JOnAS specific
deployment descriptor's XML DTD can be found in
$JONAS_ROOT/xml/jonas-ejb-jar.dtd. The file's
name of the JOnAS specific XML deployment descriptor must be the file's
name of the standard XML deployment descriptor prefixed by jonas-'. 

You miss to define the JOnAS specific deployment descriptor information
for the BooksBean in the jonas-ejb-jar.xml file.

Kind regards.
Hélène.

shankar kadam wrote:
> 
> Hi,
> 
> When i am execute the compile batch file, I am getting folowing weeor
> message from GenIc tool
>  GenIC ERROR: When reading the Deployment Descriptors for ejb-jar.xml
> jonas-entity missing for bean BooksBean
> 
> I think I am missing something in ejb-jar.xml. The java classes are
> generating for interface,  EJB implementation and primary key
> 
> Many thanks and regards
> shankar kadam
> 
> ----
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body of the message "unsubscribe jonas-users".
> For general help, send email to [EMAIL PROTECTED] and
> include in the body of the message "help".

-- 
-=- Hélène JOANIN -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  mailto:[EMAIL PROTECTED]   http://www.evidian.com
  Phone: 33.4.76.29.73.53            Fax: 33.4.76.29.76.00
  Download our EJB Server JOnAS at http://www.objectweb.org
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to