That's part of my problem, i haven't any kind of error or exception thrown.
Openoffice just closed with a message that informs me that the document will
be rescued.

What is the stack trace and where can i find it ? maybe i'll find something
there...



Stephan Bergmann wrote:
> 
> On 10/06/08 23:53, Vinzzz wrote:
>> Hi,
>> I try to launch a web services from an openoffice add-on. I am using
>> netbeans 6.1 on Windows XP platform (i Try on linux and got the same
>> error).
>> i have the code below, using the package org.apache.commons.httpclient.*
>> :
>> 
>>      public void dispatch( com.sun.star.util.URL aURL,
>>                            com.sun.star.beans.PropertyValue[] aArguments
>> )
>>     {
>>          if ( aURL.Protocol.compareTo("com.xxx.xxx:") == 0 )
>>         {
>>             if ( aURL.Path.compareTo("getXXX") == 0 )
>>             {  
>>                         HttpClient client = new HttpClient();
>> ....
>> 
>> When I try the add-on on debug mode, it crashes when he tries to create
>> the
>> new HttpClient.
> 
> What do you mean with "crash?"  Any Java Exception/Error being thrown? 
> If so, what is the Exception/Error type, message, stack trace?
> 
> -Stephan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Java-Web-services-from-openoffice-tp19847142p19853296.html
Sent from the openoffice - api dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to