Re: Inicialization of an UnsignedByte variable

2007-02-15 Thread David Delbecq
En l'instant précis du 02/15/07 13:23, Alicia Sánchez-Mora s'exprimait en ces termes: > > > What happens here is that you cannot convert a string to long and this > cause tomcat to throw a NumberFormatException. No, tomcat does not throw a NumberFormatException, The library does it and you do not

Re: Inicialization of an UnsignedByte variable

2007-02-15 Thread Alicia Sánchez-Mora
This is the contrctor: *UnsignedByte* (java.lang.String sValue) of course, if you do some research on this and I found that internally when you pass a string as parameter to the constru

Re: Inicialization of an UnsignedByte variable

2007-02-15 Thread David Delbecq
En l'instant précis du 02/15/07 13:10, Alicia Sánchez-Mora s'exprimait en ces termes: > Hello again, > final UnsignedByte ptr = new UnsignedByte("this is a test") ; "this is a test" <-- How do you expect any implementation of anything to convert this string to a number

Re: Inicialization of an UnsignedByte variable

2007-02-15 Thread Alicia Sánchez-Mora
Hello again, ok, maybe I am not in the appropiate mailing list, but maybe you have a clue. I have exposed my problem in other mailing lists, the axis one, but I got no answer. I tried waht you propoused but nothing works. I explain here my problem in more detail and maybe you can help me. I have

Re: Inicialization of an UnsignedByte variable

2007-02-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, David Delbecq wrote: > Well, your question should probably go to appropriate mailing list. I > don't know what libraries your found your UnsignedByte Object in, but > it's that library's mailing list which is appropriate for your question. > >

Re: Inicialization of an UnsignedByte variable

2007-02-14 Thread David Delbecq
Well, your question should probably go to appropriate mailing list. I don't know what libraries your found your UnsignedByte Object in, but it's that l'ibrary's mailing list which is appropriate for your question. Not knowing anything about your library, i'll dare to guess that "abc" is not in the

Inicialization of an UnsignedByte variable

2007-02-14 Thread Alicia Sánchez-Mora
Hi, I want to assign a value to a variable of type UnsignedByte. In the function it looks like this: public String function (){ final UnsignedByte ptr =new UnsignedByte() ; final Base64 blob = new Base64 (ptr, 10, "id","type","options"*); ... } I want the "ptr" variable to have a value ot