[jboss-dev-forums] [Design of POJO Server] - Re: Location of Service Binding Manager bindings.xml file

jaikiran do-not-reply at jboss.com
Tue May 26 06:37:04 EDT 2009


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.


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233257#4233257

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233257



More information about the jboss-dev-forums mailing list