[jboss-user] [IronJacamar] - Re: xa-datasource is not registered correctly

Gytis Trikleris do-not-reply at jboss.com
Mon Mar 18 13:46:59 EDT 2013


Gytis Trikleris [https://community.jboss.org/people/gytis] created the discussion

"Re: xa-datasource is not registered correctly"

To view the discussion, visit: https://community.jboss.org/message/803317#803317

--------------------------------------------------------------
Here is the quote from documentation ( http://docs.oracle.com/javase/6/docs/api/java/util/Properties.html#load%28java.io.Reader%29 http://docs.oracle.com/javase/6/docs/api/java/util/Properties.html#load%28java.io.Reader%29):
...
Line terminator characters can be included using \r and \n escape sequences. Any white space after the key is skipped; if the first non-white space character after the key is '=' or ':', then it is ignored and any white space characters after it are also skipped. All remaining characters on the line become part of the associated element string; if there are no remaining characters, the element is the empty string "". Once the raw character sequences constituting the key and element are identified, escape processing is performed as described above.


As an example, each of the following three lines specifies the key "Truth" and the associated element value "Beauty":
 Truth = Beauty           Truth:Beauty Truth                  :Beauty 
As another example, the following three lines specify a single property:

 fruits                           apple, banana, pear, \                                    cantaloupe, watermelon, \                                    kiwi, mango 
The key is "fruits" and the associated element is:

"apple, banana, pear, cantaloupe, watermelon, kiwi, mango"
...
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/803317#803317]

Start a new discussion in IronJacamar at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2098]

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


More information about the jboss-user mailing list