How does one disable security on destinations in jbm 1.4? Destinations like the following:
| <mbean code="org.jboss.jms.server.destination.QueueService"
| name="jboss.mq.destination:service=Queue,name=QueueB"
| xmbean-dd="xmdesc/Queue-xmbean.xml">
| <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
| </mbean>
|
are picking up the ServerPeer DefaultSecurityConfig. With the old jbossmq this destination would have to security check. This is affecting security tests using mdbs in jbossas trunk currently.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110725#4110725
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110725
There are currently 3 implementations of BasicDeploymentTemplateInfo:
- org.jboss.resource.deployers.management.DsDataSourceTemplateInfo
- org.jboss.resource.deployers.management.ConnectionFactoryTemplateInfo
- org.jboss.profileservice.management.templates.DsXmlDataSourceTemplateInfo
All look the same. Is there supposed to be a template impl per ManagedConnectionFactoryDeploymentMetaData subclass?
If not what's the point of having 3 different classes and where the connection factory type is supposed to be specified?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110676#4110676
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110676