Here is a valid jboss.xml from the 4.0.2 samples
| <!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" | "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | | <jboss> | | <security-domain>java:/jaas/JBossWS</security-domain> | | <enterprise-beans> | <session> | <ejb-name>RoleSecuredSLSB</ejb-name> | <jndi-name>ejb/RoleSecuredSLSB</jndi-name> | <port-component> | <port-component-name>RoleSecured</port-component-name> | <port-component-uri>/ws4ee-samples-ejb/RoleSecured</port-component-uri> | </port-component> | </session> | <session> | <ejb-name>BasicSecuredSLSB</ejb-name> | <jndi-name>ejb/BasicSecuredSLSB</jndi-name> | <port-component> | <port-component-name>BasicSecured</port-component-name> | <port-component-uri>/ws4ee-samples-ejb/BasicSecured</port-component-uri> | <auth-method>BASIC</auth-method> | <transport-guarantee>NONE</transport-guarantee> | </port-component> | </session> | </enterprise-beans> | </jboss> | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877964#3877964 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877964 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
