jaikiran pai [
https://community.jboss.org/people/jaikiran] created the discussion
"Re: Using environment variables in persistence.xml for property name/value
pairs"
To view the discussion, visit:
https://community.jboss.org/message/732308#732308
--------------------------------------------------------------
<property name="server.nodes"
value=${server.host.list}/>
Change it to:
<property name="server.nodes" value="${server.host.list}"/>
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/732308#732308]
Start a new discussion in EJB3 at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]