long string is not matched correctly with XmlReader Java and Jboss on Linux -



long string is not matched correctly with XmlReader Java and Jboss on Linux -

i encounter problem when using xmlreader in java. xml have parse contains sql querys in tags , long , parse xml when on local jboss , windows. 1 of querys quite long, 3000 characters.

for when same parsing done in jboss server deployed on linux long query not parse voge me word end, if take piece of query follows taking same point.

given jboss has both encoding utf-8, windows version of java 1.6.0_45 , 1.6.0_32 have linux, , has xml header

thank much,

the contenthandler.characters() phone call can fragmented differently depending on runtime. sql query parsed in 2 blocks, need concatenate characters sent until endelement call.

java linux jboss5.x string-matching xmlreader

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -