[EMAIL PROTECTED] a écrit :
> 
> When i'm trying to unmarshall my XML document local (without app Server) -
> execution of unmarshalling lasts about 4500 ms.
> But when i'm using JBOSS 3.0 with simple SessionBean - unmarshalling of the
> same document (in SessionBean with the same code - see below) lasts about
> 60000 ms !!!! ???
> 
> What's going on?
> 
  Each time I encountered this type of problem, it was due to :
- a DNS timeout
- another network timeout

Maybe it is trying to validate a schema or load a DTD from the
network...

Hope this helps !

-- 
Mickael Guessant

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to