Hi, you can achieve this by adding a file "jboss.xml" to your EJB project, with this content:
<?xml version="1.0" encoding="UTF-8"?> | <!DOCTYPE jboss PUBLIC | "-//JBoss//DTD JBOSS 4.2//EN" | "http://www.jboss.org/j2ee/dtd/jboss_4_2.dtd"> | | <jboss> | <security-domain>nameofsecuritydomain</security-domain> | </jboss> Hope this helps Wolfgang View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183733#4183733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183733 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
