Re: Problems with Serialization

2007-01-26 Thread tibot
Great. It works. THan k you very much Michael Glavassevich wrote: > > If you're using JDK 1.4 or above you need to use the "Endorsed Standards > Override Mechanism" [1][2]. > > [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-4 > [2] http://java.sun.com/j2se/1.4.2/docs/guide/standa

Re: Problems with Serialization

2007-01-25 Thread Michael Glavassevich
If you're using JDK 1.4 or above you need to use the "Endorsed Standards Override Mechanism" [1][2]. [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-4 [2] http://java.sun.com/j2se/1.4.2/docs/guide/standards/ Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL P

Re: Problems with Serialization

2007-01-25 Thread Lastdot
You have to compille the program using Xerce's librarys, giving to the compiler the right path: javac -classpath (Xerce's path library) tibot wrote: > > Hello, > > It seems I have the same problem but I don't see what you have done to > make it work. > > Thank you > > > > Lastdot wrote: >

Re: Problems with Serialization

2007-01-25 Thread tibot
Hello, It seems I have the same problem but I don't see what you have done to make it work. Thank you Lastdot wrote: > > Yes.!!! That was the reason, the thing is that i´ve already tried to > compille the program giving to the compiler the Xerce's classpath,but i > wasn't giving the rig

Re: Problems with Serialization

2006-12-13 Thread Lastdot
Yes.!!! That was the reason, the thing is that i´ve already tried to compille the program giving to the compiler the Xerce's classpath,but i wasn't giving the right jar's name. This time to make sure i gave to it as parameter every packages and it worked Thank you very much indeed Mi

Re: Problems with Serialization

2006-12-12 Thread Michael Glavassevich
Lastdot <[EMAIL PROTECTED]> wrote on 12/12/2006 07:00:00 AM: > Hi, > When i try to serialize a DOM document to an output stream i always get the > same error: when i create a DOMImplementatiosLS object it gets a null value > so, when i try to use this object to get a LSSerializer object i get a