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&containerType=14&container=2029]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to