[jboss-dev-forums] [Design of POJO Server] - Re: Moving ServiceBindingManager config out of bootstrap
emuckenhuber
do-not-reply at jboss.com
Sat May 2 06:45:21 EDT 2009
"bstansberry at jboss.com" wrote :
| My work on JBAS-6259 shows me that with bindings.xml in the bootstrap, edits to the components aren't persisted.
|
Yes, the attachment persistence is not available for bootstrap deployments, as they are not managed by profileservice.
"bstansberry at jboss.com" wrote :
| The reason SBM deployment is in the bootstrap is it has to come before conf/jboss-service.xml. But that doesn't mean it has to be in bootstrap. I propose to simply change StaticProfileFactory and expose a "bindingsURI" property, which if set will result in a sub-profile that deploys before the conf/jboss-service.xml sub-profile. I've done this locally and it works fine.
|
Yes, i think that's the best option. Have you also tried to just put it into the current bootstrap profile, it might can handle the dependencies itself without requiring it's own profile? I'm just curious if that would work ;)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228119#4228119
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228119
More information about the jboss-dev-forums
mailing list