Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: UDIG 1.2.M9
-
Fix Version/s: UDIG 1.4.1
-
Component/s: database
-
Labels:None
-
Environment:Suse Linux 11.1
Description
Adding a DB2 data source causes the following error message.
"An error occurred during page transition. This is most likely a programming error. Please report it"
Since I am the developer of the geotools db2-ng data store I have a very great interest to get this working. (And my customer too).
If I can help, please tell me.
The "problem" with this one is adjusting to the jdbc-ng implementation - the connection parameters changed on us a bit. JDBC-NG now makes a datasource available and we have hacked up the udig code to use datasource now (but have no ability to test the result!). Justin added a method so we could make a datasource the same way the factory does however ...