Did you add a jboss.xml for your EJBs with a security domain entry ? If not, JBoss won't know which Security Manager to instantiate for authenticating and authorizing the EJB invocation.
Your jboss.xml file should look something like this : <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 3.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_3_0.dtd"> <security-domain>java:/jaas/danetworkflow</security-domain> <enterprise-beans> <ejb-name>...</ejb-name> </enterprise-beans> View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853119#3853119 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853119 ------------------------------------------------------- This Newsletter Sponsored by: Macrovision For reliable Linux application installations, use the industry's leading setup authoring tool, InstallShield X. Learn more and evaluate today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user