Re: Required help to debug

Aleksander Slominski <[email protected]> Wed, 31 May 2006 12:59:35 -0400
Newsgroups gmane.comp.apache.webservices.wsif.user
Message-ID <[email protected]>
[email protected] wrote:
> Hi Alek,
>
> Can you pls send me the link of a stable version of WSIF.
>
> Currently I am working on Proof of concept for Java Binding.
> I am getting few problems.
>
> If you can suggest a stable verison of WSIF, it would be great.
>
> Thanks & Regards
>
>   
hi Prakash,

the best version to test is the version in SVN.

could you send me what is in your exception stack trace and even better:
create JIRA issue and attach your files (including WSDL and java code)
that could be used to reproduce the problem. there is one pending patch
by Jeff MAURY (sent to [email protected]) dod you try to apply it
and see if it helps (it looks like it may be related).

thanks,

alek
> -----Original Message-----
> From: Aleksander Slominski [mailto:[email protected]]
> Sent: Tuesday, May 30, 2006 11:07 PM
> To: [email protected]
> Subject: Re: Required help to debug
>
> [email protected] wrote:
>   
>> Hi Alek,
>>
>> Thanks for the suggestion. I was able to resolve it.
>>
>> I am facing another problem. When I try to do the following
>>
>> WSIFPort port = null;
>> If(portName == null)
>>   port = definition.getPort();
>> Else
>>   port = definition.getPort(portName);
>>
>> When this part of the code is executed, I am getting a
>> NullPointerException in
>>
>> Org.apache.wsif.base.WSIFServiceImpl.createDynamicWSIFPort(WSIFService
>> Im
>> pl.java:525)
>>  
>>     
> could you send whole stack trace? what version of WSIF it is? i looked
> WSIFServiceImpl.java but did not see anything that would create NPE -
> maybe you should set break point on that line and/or add some println()
> to see what happens there?
>
> best,
>
> alek
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
>
> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
>
> www.wipro.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
>   


-- 
The best way to predict the future is to invent it - Alan Kay