Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] (UDIG-1987) Class-Loading Problem udig.libs bundle, e.g. oracle

Issue Type: Bug Bug
Affects Versions: UDIG 1.4.0
Assignee: Jody Garnett
Components: database, framework
Created: 19/Apr/13 2:40 PM
Description:

The net.refractions.udig.libs bundle hosts the geotools libraries and export theses packages. Other bundles can use classes from this bundle if added a Require-Bundle: or Import-Package: directive to the Manifest file.

If a bundle uses for example GeometryConverter (gt-jdbc-oracle) the application has runtime errors because of ClassNotFoundException's or LinkageError's. Its because oracle.sql.* packgages can't be resolved (internally not available and not resolve because libs bundle doesn't import these packages marked as optional dependencies)

Project: uDIG
Priority: Major Major
Reporter: Frank Gasdorf
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Back to the top