[jboss-user] [EJB3] - Re: Using environment variables in persistence.xml for property name/value pairs

jaikiran pai do-not-reply at jboss.com
Thu Apr 26 02:51:21 EDT 2012


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120426/9f8e997d/attachment.html 


More information about the jboss-user mailing list