[jboss-dev-forums] [Design of POJO Server] - JBossWebService WS4EE Deployments and JACC

anil.saldhana@jboss.com do-not-reply at jboss.com
Mon Sep 8 14:11:26 EDT 2008


References:
 https://jira.jboss.org/jira/browse/JBAS-4644
 http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175139#4175139

When you deploy a EJB based WS, JBossWS tries to deploys an endpoint servlet in tomcat. 

In AS5, for ejb jars with ws,
a) the ejb security deployer is called. It creates the jacc permissions.
b) the ws deployer kicks in.  Creates a webmetadata for the endpoint servlet and adds as an attachment.
c) the tomcat deployer kicks in. Uses the webMD attached by WS deployer in the unit. 

The issue is that under JACC environment,  since we have not passed the deployment (web metadata) via the war security deployer, the jacc permissions are not created.  There is a need for the WAR security deployer to kick in between steps b) and c).   The security deployers are post_classloader deployers.

The WS and tomcat deployers are real deployers.

Ideas/suggestions please.


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

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



More information about the jboss-dev-forums mailing list