[jboss-jira] [JBoss JIRA] Commented: (AS7-838) Allow individual security domains to be deployed
Marcus Moyses (JIRA)
jira-events at lists.jboss.org
Thu May 26 11:52:01 EDT 2011
[ https://issues.jboss.org/browse/AS7-838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604691#comment-12604691 ]
Marcus Moyses commented on AS7-838:
-----------------------------------
Lance most likely this is a classloading issue. The problem is that the class LoginContext (part of JDK) is the one that loads the login module class, and it does that by using the thread current class loader. I think I will have to come up with a workaround to set our module classloader in the TCCL before LoginContext tries to load the login module class. I'll play around with this today.
> Allow individual security domains to be deployed
> ------------------------------------------------
>
> Key: AS7-838
> URL: https://issues.jboss.org/browse/AS7-838
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Security
> Affects Versions: 7.0.0.Beta3
> Reporter: Marcus Moyses
> Assignee: Marcus Moyses
> Fix For: 7.0.0.CR1
>
>
> We need to be able to deploy security domains in a deployment unit much like we had in previous AS versions so customers can deploy security domains individually or along with their applications.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list