out a little
more. :) I think I slightly understand the structure of your
application but honestly I doubt it will work out this way:
["Alicia Sánchez-Mora" <[EMAIL PROTECTED]> @ Thu, 8 Mar 2007
16:24:33 +0100]
> public class ListItems {
> List listOptions;
> pr
Kristian Rink <[EMAIL PROTECTED]> wrote:
Alicia;
["Alicia Sánchez-Mora" <[EMAIL PROTECTED]> @ Thu, 8 Mar 2007
15:05:09 +0100]
> I have the class Window to initialize the GUI and I call (locally) an
> instance of this class from my service class. The problem, or at
> le
Hi, after one week fighting with the same I decided to ask
I am implementig a web service class and a client in java, using tomcat and
axis and I have to create a GUI. When I start the application a window has
to appear and every time the client calls a method in the service class a
new message
u cannot convert a string to long and this
cause tomcat to throw a NumberFormatException. This is why I created a
custom UnsignedByte class as I already wrote. So my question is still why in
the server side (tomcat is running) the blob length is cero?
On 2/15/07, David Delbecq <[EMAIL PROTE
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
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