-
1. Re: Location of Service Binding Manager bindings.xml file
jaikiran May 26, 2009 6:36 AM (in response to pilhuhn)I agree that the default location of the bindingservice.beans (that's the name in 5.1.0.GA) doesn't actually need to be per server configuration. Instead i guess it could be moved out to a shared location.
However, even now the location of bindingsURI is configurable in server/servername/conf/bootstrap/profile.xml:<property name="bindingsURI">${jboss.server.home.url}conf/bindingservice.beans</property>
I moved the bindingservice.beans to JBOSS_HOME/docs/examples and changed this property to<property name="bindingsURI">${jboss.home.url}docs/examples/bindingservice.beans</property>
Worked fine. -
2. Re: Location of Service Binding Manager bindings.xml file
pilhuhn May 26, 2009 6:47 AM (in response to pilhuhn)This needs to be the default in the future (perhaps not in docs/examples as those are no longer just examples ) as users are likely to forget to copy over the file and will then get strange results. Also the admin-console will need a definitive source of information.
-
3. Re: Location of Service Binding Manager bindings.xml file
alrubinger May 26, 2009 9:20 AM (in response to pilhuhn)If you'd like to change the default, recommend you propose the change w/ reasoning to jboss-development:
https://lists.jboss.org/mailman/listinfo/jboss-development
After some feedback we can look at opening a JIRA and making the change in trunk if there's consensus.
S,
ALR -
4. Re: Location of Service Binding Manager bindings.xml file
alrubinger May 26, 2009 9:58 AM (in response to pilhuhn)Ah Heiko, didn't note you're "pilhuhn", sorry for the newbie instructions. :)
S,
ALR -
5. Re: Location of Service Binding Manager bindings.xml file
pilhuhn May 26, 2009 10:03 AM (in response to pilhuhn)Well .. mail is sent anyway :-)
-
6. Re: Location of Service Binding Manager bindings.xml file
emuckenhuber May 26, 2009 11:01 AM (in response to pilhuhn)Yes the bindingserver configuration will move to a common location in AS6, but will remain as it is now for 5_x.
-
7. Re: Location of Service Binding Manager bindings.xml file
pilhuhn May 26, 2009 11:34 AM (in response to pilhuhn)Emanuel
I think this should go into 5.1.1
Heiko -
8. Re: Location of Service Binding Manager bindings.xml file
emuckenhuber May 26, 2009 11:55 AM (in response to pilhuhn)"pilhuhn" wrote:
Emanuel
I think this should go into 5.1.1
Hmm well we can talk about moving that, but it seems quite confusing - as there are no other deployments coming from a common location.
For AS6 we are planning to move 'duplicate' deployments to a common location anyway - so i guess it would make more sense then.
But what exactly is the problem for the console, having the bindingservice there? -
9. Re: Location of Service Binding Manager bindings.xml file
brian.stansberry Jun 2, 2009 4:43 PM (in response to pilhuhn)Back from vacation; plowed through the emails.
Thanks Jaikiran for the post on how the location can be moved.
Re: changing this for 5.1.1, I want to echo Emanuel's question: what's the issue for the console here? The SBM exposes an interface via the ProfileService ManagementView; that's the way a console should deal with this, which I would think would make the location of the file irrelevant.
BTW, Emanuel, Scott and I got a SBM management interface working right before I went on vacation and I had no time to document it for you Heiko. That is now corrected:
http://www.jboss.org/community/wiki/ServiceBindingManagerManagementInterface
I certainly agree that having this file be in a central location is the right thing to do for AS 6, but for 5.1.1 it becomes a kludge. It's been this way since 5.0.0 and I haven't heard any complaints about it from the community. Perhaps that just means people don't change this much.
Hmm, one issue is if the SBM content is changed via the PS ManagementView, the changes are stored in the target server's data/attachments dir. So they don't apply to all nodes that might be using a given SBM config.