Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Connnection to postgis

Hi there,

I have re-configured the environment with 1.1 RC14 and the code for the
PostGIS connection is now working. I've found that 
net.refractions.udig.libs.postgis is not presented in the trunk 1.2 and that
may be cause of the problem.

Anyway, would anybody fix this in 1.2, please let me know.

Thanks,


Hi Jesse,

I checked that net.refractions.udig.libs cannot be found in the dependency
list (Required Plug-ins), just type in lib, the closest plug-ins are
net.refractions.udig.libs.source, net.refractions.udig.libs.db2 and
net.refractions.udig.libs.oracle. No net.refractions.udig.libs in the list
but I can see net.refractions.udig.libs listed in the package explorer. How
can I fix it?

I don't know whether I need to use DataStoreFinder, but both DataStoreFinder
and PostgisDataStoreFactory cannot be instantiated in the code. 

Thanks for your help.

 

Jesse Eichar-4 wrote:
> 
> Do you have a dependency on net.refractions.udig.libs?  Because that
> plugin should have the postgis class.  Without that dependency you
> certainly cannot look it up.  Also do you need to use the DataStoreFinder? 
> Can you just instantiate PostgisDataStoreFactory?
> 
> Jesse
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/Connnection-to-postgis-tp26814178p26861965.html
Sent from the udig-devel mailing list archive at Nabble.com.



Back to the top