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]

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

Reply via email to