[JBoss JIRA] Created: (JBAS-5700) messaging-service.xml SecurityMetaDataStore needs to have a dependency on JNDIBasedSecurityRegistration
by Anil Saldhana (JIRA)
messaging-service.xml SecurityMetaDataStore needs to have a dependency on JNDIBasedSecurityRegistration
-------------------------------------------------------------------------------------------------------
Key: JBAS-5700
URL: http://jira.jboss.com/jira/browse/JBAS-5700
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JMS (JBoss Messaging)
Affects Versions: JBossAS-5.0.0.CR1
Reporter: Anil Saldhana
Assigned To: Anil Saldhana
Fix For: JBossAS-5.0.0.CR2
If an user deploys an MDB jar before the security beans kick in, then the lookup for the security management (java:/securityManagement) will fail with a namenotboundexception. Since we are trying to move the messaging-service.xml to messaging-beans.xml, this issue will probably not exist for a long term.
But for now, we need the following depends on
<mbean code="org.jboss.jms.server.jbosssx.JBossASSecurityMetadataStore"
name="jboss.messaging:service=SecurityStore">
....
<depends>JNDIBasedSecurityRegistration</depends>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years
[JBoss JIRA] Created: (JBPORTAL-2019) Notifications for identity
by Ryszard Kozmik (JIRA)
Notifications for identity
--------------------------
Key: JBPORTAL-2019
URL: http://jira.jboss.com/jira/browse/JBPORTAL-2019
Project: JBoss Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Portal Identity
Reporter: Ryszard Kozmik
Assigned To: Boleslaw Dawidowicz
Fix For: 2.6.6 Final
For synchronization bridge I need a way to see what changes in Portal's identity, preferably some kind of notification mechanism. It would be nice to be able to register listeners without any need for changing Portal configuration. More specifically I need notifications for:
- a change in any of User attributes
- a change in any of UserProfile properties
- delete/create of User
- delete/create/update of Role
- add/remove a Role from User
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years