Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] UDIGConnectionFactory not connecting me

Hmmm, ok, for the record:
I got the point digging in. Without a wizardpage that holds its hand,
this doesn't work.
Strange behaviour though.

Cheers
Andrea

On Wed, Jun 24, 2009 at 1:12 PM, andrea
antonello<andrea.antonello@xxxxxxxxx> wrote:
> Hi developers,
> I have a small issue with the UDIGConnectionFactory.
>
> I am implementing the netcdf service and it works fine for file based
> resourced, but doesn't for http based ones.
>
> I have implemented the method
> public boolean canProcess( Object context )
>
> as required by the interface and a breakpiont assures me that it works
> fine and returns true. Obviously I also impemented the other methods.
> The problem is that when I drag a URL into the catalog, the canProcess
> method is called, but not any other after that and that results in
> udig's backup plan to propose me the import wizard.
>
> Any idea about what I might be forgetting?
>
> Thanks,
> Andrea
>


Back to the top