Author |
Message
|
Varsh |
Posted: Mon May 18, 2009 9:44 pm Post subject: Validating large XSDs in WMB 6.0.2 |
|
|
Newbie
Joined: 18 May 2009 Posts: 2
|
Hi,
We are getting java.lang.out of memory errors when validating large XSDs.Increaing the heap size to 1 GB didn't help.Can anyone has a suggestion on this issue? Your help is much appriciated.
Regards,
Varsh |
|
Back to top |
|
 |
vikas.bhu |
Posted: Mon May 18, 2009 11:09 pm Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
u can verify following things..
1-increase memory size 1 GB(fine but dont increase more than that if u have avalable 1.5 gb ..if u have less than or equall to 1 gb ..then increasing to 1 gb will not work)
2- if above step is fine.. restart the server...
3-stiil problem..
stop some applications |
|
Back to top |
|
 |
kimbert |
Posted: Tue May 19, 2009 12:02 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Are you talking about the toolkit ( validating your message definition files ) or the runtime ( validating an XML message against a message set)? |
|
Back to top |
|
 |
Varsh |
Posted: Tue May 19, 2009 12:46 am Post subject: |
|
|
Newbie
Joined: 18 May 2009 Posts: 2
|
Hi, We are validating the incoming XML message schema using XML validation node. |
|
Back to top |
|
 |
kimbert |
Posted: Tue May 19, 2009 3:27 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
You could try:
- MRM XML with validation enabled. Not 100% accurate validation according to schema rules, though
- Move to v6.1, use XMLNSC, and get a massive improvement in validation performance ( plus 100% accurate schema validation ). |
|
Back to top |
|
 |
|