java.sql APIs (in which
both additional methods and classes have been added) from earlier
versions of Java. The OGSA-DAI team may release a Java 1.6 patch in
the near future.
setenv scripts don't set
CLASSPATHs correctly under Cygwin.
table-name tag in WebRowSet XML
is empty in results produced by Oracle or SQLServer. This is a problem
of the JDBC drivers that do not provide table names in the metadata of
a java.sql.ResultSet.
littleblackbook while DB2
returns LITTLEBLACKBOOK.
java.sql.SQLExceptions from database
drivers to identify problems caused by a client (e.g. a
syntactically-incorrect SQL query) and those due to server-side
failures (e.g. loss of connection to a database).
org.gjt.mm.mysql.Driver
from the
mysql-connector-java-5.0.5
driver JAR in conjunction with MySQL version mysql-4.1.20-1.RHEL4.1 running on
Red Hat.
Even though they had provided the database name as part of the
database connection URL, e.g.
jdbc:mysql://localhost:3306/dbnameThey had to specify the database name in their queries also, e.g.
SELECT * FROM dbname.table
java.lang.OutOfMemoryError errors on
the OGSA-DAI server. See Chapter 22, Best practice.
java.lang.OutOfMemoryError. This can
be avoided by creating a data source and streaming the query data into
this (via the WriteToDataSource activity) then pulling the data back
to a client via a data source service. See Chapter 22, Best practice.
uk.org.ogsadai.common.msgs.DAILogger
methods can sometimes log the wrong line numbers. Searching the logs
will usually reveal where the problem actually arose.
deliverFromGridFTP and
deliverToGridFTP in a request
the transfer will fail.
uk.org.ogsadai.activity.sql.SQLBagActivity uk.org.ogsadai.activity.sql.SQLResilientActivity uk.org.ogsadai.activity.pipeline.AutomaticTeeuse hard-coded activity names to identify the activity or activities in sub-workflows they splice into workflows. This means that you should take care when renaming activities exposed by resources, especially block activities. This problem will be most likely manifested as an unsupported activity error.
IMAGE column type is not
currently supported.
deliverFromGridFTP and
deliverToGridFTP do not allow the
setting of certain GridFTP parameters.
org.xmldb.api.base.ResourceSet
object.
When building an OGSA-DAI Axis WAR file the service WSDL is customised to include the host and port on which Tomcat is running (which you specify at the command-line when building the WAR).
While OGSA-DAI WAR files can be dropped into Tomcats running on other hosts or ports and the services will be usable using OGSA-DAI clients, any attempt to use the service WSDL may run into problems as the WSDL will contain the host and port originally specified when the WAR was built. To work round this you can either:
schema/ogsadai/axis-specific-wsdl/*/*_service_service.wsdl files and then reZIP the WAR.
destroy operation. It is a no-op.
The default OGSA-DAI resource and activity managers
uk.org.ogsadai.activity.SimpleActivityManager uk.org.ogsadai.resource.SimpleResourceManager
cache activity specifications and resources in in-memory hash tables. They do not check for changes in any persisted configuration associated with the activity specifications or resources once the associated objects are in the cache.
uk.org.ogsadai.persistence.file.resource.SimpleFileResourceStateDAO
only handles the persistence and restoration of resource properties or
session state that are Strings.
uk.org.ogsadai.service.gt.resource.GTResourceProperty methods
add(X) clear() get(int) remove(Object) set(int, Object)are currently not supported. These would need to convert from XML fragments into objects.
uk.org.ogsadai.common.BinaryLob class
contains unimplemented methods which throw
java.lang.UnsupportedOperationException.
java.sql.ResultSet to XML
WebRowSet returns empty key-column and
map properties in the
properties element.