Rodolphe Godreul wrote:
> 
> <?xml version="1.0"?>
> <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise
> JavaBeans 1.1//EN' 'http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd'>
> <ejb-jar>
> 
>  <display-name>HelloWorld Bean jar</display-name>
>  <description>A simple HelloWorld</description>

   this <display-name> and <description> tags are in the wrong place,
see below the repeating tags.
   just remove it.

> 
>  <enterprise-beans>
>   <session>
>    <display-name>HelloWorld</display-name>
>    <description>A simple HelloWorld</description>
>    <ejb-name>com.genesys.is.helloworld.ejb.HelloWorld</ejb-name>
>    <home>com.genesys.is.helloworld.ejb.HelloWorldHome</home>
>    <remote>com.genesys.is.helloworld.ejb.HelloWorld</remote>
>    <ejb-class>com.genesys.is.helloworld.ejb.HelloWorldEJB</ejb-class>
>    <session-type>Stateless</session-type>
>    <transaction-type>Container</transaction-type>
>   </session>
>  </enterprise-beans>
> 

-- Claudio Miranda
   SUN Certified Programmer for JAVA 2
begin:vcard 
n:Miranda;Claudio
x-mozilla-html:FALSE
org:EverSystems;Research & Developmet - Internet & New Tech
adr:;;;Sao Paulo;SP;;Brazil
version:2.1
email;internet:[EMAIL PROTECTED]
title:SUN Certified Programmer for JAVA 2
fn:Claudio Miranda
end:vcard

Reply via email to