When is that secheduled for a release?
At a minimum for the jbossas5 beta3 I think we need:
- externalize the name of the aop-messaging-server.xml so these aspects can be overriden
in the server integration project.
- externalize the SecurityStore implementation so this can be overriden by the server
integration project:
| <mbean code="org.jboss.jms.server.ServerPeer"
| name="jboss.messaging:service=ServerPeer"
| xmbean-dd="xmdesc/ServerPeer-xmbean.xml">
| ...
| <attribute
name="AopConfig">jbossas5-aop-messaging-server.xml</attribute>
| <depends
optional-attribute-name="SecurityStore">jboss.messaging:service=JBossAS5SecurityStore</depends>
| ...
|
I'll take a look at making these changes.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111476#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...