It looks to me like there are a number of message types that are being parsed that
don't seem relevant to the WSDL, MCCI_MT000100UV01.xsd, COCT_MT040203UV01.xsd. I
assume each of these also have references to the datatypes.xsd, voc.xsd and the other base
schema's, which is why there are numerous references to them. I would hope that those
definitions would be cached and not be loaded into memory multiple times, but given the
OutOfMemoryException that may be what is occuring.
I don't know how you're packaging the HL7 schemas, but you could try reducing the
number of schemas down to the message type your actually interested in, which appears to
be the PRPA_IN201101UV01, plus base schema's.
That might workaround the OutOfMemoryException.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193801#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...