Wouldn't you and I assume "Verifier" just use a validating XML parser with
the djb-jar dtd?

Check out the definition of the dtd you're referencing and see what is says
about "*".

> -----Original Message-----
> From: A mailing list for Enterprise JavaBeans development
> [mailto:[EMAIL PROTECTED]]On Behalf Of Henry Voyer (hotmail)
> Sent: Sunday, September 10, 2000 6:12 PM
> To: [EMAIL PROTECTED]
> Subject: Whats wrong with this EJB DD ?
>
>
> Hi everyone.
> Im using  verifier from j2ee sun package to check de validity of my DD's
> from O'reilly Enterprise Java Bean  it indicates that this DD is valid.
>
> But when i checked it gave me an error where the <container-transaction>
> tag is.
> Does the verifier is check the * wildcard ?
> Thanks a lot
>
> <?xml version="1.0" encoding="Cp1252"?>
>
> <!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>
>   <description>test</description>
>   <display-name>test</display-name>
>   <enterprise-beans>
>     <entity>
>       <display-name>test</display-name>
>       <ejb-name>testEJB</ejb-name>
>       <home>com.involva.beans.test.testHome</home>
>       <remote>com.involva.beans.test.test</remote>
>       <ejb-class>com.involva.beans.test.testBean</ejb-class>
>       <persistence-type>Container</persistence-type>
>       <prim-key-class>com.involva.beans.test.testPK</prim-key-class>
>       <reentrant>False</reentrant>
>        <cmp-field><field-name>Nom</field-name></cmp-field>
>  <cmp-field><field-name>Prenom</field-name></cmp-field>
>     </entity>
>   <assembly-descriptor>
>     <container-transaction>
>         <method>
>           <ejb-name>testEJB</ejb-name>
>           <method-name>*</method-name>
>         </method>
>         <trans-attribute>Required</trans-attribute>
>     </container-transaction>
>   </assembly-descriptor>
>   </enterprise-beans>
> </ejb-jar>
>
> ==================================================================
> =========
> To unsubscribe, send email to [EMAIL PROTECTED] and include
> in the body
> of the message "signoff EJB-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to