Unfortunately, i get exactely the same error with the sample example
atm.ear .....
All of those aplications run fine with Sun's j2ee.
And the support is not responding so i'll go for an other application
server.

 rodolphe



> > <?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


Reply via email to