JBoss Community

Re: Using environment variables in persistence.xml for property name/value pairs

created by jaikiran pai in EJB3 - View the full discussion

<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

Start a new discussion in EJB3 at Community