[jboss-user] [EJB 3.0 Users] - Re: Overriding clientBindUrl does not work! Why?
eminil
do-not-reply at jboss.com
Fri Sep 4 06:51:49 EDT 2009
Okay, i put it into the jar containing the bean classes instead.
Now i get the following exception:
| Caused by: java.lang.IllegalStateException: Multiple security domains not supported
| at org.jboss.wsf.container.jboss50.deployment.tomcat.SecurityHandlerEJB3.addSecurityDomain(SecurityHandlerEJB3.java:58)
Might this have something to do with the bean also being configured to use JBossWS as:
| @Stateless
| @WebService(endpointInterface = "com.our.company.SystemEJBRemote")
| @Remote(SystemEJBRemote.class)
| @SecurityDomain("JBossWS")
| @RolesAllowed("friend")
| @WebContext
| (
| contextRoot="/myapp-jboss-app-server",
| urlPattern="/*",
| authMethod="BASIC",
| transportGuarantee="CONFIDENTIAL",
| secureWSDLAccess=false
| )
| @RemoteBinding(clientBindUrl="sslsocket://0.0.0.0:3843", jndiBinding="SystemEJB")
|
And have any idea how i should fix this?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253541#4253541
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4253541
More information about the jboss-user
mailing list