hi & thanks, 
     The home and remote tags along with description had their tags stripped 
when rendering on the HTML page! Very odd. Here is the XML, spaced, which will 
hopefully render it as it is packaged:

<ejb-jar>
    <enterprise-beans>
        
            < description >this is a test< /description >
            <display-name>Test</display-name>
            <ejb-name>TestSessionEJB</ejb-name>
            < home >au.com.twtva.ejb.TestSessionHome< / home>
            < remote >au.com.twtva.ejb.TestSession< /remote >
            <ejb-class>au.com.twtva.ejb.TestSessionBean</ejb-class>
            <session-type>Stateless</session-type>
            <transaction-type>Container</transaction-type>
        
    </enterprise-beans>
</ejb-jar>


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3892162#3892162

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3892162


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to