From teiid-commits at lists.jboss.org Thu Feb 12 15:51:19 2009
Content-Type: multipart/mixed; boundary="===============6898532691376992442=="
MIME-Version: 1.0
From: teiid-commits at lists.jboss.org
To: teiid-commits at lists.jboss.org
Subject: [teiid-commits] teiid SVN: r464 -
trunk/documentation/quick-start-example/src/main/docbook/en-US/content.
Date: Thu, 12 Feb 2009 15:51:18 -0500
Message-ID:
--===============6898532691376992442==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: rareddy
Date: 2009-02-12 15:51:18 -0500 (Thu, 12 Feb 2009)
New Revision: 464
Modified:
trunk/documentation/quick-start-example/src/main/docbook/en-US/content/b=
uildvdb.xml
Log:
TEIID-342
Modified: trunk/documentation/quick-start-example/src/main/docbook/en-US/co=
ntent/buildvdb.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/documentation/quick-start-example/src/main/docbook/en-US/content/=
buildvdb.xml 2009-02-12 18:50:06 UTC (rev 463)
+++ trunk/documentation/quick-start-example/src/main/docbook/en-US/content/=
buildvdb.xml 2009-02-12 20:51:18 UTC (rev 464)
@@ -4,6 +4,15 @@
Using Teiid Designer to build a VDBDownload Teiid Designer
+ =
+
+
+ If you would like to skip building your own VDB, you can safely go=
to next page and continue with the =
+ exercise as there is a pre-built VDB available for your convenienc=
e in the =
+ examples/portfolio/PortfolioModel directory of the download.
+
+
+ =
The Teiid Designer project provides a Eclipse based designer tool fo=
r this purpose of building a VDB. You can
download Teiid Designer
--===============6898532691376992442==--
From teiid-commits at lists.jboss.org Thu Feb 12 16:41:09 2009
Content-Type: multipart/mixed; boundary="===============5546555522139355840=="
MIME-Version: 1.0
From: teiid-commits at lists.jboss.org
To: teiid-commits at lists.jboss.org
Subject: [teiid-commits] teiid SVN: r465 - in trunk:
adminshell/src/main/java/com/metamatrix/script/shell and 723 other
directories.
Date: Thu, 12 Feb 2009 16:41:07 -0500
Message-ID:
--===============5546555522139355840==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: shawkins
Date: 2009-02-12 16:40:56 -0500 (Thu, 12 Feb 2009)
New Revision: 465
Modified:
trunk/adminshell/src/main/java/com/metamatrix/script/junit/BshTestCase.j=
ava
trunk/adminshell/src/main/java/com/metamatrix/script/junit/BshTestSuite.=
java
trunk/adminshell/src/main/java/com/metamatrix/script/shell/CustomParser.=
java
trunk/adminshell/src/main/java/com/metamatrix/script/shell/FilePrintStre=
am.java
trunk/adminshell/src/main/java/com/metamatrix/script/shell/JConsole.java
trunk/adminshell/src/main/java/com/metamatrix/script/shell/MMAdmin.java
trunk/adminshell/src/main/java/com/metamatrix/script/shell/ReaderInterce=
ptor.java
trunk/adminshell/src/main/java/com/metamatrix/script/shell/SimpleParser.=
java
trunk/build/kit-embedded/examples/portfolio/java/JDBCClient.java
trunk/build/kit-server/config/install/setup_server.xml
trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCac=
he.java
trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCac=
heFactory.java
trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCac=
heListener.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/AbstractMetadataProv=
ider.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/AnnotationImpl.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BaseDataSource.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BaseDriver.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BatchFetcher.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BatchResults.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ConnectionListener.j=
ava
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DataTypeTransformer.=
java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DeferredMetadataProv=
ider.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DriverManagerLogger.=
java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionFa=
ctory.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionTr=
acker.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedDataSource.j=
ava
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedDriver.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedSQLException=
.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/FilteredResultsMetad=
ata.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCColumnNames.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCColumnPositions.=
java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCLogger.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCPlugin.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/LobSearchUtil.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMBlob.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMCallableStatement.=
java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMClob.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMConnection.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDataSource.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDatabaseMetaData.j=
ava
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDriver.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMPreparedStatement.=
java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMResultSet.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMSQLException.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMSQLXML.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMServerConnection.j=
ava
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMStatement.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMXAConnection.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMXAResource.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/PlanNodeImpl.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ResultsMetadataProvi=
der.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ResultsMetadataWithP=
rovider.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/StaticMetadataProvid=
er.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/WarningUtil.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/WrapperImpl.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/Connection.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/DatabaseMetaData=
.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/PartialResultsWa=
rning.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/ResultSet.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/ResultSetMetaDat=
a.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/SQLException.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/SQLStates.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/Statement.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/tools/QueryPlanD=
isplayHelper.java
trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/util/MMJDBCURL.java
trunk/client-jdbc/src/main/java/com/metamatrix/script/io/MetadataReader.=
java
trunk/client-jdbc/src/main/java/com/metamatrix/script/io/ResultSetReader=
.java
trunk/client-jdbc/src/main/java/com/metamatrix/script/io/StringArrayRead=
er.java
trunk/client-jdbc/src/main/java/com/metamatrix/script/io/StringLineReade=
r.java
trunk/client-jdbc/src/main/resources/com/metamatrix/jdbc/basic_i18n.prop=
erties
trunk/client-jdbc/src/main/resources/com/metamatrix/jdbc/i18n.properties
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestAllResultsImpl.j=
ava
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestBatchResults.java
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestDataTypeTransfor=
mer.java
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMConnection.java
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMDataSource.java
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMDriver.java
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMResultSet.java
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMSQLException.j=
ava
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMXAConnection.j=
ava
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestWrapperImpl.java
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/AbstractMMQueryT=
estCase.java
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/FakeDisplayHelpe=
r.java
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/FakePlanNode.java
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestQueryPlanDis=
playHelper.java
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestTextOutputVi=
sitor.java
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestXMLOutputVis=
itor.java
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/util/ResultSetUtil.j=
ava
trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/util/TestMMJDBCURL.j=
ava
trunk/client/src/main/java/com/metamatrix/admin/AdminPlugin.java
trunk/client/src/main/java/com/metamatrix/admin/api/core/Admin.java
trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreConfigAdmin=
.java
trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreMonitoringA=
dmin.java
trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreRuntimeStat=
eAdmin.java
trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreSecurityAdm=
in.java
trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedAdm=
in.java
trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedCon=
figAdmin.java
trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedLog=
ger.java
trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedMon=
itoringAdmin.java
trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedRun=
timeStateAdmin.java
trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedSec=
urityAdmin.java
trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminCompo=
nentException.java
trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminExcep=
tion.java
trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminProce=
ssingException.java
trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/I=
nvalidSessionException.java
trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/M=
etaMatrixSecurityException.java
trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/S=
essionException.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminObject.=
java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminOptions=
.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminStatus.=
java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/Cache.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/ConnectorBin=
ding.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/ConnectorTyp=
e.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/DQP.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/Entitlement.=
java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/ExtensionMod=
ule.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/Group.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/Host.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/LogConfigura=
tion.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/Model.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/Principal.ja=
va
trunk/client/src/main/java/com/metamatrix/admin/api/objects/ProcessObjec=
t.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/PropertyDefi=
nition.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/QueueWorkerP=
ool.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/Request.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/Resource.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/Role.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/ScriptsConta=
iner.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/Session.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/SourceReques=
t.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/SystemObject=
.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/User.java
trunk/client/src/main/java/com/metamatrix/admin/api/objects/VDB.java
trunk/client/src/main/java/com/metamatrix/admin/api/server/AdminRoles.ja=
va
trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerAdmin.j=
ava
trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerConfigA=
dmin.java
trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerMonitor=
ingAdmin.java
trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerRuntime=
StateAdmin.java
trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerSecurit=
yAdmin.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMAdminObject.ja=
va
trunk/client/src/main/java/com/metamatrix/admin/objects/MMAdminStatus.ja=
va
trunk/client/src/main/java/com/metamatrix/admin/objects/MMConnectorBindi=
ng.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMConnectorType.=
java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMDQP.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMExtensionModul=
e.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMGroup.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMHost.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMLogConfigurati=
on.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMModel.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMPrincipal.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMProcess.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMPropertyDefini=
tion.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMQueueWorkerPoo=
l.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMRequest.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMResource.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMRole.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMScriptsContain=
er.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMSession.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMSourceRequest.=
java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMSystem.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMUser.java
trunk/client/src/main/java/com/metamatrix/admin/objects/MMVDB.java
trunk/client/src/main/java/com/metamatrix/api/exception/query/CriteriaEv=
aluationException.java
trunk/client/src/main/java/com/metamatrix/api/exception/query/Expression=
EvaluationException.java
trunk/client/src/main/java/com/metamatrix/api/exception/query/FunctionEx=
ecutionException.java
trunk/client/src/main/java/com/metamatrix/api/exception/query/FunctionMe=
tadataException.java
trunk/client/src/main/java/com/metamatrix/api/exception/query/InvalidFun=
ctionException.java
trunk/client/src/main/java/com/metamatrix/api/exception/query/ProcedureE=
rrorInstructionException.java
trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryMetad=
ataException.java
trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryParse=
rException.java
trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryPlann=
erException.java
trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryProce=
ssingException.java
trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryResol=
verException.java
trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryValid=
atorException.java
trunk/client/src/main/java/com/metamatrix/api/exception/query/Unresolved=
SymbolDescription.java
trunk/client/src/main/java/com/metamatrix/api/exception/security/LogonEx=
ception.java
trunk/client/src/main/java/com/metamatrix/client/ExceptionUtil.java
trunk/client/src/main/java/com/metamatrix/common/api/HostInfo.java
trunk/client/src/main/java/com/metamatrix/common/api/MMURL.java
trunk/client/src/main/java/com/metamatrix/common/batch/BatchSerializer.j=
ava
trunk/client/src/main/java/com/metamatrix/common/comm/CommonCommPlugin.j=
ava
trunk/client/src/main/java/com/metamatrix/common/comm/api/Message.java
trunk/client/src/main/java/com/metamatrix/common/comm/api/MessageListene=
r.java
trunk/client/src/main/java/com/metamatrix/common/comm/api/ResultsReceive=
r.java
trunk/client/src/main/java/com/metamatrix/common/comm/api/ServerConnecti=
on.java
trunk/client/src/main/java/com/metamatrix/common/comm/api/ServerConnecti=
onFactory.java
trunk/client/src/main/java/com/metamatrix/common/comm/exception/Communic=
ationException.java
trunk/client/src/main/java/com/metamatrix/common/comm/exception/Connecti=
onException.java
trunk/client/src/main/java/com/metamatrix/common/comm/exception/Exceptio=
nHolder.java
trunk/client/src/main/java/com/metamatrix/common/comm/exception/SingleIn=
stanceCommunicationException.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/CommPlatf=
ormPlugin.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/client/Se=
rverAdminFactory.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/Ha=
ndshake.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/Ob=
jectChannel.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/Pr=
intStreamSocketLog.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/SS=
LAwareChannelHandler.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/So=
cketLog.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/So=
cketUtil.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/cl=
ient/AdminApiServerDiscovery.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/cl=
ient/NioObjectChannelFactory.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/cl=
ient/ObjectChannelFactory.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/cl=
ient/ServerDiscovery.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/cl=
ient/ServiceInvocationStruct.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/cl=
ient/SocketServerConnection.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/cl=
ient/SocketServerConnectionFactory.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/cl=
ient/SocketServerInstance.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/cl=
ient/SocketServerInstanceFactory.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/cl=
ient/SocketServerInstanceImpl.java
trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/cl=
ient/UrlServerDiscovery.java
trunk/client/src/main/java/com/metamatrix/common/lob/ByteLobChunkStream.=
java
trunk/client/src/main/java/com/metamatrix/common/lob/LobChunk.java
trunk/client/src/main/java/com/metamatrix/common/lob/LobChunkInputStream=
.java
trunk/client/src/main/java/com/metamatrix/common/lob/LobChunkProducer.ja=
va
trunk/client/src/main/java/com/metamatrix/common/lob/ReaderInputStream.j=
ava
trunk/client/src/main/java/com/metamatrix/common/xa/MMXid.java
trunk/client/src/main/java/com/metamatrix/common/xa/XATransactionExcepti=
on.java
trunk/client/src/main/java/com/metamatrix/dqp/client/ClientSideDQP.java
trunk/client/src/main/java/com/metamatrix/dqp/client/MetadataResult.java
trunk/client/src/main/java/com/metamatrix/dqp/client/ResultsFuture.java
trunk/client/src/main/java/com/metamatrix/dqp/client/impl/StreamingLobCh=
unckProducer.java
trunk/client/src/main/java/com/metamatrix/dqp/exception/PartialResultsEx=
ception.java
trunk/client/src/main/java/com/metamatrix/dqp/exception/SourceFailureDet=
ails.java
trunk/client/src/main/java/com/metamatrix/dqp/internal/datamgr/Connector=
ID.java
trunk/client/src/main/java/com/metamatrix/dqp/message/ParameterInfo.java
trunk/client/src/main/java/com/metamatrix/dqp/message/RequestID.java
trunk/client/src/main/java/com/metamatrix/dqp/message/RequestMessage.java
trunk/client/src/main/java/com/metamatrix/dqp/message/ResultsMessage.java
trunk/client/src/main/java/com/metamatrix/dqp/metadata/ResultsMetadataCo=
nstants.java
trunk/client/src/main/java/com/metamatrix/dqp/metadata/ResultsMetadataDe=
faults.java
trunk/client/src/main/java/com/metamatrix/jdbc/api/Annotation.java
trunk/client/src/main/java/com/metamatrix/jdbc/api/ConnectionProperties.=
java
trunk/client/src/main/java/com/metamatrix/jdbc/api/DefaultDisplayHelper.=
java
trunk/client/src/main/java/com/metamatrix/jdbc/api/DisplayHelper.java
trunk/client/src/main/java/com/metamatrix/jdbc/api/ExecutionProperties.j=
ava
trunk/client/src/main/java/com/metamatrix/jdbc/api/PlanNode.java
trunk/client/src/main/java/com/metamatrix/jdbc/api/PlanVisitor.java
trunk/client/src/main/java/com/metamatrix/jdbc/api/TextOutputVisitor.java
trunk/client/src/main/java/com/metamatrix/jdbc/api/XMLOutputVisitor.java
trunk/client/src/main/java/com/metamatrix/platform/security/api/BasicMet=
aMatrixPrincipal.java
trunk/client/src/main/java/com/metamatrix/platform/security/api/ILogon.j=
ava
trunk/client/src/main/java/com/metamatrix/platform/security/api/LogonRes=
ult.java
trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatr=
ixPrincipal.java
trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatr=
ixPrincipalName.java
trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatr=
ixPrincipalNames.java
trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatr=
ixSessionID.java
trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatr=
ixSessionInfo.java
trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatr=
ixSessionState.java
trunk/client/src/main/java/com/metamatrix/platform/security/api/SessionT=
oken.java
trunk/client/src/main/java/com/metamatrix/platform/util/ProductInfoConst=
ants.java
trunk/client/src/main/java/com/metamatrix/server/serverapi/RequestInfo.j=
ava
trunk/client/src/main/resources/com/metamatrix/admin/i18n.properties
trunk/client/src/main/resources/com/metamatrix/common/comm/i18n.properti=
es
trunk/client/src/main/resources/com/metamatrix/common/comm/platform/i18n=
.properties
trunk/client/src/test/java/com/metamatrix/admin/api/objects/TestAdminOpt=
ions.java
trunk/client/src/test/java/com/metamatrix/common/batch/TestBatchSerializ=
er.java
trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/Te=
stSocketUtil.java
trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/cl=
ient/TestAdminApiServerDiscovery.java
trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/cl=
ient/TestServiceInvocationStruct.java
trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/cl=
ient/TestSocketServerConnection.java
trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/cl=
ient/TestSocketServerInstanceImpl.java
trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/cl=
ient/TestSocketServiceRegistry.java
trunk/client/src/test/java/com/metamatrix/common/lob/TestByteLobChunk.ja=
va
trunk/client/src/test/java/com/metamatrix/common/lob/TestByteLobChunkStr=
eam.java
trunk/client/src/test/java/com/metamatrix/common/lob/TestLobChunkInputSt=
ream.java
trunk/client/src/test/java/com/metamatrix/common/lob/TestReaderInputStre=
am.java
trunk/client/src/test/java/com/metamatrix/common/util/TestMMURL.java
trunk/client/src/test/java/com/metamatrix/common/xa/TestMMXid.java
trunk/client/src/test/java/com/metamatrix/dqp/client/TestResultsFuture.j=
ava
trunk/common-core/src/main/java/com/metamatrix/api/exception/ComponentCo=
mmunicationException.java
trunk/common-core/src/main/java/com/metamatrix/api/exception/ComponentNo=
tFoundException.java
trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrixC=
omponentException.java
trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrixE=
xception.java
trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrixP=
rocessingException.java
trunk/common-core/src/main/java/com/metamatrix/api/exception/MultipleExc=
eption.java
trunk/common-core/src/main/java/com/metamatrix/api/exception/MultipleRun=
timeException.java
trunk/common-core/src/main/java/com/metamatrix/common/classloader/NonDel=
egatingClassLoader.java
trunk/common-core/src/main/java/com/metamatrix/common/classloader/URLFil=
teringClassLoader.java
trunk/common-core/src/main/java/com/metamatrix/common/jdbc/JDBCUtil.java
trunk/common-core/src/main/java/com/metamatrix/common/jdbc/SimplePooledC=
onnectionSource.java
trunk/common-core/src/main/java/com/metamatrix/common/properties/Unmodif=
iableProperties.java
trunk/common-core/src/main/java/com/metamatrix/common/protocol/MMURLConn=
ection.java
trunk/common-core/src/main/java/com/metamatrix/common/protocol/MetaMatri=
xURLStreamHandlerFactory.java
trunk/common-core/src/main/java/com/metamatrix/common/protocol/URLHelper=
.java
trunk/common-core/src/main/java/com/metamatrix/common/protocol/classpath=
/ClasspathURLConnection.java
trunk/common-core/src/main/java/com/metamatrix/common/protocol/classpath=
/Handler.java
trunk/common-core/src/main/java/com/metamatrix/common/protocol/jar/Handl=
er.java
trunk/common-core/src/main/java/com/metamatrix/common/protocol/jar/JarUR=
LConnection.java
trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmfile/Ha=
ndler.java
trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmfile/MM=
FileURLConnection.java
trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmrofile/=
Handler.java
trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmrofile/=
MMROFileURLConnection.java
trunk/common-core/src/main/java/com/metamatrix/common/types/AbstractTran=
sform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/BaseXMLTrans=
lator.java
trunk/common-core/src/main/java/com/metamatrix/common/types/BlobImpl.java
trunk/common-core/src/main/java/com/metamatrix/common/types/BlobType.java
trunk/common-core/src/main/java/com/metamatrix/common/types/ClobImpl.java
trunk/common-core/src/main/java/com/metamatrix/common/types/ClobType.java
trunk/common-core/src/main/java/com/metamatrix/common/types/DataTypeMana=
ger.java
trunk/common-core/src/main/java/com/metamatrix/common/types/InvalidRefer=
enceException.java
trunk/common-core/src/main/java/com/metamatrix/common/types/MMJDBCSQLTyp=
eInfo.java
trunk/common-core/src/main/java/com/metamatrix/common/types/NullType.java
trunk/common-core/src/main/java/com/metamatrix/common/types/SQLXMLImpl.j=
ava
trunk/common-core/src/main/java/com/metamatrix/common/types/Sequencable.=
java
trunk/common-core/src/main/java/com/metamatrix/common/types/Streamable.j=
ava
trunk/common-core/src/main/java/com/metamatrix/common/types/Transform.ja=
va
trunk/common-core/src/main/java/com/metamatrix/common/types/Transformati=
onException.java
trunk/common-core/src/main/java/com/metamatrix/common/types/XMLDomSource=
Translator.java
trunk/common-core/src/main/java/com/metamatrix/common/types/XMLReaderFac=
tory.java
trunk/common-core/src/main/java/com/metamatrix/common/types/XMLSAXSource=
Translator.java
trunk/common-core/src/main/java/com/metamatrix/common/types/XMLStreamSou=
rceTranslator.java
trunk/common-core/src/main/java/com/metamatrix/common/types/XMLTranslato=
r.java
trunk/common-core/src/main/java/com/metamatrix/common/types/XMLType.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/AnyToO=
bjectTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/AnyToS=
tringTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDec=
imalToBigIntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDec=
imalToBooleanTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDec=
imalToByteTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDec=
imalToDoubleTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDec=
imalToFloatTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDec=
imalToIntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDec=
imalToLongTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDec=
imalToShortTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDec=
imalToStringTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigInt=
egerToBigDecimalTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigInt=
egerToBooleanTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigInt=
egerToByteTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigInt=
egerToDoubleTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigInt=
egerToFloatTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigInt=
egerToIntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigInt=
egerToLongTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigInt=
egerToShortTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigInt=
egerToStringTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boolea=
nToBigDecimalTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boolea=
nToBigIntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boolea=
nToByteTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boolea=
nToDoubleTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boolea=
nToFloatTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boolea=
nToIntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boolea=
nToLongTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boolea=
nToShortTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boolea=
nToStringTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteTo=
BigDecimalTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteTo=
BigIntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteTo=
BooleanTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteTo=
DoubleTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteTo=
FloatTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteTo=
IntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteTo=
LongTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteTo=
ShortTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteTo=
StringTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Charac=
terToStringTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ClobTo=
StringTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DateTo=
StringTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DateTo=
TimestampTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Double=
ToBigDecimalTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Double=
ToBigIntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Double=
ToBooleanTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Double=
ToByteTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Double=
ToFloatTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Double=
ToIntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Double=
ToLongTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Double=
ToShortTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Double=
ToStringTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatT=
oBigDecimalTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatT=
oBigIntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatT=
oBooleanTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatT=
oByteTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatT=
oDoubleTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatT=
oIntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatT=
oLongTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatT=
oShortTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatT=
oStringTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Intege=
rToBigDecimalTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Intege=
rToBigIntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Intege=
rToBooleanTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Intege=
rToByteTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Intege=
rToDoubleTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Intege=
rToFloatTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Intege=
rToLongTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Intege=
rToShortTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Intege=
rToStringTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongTo=
BigDecimalTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongTo=
BigIntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongTo=
BooleanTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongTo=
ByteTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongTo=
DoubleTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongTo=
FloatTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongTo=
IntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongTo=
ShortTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongTo=
StringTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/NullTo=
AnyTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Object=
ToAnyTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/SQLXML=
ToStringTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortT=
oBigDecimalTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortT=
oBigIntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortT=
oBooleanTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortT=
oByteTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortT=
oDoubleTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortT=
oFloatTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortT=
oIntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortT=
oLongTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortT=
oStringTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/String=
ToBigDecimalTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/String=
ToBigIntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/String=
ToBooleanTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/String=
ToByteTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/String=
ToCharacterTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/String=
ToClobTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/String=
ToDateTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/String=
ToDoubleTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/String=
ToFloatTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/String=
ToIntegerTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/String=
ToLongTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/String=
ToSQLXMLTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/String=
ToShortTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/String=
ToTimeTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/String=
ToTimestampTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimeTo=
StringTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimeTo=
TimestampTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Timest=
ampToDateTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Timest=
ampToStringTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Timest=
ampToTimeTransform.java
trunk/common-core/src/main/java/com/metamatrix/common/util/ApplicationIn=
fo.java
trunk/common-core/src/main/java/com/metamatrix/common/util/ByteArrayHelp=
er.java
trunk/common-core/src/main/java/com/metamatrix/common/util/MetaMatrixPro=
ductNames.java
trunk/common-core/src/main/java/com/metamatrix/common/util/NetUtils.java
trunk/common-core/src/main/java/com/metamatrix/common/util/PasswordMaskU=
til.java
trunk/common-core/src/main/java/com/metamatrix/common/util/PropertiesUti=
ls.java
trunk/common-core/src/main/java/com/metamatrix/common/util/SqlUtil.java
trunk/common-core/src/main/java/com/metamatrix/common/util/TimestampWith=
Timezone.java
trunk/common-core/src/main/java/com/metamatrix/common/util/WSDLServletUt=
il.java
trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Crypto=
Exception.java
trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Crypto=
Util.java
trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Crypto=
r.java
trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Decryp=
tor.java
trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/DhKeyG=
enerator.java
trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Encryp=
tor.java
trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/NullCr=
yptor.java
trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Passwo=
rdChangeUtility.java
trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/cipher=
/BasicCryptor.java
trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/cipher=
/SymmetricCryptor.java
trunk/common-core/src/main/java/com/metamatrix/common/util/exception/SQL=
ExceptionUnroller.java
trunk/common-core/src/main/java/com/metamatrix/core/BundleUtil.java
trunk/common-core/src/main/java/com/metamatrix/core/CoreConstants.java
trunk/common-core/src/main/java/com/metamatrix/core/CorePlugin.java
trunk/common-core/src/main/java/com/metamatrix/core/MetaMatrixCoreExcept=
ion.java
trunk/common-core/src/main/java/com/metamatrix/core/MetaMatrixRuntimeExc=
eption.java
trunk/common-core/src/main/java/com/metamatrix/core/id/IDGenerator.java
trunk/common-core/src/main/java/com/metamatrix/core/id/IntegerID.java
trunk/common-core/src/main/java/com/metamatrix/core/id/IntegerIDFactory.=
java
trunk/common-core/src/main/java/com/metamatrix/core/id/InvalidIDExceptio=
n.java
trunk/common-core/src/main/java/com/metamatrix/core/id/LongID.java
trunk/common-core/src/main/java/com/metamatrix/core/id/LongIDFactory.java
trunk/common-core/src/main/java/com/metamatrix/core/id/ObjectID.java
trunk/common-core/src/main/java/com/metamatrix/core/id/ObjectIDFactory.j=
ava
trunk/common-core/src/main/java/com/metamatrix/core/id/ParsedObjectID.ja=
va
trunk/common-core/src/main/java/com/metamatrix/core/id/StringID.java
trunk/common-core/src/main/java/com/metamatrix/core/id/StringIDFactory.j=
ava
trunk/common-core/src/main/java/com/metamatrix/core/id/UUID.java
trunk/common-core/src/main/java/com/metamatrix/core/id/UUIDFactory.java
trunk/common-core/src/main/java/com/metamatrix/core/io/FileUrl.java
trunk/common-core/src/main/java/com/metamatrix/core/log/FileLimitSizeLog=
Writer.java
trunk/common-core/src/main/java/com/metamatrix/core/log/FileLogWriter.ja=
va
trunk/common-core/src/main/java/com/metamatrix/core/log/LogListener.java
trunk/common-core/src/main/java/com/metamatrix/core/log/LogMessage.java
trunk/common-core/src/main/java/com/metamatrix/core/log/Logger.java
trunk/common-core/src/main/java/com/metamatrix/core/log/MessageLevel.java
trunk/common-core/src/main/java/com/metamatrix/core/log/NullLogWriter.ja=
va
trunk/common-core/src/main/java/com/metamatrix/core/log/NullLogger.java
trunk/common-core/src/main/java/com/metamatrix/core/log/SystemLogWriter.=
java
trunk/common-core/src/main/java/com/metamatrix/core/util/ArgCheck.java
trunk/common-core/src/main/java/com/metamatrix/core/util/Assertion.java
trunk/common-core/src/main/java/com/metamatrix/core/util/Base64.java
trunk/common-core/src/main/java/com/metamatrix/core/util/ChecksumUtil.ja=
va
trunk/common-core/src/main/java/com/metamatrix/core/util/DateUtil.java
trunk/common-core/src/main/java/com/metamatrix/core/util/EquivalenceUtil=
.java
trunk/common-core/src/main/java/com/metamatrix/core/util/ExternalizeUtil=
.java
trunk/common-core/src/main/java/com/metamatrix/core/util/FileUtil.java
trunk/common-core/src/main/java/com/metamatrix/core/util/FileUtils.java
trunk/common-core/src/main/java/com/metamatrix/core/util/HashCodeUtil.ja=
va
trunk/common-core/src/main/java/com/metamatrix/core/util/LRUCache.java
trunk/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixExcep=
tionUtil.java
trunk/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixProdu=
ctVersion.java
trunk/common-core/src/main/java/com/metamatrix/core/util/MixinProxy.java
trunk/common-core/src/main/java/com/metamatrix/core/util/ObjectConverter=
Util.java
trunk/common-core/src/main/java/com/metamatrix/core/util/ReflectionHelpe=
r.java
trunk/common-core/src/main/java/com/metamatrix/core/util/ResourceNameUti=
l.java
trunk/common-core/src/main/java/com/metamatrix/core/util/Stopwatch.java
trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtil.java
trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtilities=
.java
trunk/common-core/src/main/java/com/metamatrix/core/util/ZipFileUtil.java
trunk/common-core/src/main/java/com/metamatrix/core/vdb/ModelType.java
trunk/common-core/src/main/java/com/metamatrix/core/vdb/VDBStatus.java
trunk/common-core/src/main/java/com/metamatrix/core/vdb/VdbConstants.java
trunk/common-core/src/main/java/com/metamatrix/internal/core/log/BasePla=
tformLogWriter.java
trunk/common-core/src/main/java/com/metamatrix/internal/core/log/Platfor=
mLimitSizeLogWriter.java
trunk/common-core/src/main/java/com/metamatrix/internal/core/log/Platfor=
mLog.java
trunk/common-core/src/main/java/com/metamatrix/internal/core/log/Platfor=
mLogWriter.java
trunk/common-core/src/main/resources/com/metamatrix/common/util/crypto/d=
h.properties
trunk/common-core/src/main/resources/com/metamatrix/core/i18n.properties
trunk/common-core/src/test/java/com/metamatrix/api/exception/TestMetaMat=
rixException.java
trunk/common-core/src/test/java/com/metamatrix/api/exception/TestMetaMat=
rixRuntimeException.java
trunk/common-core/src/test/java/com/metamatrix/common/classloader/TestNo=
nDelegatingClassLoader.java
trunk/common-core/src/test/java/com/metamatrix/common/classloader/TestUR=
LFilteringClassLoader.java
trunk/common-core/src/test/java/com/metamatrix/common/jdbc/TestSimplePoo=
ledConnectionSource.java
trunk/common-core/src/test/java/com/metamatrix/common/protocol/FakeVersi=
on.java
trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestClass=
pathURLHandler.java
trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestMMFil=
eURLHandler.java
trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestURLHe=
lper.java
trunk/common-core/src/test/java/com/metamatrix/common/types/TestBlobImpl=
.java
trunk/common-core/src/test/java/com/metamatrix/common/types/TestBlobValu=
e.java
trunk/common-core/src/test/java/com/metamatrix/common/types/TestClobImpl=
.java
trunk/common-core/src/test/java/com/metamatrix/common/types/TestClobValu=
e.java
trunk/common-core/src/test/java/com/metamatrix/common/types/TestDataType=
Manager.java
trunk/common-core/src/test/java/com/metamatrix/common/types/TestSQLXMLIm=
pl.java
trunk/common-core/src/test/java/com/metamatrix/common/types/TestXMLStrea=
mSourceTranslator.java
trunk/common-core/src/test/java/com/metamatrix/common/types/TestXMLValue=
.java
trunk/common-core/src/test/java/com/metamatrix/common/types/basic/TestSt=
ringToXmlTransform.java
trunk/common-core/src/test/java/com/metamatrix/common/types/basic/TestTr=
ansforms.java
trunk/common-core/src/test/java/com/metamatrix/common/util/FakeInputStre=
am.java
trunk/common-core/src/test/java/com/metamatrix/common/util/TestByteArray=
Helper.java
trunk/common-core/src/test/java/com/metamatrix/common/util/TestNetUtils.=
java
trunk/common-core/src/test/java/com/metamatrix/common/util/TestPropertie=
sUtils.java
trunk/common-core/src/test/java/com/metamatrix/common/util/TestSqlUtil.j=
ava
trunk/common-core/src/test/java/com/metamatrix/common/util/TestTimestamp=
WithTimezone.java
trunk/common-core/src/test/java/com/metamatrix/common/util/TestWSDLServl=
etUtil.java
trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/FakeCr=
yptor.java
trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestDh=
KeyGenerator.java
trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestEn=
cryptDecrypt.java
trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestPa=
sswordChangeUtility.java
trunk/common-core/src/test/java/com/metamatrix/common/util/exception/Tes=
tSQLExceptionUnroller.java
trunk/common-core/src/test/java/com/metamatrix/core/id/TestIDGenerator.j=
ava
trunk/common-core/src/test/java/com/metamatrix/core/id/TestParsedObjectI=
D.java
trunk/common-core/src/test/java/com/metamatrix/core/id/TestParsingObject=
IDs.java
trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUID.java
trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUIDFactory.j=
ava
trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUIDFactoryWi=
thoutCreation.java
trunk/common-core/src/test/java/com/metamatrix/core/log/SysOutLogger.java
trunk/common-core/src/test/java/com/metamatrix/core/util/SimpleMock.java
trunk/common-core/src/test/java/com/metamatrix/core/util/TestAssertion.j=
ava
trunk/common-core/src/test/java/com/metamatrix/core/util/TestEquivalence=
Util.java
trunk/common-core/src/test/java/com/metamatrix/core/util/TestExternalize=
Util.java
trunk/common-core/src/test/java/com/metamatrix/core/util/TestFileUtil.ja=
va
trunk/common-core/src/test/java/com/metamatrix/core/util/TestFileUtils.j=
ava
trunk/common-core/src/test/java/com/metamatrix/core/util/TestMetaMatrixE=
xceptionUtil.java
trunk/common-core/src/test/java/com/metamatrix/core/util/TestReflectionH=
elper.java
trunk/common-core/src/test/java/com/metamatrix/core/util/TestResourceNam=
eUtil.java
trunk/common-core/src/test/java/com/metamatrix/core/util/TestStringUtil.=
java
trunk/common-core/src/test/java/com/metamatrix/core/util/TestStringUtili=
ties.java
trunk/common-core/src/test/java/com/metamatrix/core/util/TestZipFileUtil=
.java
trunk/common-core/src/test/java/com/metamatrix/core/util/UnitTestUtil.ja=
va
trunk/common-internal/src/main/java/com/metamatrix/admin/AdminMessages.j=
ava
trunk/common-internal/src/main/java/com/metamatrix/api/core/message/Defa=
ultMessage.java
trunk/common-internal/src/main/java/com/metamatrix/api/core/message/Mess=
age.java
trunk/common-internal/src/main/java/com/metamatrix/api/core/message/Mess=
ageList.java
trunk/common-internal/src/main/java/com/metamatrix/api/core/message/Mess=
ageTypes.java
trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/EntityIn=
fo.java
trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/FeatureI=
nfo.java
trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIConst=
ants.java
trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIHeade=
r.java
trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIReade=
rAdapter.java
trunk/common-internal/src/main/java/com/metamatrix/api/exception/securit=
y/AuthorizationException.java
trunk/common-internal/src/main/java/com/metamatrix/api/exception/securit=
y/AuthorizationMgmtException.java
trunk/common-internal/src/main/java/com/metamatrix/api/exception/securit=
y/InvalidPrincipalException.java
trunk/common-internal/src/main/java/com/metamatrix/api/exception/securit=
y/InvalidUserException.java
trunk/common-internal/src/main/java/com/metamatrix/api/exception/securit=
y/InvalidVDBException.java
trunk/common-internal/src/main/java/com/metamatrix/api/exception/securit=
y/MembershipServiceException.java
trunk/common-internal/src/main/java/com/metamatrix/api/exception/securit=
y/MetaMatrixAuthenticationException.java
trunk/common-internal/src/main/java/com/metamatrix/api/exception/securit=
y/SessionServiceException.java
trunk/common-internal/src/main/java/com/metamatrix/api/exception/securit=
y/UnsupportedCredentialException.java
trunk/common-internal/src/main/java/com/metamatrix/api/exception/server/=
InvalidRequestIDException.java
trunk/common-internal/src/main/java/com/metamatrix/common/CommonPlugin.j=
ava
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Abstra=
ctObjectEditor.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Action=
Definition.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/AddNam=
edObject.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/AddObj=
ect.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Attrib=
uteDefinition.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/BasicM=
odificationActionQueue.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/ClassD=
efinition.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Create=
Object.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Destro=
yObject.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Exchan=
geBoolean.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Exchan=
geDouble.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Exchan=
geFloat.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Exchan=
geInt.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Exchan=
geLong.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Exchan=
geNamedObject.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Exchan=
geObject.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Exchan=
gePrimitive.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Exchan=
geShort.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Modifi=
cationActionQueue.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Modifi=
cationException.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/NamedO=
bjectActionDefinition.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Object=
Editor.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Remove=
NamedObject.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Remove=
Object.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/String=
LengthExceededException.java
trunk/common-internal/src/main/java/com/metamatrix/common/actions/Target=
edActionDefinition.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/Current=
Configuration.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/Resourc=
eNames.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/Startup=
StateController.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/Startup=
StateException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Aut=
henticationProvider.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Aut=
henticationProviderID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Aut=
henticationProviderType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Com=
ponentDefn.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Com=
ponentDefnID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Com=
ponentObject.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Com=
ponentObjectID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Com=
ponentType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Com=
ponentTypeDefn.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Com=
ponentTypeDefnID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Com=
ponentTypeID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Com=
ponentTypePropDefn.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Con=
figuration.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Con=
figurationID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Con=
figurationInfo.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Con=
figurationModelContainer.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Con=
figurationObjectEditor.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Con=
nectorArchive.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Con=
nectorBinding.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Con=
nectorBindingID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Con=
nectorBindingType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Dep=
loyedComponent.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Dep=
loyedComponentID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Ext=
ensionModule.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Hos=
t.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Hos=
tID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Hos=
tType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Ind=
exingServiceComponentType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Loc=
kedConfigurationID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pro=
ductServiceConfig.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pro=
ductServiceConfigComponentType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pro=
ductServiceConfigID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pro=
ductType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pro=
ductTypeID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pro=
pDefnAllowedValue.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pro=
pDefnAllowedValueID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Rel=
easeInfo.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Res=
ourceComponentType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Res=
ourceDescriptor.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Res=
ourceDescriptorID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Res=
ourceModel.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Run=
timeMetadataServiceComponentType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Sea=
rchbaseConnectorComponentType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Ser=
viceComponentDefn.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Ser=
viceComponentDefnID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Ser=
viceComponentType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Sha=
redResource.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Sha=
redResourceID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VMC=
omponentDefn.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VMC=
omponentDefnID.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VMC=
omponentDefnType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exc=
eptions/ConfigurationConnectionException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exc=
eptions/ConfigurationException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exc=
eptions/ConfigurationLockException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exc=
eptions/DuplicateComponentException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exc=
eptions/InvalidArgumentException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exc=
eptions/InvalidComponentException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exc=
eptions/InvalidComponentIDCharacterException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exc=
eptions/InvalidComponentIDFormatException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exc=
eptions/InvalidConfigurationException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exc=
eptions/InvalidDeployedComponentException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exc=
eptions/InvalidNameException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exc=
eptions/InvalidPropertyValueException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exc=
eptions/InvalidStringValueException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exc=
eptions/InvalidVersionException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exc=
eptions/ZeroLengthComponentIDException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicAuthenticationProvider.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicAuthenticationProviderType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicComponentDefn.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicComponentObject.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicComponentType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicComponentTypeDefn.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicConfiguration.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicConfigurationInfo.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicConfigurationObjectEditor.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicConnectorArchive.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicConnectorBinding.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicConnectorBindingType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicDeployedComponent.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicExtensionModule.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicHost.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicHostType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicProductServiceConfig.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicProductServiceConfigType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicProductType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicPropDefnAllowedValue.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicResourceComponentType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicResourceDescriptor.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicServiceComponentDefn.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicServiceComponentType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicSharedResource.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicUtil.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicVMComponentDefn.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/B=
asicVMComponentDefnType.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/C=
omponentCryptoUtil.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/C=
onfigurationModel.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/C=
onfigurationModelContainerAdapter.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/C=
onfigurationModelContainerImpl.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/C=
onfigurationObjectEditorHelper.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/C=
onfigurationVisitor.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/model/P=
ropertyValidations.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/reader/=
CurrentConfigurationReader.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/reader/=
PropertiesConfigurationReader.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/util/Co=
nfigObjectsNotResolvableException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/util/Co=
nfigUtil.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/util/Co=
nfigurationImportExportUtility.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/util/Co=
nfigurationPropertyNames.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/util/In=
validConfigurationElementException.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/Con=
nectorArchiveImportExportUtility.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XML=
Config_42_ElementNames.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XML=
Config_42_HelperImpl.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XML=
Config_42_ImportExportUtility.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XML=
Config_42_Visitor.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XML=
Config_Base_ImportExportUtility.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XML=
ConfigurationImportExportUtility.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XML=
ElementNames.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XML=
Helper.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XML=
HelperImpl.java
trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XML=
HelperUtil.java
trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodul=
e/ExtensionModuleDescriptor.java
trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodul=
e/exception/DuplicateExtensionModuleException.java
trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodul=
e/exception/ExtensionModuleException.java
trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodul=
e/exception/ExtensionModuleNotFoundException.java
trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodul=
e/exception/ExtensionModuleOrderingException.java
trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodul=
e/exception/ExtensionModuleRuntimeException.java
trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodul=
e/exception/InvalidExtensionModuleTypeException.java
trunk/common-internal/src/main/java/com/metamatrix/common/id/Transaction=
ID.java
trunk/common-internal/src/main/java/com/metamatrix/common/id/Transaction=
IDFactory.java
trunk/common-internal/src/main/java/com/metamatrix/common/log/LogConfigu=
ration.java
trunk/common-internal/src/main/java/com/metamatrix/common/log/LogManager=
.java
trunk/common-internal/src/main/java/com/metamatrix/common/log/config/Bas=
icLogConfiguration.java
trunk/common-internal/src/main/java/com/metamatrix/common/log/config/Def=
aultLogConfigurationFactory.java
trunk/common-internal/src/main/java/com/metamatrix/common/log/config/Log=
ConfigurationException.java
trunk/common-internal/src/main/java/com/metamatrix/common/log/config/Log=
ConfigurationFactory.java
trunk/common-internal/src/main/java/com/metamatrix/common/log/format/Del=
imitedLogMessageFormat.java
trunk/common-internal/src/main/java/com/metamatrix/common/log/format/Log=
MessageFormat.java
trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/Log=
Entry.java
trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/Log=
EntryPropertyNames.java
trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/Log=
Reader.java
trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/Ba=
seID.java
trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/Ba=
seObject.java
trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/Ba=
sicObject.java
trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/ID=
Verifier.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Configu=
rationPropertyObjDisplayComparator.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Default=
PropertyAccessPolicy.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Default=
PropertyDefinitionFilter.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Multipl=
icity.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Multipl=
icityExpressionException.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Multipl=
icityPool.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectD=
efinition.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectD=
efinitionDisplayNameComparator.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectD=
efinitionFactory.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectD=
efinitionImpl.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectD=
efinitionImplFactory.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Propert=
iedObject.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Propert=
iedObjectEditor.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Propert=
iedObjectEditorImpl.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Propert=
iedObjectImpl.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Propert=
iedObjectView.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Propert=
iedObjectsEditor.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Propert=
iedObjectsEditorImpl.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Propert=
yAccessPolicy.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Propert=
yAccessPolicyImpl.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Propert=
yDefinition.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Propert=
yDefinitionFilter.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Propert=
yDefinitionGroup.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Propert=
yDefinitionImpl.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Propert=
yDefinitionImplFactory.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Propert=
yType.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Propert=
yTypeValidator.java
trunk/common-internal/src/main/java/com/metamatrix/common/object/Standar=
dPropertyTypeValidator.java
trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerPo=
ol.java
trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerPo=
olFactory.java
trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerPo=
olStats.java
trunk/common-internal/src/main/java/com/metamatrix/common/transaction/Tr=
ansactionException.java
trunk/common-internal/src/main/java/com/metamatrix/common/transaction/Tr=
ansactionNotSupportedException.java
trunk/common-internal/src/main/java/com/metamatrix/common/transaction/Tr=
ansactionStatus.java
trunk/common-internal/src/main/java/com/metamatrix/common/transaction/Us=
erTransaction.java
trunk/common-internal/src/main/java/com/metamatrix/common/transaction/Us=
erTransactionFactory.java
trunk/common-internal/src/main/java/com/metamatrix/common/transaction/ma=
nager/SimpleUserTransaction.java
trunk/common-internal/src/main/java/com/metamatrix/common/transaction/ma=
nager/SimpleUserTransactionFactory.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/AbstractT=
reeView.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/ChildRule=
s.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/DefaultCh=
ildRules.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/PassThrou=
ghTreeNodeFilter.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/RuledTree=
ViewImpl.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode.=
java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeC=
omparator.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeE=
ditor.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeE=
xception.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeF=
ilter.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeI=
terator.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeI=
teratorWithStack.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeN=
ameComparator.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeP=
athComparator.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeP=
ropertyComparator.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeS=
ource.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeView.=
java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/Bas=
icTreeNode.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/Bas=
icTreeNodeEditor.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/Bas=
icTreeNodeIterator.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/Bas=
icTreeNodeSource.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/Bas=
icTreeView.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/DirectoryEntry.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/DirectoryEntryEditor.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/DirectoryEntryFilter.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/DirectoryEntryNameAndTypeComparator.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/DirectoryEntryView.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/FileDefinition.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/FileDefinitionImpl.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/FileSystemEntry.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/FileSystemEntryEditor.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/FileSystemFilter.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/FileSystemView.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/FolderDefinition.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/FolderDefinitionImpl.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/FolderOnlyFilter.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/PassThroughDirectoryEntryFilter.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/PlatformAwareFilePermission.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/PreviewableDirectoryEntry.java
trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory=
/RuledDirectoryEntryViewImpl.java
trunk/common-internal/src/main/java/com/metamatrix/common/util/CommonPro=
pertyNames.java
trunk/common-internal/src/main/java/com/metamatrix/common/util/ErrorMess=
ageKeys.java
trunk/common-internal/src/main/java/com/metamatrix/common/util/Intervals=
.java
trunk/common-internal/src/main/java/com/metamatrix/common/util/LogCommon=
Constants.java
trunk/common-internal/src/main/java/com/metamatrix/common/util/LogContex=
tsUtil.java
trunk/common-internal/src/main/java/com/metamatrix/common/util/MultipleR=
equestConfirmation.java
trunk/common-internal/src/main/java/com/metamatrix/common/util/OSPlatfor=
mUtil.java
trunk/common-internal/src/main/java/com/metamatrix/common/util/Permutati=
on.java
trunk/common-internal/src/main/java/com/metamatrix/common/util/VDBNameVa=
lidator.java
trunk/common-internal/src/main/java/com/metamatrix/common/util/VMNaming.=
java
trunk/common-internal/src/main/java/com/metamatrix/common/util/crypto/ke=
ymanage/FilePasswordConverter.java
trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/DEFRea=
derWriter.java
trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/Manife=
st.java
trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/ModelI=
nfo.java
trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/System=
VdbUtility.java
trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBArc=
hive.java
trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBDef=
n.java
trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBFil=
e.java
trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBInf=
o.java
trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBStr=
eam.java
trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBStr=
eamImpl.java
trunk/common-internal/src/main/java/com/metamatrix/common/xa/Transaction=
ID.java
trunk/common-internal/src/main/java/com/metamatrix/common/xml/XMLReaderW=
riter.java
trunk/common-internal/src/main/java/com/metamatrix/common/xml/XMLReaderW=
riterImpl.java
trunk/common-internal/src/main/java/com/metamatrix/common/xml/XPathUtil.=
java
trunk/common-internal/src/main/java/com/metamatrix/common/xml/XmlUtil.ja=
va
trunk/common-internal/src/main/java/com/metamatrix/common/xml/xmi/XMICon=
tentHandler.java
trunk/common-internal/src/main/java/com/metamatrix/common/xml/xmi/XMIHea=
derContentHandler.java
trunk/common-internal/src/main/java/com/metamatrix/core/event/AbstractEv=
entBroker.java
trunk/common-internal/src/main/java/com/metamatrix/core/event/AbstractEv=
entSource.java
trunk/common-internal/src/main/java/com/metamatrix/core/event/AsynchEven=
tBroker.java
trunk/common-internal/src/main/java/com/metamatrix/core/event/EventBroke=
r.java
trunk/common-internal/src/main/java/com/metamatrix/core/event/EventBroke=
rException.java
trunk/common-internal/src/main/java/com/metamatrix/core/event/EventManag=
er.java
trunk/common-internal/src/main/java/com/metamatrix/core/event/EventObjec=
tListener.java
trunk/common-internal/src/main/java/com/metamatrix/core/event/EventSourc=
e.java
trunk/common-internal/src/main/java/com/metamatrix/core/event/EventSourc=
eException.java
trunk/common-internal/src/main/java/com/metamatrix/core/event/Targetable=
Event.java
trunk/common-internal/src/main/java/com/metamatrix/core/util/TempDirecto=
ry.java
trunk/common-internal/src/main/java/com/metamatrix/core/util/TempDirecto=
ryMonitor.java
trunk/common-internal/src/main/java/com/metamatrix/core/xml/CoreXmlPlugi=
n.java
trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/Jdo=
mHelper.java
trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/SAX=
BuilderHelper.java
trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/XPa=
thHelper.java
trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb=
/TerminatingVdbHeaderContentHandler.java
trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb=
/VdbHeader.java
trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb=
/VdbHeaderReader.java
trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb=
/VdbModelInfo.java
trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb=
/VdbNonModelInfo.java
trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi=
/ModelImportInfo.java
trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi=
/TerminatingXMIHeaderContentHandler.java
trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi=
/XMIHeader.java
trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi=
/XMIHeaderReader.java
trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xsd=
/TerminatingXsdHeaderContentHandler.java
trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xsd=
/XsdHeader.java
trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xsd=
/XsdHeaderReader.java
trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/=
MetadataID.java
trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/=
MetadataObject.java
trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/=
VirtualDatabase.java
trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/=
VirtualDatabaseID.java
trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/exce=
ption/VirtualDatabaseException.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/Au=
thorizationAdminAPI.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/Au=
thorizationEditor.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/Co=
nfigurationAdminAPI.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/En=
titlementMigrationReport.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/Ex=
tensionSourceAdminAPI.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/Me=
mbershipAdminAPI.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/Pe=
rmissionDataNode.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/Pe=
rmissionDataNodeDefinition.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/Pe=
rmissionDataNodeTreeView.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/Pe=
rmissionNode.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/Pe=
rmissionTreeView.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/Pl=
atformAdminLogConstants.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/Ru=
ntimeStateAdminAPI.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/Ru=
ntimeStateChangeEvent.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/Se=
ssionAdminAPI.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/Su=
bSystemAdminAPI.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ex=
ception/MetaMatrixAdminException.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ex=
ception/PermissionNodeException.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ex=
ception/PermissionNodeNotActionableException.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ex=
ception/PermissionNodeNotFoundException.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ex=
ception/ProductNotRegisteredException.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ex=
ception/UnknownProductOrSubsystemException.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ru=
ntime/ComponentData.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ru=
ntime/HostData.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ru=
ntime/PSCData.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ru=
ntime/ProcessData.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ru=
ntime/PscID.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ru=
ntime/ServiceData.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ru=
ntime/SystemState.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiimp=
l/PermissionDataNodeDefinitionImpl.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiimp=
l/PermissionDataNodeImpl.java
trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiimp=
l/PermissionDataNodeTreeViewImpl.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/AbstractAuthorizationObjectEditor.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/AuthorizationActions.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/AuthorizationModel.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/AuthorizationObjectEditor.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/AuthorizationPermission.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/AuthorizationPermissionFactory.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/AuthorizationPermissions.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/AuthorizationPermissionsImpl.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/AuthorizationPolicy.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/AuthorizationPolicyFactory.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/AuthorizationPolicyID.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/AuthorizationRealm.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/AuthorizationResource.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/BasicAuthorizationPermission.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/BasicAuthorizationPermissionFactory.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/Credentials.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/DataAccessResource.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/GranteeEntitlementEntry.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/SecurityMessagesKeys.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/SecurityPlugin.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/api=
/StandardAuthorizationActions.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/uti=
l/LogSecurityConstants.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/uti=
l/RolePermission.java
trunk/common-internal/src/main/java/com/metamatrix/platform/security/uti=
l/RolePermissionFactory.java
trunk/common-internal/src/main/java/com/metamatrix/platform/service/api/=
ServiceID.java
trunk/common-internal/src/main/java/com/metamatrix/platform/service/api/=
ServiceState.java
trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controlle=
r/SocketListenerStats.java
trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controlle=
r/VMControllerID.java
trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controlle=
r/VMStatistics.java
trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/Mate=
rializationLoadScripts.java
trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/Quer=
yAdminAPI.java
trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/Runt=
imeMetadataAdminAPI.java
trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/Tran=
sactionAdminAPI.java
trunk/common-internal/src/main/java/com/metamatrix/server/admin/apiimpl/=
MaterializationLoadScriptsImpl.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/edit/loader/VdbPr=
ocessingException.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/D=
atabaseDialect.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/M=
aterializedViewScriptGenerator.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/M=
aterializedViewScriptGeneratorImpl.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/S=
criptDecorator.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/S=
criptType.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/t=
emplate/ExpandedTemplate.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/t=
emplate/MaterializedViewConnectionData.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/t=
emplate/MaterializedViewData.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/t=
emplate/Template.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/t=
emplate/TemplateData.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/t=
emplate/TemplateExpander.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicMode=
lInfo.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicURIM=
odelResource.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicVDBD=
efn.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicVDBI=
nfo.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIModelR=
esource.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIResour=
ce.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIResour=
ceReader.java
trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/VDBKey.ja=
va
trunk/common-internal/src/main/resources/com/metamatrix/common/config/ap=
i/resourcetypemodel.xml
trunk/common-internal/src/main/resources/com/metamatrix/common/i18n.prop=
erties
trunk/common-internal/src/main/resources/com/metamatrix/common/propertie=
s/text.properties
trunk/common-internal/src/main/resources/com/metamatrix/core/xml/i18n.pr=
operties
trunk/common-internal/src/main/resources/com/metamatrix/platform/securit=
y/api/authorizations.xsd
trunk/common-internal/src/main/resources/com/metamatrix/platform/securit=
y/api/i18n.properties
trunk/common-internal/src/main/resources/com/metamatrix/vdb/runtime/urip=
rimarymodeltypes.xml
trunk/common-internal/src/test/java/com/metamatrix/common/config/connect=
or/ConnectorBindingCreationTest.java
trunk/common-internal/src/test/java/com/metamatrix/common/config/model/T=
estComponentCryptoUtil.java
trunk/common-internal/src/test/java/com/metamatrix/common/config/model/T=
estPropertyValidation.java
trunk/common-internal/src/test/java/com/metamatrix/common/config/xml/Tes=
tXMLConfigurationImportExportUtility.java
trunk/common-internal/src/test/java/com/metamatrix/common/log/TestLogMan=
ager.java
trunk/common-internal/src/test/java/com/metamatrix/common/log/format/Tes=
tLogMessageFormat.java
trunk/common-internal/src/test/java/com/metamatrix/common/queue/FakeWork=
Item.java
trunk/common-internal/src/test/java/com/metamatrix/common/queue/TestQueu=
eWorkerPool.java
trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory=
/FileSystemTestUtil.java
trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory=
/TestFileSystemEntry.java
trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory=
/TestFileSystemEntryEditor.java
trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory=
/TestFileSystemView.java
trunk/common-internal/src/test/java/com/metamatrix/common/util/TestInter=
vals.java
trunk/common-internal/src/test/java/com/metamatrix/common/util/TestPermu=
tation.java
trunk/common-internal/src/test/java/com/metamatrix/common/util/TestVDBNa=
meValidator.java
trunk/common-internal/src/test/java/com/metamatrix/common/util/crypto/ke=
ymanage/TestFilePasswordConverter.java
trunk/common-internal/src/test/java/com/metamatrix/common/vdb/api/TestDE=
FReaderWriter.java
trunk/common-internal/src/test/java/com/metamatrix/common/vdb/api/TestMa=
nifest.java
trunk/common-internal/src/test/java/com/metamatrix/common/vdb/api/TestVD=
BArchive.java
trunk/common-internal/src/test/java/com/metamatrix/common/xml/TestXmlUti=
l.java
trunk/common-internal/src/test/java/com/metamatrix/core/util/TestTempDir=
ectory.java
trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/Tes=
tJdomHelper.java
trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/Tes=
tXPathHelper.java
trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/vdb=
/TestVdbHeaderReader.java
trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/xmi=
/TestXMIHeaderReader.java
trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/xsd=
/TestXsdHeaderReader.java
trunk/common-internal/src/test/java/com/metamatrix/vdb/edit/materializat=
ion/TestGenerateScripts.java
trunk/common-internal/src/test/java/com/metamatrix/vdb/edit/materializat=
ion/TestMaterializedViewScriptGenerator.java
trunk/common-internal/src/test/java/com/metamatrix/vdb/edit/materializat=
ion/TestScriptDecorator.java
trunk/common-internal/src/test/java/com/metamatrix/vdb/runtime/TestVDBKe=
y.java
trunk/common-internal/src/test/resources/Books.xsd
trunk/common-internal/src/test/resources/VirtualNorthwind.xml
trunk/common-internal/src/test/resources/config.xml
trunk/common-internal/src/test/resources/keymanage/config.xml
trunk/common-internal/src/test/resources/keymanage/convert.properties
trunk/common-internal/src/test/resources/materializedView/expected/Matvi=
ewSSLTheFirst_1_Connection.properties
trunk/common-internal/src/test/resources/materializedView/expected/Matvi=
ewTheFirst_1_Connection.properties
trunk/common-internal/src/test/resources/materializedView/expected/Matvi=
ewTheFirst_2_Connection.properties
trunk/common-internal/src/test/resources/materializedView/expected/Matvi=
ewTheSequelink_1_Connection.properties
trunk/common-internal/src/test/resources/partsSupplierOracle_v0200.xml
trunk/connector-api/src/main/java/com/metamatrix/connector/DataPlugin.ja=
va
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connectio=
n.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connector=
.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connector=
Annotations.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connector=
Capabilities.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connector=
Environment.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connector=
Logger.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Execution=
.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Execution=
Context.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Procedure=
Execution.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/ResultSet=
Execution.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/TypeFacil=
ity.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/UpdateExe=
cution.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/ValueTran=
slator.java
trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicCo=
nnectorCapabilities.java
trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicVa=
lueTranslator.java
trunk/connector-api/src/main/java/com/metamatrix/connector/exception/Con=
nectorException.java
trunk/connector-api/src/main/java/com/metamatrix/connector/internal/Conn=
ectorPropertyNames.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IAgg=
regate.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBas=
eInCriteria.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBat=
chedUpdates.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBul=
kInsert.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICas=
eExpression.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICom=
mand.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICom=
pareCriteria.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICom=
poundCriteria.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICri=
teria.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IDel=
ete.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IEle=
ment.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IExi=
stsCriteria.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IExp=
ression.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFro=
m.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFro=
mItem.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFun=
ction.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IGro=
up.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IGro=
upBy.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IInC=
riteria.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IInl=
ineView.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IIns=
ert.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IIsN=
ullCriteria.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IJoi=
n.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILan=
guageFactory.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILan=
guageObject.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILik=
eCriteria.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILim=
it.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILit=
eral.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILog=
icalCriteria.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IMet=
adataReference.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/INot=
Criteria.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IOrd=
erBy.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IOrd=
erByItem.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPar=
ameter.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPre=
dicateCriteria.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPro=
cedure.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IQue=
ry.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IQue=
ryCommand.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISca=
larSubquery.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISea=
rchedCaseExpression.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISel=
ect.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISel=
ectSymbol.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISet=
Clause.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISet=
ClauseList.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISet=
Query.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISub=
queryCompareCriteria.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISub=
queryContainer.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISub=
queryInCriteria.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IUpd=
ate.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/Lang=
uageUtil.java
trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runt=
ime/Element.java
trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runt=
ime/Group.java
trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runt=
ime/MetadataID.java
trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runt=
ime/MetadataObject.java
trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runt=
ime/Parameter.java
trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runt=
ime/Procedure.java
trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runt=
ime/RuntimeMetadata.java
trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runt=
ime/TypeModel.java
trunk/connector-api/src/main/java/com/metamatrix/connector/monitor/Alive=
Status.java
trunk/connector-api/src/main/java/com/metamatrix/connector/monitor/Conne=
ctionStatus.java
trunk/connector-api/src/main/java/com/metamatrix/connector/monitor/Monit=
oredConnector.java
trunk/connector-api/src/main/java/com/metamatrix/connector/pool/Connecto=
rIdentity.java
trunk/connector-api/src/main/java/com/metamatrix/connector/pool/Connecto=
rIdentityFactory.java
trunk/connector-api/src/main/java/com/metamatrix/connector/pool/Credenti=
alMap.java
trunk/connector-api/src/main/java/com/metamatrix/connector/pool/PoolAwar=
eConnection.java
trunk/connector-api/src/main/java/com/metamatrix/connector/pool/SingleId=
entity.java
trunk/connector-api/src/main/java/com/metamatrix/connector/pool/SingleId=
entityFactory.java
trunk/connector-api/src/main/java/com/metamatrix/connector/pool/UserIden=
tity.java
trunk/connector-api/src/main/java/com/metamatrix/connector/pool/UserIden=
tityFactory.java
trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/frame=
work/AbstractLanguageVisitor.java
trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/frame=
work/DelegatingHierarchyVisitor.java
trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/frame=
work/HierarchyVisitor.java
trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/frame=
work/LanguageObjectVisitor.java
trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/=
CollectorVisitor.java
trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/=
SQLReservedWords.java
trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/=
SQLStringVisitor.java
trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/Transa=
ctionContext.java
trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XAConn=
ection.java
trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XAConn=
ector.java
trunk/connector-api/src/main/resources/com/metamatrix/data/i18n.properti=
es
trunk/connector-api/src/test/java/com/metamatrix/data/pool/TestCredentia=
lMap.java
trunk/connector-api/src/test/java/com/metamatrix/data/transform/TestBasi=
cValueTranslator.java
trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata=
/IndexConnector.java
trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata=
/MetadataConnectorPlugin.java
trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata=
/MetadataProcedureExecution.java
trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata=
/adapter/ObjectConnection.java
trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata=
/adapter/ObjectConnector.java
trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata=
/adapter/ObjectConnectorCapabilities.java
trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata=
/adapter/ObjectSynchExecution.java
trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata=
/internal/MetadataSearchCriteriaBuilder.java
trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata=
/internal/ObjectProcedure.java
trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata=
/internal/ObjectProcedureProcessor.java
trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata=
/internal/ObjectQuery.java
trunk/connector-metadata/src/main/resources/com/metamatrix/connector/met=
adata/i18n.properties
trunk/connector-metadata/src/main/resources/com/metamatrix/connector/sys=
admin/i18n.properties
trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata=
/TestIndexConnector.java
trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata=
/adapter/FakeObject.java
trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata=
/adapter/FakeObjectConnector.java
trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata=
/adapter/FakeObjectWithNonScalarMethod.java
trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata=
/adapter/TestObjectConnector.java
trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata=
/index/TestMetadataInCriteria.java
trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata=
/index/TestMetadataLiteralCriteria.java
trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata=
/internal/FakeProcessorDataManager.java
trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata=
/internal/FakeRuntimeMetadata.java
trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata=
/internal/TestConnectorHost.java
trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata=
/internal/TestMetadataSearchCriteriaBuilder.java
trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata=
/internal/TestObjectProcedure.java
trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata=
/internal/TestObjectQuery.java
trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata=
/internal/TestObjectQueryProcessor.java
trunk/connector-sdk/src/main/java/com/metamatrix/cdk/CdkPlugin.java
trunk/connector-sdk/src/main/java/com/metamatrix/cdk/CommandBuilder.java
trunk/connector-sdk/src/main/java/com/metamatrix/cdk/ConnectorShell.java
trunk/connector-sdk/src/main/java/com/metamatrix/cdk/ConnectorShellComma=
ndTarget.java
trunk/connector-sdk/src/main/java/com/metamatrix/cdk/IConnectorHost.java
trunk/connector-sdk/src/main/java/com/metamatrix/cdk/QueryCommandTarget.=
java
trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/ConnectorHost.j=
ava
trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/EnvironmentUtil=
ity.java
trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/SysLogger.java
trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/TranslationUtil=
ity.java
trunk/connector-sdk/src/main/java/com/metamatrix/cdk/file/ConfigReaderWr=
iter.java
trunk/connector-sdk/src/main/java/com/metamatrix/cdk/file/XMLConfigReade=
rWriter.java
trunk/connector-sdk/src/main/java/com/metamatrix/common/classloader/Clas=
sLoaderUtil.java
trunk/connector-sdk/src/main/java/com/metamatrix/common/classloader/Nest=
edException.java
trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Argum=
entConversionException.java
trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Comma=
nd.java
trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Comma=
ndLineParser.java
trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Comma=
ndShell.java
trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Comma=
ndTarget.java
trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Conne=
ctorResultUtility.java
trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/NoScr=
iptFileException.java
trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Scrip=
tCommandTarget.java
trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Scrip=
tFileNameStack.java
trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Scrip=
tReader.java
trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Scrip=
tResultListener.java
trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Wrong=
NumberOfArgumentsException.java
trunk/connector-sdk/src/main/java/com/metamatrix/core/factory/ComponentL=
oader.java
trunk/connector-sdk/src/main/resources/com/metamatrix/cdk/i18n.properties
trunk/connector-sdk/src/test/java/com/metamatrix/cdk/unittest/FakeTransl=
ationFactory.java
trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/Comma=
ndShellTest.java
trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/FakeC=
ommandTarget.java
trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestC=
ommand.java
trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestC=
ommandLineParser.java
trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestS=
criptFileNameStack.java
trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestS=
criptReader.java
trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestS=
hell.java
trunk/connector-sdk/src/test/java/com/metamatrix/core/factory/TestCompon=
entLoader.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/ConnectionListener.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/ConnectionQueryStrategy.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/ConnectionStrategy.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/DefaultConnectionListener.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCBaseExecution.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCConnector.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCPlugin.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCProcedureExecution.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCPropertyNames.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCQueryExecution.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCSingleIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCSourceConnection.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCSourceConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCUpdateExecution.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCUserIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/SimpleCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/access/AccessCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/access/AccessSQLConversionVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/access/AccessSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/db2/DB2Capabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/db2/DB2ConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/db2/DB2ResultsTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/db2/DB2SQLConversionVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/db2/DB2SQLModificationVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/db2/DB2SQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/db2/DB2SingleIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/db2/DB2UserIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/derby/DerbyCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/derby/DerbyConversionVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/derby/DerbyConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/derby/DerbyResultsTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/derby/DerbySQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/derby/DerbySingleIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/derby/DerbyTimestampFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/derby/DerbyUserIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/BindValueVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/FunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/ResultsTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/SQLConversionVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/SQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/TranslatedCommand.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/ValueRetriever.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/impl/AliasModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/impl/BasicFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/impl/BasicResultsTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/impl/BasicSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/impl/BasicValueRetriever.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/impl/DropFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/impl/EscapeSyntaxModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/impl/SubstringFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/informix/InformixCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/informix/InformixResultsTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/informix/InformixSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/informix/InformixSingleIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/informix/InformixUserIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/mm/MMCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/mm/MMSingleIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/mysql/MySQLCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/mysql/MySQLConversionVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/mysql/MySQLConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/mysql/MySQLResultsTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/mysql/MySQLSingleIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/mysql/MySQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/mysql/MySQLUserIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/ConcatFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/DayWeekQuarterFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/ExtractFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/FormatFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/HourFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/LeftOrRightFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/LocateFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/Log10FunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/MonthOrDayNameFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/OracleCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/OracleConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/OracleResultsTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/OracleSQLConversionVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/OracleSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/OracleSingleIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/OracleUserIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/ParseFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/DatePartFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/ModifiedDatePartFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/PostgreSQLCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/PostgreSQLConversionVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/PostgreSQLConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/PostgreSQLResultsTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/PostgreSQLSingleIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/PostgreSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/PostgreSQLUserIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/SubstringFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sqlserver/SqlServerCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sqlserver/SqlServerConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sqlserver/SqlServerModModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sqlserver/SqlServerResultsTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sqlserver/SqlServerSQLConversionVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sqlserver/SqlServerSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sqlserver/SqlServerSingleIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sqlserver/SqlServerUserIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/ssl/JDBCSequeLinkSingleIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/ssl/SequeLinkOracleCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sybase/FormatTimestampModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sybase/ModFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sybase/SybaseCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sybase/SybaseConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sybase/SybaseResultsTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sybase/SybaseSQLConversionVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sybase/SybaseSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sybase/SybaseSingleIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sybase/SybaseUserIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/teradata/TeradataCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/util/FunctionReplacementVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/util/JDBCExecutionHelper.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/JDBCSingleIdentityDSConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/JDBCSourceXAConnection.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/JDBCXAConnector.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/XAJDBCPropertyNames.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/db2/DB2SingleIdentityDSConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/db2/DB2XACapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/informix/InformixSingleIdentityDSConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/informix/InformixXACapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/oracle/OracleSingleIdentityDSConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/oracle/OracleXACapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/sqlserver/SqlServerSingleIdentityDSConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/sqlserver/SqlServerXACapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/sybase/SybaseSingleIdentityDSConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/sybase/SybaseXACapabilities.java
trunk/connectors/connector-jdbc/src/main/resources/com/metamatrix/connec=
tor/jdbc/i18n.properties
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/FakeConnection.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/MetadataFactory.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/TestConnectionQueryStrategy.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/TestJDBCSourceConnection.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/access/TestAccessSQLTranslator.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/db2/TestDB2ConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/db2/TestDB2SqlTranslator.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/derby/TestDerbyConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/extension/impl/TestDropFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/extension/impl/TestEscapeSyntaxModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/mysql/TestMySQLTranslator.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestDayWeekQuarterFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestExtractFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestFormatFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestHourFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestLeftOrRightFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestLocateFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestLog10FunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestMonthOrDayNameFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestOracleConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestParseFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestSubstringFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/postgresql/TestPostgreSQLTranslator.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/sqlserver/TestSqlServerConversionVisitor.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/sqlserver/TestSqlServerConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/sybase/TestFormatTimestampModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/sybase/TestModFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/sybase/TestSybaseConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/sybase/TestSybaseSQLConversionVisitor.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/userpool/MockExampleConnectionFactory.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/userpool/MockSourceConnection.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/userpool/TestPerUserPool.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/util/TestFunctionReplacementVisitor.java
trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/l=
dap/IQueryToLdapSearchParser.java
trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/l=
dap/LDAPConnection.java
trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/l=
dap/LDAPConnector.java
trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/l=
dap/LDAPConnectorCapabilities.java
trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/l=
dap/LDAPConnectorConstants.java
trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/l=
dap/LDAPConnectorPropertyNames.java
trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/l=
dap/LDAPPlugin.java
trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/l=
dap/LDAPSearchDetails.java
trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/l=
dap/LDAPSyncQueryExecution.java
trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/l=
dap/LDAPUpdateExecution.java
trunk/connectors/connector-ldap/src/main/resources/com/metamatrix/connec=
tor/ldap/i18n.properties
trunk/connectors/connector-ldap/src/test/java/com/metamatrix/connector/l=
dap/TestIQueryToLdapSearchParser.java
trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connect=
or/loopback/LoopbackCapabilities.java
trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connect=
or/loopback/LoopbackConnection.java
trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connect=
or/loopback/LoopbackConnector.java
trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connect=
or/loopback/LoopbackExecution.java
trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connect=
or/loopback/LoopbackProperties.java
trunk/connectors/connector-loopback/src/test/java/com/metamatrix/connect=
or/loopback/TestLoobackAsynch.java
trunk/connectors/connector-loopback/src/test/java/com/metamatrix/connect=
or/loopback/TestLoopbackExecution.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/Connector.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/ConnectorState.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/Messages.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/SalesForcePlugin.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/SalesforceCapabilities.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/Util.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/connection/SalesforceConnection.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/connection/impl/ConnectionImpl.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/DataPayload.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/DeleteExecutionImpl.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/InsertExecutionImpl.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/QueryExecutionImpl.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/UpdateExecutionImpl.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/UpdateExecutionParent.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/visitors/CriteriaVisitor.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/visitors/DeleteVisitor.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/visitors/ICriteriaVisitor.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/visitors/IQueryProvidingVisitor.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/visitors/InsertVisitor.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/visitors/SelectVisitor.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/visitors/UpdateVisitor.java
trunk/connectors/connector-salesforce/src/main/resources/com/metamatrix/=
connector/salesforce/i18n.properties
trunk/connectors/connector-salesforce/src/test/java/com/metamatrix/conne=
ctor/salesforce/TestConnector.java
trunk/connectors/connector-salesforce/src/test/java/com/metamatrix/conne=
ctor/salesforce/test/util/ObjectFactory.java
trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/t=
ext/StringToDateTranslator.java
trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/t=
ext/TextCapabilities.java
trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/t=
ext/TextConnection.java
trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/t=
ext/TextConnector.java
trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/t=
ext/TextPlugin.java
trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/t=
ext/TextPropertyNames.java
trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/t=
ext/TextSynchExecution.java
trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/t=
ext/TextUtil.java
trunk/connectors/connector-text/src/main/resources/com/metamatrix/connec=
tor/text/i18n.properties
trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/t=
ext/TestHelper.java
trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/t=
ext/TestMultiFileTextSynchExecution.java
trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/t=
ext/TestRowHeaderTextSynchExecution.java
trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/t=
ext/TestTextConnection.java
trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/t=
ext/TestTextConnector.java
trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/t=
ext/TestTextSynchExecution.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/AbstractCachingConnector.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/AsynchronousDocumentProducer.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/BaseXMLConnectorState.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/CachingConnector.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/DocumentProducer.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/IQueryPreprocessor.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/NamedDocumentExecutor.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/SAXFilterProvider.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/SOAPConnectorState.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/SecureConnectorState.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/TrustedPayloadHandler.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/XMLConnection.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/XMLConnectorState.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/XMLExecution.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/BaseBatchProducer.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/BaseResultsProducer.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/CountingInputStream.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/CriteriaDesc.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/DocumentBuilder.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/DocumentInfo.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/ExecutionInfo.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/FileBackedValueReference.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/FileLifeManager.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/IDGeneratingXmlFilter.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/IQueryPreprocessor.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/LargeOrSmallString.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/LargeTextExtractingXmlFilter.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/LargeTextValueReference.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/LoggingConnector.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/LoggingInputStreamFilter.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/Messages.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/NoExtendedFilters.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/NoQueryPreprocessing.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/OutputXPathDesc.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/ParameterDescriptor.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/PluggableInputStreamFilterImpl.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/QueryAnalyzer.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/RequestGenerator.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/RequestResponseDocumentProducer.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/Response.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/SecureConnectorStateImpl.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/StatefulConnector.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/StringBackedValueReference.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/TrustedPayloadBridge.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/ValueConvertor.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/XMLCapabilities.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/XMLConnectionImpl.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/XMLConnector.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/XMLConnectorStateImpl.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/XMLDocument.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/XMLExecutionImpl.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/XMLExtractor.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/cache/CachedObjectRecord.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/cache/DocumentCache.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/cache/ExecutionRecord.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/cache/IDocumentCache.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/cache/RequestPartRecord.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/cache/RequestRecord.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/file/FileConnectorState.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/file/FileExecutor.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/file/Messages.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/http/DefaultTrustDeserializer.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/http/HTTPConnectorState.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/http/HTTPExecutor.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/http/HTTPRequestor.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/http/HTTPTrustDeserializer.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/http/HttpInfo.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/http/Messages.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/jms/JMSCapabilities.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/jms/JMSConnection.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/jms/JMSConnectorState.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/jms/JMSExecution.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/jms/JMSRequestExecutor.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/jms/JMSSOAPConnectorState.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/jms/JMSXMLConnectorState.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/jms/Messages.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/soap/DefaultSoapTrustDeserializer.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/soap/Messages.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/soap/SOAPConnectorState.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/soap/SOAPConnectorStateImpl.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/soap/SOAPDocBuilder.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/soap/SOAPExecutor.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/XMLConnectionFacory.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/XMLSourceCapabilities.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/XMLSourceConnection.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/XMLSourceConnector.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/XMLSourceExecution.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/XMLSourcePlugin.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/file/FileConnection.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/file/FileExecution.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/soap/SecurityToken.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/soap/ServiceOperation.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/soap/SoapConnection.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/soap/SoapConnectorProperties.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/soap/SoapExecution.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/soap/SoapService.java
trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connect=
or/xml/base/I18N.properties
trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connect=
or/xml/file/I18N.properties
trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connect=
or/xml/http/I18N.properties
trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connect=
or/xml/jms/I18N.properties
trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connect=
or/xml/soap/I18N.properties
trunk/connectors/connector-xml/src/test/java/com/imacination/webservices=
/distance/Distance_jws/Distance.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/MockCachingConnector.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/MockHostnameVerifier.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/MockQueryPreprocessor.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/MockXMLExecution.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/ProxyObjectFactory.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestBaseBatchProducer.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestCountingInputStream.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestCriteriaDesc.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestExecutionInfo.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestFileBackedValueReference.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestFileLifeManager.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestLargeOrSmallString.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestLargeTextExtractingXmlFilter.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestLoggingInputStreamFilter.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestOutputXPathDesc.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestParameterDescriptor.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestQueryAnalyzer.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestStringBackedValueReference.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestXMLCapabilities.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestXMLConnection.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestXMLConnector.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestXMLConnectorState.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestXMLDocument.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestXMLExecution.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestXMLExtractor.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/cache/MockDocumentCache.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/cache/TestCache.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/cache/TestPerformanceCache.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/cache/TestRequestRecord.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/file/TestFileConnectorState.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/file/TestFileExecutor.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/http/TestHTTPConnectorState.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/jms/TestJMSConnectorState.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/jms/TestJMSSOAPConnectorState.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/soap/SOAPDocBuilderTest.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/soap/SOAPTestSuite.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
lsource/FakeRuntimeMetadata.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
lsource/file/TestFileConnection.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
lsource/file/TestFileExecution.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
lsource/soap/TestSoapConnection.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
lsource/soap/TestSoapExecution.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
lsource/soap/service/StockQuotes.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
lsource/soap/service/WebServiceServer.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet=
/DocNameValueServlet.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet=
/DocPostBodyServlet.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet=
/EchoServlet.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet=
/LoggingServlet.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet=
/MockResponseServlet.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet=
/NameValueServlet.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/BooksVie=
w_Input/AuthorBooks_Input_Type.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/BooksVie=
w_Output/Books_Output_Type.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/Currency=
ExchangeService/CurrencyExchange.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/Currency=
ExchangeService/PWCallback.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/Currency=
ExchangeService/PWCallbackDigest.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatssho=
wing/Movie.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatssho=
wing/MovieInformation.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatssho=
wing/Theater.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatssho=
wing/UpcomingMovie.java
trunk/connectors/connector-xml/src/test/java/metamatrix/com/Books/BooksV=
iewBooks.java
trunk/connectors/connector-xml/src/test/resources/BookCollection.xml
trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connect=
or/xmlsource/soap/client_crypto.properties
trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connect=
or/xmlsource/soap/client_trusted_crypto.properties
trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connect=
or/xmlsource/soap/saml_signed_keyholder.properties
trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connect=
or/xmlsource/soap/saml_signed_sendervouches.properties
trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connect=
or/xmlsource/soap/saml_unsigned_keyholder.properties
trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connect=
or/xmlsource/soap/saml_unsigned_prop.properties
trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connect=
or/xmlsource/soap/server_crypto.properties
trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connect=
or/xmlsource/soap/server_trusted_crypto.properties
trunk/connectors/connector-xml/src/test/resources/com/metamatrix/test/se=
rvlet/MockResponseServletProps.properties
trunk/connectors/connector-xml/src/test/resources/documents/NameValueTes=
t.xsd
trunk/connectors/connector-xml/src/test/resources/documents/jmsTest.xsd
trunk/connectors/connector-xml/src/test/resources/service/books/BooksVie=
w_Input.xsd
trunk/connectors/connector-xml/src/test/resources/service/books/BooksVie=
w_Output.xsd
trunk/connectors/connector-xml/src/test/resources/service/distance/Dista=
nce.xml
trunk/connectors/connector-xml/src/test/resources/stockquotes.xml
trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/con=
nector/exec/ExecAntExecution.java
trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/con=
nector/exec/ExecCapabilities.java
trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/con=
nector/exec/ExecConnection.java
trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/con=
nector/exec/ExecConnector.java
trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/con=
nector/exec/ExecPlugin.java
trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/con=
nector/exec/ExecVisitor.java
trunk/connectors/sandbox/connector-exec/src/main/resources/com/metamatri=
x/connector/exec/i18n.properties
trunk/connectors/sandbox/connector-exec/src/test/java/com/metamatrix/con=
nector/exec/FakeExecConnector.java
trunk/connectors/sandbox/connector-exec/src/test/java/com/metamatrix/con=
nector/exec/TestsExec.java
trunk/connectors/sandbox/connector-exec/src/test/resources/exclusionFile=
.properties
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/ObjectConnection.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/ObjectConnector.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/ObjectConnectorCapabilities.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/ObjectPlugin.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/ObjectProcedureExecution.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/ObjectPropertyNames.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/ObjectSourceMethodManager.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/extension/IObjectCommand.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/extension/IObjectSource.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/extension/ISourceTranslator.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/extension/IValueRetriever.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/extension/command/ObjectCommand.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/extension/command/ProcedureCommand.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/extension/source/BaseObjectSource.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/extension/source/BaseSourceConnectionFactory.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/extension/source/BasicSourceTranslator.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/extension/value/BasicValueRetriever.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/extension/value/JavaUtilDateValueTranslator.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/util/ObjectConnectorUtil.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/util/ObjectExecutionHelper.java
trunk/connectors/sandbox/connector-object/src/main/resources/com/metamat=
rix/connector/object/i18n.properties
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/FilterFunctionModifier.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/Messages.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/NearestNeighborFunctionModifier.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/NnDistanceFunctionModifier.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/OracleSpatialCapabilities.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/OracleSpatialConnector.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/OracleSpatialConversionVisitor.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/OracleSpatialFunctionModifier.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/OracleSpatialFunctions.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/OracleSpatialResultsTranslator.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/OracleSpatialSQLTranslator.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/RelateFunctionModifier.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/SpatialHint.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/SpatialSelectProxy.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/WithinDistanceFunctionModifier.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/resources/com=
/metamatrix/connector/jdbc/oracle/spatial/messages.properties
trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/co=
nnector/yahoo/TickerCollectorVisitor.java
trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/co=
nnector/yahoo/YahooCapabilities.java
trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/co=
nnector/yahoo/YahooConnection.java
trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/co=
nnector/yahoo/YahooConnector.java
trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/co=
nnector/yahoo/YahooExecution.java
trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/co=
nnector/yahoo/YahooPlugin.java
trunk/connectors/sandbox/connector-yahoo/src/main/resources/com/metamatr=
ix/connector/yahoo/i18n.properties
trunk/connectors/sandbox/connector-yahoo/src/test/java/com/metamatrix/co=
nnector/yahoo/TestYahooTranslation.java
trunk/console/src/main/java/com/metamatrix/common/callback/Callback.java
trunk/console/src/main/java/com/metamatrix/common/callback/CallbackChoic=
es.java
trunk/console/src/main/java/com/metamatrix/common/callback/CallbackHandl=
er.java
trunk/console/src/main/java/com/metamatrix/common/callback/CallbackImpl.=
java
trunk/console/src/main/java/com/metamatrix/common/callback/UnsupportedCa=
llbackException.java
trunk/console/src/main/java/com/metamatrix/common/properties/ObjectPrope=
rtyManager.java
trunk/console/src/main/java/com/metamatrix/common/properties/PropertyMan=
ager.java
trunk/console/src/main/java/com/metamatrix/common/properties/TextManager=
.java
trunk/console/src/main/java/com/metamatrix/console/ConsolePlugin.java
trunk/console/src/main/java/com/metamatrix/console/connections/Connectio=
nAndPanel.java
trunk/console/src/main/java/com/metamatrix/console/connections/Connectio=
nInfo.java
trunk/console/src/main/java/com/metamatrix/console/connections/Connectio=
nProcessor.java
trunk/console/src/main/java/com/metamatrix/console/connections/RemoveCon=
nectionDialog.java
trunk/console/src/main/java/com/metamatrix/console/main/AdminConsoleMain=
.java
trunk/console/src/main/java/com/metamatrix/console/models/Authentication=
ProviderManager.java
trunk/console/src/main/java/com/metamatrix/console/models/ConfigurationM=
anager.java
trunk/console/src/main/java/com/metamatrix/console/models/ConfigurationP=
ropertiedObjectEditor.java
trunk/console/src/main/java/com/metamatrix/console/models/ConnectorManag=
er.java
trunk/console/src/main/java/com/metamatrix/console/models/EntitlementMan=
ager.java
trunk/console/src/main/java/com/metamatrix/console/models/ExtensionSourc=
eManager.java
trunk/console/src/main/java/com/metamatrix/console/models/GroupsManager.=
java
trunk/console/src/main/java/com/metamatrix/console/models/Manager.java
trunk/console/src/main/java/com/metamatrix/console/models/ManagerListene=
r.java
trunk/console/src/main/java/com/metamatrix/console/models/Managers.java
trunk/console/src/main/java/com/metamatrix/console/models/ModelChangedEv=
ent.java
trunk/console/src/main/java/com/metamatrix/console/models/ModelManager.j=
ava
trunk/console/src/main/java/com/metamatrix/console/models/PropertiesMana=
ger.java
trunk/console/src/main/java/com/metamatrix/console/models/PropertyDetail=
.java
trunk/console/src/main/java/com/metamatrix/console/models/QueryManager.j=
ava
trunk/console/src/main/java/com/metamatrix/console/models/ResourceManage=
r.java
trunk/console/src/main/java/com/metamatrix/console/models/ResourceProper=
tiedObjectEditor.java
trunk/console/src/main/java/com/metamatrix/console/models/RuntimeMgmtMan=
ager.java
trunk/console/src/main/java/com/metamatrix/console/models/ServerLogManag=
er.java
trunk/console/src/main/java/com/metamatrix/console/models/SessionManager=
.java
trunk/console/src/main/java/com/metamatrix/console/models/SummaryManager=
.java
trunk/console/src/main/java/com/metamatrix/console/models/TimedManager.j=
ava
trunk/console/src/main/java/com/metamatrix/console/models/TransactionMan=
ager.java
trunk/console/src/main/java/com/metamatrix/console/models/VdbManager.java
trunk/console/src/main/java/com/metamatrix/console/notification/AddedCon=
nectorBindingNotification.java
trunk/console/src/main/java/com/metamatrix/console/notification/DataEnti=
tlementChangeNotification.java
trunk/console/src/main/java/com/metamatrix/console/notification/RuntimeU=
pdateNotification.java
trunk/console/src/main/java/com/metamatrix/console/security/Roles.java
trunk/console/src/main/java/com/metamatrix/console/security/UserCapabili=
ties.java
trunk/console/src/main/java/com/metamatrix/console/ui/NotifyOnExitConsol=
e.java
trunk/console/src/main/java/com/metamatrix/console/ui/StatusPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/ViewManager.java
trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLogi=
n.java
trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLogi=
nDialog.java
trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLogi=
nPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLogi=
nWindow.java
trunk/console/src/main/java/com/metamatrix/console/ui/dialog/DetailsDial=
og.java
trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ErrorDialog=
.java
trunk/console/src/main/java/com/metamatrix/console/ui/dialog/PendingChan=
gesDialog.java
trunk/console/src/main/java/com/metamatrix/console/ui/dialog/RefreshRate=
sDialog.java
trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ResetPasswo=
rdPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ServerURLsD=
ialog.java
trunk/console/src/main/java/com/metamatrix/console/ui/layout/BasePanel.j=
ava
trunk/console/src/main/java/com/metamatrix/console/ui/layout/CDKCallback=
Handler.java
trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleAbou=
tPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleMain=
Frame.java
trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleMenu=
Bar.java
trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleMenu=
BarListener.java
trunk/console/src/main/java/com/metamatrix/console/ui/layout/MenuEntry.j=
ava
trunk/console/src/main/java/com/metamatrix/console/ui/layout/PanelsTree.=
java
trunk/console/src/main/java/com/metamatrix/console/ui/layout/PanelsTreeM=
odel.java
trunk/console/src/main/java/com/metamatrix/console/ui/layout/PanelsTreeN=
ode.java
trunk/console/src/main/java/com/metamatrix/console/ui/layout/TreeAndCont=
rollerCoordinator.java
trunk/console/src/main/java/com/metamatrix/console/ui/layout/UserPrefere=
nceCallback.java
trunk/console/src/main/java/com/metamatrix/console/ui/layout/Workspace.j=
ava
trunk/console/src/main/java/com/metamatrix/console/ui/layout/WorkspaceCo=
ntroller.java
trunk/console/src/main/java/com/metamatrix/console/ui/layout/WorkspaceCo=
ntrollerWorkItem.java
trunk/console/src/main/java/com/metamatrix/console/ui/layout/WorkspacePa=
nel.java
trunk/console/src/main/java/com/metamatrix/console/ui/tree/ChildSortingT=
reeNode.java
trunk/console/src/main/java/com/metamatrix/console/ui/tree/SavesExpansio=
nState.java
trunk/console/src/main/java/com/metamatrix/console/ui/tree/SortReadyJTre=
e.java
trunk/console/src/main/java/com/metamatrix/console/ui/tree/SortableChild=
renNode.java
trunk/console/src/main/java/com/metamatrix/console/ui/tree/SortsChildren=
.java
trunk/console/src/main/java/com/metamatrix/console/ui/tree/TreePathExpan=
sion.java
trunk/console/src/main/java/com/metamatrix/console/ui/treetable/TreeTabl=
eModel.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/AbstractPanel=
Action.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/AbstractPrope=
rtiedObjectPanelHolder.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/ActionFireabl=
eButtonWidget.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/BasicWizardSu=
bpanelContainer.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/CenteredOptio=
nPane.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/ChooserPanel.=
java
trunk/console/src/main/java/com/metamatrix/console/ui/util/ColumnSortInf=
o.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/ConsoleCellRe=
nderer.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/ConsoleConsta=
nts.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/ExpertPropert=
iedObjectPanelHolder.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/IconComponent=
.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/IconLabel.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/InitialAndCur=
rentValues.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/ItemsBlockedC=
allback.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/ItemsBlockedL=
istSelectionListener.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/ItemsBlockedT=
reeSelectionListener.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/JEnterButton.=
java
trunk/console/src/main/java/com/metamatrix/console/ui/util/LazyBranchLis=
tener.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/LazyBranchNod=
e.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/MDCPOpenState=
Listener.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/ModifiedDirec=
toryChooserPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/NoFocusUnless=
SelectedListCellRenderer.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/NoMinTextFiel=
dWidget.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/NoSelectionLi=
stCellRenderer.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/POPWithButton=
s.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/POPWithButton=
sController.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/PropertiedObj=
ectPanelHolder.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/ReadOnlyListW=
idget.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/RepaintContro=
ller.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/SelectAllOrNo=
neMessageReceiver.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/SelectAllOrNo=
nePopupController.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/StringListBas=
edListModel.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/TableCellRend=
ererFactory.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/WizardInterfa=
ce.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/WizardInterfa=
ceImpl.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/WizardStepTex=
tPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/property/GuiC=
omponentFactory.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/property/Icon=
s.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/property/Prop=
ertyProvider.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/property/Type=
Constants.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/Abstra=
ctWizardClient.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/Defaul=
tWizardClientPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/Wizard=
Client.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/Wizard=
ClientPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/Wizard=
Pane.java
trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/Wizard=
PaneDialog.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/DefaultConso=
leTableComparator.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/DefaultConso=
leTableSorter.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/authorizatio=
n/AuthenticationProviderDetailsPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/authorizatio=
n/AuthenticationProviderPropertiesPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/authorizatio=
n/NewAuthenticationProviderSelectPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/authorizatio=
n/NewAuthenticationProviderSpecificationPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/authorizatio=
n/NewAuthenticationProviderWizardController.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/authorizatio=
n/ProvidersChangedEvent.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/authorizatio=
n/ProvidersChangedListener.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/authorizatio=
n/ProvidersMain.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/authorizatio=
n/SummaryMain.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/Co=
nnectorBasicInfo.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/Co=
nnectorDetailInfo.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/Co=
nnectorPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/Im=
portWizardConfirmationPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/Im=
portWizardConnectorIDPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/Im=
portWizardController.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/Im=
portWizardControllerInterface.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/Im=
portWizardDuplicatesPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/Im=
portWizardFileSelectorPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/BindingBasics.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/BindingDataInterface.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/BindingDetails.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/BindingDetailsPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/BindingPropertiesPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/BindingVDBInfo.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/BindingVDBsPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/ConnectorAndBinding.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/ConnectorBindingDisplayer.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/ConnectorBindingPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/ConnectorBindingRenameDialog.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/ImportBindingWizardController.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/ImportBindingWizardPSCEnablePanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/ImportBindingWizardRenamePanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/NewBindingWizardConnectorSelectPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/NewBindingWizardController.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/NewBindingWizardCreateConfirmPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/NewBindingWizardPSCEnablePanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbin=
ding/NewBindingWizardSpecificationPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/Confi=
gSummaryPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/Confi=
gurationImportWizard.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/Confi=
gurationTreeCellRenderer.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/Confi=
rmationPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/Creat=
ePSCPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/Creat=
ePanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/Deplo=
yMainPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/Deplo=
yedHostPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/Deplo=
yedProcessPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/Deplo=
yedPscPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/Deplo=
yedServicePanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/Deplo=
ymentsSummaryPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/Detai=
lPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/Produ=
ctDefinitionPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/PscDe=
finitionPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/PscSu=
mmaryPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/Servi=
ceDefinitionPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/Updat=
ePSCPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event=
/ConfigurationChangeEvent.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event=
/ConfigurationChangeListener.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event=
/ConfigurationModifier.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event=
/ConfigurationTreeModelEvent.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event=
/ConfigurationTreeModelListener.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/model=
/ConfigurationTreeModel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/=
DeployPkgUtils.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/=
DeployTableSorter.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/=
PropertyConstants.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/=
TextValidator.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/AuthorizationPropagationListener.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/AuthorizationsCheckBox.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/AuthorizationsCheckBoxListener.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/AuthorizationsModel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/AuthorizationsTreeCellRenderer.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/AuthorizationsTreeTable.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/ButtonsStateController.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/DataNodeAuthorizationsControl.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/DataNodeInfo.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/DataNodePermissionChange.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/DataNodePermissions.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/DataNodePermissionsWithNodeName.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/DataNodesTreeModel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/DataNodesTreeModelGenerator.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/DataNodesTreeNode.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/EntitlementDetailPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/EntitlementInfo.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/EntitlementMembershipController.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/EntitlementSelector.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/EntitlementsDataInterface.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/EntitlementsPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/EntitlementsTable.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/EntitlementsTableModel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/EntitlementsTableRowData.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/NewEntitlementBasedOnPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/NewEntitlementConfirmationPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/NewEntitlementController.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/NewEntitlementNamePanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/NewEntitlementWizardPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/PermissionsUpdater.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements=
/PrincipalChangeListener.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsou=
rce/ExtensionSourceAdder.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsou=
rce/ExtensionSourceDetailInfo.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsou=
rce/ExtensionSourceDetailListener.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsou=
rce/ExtensionSourceDetailPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsou=
rce/ExtensionSourceExporter.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsou=
rce/ExtensionSourceReplacer.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsou=
rce/ExtensionSourcesPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsou=
rce/ExtensionSourcesTableModel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsou=
rce/NewExtensionSourceInfo.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/Con=
figurationLogSetUpPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/Con=
figurationLogSetUpPanelController.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/Con=
textsAccumulatorListener.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/Con=
textsAccumulatorPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/Mes=
sageLevelChangeNotifyee.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/Mes=
sageLevelCheckBoxes.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/Mes=
sageLevelPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/Sys=
temLogSetUpPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/pools/PoolCo=
nfigTableRowData.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/pools/PoolNa=
meAndType.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/pools/PoolPr=
opertiedObjectAndEditor.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/C=
onsolePropertiedEditor.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/C=
onsolePropertyObjectId.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/D=
efaultComponentSelector.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/F=
akeUserTransaction.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/N=
extStartupPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/P=
ropertiesMasterPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/P=
ropertiesTreeModelFactory.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/P=
ropertyDetailPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/P=
ropertyFilter.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/P=
ropertyFilterPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/P=
ropertyHeaderPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/queries/Quer=
yPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/queries/Quer=
yRequestPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/queries/Quer=
yTableModel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/resources/Re=
sourceData.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/resources/Re=
sourcesMainPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/Conf=
irmationPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/Oper=
ationsDelegate.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/Oper=
ationsPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/Proc=
essMgmtPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/Queu=
eStatistics.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/Queu=
eStatisticsDisplayHandler.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/Queu=
eStatisticsPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/Queu=
eStatisticsRefreshRequestHandler.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/Queu=
eStatisticsRefreshRequestHandlerImp.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/Runt=
imeMgmtPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/Runt=
imeStateCellRenderer.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/Serv=
iceMgmtPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/VMSt=
atisticsDisplayHandler.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/VMSt=
atisticsPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/mode=
l/HostStatistics.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/mode=
l/RuntimeMgmtModel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/mode=
l/StatisticsConstants.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/util=
/RuntimeMgmtUtils.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/util=
/ServiceStateConstants.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/sessions/Ses=
sionPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/sessions/Ses=
sionTableCellRenderer.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/sessions/Ses=
sionTableModel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/Summ=
aryConnectionInfo.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/Summ=
aryHostInfo.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/Summ=
aryInfoProvider.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/Summ=
aryPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/MaxRe=
cordsPerQueryListener.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/MaxRe=
cordsPerQueryPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/RowsN=
otSelectedPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/SysLo=
gPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/SysLo=
gUtils.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeS=
panButtonSelectionListener.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeS=
panEndingPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeS=
panPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeS=
panPanelValidityListener.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeS=
panStartingOrEndingPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeS=
panStartingPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/transactions=
/TransactionTableModel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/transactions=
/TransactionsPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/users/AddDia=
log.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/users/AdminR=
olesMain.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupA=
ccumulatorController.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupT=
abSelectionHandler.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/users/Groups=
AccumulatorListener.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/users/Groups=
AccumulatorPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/users/Groups=
TabMainPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/users/Inheri=
tedRole.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/users/NewGro=
upsWizardController.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/users/NewGro=
upsWizardSelectionPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/users/Notify=
OnSelectionChange.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RoleDe=
tail.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RoleDi=
splay.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RoleMe=
mbershipPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RolesL=
ist.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/AllMater=
ializationFilesDisplayInfo.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/Bindings=
AlreadyExistDlg.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/Connecto=
rBindingNameAndUUID.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/CreateVD=
BPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/CreateVD=
BPanelParent.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/DataNode=
sTreeModel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/Entitlem=
entMigrationDetailInfo.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/Entitlem=
entMigrationDetailPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/Entitlem=
entMigrationInfoSource.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/Entitlem=
entMigrationReportSummaryPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/Entitlem=
entMigrationSummaryInfo.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ImportVd=
bRolesPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ImportVd=
bRolesWizardDlg.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ImportVd=
bVersionWizardDlg.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/Material=
izationPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/Material=
izationWizard.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/Material=
izationWizardDialog.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ModelVis=
ibilityInfo.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ModelWra=
pper.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MultiSou=
rceModelBindingEditRequestHandler.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/NewVDBWi=
zardModelVisibilityTable.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/SingleMa=
terializationFileDisplayInfo.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIConf=
igurationsDialog.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIConf=
igurationsHandler.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIInit=
ialAccessErrorDialog.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIRegi=
stryInfo.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBConne=
ctorBindingAssignmentModelTable.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBConne=
ctorBindingNames.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBExpor=
ter.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBMetad=
ataTreeNode.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBMetad=
ataTreePanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBMulti=
ConnectorBindingAssignmentDlg.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBRoles=
Exporter.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBWizar=
dModelVisibilityPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbAssig=
nConnBindPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbConnB=
indPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbDetai=
lPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbDispl=
ayer.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbEditC=
onnBindDlg.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbEntit=
lementsPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbMainP=
anel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbModel=
sPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbRoleO=
ptionsPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbSetSt=
atusDlg.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizar=
dConfirmPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizar=
dEditConnBindPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizar=
dEntitlementsPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizar=
dEntitlementsSelectPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizar=
dIdPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizar=
dSaveMaterializationFilesPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizar=
dUserAndPasswordPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizar=
dWrittenMaterializationFilesPanel.java
trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/WSDLOper=
ationsDescription.java
trunk/console/src/main/java/com/metamatrix/console/util/ApplicationConst=
ants.java
trunk/console/src/main/java/com/metamatrix/console/util/AutoRefreshable.=
java
trunk/console/src/main/java/com/metamatrix/console/util/AutoRefresher.ja=
va
trunk/console/src/main/java/com/metamatrix/console/util/Compares.java
trunk/console/src/main/java/com/metamatrix/console/util/DaysHoursMinutes=
Seconds.java
trunk/console/src/main/java/com/metamatrix/console/util/DialogUtility.ja=
va
trunk/console/src/main/java/com/metamatrix/console/util/ExceptionUtility=
.java
trunk/console/src/main/java/com/metamatrix/console/util/ExternalExceptio=
n.java
trunk/console/src/main/java/com/metamatrix/console/util/HashedList.java
trunk/console/src/main/java/com/metamatrix/console/util/HashedListEntry.=
java
trunk/console/src/main/java/com/metamatrix/console/util/HashedListEntryW=
rapper.java
trunk/console/src/main/java/com/metamatrix/console/util/InvalidRequestEx=
ception.java
trunk/console/src/main/java/com/metamatrix/console/util/LogContexts.java
trunk/console/src/main/java/com/metamatrix/console/util/QCDate.java
trunk/console/src/main/java/com/metamatrix/console/util/QCDateTime.java
trunk/console/src/main/java/com/metamatrix/console/util/QCGregorianCalen=
dar.java
trunk/console/src/main/java/com/metamatrix/console/util/QCTime.java
trunk/console/src/main/java/com/metamatrix/console/util/Refreshable.java
trunk/console/src/main/java/com/metamatrix/console/util/RuntimeExternalE=
xception.java
trunk/console/src/main/java/com/metamatrix/console/util/SavedUDDIRegistr=
yInfo.java
trunk/console/src/main/java/com/metamatrix/console/util/StaticProperties=
.java
trunk/console/src/main/java/com/metamatrix/console/util/StaticQuickSorte=
r.java
trunk/console/src/main/java/com/metamatrix/console/util/StaticTableUtili=
ties.java
trunk/console/src/main/java/com/metamatrix/console/util/StaticTreeSortUt=
ilities.java
trunk/console/src/main/java/com/metamatrix/console/util/StaticTreeUtilit=
ies.java
trunk/console/src/main/java/com/metamatrix/console/util/StaticUtilities.=
java
trunk/console/src/main/java/com/metamatrix/console/util/StringComparator=
.java
trunk/console/src/main/java/com/metamatrix/toolbox/ToolboxPlugin.java
trunk/console/src/main/java/com/metamatrix/toolbox/event/UserPreferences=
Event.java
trunk/console/src/main/java/com/metamatrix/toolbox/preference/UserPrefer=
ences.java
trunk/console/src/main/java/com/metamatrix/toolbox/property/VetoedChange=
Event.java
trunk/console/src/main/java/com/metamatrix/toolbox/property/VetoedChange=
Listener.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/EmptyObject.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/IconConstants.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/IconFactory.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/MessageStandards.j=
ava
trunk/console/src/main/java/com/metamatrix/toolbox/ui/TextUtilities.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/UIConstants.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/UIDefaults.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/UiTextManager.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/Validator.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/callback/CallbackC=
hoicesDialogPanel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/callback/DialogFac=
toryCallbackHandler.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/callback/ParentFra=
meSupplier.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/AboutDialog=
.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/AboutPanel.=
java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/Accumulator=
Panel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ArrowIcon.j=
ava
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ButtonConst=
ants.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ButtonWidge=
t.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/CalendarPan=
el.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/CheckBox.ja=
va
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ComboButton=
Widget.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/Configurati=
onPanel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DialogPanel=
.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DialogWindo=
w.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DirectoryCh=
ooserPanel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DirectoryEn=
tryTable.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ErrorDialog=
.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/IntegerSpin=
ner.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/LabelWidget=
.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ListWidget.=
java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/LoggingPane=
l.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/LoginPanel.=
java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/MessagePane=
l.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/MultiLineTo=
olTip.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PasswordBut=
ton.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PopupMenu.j=
ava
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PopupMenuFa=
ctory.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PropertiedO=
bjectArrayTable.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ScrollWidge=
t.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SeparatorWi=
dget.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SpacerWidge=
t.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SplashPanel=
.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SplashWindo=
w.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/Splitter.ja=
va
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SplitterSha=
dowBorder.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TableWidget=
.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TextFieldWi=
dget.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TextPane.ja=
va
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TitledBorde=
r.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ToolBar.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TreeNodeTab=
leWidget.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TreeWidget.=
java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/URLLabelWid=
get.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/URLTextFiel=
dWidget.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/WidgetFacto=
ry.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/WizardPanel=
.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/button/Butt=
onBorderPainter.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/button/Chec=
kBoxModel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/button/Togg=
leButtonBorder.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/event/Widge=
tActionEvent.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/ButtonL=
ookAndFeel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/CheckBo=
xLookAndFeel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/LabelLo=
okAndFeel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/LookAnd=
FeelUtilities.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/MultiLi=
neToolTipUI.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/Passwor=
dLookAndFeel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/TableHe=
aderButtonLookAndFeel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/ToolBar=
LookAndFeel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/TreeLoo=
kAndFeel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/list/Defaul=
tListCellRenderer.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/list/URLLis=
tCellRenderer.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/menu/Defaul=
tPopupMenuFactory.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/Di=
rectoryEntryPropertyComponent.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/Mu=
ltivaluedPropertyComponent.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/Ob=
jectReferenceHandler.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/Ob=
jectReferencePropertyComponent.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/Pr=
opertiedObjectPanel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/Pr=
opertiedObjectTableCellRenderer.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/Pr=
opertyChangeAdapter.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/Pr=
opertyComponent.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/Pr=
opertyComponentFactory.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/Pr=
opertyDefinitionLabel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/Pr=
opertySelectionEvent.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/Pr=
opertySelectionListener.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/Pr=
opertyValidationListener.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Abstr=
actTableFilterOptionPanel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Abstr=
actTableOptionPanel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Defau=
ltTableCellEditor.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Defau=
ltTableCellRenderer.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Defau=
ltTableColumnModel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Defau=
ltTableComparator.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Defau=
ltTableHeader.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Defau=
ltTableHeaderRenderer.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Defau=
ltTableModel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Defau=
ltTableSorter.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Direc=
toryEntryTableComparator.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Enhan=
cedTableColumn.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Enhan=
cedTableColumnModel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Enhan=
cedTableModel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Table=
ColumnSortListener.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Table=
Comparator.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Table=
Constants.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Table=
Filter.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Table=
Header.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Table=
HeaderButton.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Table=
HideOptionPanel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Table=
OptionPanel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Table=
ReorderOptionPanel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Table=
SortOptionPanel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/Table=
Sorter.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/text/Defaul=
tTextFieldModel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/text/TextCo=
nstants.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/text/TextCo=
ntainer.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/Ab=
stractDragAndDropController.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/Ab=
stractTreeNodeDragAndDropController.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/Dr=
agAndDropController.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/Fl=
avor.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/Tr=
ansferableTreeNode.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/Tr=
eeNodeDragAndDropController.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/Defaul=
tTreeCellEditor.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/Defaul=
tTreeCellRenderer.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/Defaul=
tTreeModel.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/Defaul=
tTreeNode.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/Defaul=
tTreeNodeEditor.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/Defaul=
tTreeView.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/TreeCo=
nstants.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/Browse=
rControl.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/FileRe=
sourceConstants.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/IconFa=
ctory.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/Proper=
tyLoader.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/Proper=
tyLoaderException.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/String=
Filter.java
trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/Widget=
Utilities.java
trunk/console/src/main/java/com/metamatrix/uddi/UddiPlugin.java
trunk/console/src/main/java/com/metamatrix/uddi/exception/MMUddiExceptio=
n.java
trunk/console/src/main/java/com/metamatrix/uddi/publish/PublishWSDL.java
trunk/console/src/main/java/com/metamatrix/uddi/publish/UnPublishWSDL.ja=
va
trunk/console/src/main/java/com/metamatrix/uddi/query/FindBusiness.java
trunk/console/src/main/java/com/metamatrix/uddi/query/GetWSDL.java
trunk/console/src/main/java/com/metamatrix/uddi/util/MMUddiHelper.java
trunk/console/src/main/java/com/metamatrix/uddi/util/MMUddiUtil.java
trunk/console/src/main/java/com/metamatrix/uddi/util/UddiHelper.java
trunk/console/src/main/resources/com/metamatrix/console/data/runtime_mgr=
.properties
trunk/console/src/main/resources/com/metamatrix/console/i18n.properties
trunk/console/src/main/resources/com/metamatrix/console/ui/data/common_u=
i.properties
trunk/console/src/main/resources/com/metamatrix/console/ui/data/type_def=
s.properties
trunk/console/src/main/resources/com/metamatrix/console/ui/views/deploy/=
data/ui.properties
trunk/console/src/main/resources/com/metamatrix/console/ui/views/runtime=
/data/ui.properties
trunk/console/src/main/resources/com/metamatrix/console/ui/views/syslog/=
data/ui.properties
trunk/console/src/main/resources/com/metamatrix/console/ui/views/users/d=
ata/ui.properties
trunk/console/src/main/resources/com/metamatrix/toolbox/i18n.properties
trunk/console/src/main/resources/com/metamatrix/toolbox/ui/message.prope=
rties
trunk/console/src/main/resources/com/metamatrix/toolbox/ui/uiDefaults.pr=
operties
trunk/console/src/main/resources/com/metamatrix/toolbox/ui/uiTextDefault=
s.properties
trunk/console/src/test/java/com/metamatrix/console/util/TestStaticProper=
ties.java
trunk/console/src/test/resources/console_config.properties
trunk/console/src/test/resources/console_prefs.properties
trunk/console/src/test/resources/metamatrix.properties
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedMana=
ger.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedPlug=
in.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedProp=
erties.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPListener.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/EmbeddedConfigS=
ource.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/EmbeddedConfigU=
til.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/BaseAdmin=
.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPConfig=
AdminImpl.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPLogLis=
tener.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPMonito=
ringAdminImpl.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPRuntim=
eStateAdminImpl.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPSecuri=
tyAdminImpl.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/C=
onnectorConfigurationReader.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/C=
onnectorConfigurationWriter.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/E=
xtensionModuleReader.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/E=
xtensionModuleWriter.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/S=
erverConfigFileReader.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/S=
erverConfigFileWriter.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/V=
DBConfigurationReader.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/V=
DBConfigurationWriter.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/Defaul=
tIndexConnectorBinding.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/Embedd=
edBaseDQPService.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/Embedd=
edBufferService.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/Embedd=
edConfigurationService.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/Embedd=
edDataService.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/Embedd=
edMetadataService.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/Embedd=
edTrackingService.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/Embedd=
edTransactionService.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/Embedd=
edVDBService.java
trunk/embedded/src/main/java/com/metamatrix/jdbc/CacheProvider.java
trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedConnection.java
trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionFacto=
ryImpl.java
trunk/embedded/src/main/java/com/metamatrix/jdbc/transport/LocalTranspor=
tHandler.java
trunk/embedded/src/main/resources/com/metamatrix/dqp/embedded/i18n.prope=
rties
trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/EmbeddedTestUti=
l.java
trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/TestEmbeddedCon=
figSource.java
trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/admin/TestBaseA=
dmin.java
trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestEm=
beddedConfigurationService.java
trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestEm=
beddedDataService.java
trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestEm=
beddedVDBService.java
trunk/embedded/src/test/java/com/metamatrix/dqp/service/buffer/TestLocal=
BufferService.java
trunk/embedded/src/test/java/com/metamatrix/jdbc/TestEmbeddedDriver.java
trunk/embedded/src/test/resources/admin/ServerConfig.xml
trunk/embedded/src/test/resources/admin/buffertest1.properties
trunk/embedded/src/test/resources/admin/buffertest2.properties
trunk/embedded/src/test/resources/admin/buffertest3.properties
trunk/embedded/src/test/resources/dqp/config/ServerConfig.xml
trunk/embedded/src/test/resources/dqp/dqp.properties
trunk/engine/src/main/java/com/metamatrix/cache/Cache.java
trunk/engine/src/main/java/com/metamatrix/cache/CacheConfiguration.java
trunk/engine/src/main/java/com/metamatrix/cache/CacheFactory.java
trunk/engine/src/main/java/com/metamatrix/cache/CacheListener.java
trunk/engine/src/main/java/com/metamatrix/common/application/Application=
.java
trunk/engine/src/main/java/com/metamatrix/common/application/Application=
Environment.java
trunk/engine/src/main/java/com/metamatrix/common/application/Application=
Service.java
trunk/engine/src/main/java/com/metamatrix/common/application/DQPConfigSo=
urce.java
trunk/engine/src/main/java/com/metamatrix/common/application/DQPGuiceMod=
ule.java
trunk/engine/src/main/java/com/metamatrix/common/application/exception/A=
pplicationInitializationException.java
trunk/engine/src/main/java/com/metamatrix/common/application/exception/A=
pplicationLifecycleException.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/BlockedException=
.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/BlockedOnMemoryE=
xception.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/BufferManager.ja=
va
trunk/engine/src/main/java/com/metamatrix/common/buffer/BufferManagerFac=
tory.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/BufferManagerPro=
pertyNames.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/IndexedTupleSour=
ce.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/LobTupleBatch.ja=
va
trunk/engine/src/main/java/com/metamatrix/common/buffer/MemoryNotAvailab=
leException.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/StorageManager.j=
ava
trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleBatch.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleSource.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleSourceID.ja=
va
trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleSourceNotFo=
undException.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BatchCompar=
ator.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BatchMap.ja=
va
trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BatchMapVal=
ueTranslator.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BufferConfi=
g.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BufferManag=
erImpl.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BufferStats=
.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/ManagedBatc=
h.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/MemoryState=
.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/SizeUtility=
.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/TupleGroupI=
nfo.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/TupleSource=
Info.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/storage/file/Fil=
eStorageManager.java
trunk/engine/src/main/java/com/metamatrix/common/buffer/storage/memory/M=
emoryStorageManager.java
trunk/engine/src/main/java/com/metamatrix/common/comm/ClientServiceRegis=
try.java
trunk/engine/src/main/java/com/metamatrix/common/lob/BufferManagerLobChu=
nkStream.java
trunk/engine/src/main/java/com/metamatrix/dqp/DQPPlugin.java
trunk/engine/src/main/java/com/metamatrix/dqp/ResourceFinder.java
trunk/engine/src/main/java/com/metamatrix/dqp/application/ClientConnecti=
onListener.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/CacheID.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/CacheResult=
s.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/CursorRecei=
verWindowBuffer.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/ResultSetCa=
che.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/ResultSetCa=
cheUtil.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/Capabilit=
iesConverter.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Asyn=
chConnectorWorkItem.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Conn=
ectorEnvironmentImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Conn=
ectorManager.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Conn=
ectorWorkItem.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Conn=
ectorWrapper.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Defa=
ultConnectorLogger.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Exec=
utionContextImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Proc=
edureBatchHandler.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Sync=
hConnectorWorkItem.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Type=
FacilityImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
AggregateImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
BaseLanguageObject.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
BatchedUpdatesImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
BulkInsertImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
CaseExpressionImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
CompareCriteriaImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
CompoundCriteriaImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
DeleteImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
ElementImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
ExistsCriteriaImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
FromImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
FunctionImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
GroupByImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
GroupImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
InCriteriaImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
InlineViewImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
InsertImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
IsNullCriteriaImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
JoinImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
LanguageBridgeFactory.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
LanguageFactoryImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
LikeCriteriaImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
LimitImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
LiteralImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
NotCriteriaImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
OrderByImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
OrderByItemImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
ParameterImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
ProcedureImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
QueryCommandImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
QueryImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
ScalarSubqueryImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
SearchedCaseExpressionImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
SelectImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
SelectSymbolImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
SetClauseImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
SetClauseListImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
SetQueryImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
SubqueryCompareCriteriaImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
SubqueryInCriteriaImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
UpdateImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
ElementImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
GroupImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
MetadataFactory.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
MetadataIDImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
MetadataObjectImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
ParameterIDImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
ParameterImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
ProcedureIDImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
ProcedureImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
RuntimeMetadataImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
TypeModelImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector=
/ConnectionPool.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector=
/ConnectionPoolException.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector=
/ConnectionWrapper.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector=
/PooledConnector.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/AbstractW=
orkItem.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/CachedReq=
uestWorkItem.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/CodeTable=
Cache.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DQPCore.j=
ava
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DQPWorkCo=
ntext.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DataTierM=
anager.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DataTierM=
anagerImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DataTierT=
upleSource.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/LobChunkS=
tream.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/LobWorkIt=
em.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/MetaDataP=
rocessor.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/PreparedP=
lanCache.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/PreparedS=
tatementRequest.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/QueryMeta=
dataWrapper.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/Request.j=
ava
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/RequestWo=
rkItem.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/TempTable=
StoresHolder.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/capabilit=
ies/ConnectorCapabilitiesFinder.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/capabilit=
ies/SharedCachedFinder.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisour=
ce/MultiSourceCapabilitiesFinder.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisour=
ce/MultiSourceElement.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisour=
ce/MultiSourceElementReplacementVisitor.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisour=
ce/MultiSourceMetadataWrapper.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisour=
ce/MultiSourcePlanToProcessConverter.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/validator=
/AuthorizationValidationVisitor.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/validator=
/ModelVisibilityValidationVisitor.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/Trans=
actionContextImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/Trans=
actionProvider.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/Trans=
actionServerImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/message/AtomicRequestID.ja=
va
trunk/engine/src/main/java/com/metamatrix/dqp/message/AtomicRequestMessa=
ge.java
trunk/engine/src/main/java/com/metamatrix/dqp/message/AtomicResultsMessa=
ge.java
trunk/engine/src/main/java/com/metamatrix/dqp/service/AuthorizationServi=
ce.java
trunk/engine/src/main/java/com/metamatrix/dqp/service/BufferService.java
trunk/engine/src/main/java/com/metamatrix/dqp/service/ConfigurationServi=
ce.java
trunk/engine/src/main/java/com/metamatrix/dqp/service/ConnectorBindingLi=
feCycleListener.java
trunk/engine/src/main/java/com/metamatrix/dqp/service/CustomizableTracki=
ngMessage.java
trunk/engine/src/main/java/com/metamatrix/dqp/service/CustomizableTracki=
ngService.java
trunk/engine/src/main/java/com/metamatrix/dqp/service/DQPServiceNames.ja=
va
trunk/engine/src/main/java/com/metamatrix/dqp/service/DataService.java
trunk/engine/src/main/java/com/metamatrix/dqp/service/MetadataService.ja=
va
trunk/engine/src/main/java/com/metamatrix/dqp/service/TrackingService.ja=
va
trunk/engine/src/main/java/com/metamatrix/dqp/service/TransactionService=
.java
trunk/engine/src/main/java/com/metamatrix/dqp/service/VDBLifeCycleListen=
er.java
trunk/engine/src/main/java/com/metamatrix/dqp/service/VDBService.java
trunk/engine/src/main/java/com/metamatrix/dqp/spi/CommandLoggerSPI.java
trunk/engine/src/main/java/com/metamatrix/dqp/spi/TrackerLogConstants.ja=
va
trunk/engine/src/main/java/com/metamatrix/dqp/spi/basic/FileCommandLogge=
r.java
trunk/engine/src/main/java/com/metamatrix/dqp/transaction/TransactionSer=
ver.java
trunk/engine/src/main/java/com/metamatrix/dqp/transaction/XAServer.java
trunk/engine/src/main/java/com/metamatrix/dqp/util/LogConstants.java
trunk/engine/src/main/java/com/metamatrix/query/QueryPlugin.java
trunk/engine/src/main/java/com/metamatrix/query/analysis/AnalysisRecord.=
java
trunk/engine/src/main/java/com/metamatrix/query/analysis/QueryAnnotation=
.java
trunk/engine/src/main/java/com/metamatrix/query/eval/Evaluator.java
trunk/engine/src/main/java/com/metamatrix/query/eval/LookupEvaluator.java
trunk/engine/src/main/java/com/metamatrix/query/eval/SecurityFunctionEva=
luator.java
trunk/engine/src/main/java/com/metamatrix/query/execution/QueryExecPlugi=
n.java
trunk/engine/src/main/java/com/metamatrix/query/function/FunctionDescrip=
tor.java
trunk/engine/src/main/java/com/metamatrix/query/function/FunctionForm.ja=
va
trunk/engine/src/main/java/com/metamatrix/query/function/FunctionLibrary=
.java
trunk/engine/src/main/java/com/metamatrix/query/function/FunctionLibrary=
Manager.java
trunk/engine/src/main/java/com/metamatrix/query/function/FunctionMetadat=
aSource.java
trunk/engine/src/main/java/com/metamatrix/query/function/FunctionMethods=
.java
trunk/engine/src/main/java/com/metamatrix/query/function/FunctionTree.ja=
va
trunk/engine/src/main/java/com/metamatrix/query/function/UDFSource.java
trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Aggre=
gateFunction.java
trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Avg.j=
ava
trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Const=
antFunction.java
trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Count=
.java
trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Max.j=
ava
trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Min.j=
ava
trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/NullF=
ilter.java
trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Sum.j=
ava
trunk/engine/src/main/java/com/metamatrix/query/function/metadata/Functi=
onCategoryConstants.java
trunk/engine/src/main/java/com/metamatrix/query/function/metadata/Functi=
onMetadataReader.java
trunk/engine/src/main/java/com/metamatrix/query/function/metadata/Functi=
onMetadataValidator.java
trunk/engine/src/main/java/com/metamatrix/query/function/metadata/Functi=
onMethod.java
trunk/engine/src/main/java/com/metamatrix/query/function/metadata/Functi=
onParameter.java
trunk/engine/src/main/java/com/metamatrix/query/function/metadata/Invali=
dFunctionItem.java
trunk/engine/src/main/java/com/metamatrix/query/function/source/Security=
SystemFunctions.java
trunk/engine/src/main/java/com/metamatrix/query/function/source/SystemSo=
urce.java
trunk/engine/src/main/java/com/metamatrix/query/function/source/XMLSyste=
mFunctions.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/relational/Query=
Node.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/Intercepting=
Visitor.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingAllNo=
de.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingAttri=
bute.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingBaseN=
ode.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingChoic=
eNode.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingComme=
ntNode.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingCrite=
riaNode.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingDocum=
ent.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingEleme=
nt.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingExcep=
tion.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingInter=
ceptor.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingLoade=
r.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingNode.=
java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingNodeC=
onstants.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingNodeL=
ogger.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingOutpu=
tter.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingRecur=
siveElement.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingSeque=
nceNode.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingSourc=
eNode.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingVisit=
or.java
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/Namespace.ja=
va
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/Navigator.ja=
va
trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/ResultSetInf=
o.java
trunk/engine/src/main/java/com/metamatrix/query/metadata/BasicQueryMetad=
ata.java
trunk/engine/src/main/java/com/metamatrix/query/metadata/BasicQueryMetad=
ataWrapper.java
trunk/engine/src/main/java/com/metamatrix/query/metadata/GroupInfo.java
trunk/engine/src/main/java/com/metamatrix/query/metadata/QueryMetadataIn=
terface.java
trunk/engine/src/main/java/com/metamatrix/query/metadata/StoredProcedure=
Info.java
trunk/engine/src/main/java/com/metamatrix/query/metadata/SupportConstant=
s.java
trunk/engine/src/main/java/com/metamatrix/query/metadata/TempMetadataAda=
pter.java
trunk/engine/src/main/java/com/metamatrix/query/metadata/TempMetadataID.=
java
trunk/engine/src/main/java/com/metamatrix/query/metadata/TempMetadataSto=
re.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/CommandPlanner=
.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/CommandTreeNod=
e.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/CommandTreePro=
cessor.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/OptimizerConte=
xt.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/QueryOptimizer=
.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/batch/BatchedU=
pdatePlanner.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/batch/Prepared=
BatchUpdatePlanner.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/B=
asicSourceCapabilities.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/C=
apabilitiesFinder.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/D=
efaultCapabilitiesFinder.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/S=
ourceCapabilities.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/proc/Procedure=
Planner.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/Ali=
asGenerator.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/Gen=
erateCanonical.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/Mer=
geTreeNodeProcessor.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/Opt=
imizerRule.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/Pla=
nHints.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/Pla=
nToProcessConverter.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/Rel=
ationalPlanner.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/Rul=
eStack.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/pla=
ntree/JoinStrategyType.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/pla=
ntree/NodeConstants.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/pla=
ntree/NodeEditor.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/pla=
ntree/NodeFactory.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/pla=
ntree/PlanNode.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/CapabilitiesUtil.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/CriteriaCapabilityValidatorVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/FrameUtil.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/JoinRegion.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/JoinUtil.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/NewCalculateCostUtil.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleAccessPatternValidation.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleAssignOutputElements.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleCalculateCost.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleChooseDependent.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleChooseJoinStrategy.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleCleanCriteria.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleCollapseSource.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleConstants.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleCopyCriteria.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleImplementJoinStrategy.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleMergeCriteria.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleMergeVirtual.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RulePlaceAccess.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RulePlanJoins.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RulePlanProcedures.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RulePlanUnions.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RulePushAggregates.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RulePushLimit.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RulePushNonJoinCriteria.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RulePushSelectCriteria.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleRaiseAccess.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleRaiseNull.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleRemoveOptionalJoins.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleRemoveSorts.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rul=
es/RuleValidateWhereAll.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/ContextRep=
lacerVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/CriteriaPl=
anner.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/HandleNill=
ableVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/MarkExclud=
eVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/NameInSour=
ceResolverVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/QueryUtil.=
java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/ReferenceB=
indingReplacerVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/SourceNode=
GenaratorVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/SourceNode=
PlannerVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/TagBuilder=
Visitor.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/ValidateMa=
ppedCriteriaVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLNodeMap=
pingVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLPlanToP=
rocessVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLPlanner=
.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLPlanner=
Environment.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLQueryPl=
anner.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLStagain=
gQueryPlanner.java
trunk/engine/src/main/java/com/metamatrix/query/optimizer/xquery/XQueryP=
lanner.java
trunk/engine/src/main/java/com/metamatrix/query/parser/ParseInfo.java
trunk/engine/src/main/java/com/metamatrix/query/parser/QueryParser.java
trunk/engine/src/main/java/com/metamatrix/query/parser/SQLParserUtil.java
trunk/engine/src/main/java/com/metamatrix/query/processor/BaseProcessorP=
lan.java
trunk/engine/src/main/java/com/metamatrix/query/processor/Describable.ja=
va
trunk/engine/src/main/java/com/metamatrix/query/processor/DescribableUti=
l.java
trunk/engine/src/main/java/com/metamatrix/query/processor/NullTupleSourc=
e.java
trunk/engine/src/main/java/com/metamatrix/query/processor/ProcessorDataM=
anager.java
trunk/engine/src/main/java/com/metamatrix/query/processor/ProcessorPlan.=
java
trunk/engine/src/main/java/com/metamatrix/query/processor/QueryProcessor=
.java
trunk/engine/src/main/java/com/metamatrix/query/processor/TempTableDataM=
anager.java
trunk/engine/src/main/java/com/metamatrix/query/processor/batch/BatchedU=
pdatePlan.java
trunk/engine/src/main/java/com/metamatrix/query/processor/batch/Prepared=
BatchUpdatePlan.java
trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/SQLSou=
rce.java
trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/SqlEva=
l.java
trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/TupleI=
nputSource.java
trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/TupleX=
MLReader.java
trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/XMLSou=
rce.java
trunk/engine/src/main/java/com/metamatrix/query/processor/proc/AbstractA=
ssignmentInstruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/proc/Assignmen=
tInstruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/proc/BreakInst=
ruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/proc/CommandIn=
struction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ContinueI=
nstruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/proc/CreateCur=
sorResultSetInstruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ErrorInst=
ruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ExecDynam=
icSqlInstruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ExecSqlIn=
struction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/proc/IfInstruc=
tion.java
trunk/engine/src/main/java/com/metamatrix/query/processor/proc/LoopInstr=
uction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/proc/Procedure=
Environment.java
trunk/engine/src/main/java/com/metamatrix/query/processor/proc/Procedure=
Plan.java
trunk/engine/src/main/java/com/metamatrix/query/processor/proc/RepeatedI=
nstruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/proc/UpdateCou=
ntTupleSource.java
trunk/engine/src/main/java/com/metamatrix/query/processor/proc/WhileInst=
ruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/program/Progra=
m.java
trunk/engine/src/main/java/com/metamatrix/query/processor/program/Progra=
mEnvironment.java
trunk/engine/src/main/java/com/metamatrix/query/processor/program/Progra=
mInstruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/program/Progra=
mUtil.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Acc=
essNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Bat=
chCollector.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Bat=
chIterator.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Bat=
chedCommandsEvaluator.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Bat=
chedUpdateNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Dep=
endentAccessNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Dep=
endentCriteriaProcessor.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Dep=
endentProcedureAccessNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Dep=
endentProcedureCriteriaProcessor.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Dep=
endentProcedureExecutionNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Dep=
endentProjectNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Dep=
endentSelectNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Dep=
endentSourceState.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Dep=
endentValueSource.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Dup=
RemoveNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Dup=
licateFilter.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Gro=
upingNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Ind=
exedTupleSourceIterator.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Joi=
nNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Joi=
nStrategy.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Lim=
itNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Lis=
tNestedSortComparator.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Mer=
geJoinStrategy.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Nes=
tedLoopJoinStrategy.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Nul=
lNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Pla=
nExecutionNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Pro=
jectIntoNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Pro=
jectNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Rel=
ationalNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Rel=
ationalNodeStatistics.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Rel=
ationalNodeUtil.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Rel=
ationalPlan.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Sel=
ectNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Sor=
tNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Sor=
tUtility.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Sou=
rceState.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Sub=
queryProcessorUtility.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Tup=
leSourceIterator.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Tup=
leSourceValueIterator.java
trunk/engine/src/main/java/com/metamatrix/query/processor/relational/Uni=
onAllNode.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/AbortProce=
ssingInstruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/AddComment=
Instruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/AddNodeIns=
truction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/BlockInstr=
uction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Condition.=
java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/CriteriaCo=
ndition.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/DefaultCon=
dition.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/DocumentIn=
Progress.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Element.ja=
va
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/EndBlockIn=
struction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/EndDocumen=
tInstruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ExecSqlIns=
truction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ExecStagin=
gTableInstruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/IfInstruct=
ion.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Initialize=
DocumentInstruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/JoinedWhil=
eInstruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/MoveCursor=
Instruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/MoveDocIns=
truction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/NodeDescri=
ptor.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/PlanExecut=
or.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ProcessorI=
nstruction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Program.ja=
va
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ProgramUti=
l.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/RecursePro=
gramCondition.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Relational=
PlanExecutor.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/SAXDocumen=
tInProgress.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/WhileInstr=
uction.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLContext=
.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLPlan.ja=
va
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLProcess=
orEnvironment.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLUtil.ja=
va
trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLValueTr=
anslator.java
trunk/engine/src/main/java/com/metamatrix/query/processor/xquery/XQueryP=
lan.java
trunk/engine/src/main/java/com/metamatrix/query/report/ActivityReport.ja=
va
trunk/engine/src/main/java/com/metamatrix/query/report/ReportItem.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/CommandResolver=
.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/ProcedureContai=
nerResolver.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/QueryResolver.j=
ava
trunk/engine/src/main/java/com/metamatrix/query/resolver/VariableResolve=
r.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/command/Batched=
UpdateResolver.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/command/DeleteR=
esolver.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/command/Dynamic=
CommandResolver.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/command/ExecRes=
olver.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/command/InsertR=
esolver.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/command/SetQuer=
yResolver.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/command/SimpleQ=
ueryResolver.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/command/TempTab=
leResolver.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/command/UpdateP=
rocedureResolver.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/command/UpdateR=
esolver.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/command/XMLQuer=
yResolver.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/command/XQueryR=
esolver.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/util/AccessPatt=
ern.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/util/BindVariab=
leVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolveVir=
tualGroupCriteriaVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolverUt=
il.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolverVi=
sitor.java
trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolverVi=
sitorUtil.java
trunk/engine/src/main/java/com/metamatrix/query/rewriter/QueryRewriter.j=
ava
trunk/engine/src/main/java/com/metamatrix/query/rewriter/VariableSubstit=
utionVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/LanguageObject.java
trunk/engine/src/main/java/com/metamatrix/query/sql/LanguageVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/ProcedureReservedWor=
ds.java
trunk/engine/src/main/java/com/metamatrix/query/sql/ReservedWords.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/AbstractCompare=
Criteria.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/AbstractSetCrit=
eria.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/AtomicCriteria.=
java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/BatchedUpdateCo=
mmand.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/BetweenCriteria=
.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/BulkInsert.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CollectionValue=
Iterator.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Command.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CommandContaine=
r.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CompareCriteria=
.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CompoundCriteri=
a.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Create.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Criteria.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Delete.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/DependentSetCri=
teria.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Drop.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/DynamicCommand.=
java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/ExistsCriteria.=
java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/From.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/FromClause.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/GroupBy.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/GroupContext.ja=
va
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Insert.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Into.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/IsNullCriteria.=
java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/JoinPredicate.j=
ava
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/JoinType.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Limit.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/LogicalCriteria=
.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/MatchCriteria.j=
ava
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/NotCriteria.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Option.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/OrderBy.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/PredicateCriter=
ia.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/PreparedBatchUp=
date.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/ProcedureContai=
ner.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Query.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/QueryCommand.ja=
va
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SPParameter.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Select.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetClause.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetClauseList.j=
ava
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetCriteria.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetQuery.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/StoredProcedure=
.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubqueryCompare=
Criteria.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubqueryContain=
er.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubqueryFromCla=
use.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubquerySetCrit=
eria.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/UnaryFromClause=
.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Update.java
trunk/engine/src/main/java/com/metamatrix/query/sql/lang/XQuery.java
trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/AbstractNa=
vigator.java
trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/DeepPostOr=
derNavigator.java
trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/DeepPreOrd=
erNavigator.java
trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/PostOrderN=
avigator.java
trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/PreOrPostO=
rderNavigator.java
trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/PreOrderNa=
vigator.java
trunk/engine/src/main/java/com/metamatrix/query/sql/proc/AssignmentState=
ment.java
trunk/engine/src/main/java/com/metamatrix/query/sql/proc/Block.java
trunk/engine/src/main/java/com/metamatrix/query/sql/proc/BreakStatement.=
java
trunk/engine/src/main/java/com/metamatrix/query/sql/proc/CommandStatemen=
t.java
trunk/engine/src/main/java/com/metamatrix/query/sql/proc/ContinueStateme=
nt.java
trunk/engine/src/main/java/com/metamatrix/query/sql/proc/CreateUpdatePro=
cedureCommand.java
trunk/engine/src/main/java/com/metamatrix/query/sql/proc/CriteriaSelecto=
r.java
trunk/engine/src/main/java/com/metamatrix/query/sql/proc/DeclareStatemen=
t.java
trunk/engine/src/main/java/com/metamatrix/query/sql/proc/HasCriteria.java
trunk/engine/src/main/java/com/metamatrix/query/sql/proc/IfStatement.java
trunk/engine/src/main/java/com/metamatrix/query/sql/proc/LoopStatement.j=
ava
trunk/engine/src/main/java/com/metamatrix/query/sql/proc/RaiseErrorState=
ment.java
trunk/engine/src/main/java/com/metamatrix/query/sql/proc/Statement.java
trunk/engine/src/main/java/com/metamatrix/query/sql/proc/TranslateCriter=
ia.java
trunk/engine/src/main/java/com/metamatrix/query/sql/proc/WhileStatement.=
java
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AbstractCaseE=
xpression.java
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AggregateSymb=
ol.java
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AliasSymbol.j=
ava
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AllInGroupSym=
bol.java
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AllSymbol.java
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/CaseExpressio=
n.java
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Constant.java
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/ElementSymbol=
.java
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Expression.ja=
va
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/ExpressionSym=
bol.java
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Function.java
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/GroupSymbol.j=
ava
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/MultipleEleme=
ntSymbol.java
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Reference.java
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/ScalarSubquer=
y.java
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/SearchedCaseE=
xpression.java
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/SelectSymbol.=
java
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/SingleElement=
Symbol.java
trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Symbol.java
trunk/engine/src/main/java/com/metamatrix/query/sql/util/ElementSymbolOp=
timizer.java
trunk/engine/src/main/java/com/metamatrix/query/sql/util/SymbolMap.java
trunk/engine/src/main/java/com/metamatrix/query/sql/util/UpdateProcedure=
Generator.java
trunk/engine/src/main/java/com/metamatrix/query/sql/util/ValueIterator.j=
ava
trunk/engine/src/main/java/com/metamatrix/query/sql/util/ValueIteratorPr=
ovider.java
trunk/engine/src/main/java/com/metamatrix/query/sql/util/ValueIteratorSo=
urce.java
trunk/engine/src/main/java/com/metamatrix/query/sql/util/VariableContext=
.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/AbstractSymb=
olMappingVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/AggregateSym=
bolCollectorVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CommandColle=
ctorVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CorrelatedRe=
ferenceCollectorVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CorrelatedVa=
riableSubstitutionVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CriteriaTran=
slatorVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/DependentSet=
CriteriaCollectorVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ElementColle=
ctorVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/EvaluatableV=
isitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/EvaluateExpr=
essionVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ExpressionMa=
ppingVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ExpressionSy=
mbolCollector.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/FunctionColl=
ectorVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/GroupCollect=
orVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/GroupsUsedBy=
ElementsVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/NeedsEvaluat=
ionVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/PredicateCol=
lectorVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ReferenceCol=
lectorVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/SQLStringVis=
itor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/StaticSymbol=
MappingVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ValueIterato=
rProviderCollectorVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/VariableColl=
ectorVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/tempdata/TempTableStore.=
java
trunk/engine/src/main/java/com/metamatrix/query/tempdata/TempTableStoreI=
mpl.java
trunk/engine/src/main/java/com/metamatrix/query/util/CommandContext.java
trunk/engine/src/main/java/com/metamatrix/query/util/ContextProperties.j=
ava
trunk/engine/src/main/java/com/metamatrix/query/util/ErrorMessageKeys.ja=
va
trunk/engine/src/main/java/com/metamatrix/query/util/LogConstants.java
trunk/engine/src/main/java/com/metamatrix/query/util/TypeRetrievalUtil.j=
ava
trunk/engine/src/main/java/com/metamatrix/query/util/XMLFormatConstants.=
java
trunk/engine/src/main/java/com/metamatrix/query/validator/AbstractValida=
tionVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/validator/AggregateValid=
ationVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/validator/UpdateValidati=
onVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/validator/ValidateCriter=
iaVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/validator/ValidationVisi=
tor.java
trunk/engine/src/main/java/com/metamatrix/query/validator/Validator.java
trunk/engine/src/main/java/com/metamatrix/query/validator/ValidatorFailu=
re.java
trunk/engine/src/main/java/com/metamatrix/query/validator/ValidatorRepor=
t.java
trunk/engine/src/main/java/com/metamatrix/query/validator/ValueValidatio=
nVisitor.java
trunk/engine/src/main/java/com/metamatrix/query/xquery/XQueryExpression.=
java
trunk/engine/src/main/java/com/metamatrix/query/xquery/XQuerySQLEvaluato=
r.java
trunk/engine/src/main/java/com/metamatrix/query/xquery/saxon/DocFunction=
URIResolver.java
trunk/engine/src/main/java/com/metamatrix/query/xquery/saxon/SaxonXMLTra=
nslator.java
trunk/engine/src/main/java/com/metamatrix/query/xquery/saxon/SaxonXQuery=
Expression.java
trunk/engine/src/main/resources/com/metamatrix/dqp/i18n.properties
trunk/engine/src/main/resources/com/metamatrix/query/execution/i18n.prop=
erties
trunk/engine/src/main/resources/com/metamatrix/query/i18n.properties
trunk/engine/src/test/java/com/metamatrix/cache/FakeCache.java
trunk/engine/src/test/java/com/metamatrix/common/buffer/TestTupleBatch.j=
ava
trunk/engine/src/test/java/com/metamatrix/common/buffer/TestTupleSourceI=
D.java
trunk/engine/src/test/java/com/metamatrix/common/buffer/impl/TestBatchMa=
p.java
trunk/engine/src/test/java/com/metamatrix/common/buffer/impl/TestBufferM=
anagerImpl.java
trunk/engine/src/test/java/com/metamatrix/common/buffer/impl/TestSizeUti=
lity.java
trunk/engine/src/test/java/com/metamatrix/common/buffer/storage/file/Tes=
tFileStorageManager.java
trunk/engine/src/test/java/com/metamatrix/common/buffer/storage/memory/T=
estMemoryStorageManager.java
trunk/engine/src/test/java/com/metamatrix/dqp/config/TestDQPLauncher.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/cache/TestCacheID=
.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/cache/TestCursorR=
eceiverWindowBuffer.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/cache/TestResultS=
etCache.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/Fake=
Connector.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/Fake=
ExecutionContextImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/Fake=
ProcedureExecution.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/Fake=
TransactionService.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/Test=
ConnectorManagerImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/Test=
ConnectorStateManager.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/Test=
ConnectorWorkItem.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/Test=
ExecutionContextImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/Test=
TypeFacilityImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestAggregateImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestBatchedUpdatesImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestBulkInsertImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestCaseExpressionImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestCompareCriteriaImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestCompoundCriteriaImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestDeleteImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestElementImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestExistsCriteriaImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestFromImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestFunctionImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestGroupByImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestGroupImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestInCriteriaImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestInlineViewImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestInsertImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestIsNullCriteriaImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestJoinImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestLikeCriteriaImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestLiteralImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestNotCriteriaImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestOrderByImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestParameterImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestProcedureImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestQueryImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestScalarSubqueryImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestSearchedCaseExpressionImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestSelectImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestSelectSymbolImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestSetQueryImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestSubqueryCompareCriteriaImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestSubqueryInCriteriaImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestUpdateImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TstLanguageBridgeFactory.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/metadata/=
TestMetadataFactory.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector=
/FakeSourceConnectionFactory.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector=
/FakeUserIdentityConnectionFactory.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector=
/TestConnectionPool.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector=
/TestConnectionWrapper.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/MockSingl=
eMetadataService.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestCalla=
bleStatement.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestCodeT=
ableCache.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDQPCo=
re.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDQPCo=
reRequestHandling.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDQPWo=
rkContext.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDataT=
ierManager.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestMetaD=
ataProcessor.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestPrepa=
redPlanCache.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestPrepa=
redStatement.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestReque=
st.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestReque=
stWorkItem.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestWorkI=
temState.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/capabilit=
ies/TestConnectorCapabilitiesFinder.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisour=
ce/TestMultiSourceCapabilitiesFinder.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisour=
ce/TestMultiSourceElementReplacementVisitor.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisour=
ce/TestMultiSourceMetadataWrapper.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisour=
ce/TestMultiSourcePlanToProcessConverter.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/validator=
/TestAuthorizationValidationVisitor.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/validator=
/TestModelVisibilityValidationVisitor.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/transaction/TestT=
ransactionContextImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/transaction/TestT=
ransactionServer.java
trunk/engine/src/test/java/com/metamatrix/dqp/message/TestAtomicRequestM=
essage.java
trunk/engine/src/test/java/com/metamatrix/dqp/message/TestRequestID.java
trunk/engine/src/test/java/com/metamatrix/dqp/message/TestRequestMessage=
.java
trunk/engine/src/test/java/com/metamatrix/dqp/message/TestResultsMessage=
.java
trunk/engine/src/test/java/com/metamatrix/dqp/service/AutoGenDataService=
.java
trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeAbstractServic=
e.java
trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeAuthorizationS=
ervice.java
trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeBufferService.=
java
trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeMetadataServic=
e.java
trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeVDBService.java
trunk/engine/src/test/java/com/metamatrix/dqp/service/TestCustomizableTr=
ackingService.java
trunk/engine/src/test/java/com/metamatrix/dqp/spi/basic/TestFileCommandL=
ogger.java
trunk/engine/src/test/java/com/metamatrix/query/analysis/TestAnalysisRec=
ord.java
trunk/engine/src/test/java/com/metamatrix/query/function/TestFunction.ja=
va
trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionDes=
criptorImpl.java
trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionLib=
rary.java
trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionMet=
adataReader.java
trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionTre=
e.java
trunk/engine/src/test/java/com/metamatrix/query/function/TestResolvedFun=
ctions.java
trunk/engine/src/test/java/com/metamatrix/query/function/metadata/TestFu=
nctionMetadataValidator.java
trunk/engine/src/test/java/com/metamatrix/query/function/metadata/TestFu=
nctionMethod.java
trunk/engine/src/test/java/com/metamatrix/query/function/metadata/TestSy=
stemSource.java
trunk/engine/src/test/java/com/metamatrix/query/function/source/TestXMLS=
ystemFunctions.java
trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingA=
ttribute.java
trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingC=
hoiceNode.java
trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingD=
ocument.java
trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingE=
lement.java
trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingL=
oader.java
trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingO=
utputter.java
trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingR=
ecursiveElement.java
trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestNamespac=
e.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/FakeFunctionMe=
tadataSource.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/InlineViewCase=
.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestAccessPatt=
erns.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestAggregateP=
ushdown.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestAnsiJoinPu=
shdown.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestDependentJ=
oins.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestExpression=
sInGroupBy.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestInlineView=
.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestJoinOptimi=
zation.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestLimit.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestOptimizer.=
java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestOptionalJo=
ins.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestRuleMergeV=
irtual.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestRuleRaiseN=
ull.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestRuleRemove=
Sorts.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestStoredProc=
edurePlanning.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestUnionPlann=
ing.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/batch/TestBatc=
hedUpdatePlanner.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/A=
llCapabilities.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/F=
akeCapabilitiesFinder.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/T=
estBasicSourceCapabilities.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/T=
estDefaultCapabilitiesFinder.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/proc/TestProce=
durePlanner.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/Tes=
tAliasGenerator.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/Tes=
tRuleStack.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/pla=
ntree/TestNodeEditor.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rul=
es/TestCalculateCostUtil.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rul=
es/TestCapabilitiesUtil.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rul=
es/TestCriteriaCapabilityValidatorVisitor.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rul=
es/TestFrameUtil.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rul=
es/TestGroupRecontext.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rul=
es/TestJoinRegion.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rul=
es/TestRuleAccessPatternValidation.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rul=
es/TestRuleAssignOutputElements.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rul=
es/TestRuleChooseDependent.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rul=
es/TestRulePlaceAccess.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rul=
es/TestRulePushSelectCriteria.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rul=
es/TestRuleValidateWhereAll.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/FakeXMLMet=
adata.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestContex=
tReplacerVisitor.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestHandle=
NillableNode.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestMarkEx=
cludeVisitor.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestNameIn=
SourceResolverVisitor.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestRemove=
ExcludedVisitor.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestXMLNod=
eMappingVisitor.java
trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestXMLPla=
nner.java
trunk/engine/src/test/java/com/metamatrix/query/parser/TestCallableState=
mentParsing.java
trunk/engine/src/test/java/com/metamatrix/query/parser/TestOptionsAndHin=
ts.java
trunk/engine/src/test/java/com/metamatrix/query/parser/TestParseCommandT=
ype.java
trunk/engine/src/test/java/com/metamatrix/query/parser/TestParser.java
trunk/engine/src/test/java/com/metamatrix/query/parser/TestParserXQuery.=
java
trunk/engine/src/test/java/com/metamatrix/query/parser/TestSetQueryParsi=
ng.java
trunk/engine/src/test/java/com/metamatrix/query/processor/FakeDataManage=
r.java
trunk/engine/src/test/java/com/metamatrix/query/processor/FakeDataStore.=
java
trunk/engine/src/test/java/com/metamatrix/query/processor/FakeProcessorP=
lan.java
trunk/engine/src/test/java/com/metamatrix/query/processor/FakeTupleSourc=
e.java
trunk/engine/src/test/java/com/metamatrix/query/processor/HardcodedDataM=
anager.java
trunk/engine/src/test/java/com/metamatrix/query/processor/TestBaseProces=
sorPlan.java
trunk/engine/src/test/java/com/metamatrix/query/processor/TestDependentJ=
oins.java
trunk/engine/src/test/java/com/metamatrix/query/processor/TestNullTupleS=
ource.java
trunk/engine/src/test/java/com/metamatrix/query/processor/TestOptionalJo=
ins.java
trunk/engine/src/test/java/com/metamatrix/query/processor/TestProcedureR=
elational.java
trunk/engine/src/test/java/com/metamatrix/query/processor/TestProcessor.=
java
trunk/engine/src/test/java/com/metamatrix/query/processor/TestQueryProce=
ssor.java
trunk/engine/src/test/java/com/metamatrix/query/processor/TestSecurityFu=
nctions.java
trunk/engine/src/test/java/com/metamatrix/query/processor/TestSetProcess=
ing.java
trunk/engine/src/test/java/com/metamatrix/query/processor/TestVirtualDep=
Join.java
trunk/engine/src/test/java/com/metamatrix/query/processor/batch/TestBatc=
hedUpdatePlan.java
trunk/engine/src/test/java/com/metamatrix/query/processor/dynamic/Simple=
QueryProcessorFactory.java
trunk/engine/src/test/java/com/metamatrix/query/processor/dynamic/TestSq=
lEval.java
trunk/engine/src/test/java/com/metamatrix/query/processor/eval/TestCrite=
riaEvaluator.java
trunk/engine/src/test/java/com/metamatrix/query/processor/eval/TestExpre=
ssionEvaluator.java
trunk/engine/src/test/java/com/metamatrix/query/processor/proc/TestProce=
dureProcessor.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Blo=
ckingFakeRelationalNode.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Fak=
eRelationalNode.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Nod=
eTestUtil.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tAccessNode.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tBatchedUpdateNode.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tDependentSelectNode.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tDuplicateFilter.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tGroupingNode.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tJoinNode.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tJoinNodeWithProcessorBatchSize1.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tJoinNodeWithProcessorBatchSize10.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tJoinNodeWithProcessorBatchSizeSameAsTupleCount.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tLimitNode.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tProjectIntoNode.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tProjectNode.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tRelationalNodeStatistics.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tRelationalPlan.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tSelectNode.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tSortNode.java
trunk/engine/src/test/java/com/metamatrix/query/processor/relational/Tes=
tUnionAllNode.java
trunk/engine/src/test/java/com/metamatrix/query/processor/xml/FakePlanEx=
ecutor.java
trunk/engine/src/test/java/com/metamatrix/query/processor/xml/FakeXMLPro=
cessorEnvironment.java
trunk/engine/src/test/java/com/metamatrix/query/processor/xml/NoOpInstru=
ction.java
trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestAddNod=
eInstruction.java
trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestElemen=
t.java
trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestInstru=
ctions.java
trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestProces=
sorEnvironment.java
trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestSAXDoc=
umentInProgress.java
trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestSource=
NodeGenaratorVisitor.java
trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLCon=
text.java
trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLPla=
nningEnhancements.java
trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLPro=
cessor.java
trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLVal=
ueTranslator.java
trunk/engine/src/test/java/com/metamatrix/query/processor/xml/XMLProgram=
Util.java
trunk/engine/src/test/java/com/metamatrix/query/processor/xquery/TestXQu=
eryProcessor.java
trunk/engine/src/test/java/com/metamatrix/query/resolver/CheckNoTempMeta=
dataIDsVisitor.java
trunk/engine/src/test/java/com/metamatrix/query/resolver/CheckSymbolsAre=
ResolvedVisitor.java
trunk/engine/src/test/java/com/metamatrix/query/resolver/TestAccessPatte=
rn.java
trunk/engine/src/test/java/com/metamatrix/query/resolver/TestResolver.ja=
va
trunk/engine/src/test/java/com/metamatrix/query/resolver/TestXMLResolver=
.java
trunk/engine/src/test/java/com/metamatrix/query/rewriter/TestOrderByRewr=
ite.java
trunk/engine/src/test/java/com/metamatrix/query/rewriter/TestQueryRewrit=
er.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestAliasSymbol=
.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestBatchedUpda=
teCommand.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestBetweenCrit=
eria.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestBulkInsert.=
java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestCompoundCri=
teria.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestCreate.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestCriteria.ja=
va
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestDependentSe=
tCriteria.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestDrop.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestDynamicComm=
and.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestExpressionS=
ymbol.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestIsNullCrite=
ria.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestLimit.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestMatchCriter=
ia.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestOption.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestQuery.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSelect.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSetCriteria=
.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSetQuery.ja=
va
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSubqueryFro=
mClause.java
trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSubquerySet=
Criteria.java
trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestAssignmentS=
tatement.java
trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestBlock.java
trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestBreakStatem=
ent.java
trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestCommandStat=
ement.java
trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestContinueSta=
tement.java
trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestCreateUpdat=
eProcedureCommand.java
trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestCriteriaSel=
ector.java
trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestDeclareStat=
ement.java
trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestHasCriteria=
.java
trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestIfStatement=
.java
trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestLoopStateme=
nt.java
trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestRaiseErrorS=
tatement.java
trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestTranslateCr=
iteria.java
trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestWhileStatem=
ent.java
trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestAggregate=
Symbol.java
trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestCaseExpre=
ssion.java
trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestConstant.=
java
trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestElementSy=
mbol.java
trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestFunction.=
java
trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestGroupSymb=
ol.java
trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestSearchedC=
aseExpression.java
trunk/engine/src/test/java/com/metamatrix/query/sql/util/TestElementSymb=
olOptimizer.java
trunk/engine/src/test/java/com/metamatrix/query/sql/util/TestUpdateProce=
dureGenerator.java
trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestAggregat=
eSymbolCollectorVisitor.java
trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestDeepGrou=
pCollectorVisitor.java
trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestEvaluati=
on.java
trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestExpressi=
onMappingVisitor.java
trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestGroupCol=
lectorVisitor.java
trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestSQLStrin=
gVisitor.java
trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestStaticSy=
mbolMappingVisitor.java
trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataFac=
ade.java
trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataFac=
tory.java
trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataObj=
ect.java
trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataSto=
re.java
trunk/engine/src/test/java/com/metamatrix/query/unittest/QueryMetadataIn=
terfaceBuilder.java
trunk/engine/src/test/java/com/metamatrix/query/unittest/TimestampUtil.j=
ava
trunk/engine/src/test/java/com/metamatrix/query/validator/TestCriteriaVa=
lidator.java
trunk/engine/src/test/java/com/metamatrix/query/validator/TestValidator.=
java
trunk/engine/src/test/java/com/metamatrix/query/xquery/HardcodedSqlEval.=
java
trunk/engine/src/test/java/com/metamatrix/query/xquery/TestXQueryEngine.=
java
trunk/engine/src/test/resources/LicenseMappingExample.xml
trunk/engine/src/test/resources/com/metamatrix/query/mapping/xml/License=
MappingExample.xml
trunk/engine/src/test/resources/com/metamatrix/query/mapping/xml/PartsMa=
ppingExample.xml
trunk/engine/src/test/resources/com/metamatrix/query/mapping/xml/testExa=
mple.xml
trunk/engine/src/test/resources/testExample.xml
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/IndexFile=
.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/MetadataC=
onnectorConstants.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/MultiObje=
ctSource.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/PropertyF=
ileObjectSource.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/PropertyH=
older.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/ResultsIt=
erator.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/RuntimeVd=
bRecord.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/Ind=
exCriteriaBuilder.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/Met=
adataConnectorMetadata.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/Met=
adataInCriteria.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/Met=
adataLiteralCriteria.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/Met=
adataResultsPostProcessor.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/Met=
adataSearchCriteria.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/Vdb=
MetadataContext.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/=
IObjectQuery.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/=
IObjectSource.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/=
MetadataException.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/=
ObjectQueryProcessor.java
trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/=
ReflectionWrapper.java
trunk/metadata/src/main/java/com/metamatrix/dqp/service/metadata/IndexMe=
tadataService.java
trunk/metadata/src/main/java/com/metamatrix/dqp/service/metadata/IndexSe=
lectorSource.java
trunk/metadata/src/main/java/com/metamatrix/dqp/service/metadata/QueryMe=
tadataCache.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/RuntimeMeta=
dataPlugin.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/VDBMetadata=
Factory.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/DataTyp=
e.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/DataTyp=
eID.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Element=
.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Element=
ID.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Group.j=
ava
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/GroupID=
.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Key.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/KeyID.j=
ava
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Metadat=
aConstants.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Metadat=
aSourceAPI.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Model.j=
ava
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ModelID=
.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Procedu=
re.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Procedu=
reID.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Procedu=
reParameter.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Runtime=
MetadataPropertyNames.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Virtual=
DatabaseFactory.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Virtual=
DatabaseLoaderProperties.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Virtual=
DatabaseMetadata.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/exception/I=
nvalidStateException.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/exception/V=
irtualDatabaseDoesNotExistException.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/Abstra=
ctMetadataRecord.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/Annota=
tionRecordImpl.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/Column=
RecordImpl.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/Column=
SetRecordImpl.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/Dataty=
peRecordImpl.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/FileRe=
cordImpl.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/Foreig=
nKeyRecordImpl.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ListEn=
tryRecordImpl.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/Metada=
taRecordDelegate.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ModelR=
ecordImpl.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/Proced=
ureParameterRecordImpl.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/Proced=
ureRecordImpl.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/Proper=
tyRecordImpl.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/Proper=
tyValueRecordImpl.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/Record=
Factory.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/TableR=
ecordImpl.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/Transf=
ormationRecordImpl.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/Unique=
KeyRecordImpl.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/VdbRec=
ordImpl.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
DataTypeID.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
Element.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
ElementID.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
Group.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
GroupID.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
Key.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
KeyID.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
MetadataID.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
MetadataObject.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
Model.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
ModelID.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
Procedure.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
ProcedureID.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
ProcedureParameter.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
VirtualDatabase.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
VirtualDatabaseID.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
VirtualDatabaseLoaderProperties.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/Basic=
VirtualDatabaseMetadata.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/MetaM=
odelConstants.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/util/LogRun=
timeMetadataConstants.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/util/Runtim=
eIDParser.java
trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/util/Runtim=
eMetadataIDContext.java
trunk/metadata/src/main/java/com/metamatrix/metadata/util/ErrorMessageKe=
ys.java
trunk/metadata/src/main/java/com/metamatrix/metadata/util/LogMessageKeys=
.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/container/EObje=
ctFinder.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/index/IndexCons=
tants.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/index/IndexSele=
ctor.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/AnnotationRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/ColumnRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/ColumnSetRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/DatatypeRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/FileRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/ForeignKeyRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/ListEntryRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/MetadataConstants.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/MetadataRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/ModelRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/ProcedureParameterRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/ProcedureRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/PropertyRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/PropertyValueRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/TableRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/TransformationRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/UniqueKeyRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtim=
e/VdbRecord.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/types/DatatypeC=
onstants.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/types/Enterpris=
eDatatypeInfo.java
trunk/metadata/src/main/java/com/metamatrix/modeler/core/util/ColumnReco=
rdComparator.java
trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/=
AbstractIndexSelector.java
trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/=
CompositeIndexSelector.java
trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/=
RuntimeIndexSelector.java
trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/=
SimpleIndexUtil.java
trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/worksp=
ace/ModelFileUtil.java
trunk/metadata/src/main/java/com/metamatrix/modeler/internal/transformat=
ion/util/UuidUtil.java
trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metad=
ata/QueryMetadataContext.java
trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metad=
ata/ServerMetadataFactory.java
trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metad=
ata/ServerRuntimeMetadata.java
trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metad=
ata/TransformationMetadata.java
trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metad=
ata/TransformationMetadataFacade.java
trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum=
/DatatypeTypeEnumeration.properties
trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum=
/DatatypeVarietyEnumeration.properties
trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum=
/KeyTypeEnumeration.properties
trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum=
/ModelTypeEnumeration.properties
trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum=
/NullTypeEnumeration.properties
trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum=
/ProcParamDirectionEnumeration.properties
trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum=
/ProcTypeEnumeration.properties
trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum=
/RecordTypeEnumeration.properties
trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum=
/SearchTypeEnumeration.properties
trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum=
/TableTypeEnumeration.properties
trunk/metadata/src/main/resources/com/metamatrix/metadata/runtime/i18n.p=
roperties
trunk/metadata/src/test/java/com/metamatrix/connector/metadata/TestPrope=
rtyFileObjectSource.java
trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/Fak=
eVDBService.java
trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/Tes=
tIndexCriteriaBuilder.java
trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/Tes=
tMetadataConnectorMetadata.java
trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/Tes=
tMetadataResultsPostProcessor.java
trunk/metadata/src/test/java/com/metamatrix/core/util/TestCharOperation.=
java
trunk/metadata/src/test/java/com/metamatrix/dqp/service/metadata/TestInd=
exMetadataService.java
trunk/metadata/src/test/java/com/metamatrix/internal/core/index/TestGamm=
aCompressedIndexBlock.java
trunk/metadata/src/test/java/com/metamatrix/metadata/runtime/FakeMetadat=
aService.java
trunk/metadata/src/test/java/com/metamatrix/metadata/runtime/FakeQueryMe=
tadata.java
trunk/metadata/src/test/java/com/metamatrix/metadata/runtime/model/TestM=
odelClasses.java
trunk/metadata/src/test/resources/fakeFiles/fake0.properties
trunk/metadata/src/test/resources/fakeFiles/fake1.properties
trunk/metadata/src/test/resources/fakeFiles/fake2.properties
trunk/server-installer/src/main/java/com/metamatrix/platform/config/util=
/CurrentConfigHelper.java
trunk/server/src/main/java/com/metamatrix/admin/server/AbstractAdminImpl=
.java
trunk/server/src/main/java/com/metamatrix/admin/server/AdminServerPlugin=
.java
trunk/server/src/main/java/com/metamatrix/admin/server/ServerAdminImpl.j=
ava
trunk/server/src/main/java/com/metamatrix/admin/server/ServerConfigAdmin=
Impl.java
trunk/server/src/main/java/com/metamatrix/admin/server/ServerMonitoringA=
dminImpl.java
trunk/server/src/main/java/com/metamatrix/admin/server/ServerRuntimeStat=
eAdminImpl.java
trunk/server/src/main/java/com/metamatrix/admin/server/ServerSecurityAdm=
inImpl.java
trunk/server/src/main/java/com/metamatrix/admin/util/AdminMethodRoleReso=
lver.java
trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/So=
cketVMController.java
trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/se=
rver/AdminAuthorizationInterceptor.java
trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/se=
rver/ClientInstance.java
trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/se=
rver/LogonImpl.java
trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/se=
rver/ServerWorkItem.java
trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/se=
rver/SocketClientInstance.java
trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/se=
rver/SocketListener.java
trunk/server/src/main/java/com/metamatrix/common/config/JDBCConnectionPo=
olHelper.java
trunk/server/src/main/java/com/metamatrix/common/connection/BaseTransact=
ion.java
trunk/server/src/main/java/com/metamatrix/common/connection/ManagedConne=
ction.java
trunk/server/src/main/java/com/metamatrix/common/connection/ManagedConne=
ctionException.java
trunk/server/src/main/java/com/metamatrix/common/connection/SimpleManage=
dConnection.java
trunk/server/src/main/java/com/metamatrix/common/connection/TransactionF=
actory.java
trunk/server/src/main/java/com/metamatrix/common/connection/TransactionI=
nterface.java
trunk/server/src/main/java/com/metamatrix/common/connection/TransactionM=
gr.java
trunk/server/src/main/java/com/metamatrix/common/connection/jdbc/JDBCMgd=
ResourceConnection.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/Extensi=
onModuleEvent.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/Extensi=
onModuleManager.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/Extensi=
onModulePropertyNames.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/Extensi=
onModuleTypes.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/FileExt=
ensionModuleFactory.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/protoco=
l/URLFactory.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/protoco=
l/extensionjar/ExtensionJarURLConnection.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/protoco=
l/extensionjar/Handler.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/Ext=
ensionModuleTransaction.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdb=
c/FileCache.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdb=
c/JDBCExtensionDescriptor.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdb=
c/JDBCExtensionModuleReader.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdb=
c/JDBCExtensionModuleTransaction.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdb=
c/JDBCExtensionModuleTransactionFactory.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdb=
c/JDBCExtensionModuleTranslator.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdb=
c/JDBCExtensionModuleUtil.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdb=
c/JDBCExtensionModuleWriter.java
trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdb=
c/JDBCNames.java
trunk/server/src/main/java/com/metamatrix/common/id/dbid/DBIDController.=
java
trunk/server/src/main/java/com/metamatrix/common/id/dbid/DBIDGenerator.j=
ava
trunk/server/src/main/java/com/metamatrix/common/id/dbid/DBIDGeneratorEx=
ception.java
trunk/server/src/main/java/com/metamatrix/common/id/dbid/ReservedIDBlock=
.java
trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/DBIDSourceT=
ransaction.java
trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/InMemoryIDC=
ontroller.java
trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/DBIDRe=
sourceTransaction.java
trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/DBIDRe=
sourceTransactionFactory.java
trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/JDBCNa=
mes.java
trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/Persis=
tentIDController.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCPlatform.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCPlatformFactor=
y.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCReservedWords.=
java
trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCURL.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/db/DB2Platform.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/db/DerbyPlatform.j=
ava
trunk/server/src/main/java/com/metamatrix/common/jdbc/db/InformixPlatfor=
m.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MMOraclePlatfor=
m.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MMOracleSecureP=
latform.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MSSQLPlatform.j=
ava
trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MetaMatrixPlatf=
orm.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MySQLPlatform.j=
ava
trunk/server/src/main/java/com/metamatrix/common/jdbc/db/OraclePlatform.=
java
trunk/server/src/main/java/com/metamatrix/common/jdbc/db/PostgresPlatfor=
m.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/db/SybasePlatform.=
java
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Catalog.j=
ava
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Column.ja=
va
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ColumnSet=
.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ColumnTyp=
e.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ForeignKe=
y.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Index.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/IndexColu=
mn.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/IndexType=
.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/JDBCNames=
pace.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/JDBCObjec=
t.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Nullabili=
ty.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Procedure=
.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Procedure=
Column.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Procedure=
ColumnType.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Procedure=
Type.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Schema.ja=
va
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Table.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/UniqueKey=
.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/syntax/ExpressionO=
perator.java
trunk/server/src/main/java/com/metamatrix/common/jdbc/syntax/FieldType.j=
ava
trunk/server/src/main/java/com/metamatrix/common/log/DbLogListener.java
trunk/server/src/main/java/com/metamatrix/common/log/DbLogWriter.java
trunk/server/src/main/java/com/metamatrix/common/log/DbWriterException.j=
ava
trunk/server/src/main/java/com/metamatrix/common/log/I18nLogManager.java
trunk/server/src/main/java/com/metamatrix/common/log/reader/DBLogReader.=
java
trunk/server/src/main/java/com/metamatrix/common/messaging/MessageBus.ja=
va
trunk/server/src/main/java/com/metamatrix/common/messaging/MessageBusCon=
stants.java
trunk/server/src/main/java/com/metamatrix/common/messaging/MessagingExce=
ption.java
trunk/server/src/main/java/com/metamatrix/common/messaging/NoOpMessageBu=
s.java
trunk/server/src/main/java/com/metamatrix/common/messaging/RemoteMessagi=
ngException.java
trunk/server/src/main/java/com/metamatrix/common/messaging/VMMessageBus.=
java
trunk/server/src/main/java/com/metamatrix/common/messaging/jgroups/JGrou=
psMessageBus.java
trunk/server/src/main/java/com/metamatrix/common/messaging/jgroups/RPCSt=
ruct.java
trunk/server/src/main/java/com/metamatrix/common/messaging/jgroups/Remot=
eProxy.java
trunk/server/src/main/java/com/metamatrix/common/net/ServerSocketConfigu=
ration.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/AbstractVDBDe=
leteUtility.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/RuntimeMetada=
taCatalog.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/RuntimeVDBDel=
eteUtility.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/StartupVDBDel=
eteUtility.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/VDBTreeUtilit=
y.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/event/Runtime=
MetadataEvent.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/event/Runtime=
MetadataListener.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/model/Metadat=
aCache.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/model/UpdateC=
ontroller.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/MetaBaseC=
onnector.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/RuntimeBa=
seConnector.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBC=
Connector.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBC=
ConnectorFactory.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBC=
Names.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBC=
RuntimeMetadataReader.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBC=
RuntimeMetadataWriter.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBC=
Translator.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/vdb/defn/VDBC=
reation.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/vdb/defn/VDBD=
efnFactory.java
trunk/server/src/main/java/com/metamatrix/metadata/runtime/vdb/defn/VDBD=
efnImport.java
trunk/server/src/main/java/com/metamatrix/platform/PlatformPlugin.java
trunk/server/src/main/java/com/metamatrix/platform/admin/api/runtime/Sys=
temStateBuilder.java
trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/AdminAP=
IHelper.java
trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/AdminHe=
lper.java
trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/Authori=
zationAdminAPIImpl.java
trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/Configu=
rationAdminAPIImpl.java
trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/Extensi=
onSourceAdminAPIImpl.java
trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/IAdminH=
elper.java
trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/Members=
hipAdminAPIImpl.java
trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/Runtime=
StateAdminAPIHelper.java
trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/Runtime=
StateAdminAPIImpl.java
trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/Session=
AdminAPIImpl.java
trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/SubSyst=
emAdminAPIImpl.java
trunk/server/src/main/java/com/metamatrix/platform/config/ConfigMessages=
.java
trunk/server/src/main/java/com/metamatrix/platform/config/ConfigPlugin.j=
ava
trunk/server/src/main/java/com/metamatrix/platform/config/ConfigurationC=
hangeListener.java
trunk/server/src/main/java/com/metamatrix/platform/config/api/service/Co=
nfigurationServiceInterface.java
trunk/server/src/main/java/com/metamatrix/platform/config/api/service/Co=
nfigurationServicePropertyNames.java
trunk/server/src/main/java/com/metamatrix/platform/config/event/Configur=
ationChangeEvent.java
trunk/server/src/main/java/com/metamatrix/platform/config/persistence/ap=
i/PersistentConnection.java
trunk/server/src/main/java/com/metamatrix/platform/config/persistence/ap=
i/PersistentConnectionFactory.java
trunk/server/src/main/java/com/metamatrix/platform/config/persistence/im=
pl/file/FilePersistentConnection.java
trunk/server/src/main/java/com/metamatrix/platform/config/persistence/im=
pl/file/FilePersistentConnectionFactory.java
trunk/server/src/main/java/com/metamatrix/platform/config/persistence/im=
pl/file/FilePersistentUtil.java
trunk/server/src/main/java/com/metamatrix/platform/config/persistence/im=
pl/jdbc/JDBCPersistentConnection.java
trunk/server/src/main/java/com/metamatrix/platform/config/persistence/im=
pl/jdbc/JDBCPersistentConnectionFactory.java
trunk/server/src/main/java/com/metamatrix/platform/config/persistence/im=
pl/jdbc/SQL_Translator.java
trunk/server/src/main/java/com/metamatrix/platform/config/service/Action=
History.java
trunk/server/src/main/java/com/metamatrix/platform/config/service/Config=
urationServiceConstants.java
trunk/server/src/main/java/com/metamatrix/platform/config/service/Config=
urationServiceImpl.java
trunk/server/src/main/java/com/metamatrix/platform/config/spi/Configurat=
ionTransaction.java
trunk/server/src/main/java/com/metamatrix/platform/config/spi/SystemConf=
igurationNames.java
trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/Config=
Transaction.java
trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/Config=
TransactionException.java
trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/Config=
UserTransaction.java
trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/Config=
UserTransactionFactory.java
trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLAct=
ionUpdateStrategy.java
trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLCon=
figurationConnector.java
trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLCon=
figurationConnectorFactory.java
trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLCon=
figurationMgr.java
trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLCon=
figurationReader.java
trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLCon=
figurationTransaction.java
trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLCon=
figurationWriter.java
trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLCur=
rentConfigurationReader.java
trunk/server/src/main/java/com/metamatrix/platform/registry/ClusteredReg=
istryState.java
trunk/server/src/main/java/com/metamatrix/platform/registry/RegistryList=
ener.java
trunk/server/src/main/java/com/metamatrix/platform/registry/RegistryProp=
ertyNames.java
trunk/server/src/main/java/com/metamatrix/platform/registry/ResourceAlre=
adyBoundException.java
trunk/server/src/main/java/com/metamatrix/platform/registry/ResourceNotB=
oundException.java
trunk/server/src/main/java/com/metamatrix/platform/registry/ServiceRegis=
tryBinding.java
trunk/server/src/main/java/com/metamatrix/platform/registry/VMMonitor.ja=
va
trunk/server/src/main/java/com/metamatrix/platform/registry/VMRegistryBi=
nding.java
trunk/server/src/main/java/com/metamatrix/platform/security/api/UserEnti=
tlementInfo.java
trunk/server/src/main/java/com/metamatrix/platform/security/api/service/=
AuthorizationServiceInterface.java
trunk/server/src/main/java/com/metamatrix/platform/security/api/service/=
AuthorizationServicePropertyNames.java
trunk/server/src/main/java/com/metamatrix/platform/security/api/service/=
MembershipServiceInterface.java
trunk/server/src/main/java/com/metamatrix/platform/security/api/service/=
SessionServiceInterface.java
trunk/server/src/main/java/com/metamatrix/platform/security/api/service/=
SessionTerminationHandler.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditC=
onfiguration.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditL=
evel.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditM=
anager.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditM=
essage.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/Securi=
tyAuditContexts.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/config=
/AuditConfigurationException.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/config=
/AuditConfigurationFactory.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/config=
/BasicAuditConfiguration.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/config=
/CurrentConfigAuditConfigurationFactory.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/config=
/UnmodifiableAuditConfiguration.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/destin=
ation/AbstractAuditDestination.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/destin=
ation/AuditDestination.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/destin=
ation/AuditDestinationInitFailedException.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/destin=
ation/ConsoleAuditDestination.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/destin=
ation/DatabaseAuditDestination.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/destin=
ation/SingleFileAuditDestination.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/format=
/AuditMessageFormat.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/format=
/DelimitedAuditMessageFormat.java
trunk/server/src/main/java/com/metamatrix/platform/security/audit/format=
/ReadableAuditMessageFormat.java
trunk/server/src/main/java/com/metamatrix/platform/security/authorizatio=
n/cache/AuthorizationCache.java
trunk/server/src/main/java/com/metamatrix/platform/security/authorizatio=
n/service/AuthorizationServiceImpl.java
trunk/server/src/main/java/com/metamatrix/platform/security/authorizatio=
n/spi/AuthorizationSourceConnectionException.java
trunk/server/src/main/java/com/metamatrix/platform/security/authorizatio=
n/spi/AuthorizationSourceException.java
trunk/server/src/main/java/com/metamatrix/platform/security/authorizatio=
n/spi/AuthorizationSourceTransaction.java
trunk/server/src/main/java/com/metamatrix/platform/security/authorizatio=
n/spi/jdbc/JDBCAuthorizationReader.java
trunk/server/src/main/java/com/metamatrix/platform/security/authorizatio=
n/spi/jdbc/JDBCAuthorizationTransaction.java
trunk/server/src/main/java/com/metamatrix/platform/security/authorizatio=
n/spi/jdbc/JDBCAuthorizationTransactionFactory.java
trunk/server/src/main/java/com/metamatrix/platform/security/authorizatio=
n/spi/jdbc/JDBCNames.java
trunk/server/src/main/java/com/metamatrix/platform/security/membership/s=
ervice/AuthenticationToken.java
trunk/server/src/main/java/com/metamatrix/platform/security/membership/s=
ervice/FailedAuthenticationToken.java
trunk/server/src/main/java/com/metamatrix/platform/security/membership/s=
ervice/MembershipServiceImpl.java
trunk/server/src/main/java/com/metamatrix/platform/security/membership/s=
ervice/SuccessfulAuthenticationToken.java
trunk/server/src/main/java/com/metamatrix/platform/security/membership/s=
pi/MembershipDomain.java
trunk/server/src/main/java/com/metamatrix/platform/security/membership/s=
pi/MembershipSourceException.java
trunk/server/src/main/java/com/metamatrix/platform/security/membership/s=
pi/file/FileMembershipDomain.java
trunk/server/src/main/java/com/metamatrix/platform/security/membership/s=
pi/ldap/LDAPMembershipDomain.java
trunk/server/src/main/java/com/metamatrix/platform/security/session/serv=
ice/SessionServiceImpl.java
trunk/server/src/main/java/com/metamatrix/platform/service/ServiceMessag=
es.java
trunk/server/src/main/java/com/metamatrix/platform/service/ServicePlugin=
.java
trunk/server/src/main/java/com/metamatrix/platform/service/api/CacheAdmi=
n.java
trunk/server/src/main/java/com/metamatrix/platform/service/api/ServiceIn=
terface.java
trunk/server/src/main/java/com/metamatrix/platform/service/api/event/Ser=
viceEvent.java
trunk/server/src/main/java/com/metamatrix/platform/service/api/exception=
/ServiceClosedException.java
trunk/server/src/main/java/com/metamatrix/platform/service/api/exception=
/ServiceException.java
trunk/server/src/main/java/com/metamatrix/platform/service/api/exception=
/ServiceNotFoundException.java
trunk/server/src/main/java/com/metamatrix/platform/service/api/exception=
/ServiceNotInitializedException.java
trunk/server/src/main/java/com/metamatrix/platform/service/api/exception=
/ServiceStateException.java
trunk/server/src/main/java/com/metamatrix/platform/service/api/exception=
/ServiceSuspendedException.java
trunk/server/src/main/java/com/metamatrix/platform/service/controller/Ab=
stractService.java
trunk/server/src/main/java/com/metamatrix/platform/service/controller/Se=
rvicePropertyNames.java
trunk/server/src/main/java/com/metamatrix/platform/service/proxy/Multipl=
eInvokationProxy.java
trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ProxyMa=
nager.java
trunk/server/src/main/java/com/metamatrix/platform/service/proxy/RandomS=
electionPolicy.java
trunk/server/src/main/java/com/metamatrix/platform/service/proxy/RoundRo=
binSelectionPolicy.java
trunk/server/src/main/java/com/metamatrix/platform/service/proxy/Service=
Proxy.java
trunk/server/src/main/java/com/metamatrix/platform/service/proxy/Service=
ProxyProperties.java
trunk/server/src/main/java/com/metamatrix/platform/service/proxy/Service=
SelectionPolicy.java
trunk/server/src/main/java/com/metamatrix/platform/service/proxy/Service=
SelectionPolicyKey.java
trunk/server/src/main/java/com/metamatrix/platform/service/proxy/SingleI=
nvokationProxy.java
trunk/server/src/main/java/com/metamatrix/platform/util/ErrorMessageKeys=
.java
trunk/server/src/main/java/com/metamatrix/platform/util/LogMessageKeys.j=
ava
trunk/server/src/main/java/com/metamatrix/platform/util/LogPlatformConst=
ants.java
trunk/server/src/main/java/com/metamatrix/platform/util/PlatformProxyHel=
per.java
trunk/server/src/main/java/com/metamatrix/platform/vm/api/controller/VMC=
ontrollerInterface.java
trunk/server/src/main/java/com/metamatrix/platform/vm/controller/ServerE=
vents.java
trunk/server/src/main/java/com/metamatrix/platform/vm/controller/VMContr=
oller.java
trunk/server/src/main/java/com/metamatrix/platform/vm/util/VMUtils.java
trunk/server/src/main/java/com/metamatrix/server/CacheProvider.java
trunk/server/src/main/java/com/metamatrix/server/ChannelProvider.java
trunk/server/src/main/java/com/metamatrix/server/Configuration.java
trunk/server/src/main/java/com/metamatrix/server/HostController.java
trunk/server/src/main/java/com/metamatrix/server/HostControllerGuiceModu=
le.java
trunk/server/src/main/java/com/metamatrix/server/HostManagement.java
trunk/server/src/main/java/com/metamatrix/server/HostManagementProvider.=
java
trunk/server/src/main/java/com/metamatrix/server/JGroupsProvider.java
trunk/server/src/main/java/com/metamatrix/server/LogApplicationInfo.java
trunk/server/src/main/java/com/metamatrix/server/Main.java
trunk/server/src/main/java/com/metamatrix/server/ResourceFinder.java
trunk/server/src/main/java/com/metamatrix/server/ServerGuiceModule.java
trunk/server/src/main/java/com/metamatrix/server/ServerPlugin.java
trunk/server/src/main/java/com/metamatrix/server/ServiceManager.java
trunk/server/src/main/java/com/metamatrix/server/ServiceManagerGuiceModu=
le.java
trunk/server/src/main/java/com/metamatrix/server/admin/api/ServerAdminLo=
gConstants.java
trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/QueryAdmi=
nAPIImpl.java
trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/RuntimeMe=
tadataAdminAPIImpl.java
trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/RuntimeMe=
tadataHelper.java
trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/Transacti=
onAdminAPIImpl.java
trunk/server/src/main/java/com/metamatrix/server/connector/service/Clien=
tServiceRegistryService.java
trunk/server/src/main/java/com/metamatrix/server/connector/service/Conne=
ctorService.java
trunk/server/src/main/java/com/metamatrix/server/connector/service/Conne=
ctorServiceInterface.java
trunk/server/src/main/java/com/metamatrix/server/connector/service/Conne=
ctorServicePropertyNames.java
trunk/server/src/main/java/com/metamatrix/server/dqp/config/PlatformConf=
igSource.java
trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformAut=
horizationService.java
trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformBuf=
ferService.java
trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformDat=
aService.java
trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformTra=
nsactionService.java
trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformVDB=
Service.java
trunk/server/src/main/java/com/metamatrix/server/dqp/service/RemoteResul=
tsReceiver.java
trunk/server/src/main/java/com/metamatrix/server/dqp/service/tracker/Dat=
abaseCommandLogger.java
trunk/server/src/main/java/com/metamatrix/server/dqp/service/tracker/Tra=
nsactionLogMessage.java
trunk/server/src/main/java/com/metamatrix/server/dqp/service/tracker/Tra=
nsactionLogWriter.java
trunk/server/src/main/java/com/metamatrix/server/query/service/QueryServ=
ice.java
trunk/server/src/main/java/com/metamatrix/server/query/service/QueryServ=
iceInterface.java
trunk/server/src/main/java/com/metamatrix/server/query/service/QueryServ=
icePropertyNames.java
trunk/server/src/main/java/com/metamatrix/server/util/DataServerSessionT=
erminationHandler.java
trunk/server/src/main/java/com/metamatrix/server/util/ErrorMessageKeys.j=
ava
trunk/server/src/main/java/com/metamatrix/server/util/LogConstants.java
trunk/server/src/main/java/com/metamatrix/server/util/LogMessageKeys.java
trunk/server/src/main/java/com/metamatrix/server/util/SecurityRoles.java
trunk/server/src/main/java/com/metamatrix/server/util/ServerAuditContext=
s.java
trunk/server/src/main/java/com/metamatrix/server/util/ServerPropertyName=
s.java
trunk/server/src/main/resources/com/metamatrix/admin/server/i18n.propert=
ies
trunk/server/src/main/resources/com/metamatrix/admin/util/methodroles.pr=
operties
trunk/server/src/main/resources/com/metamatrix/platform/config/i18n.prop=
erties
trunk/server/src/main/resources/com/metamatrix/platform/i18n.properties
trunk/server/src/main/resources/com/metamatrix/platform/service/i18n.pro=
perties
trunk/server/src/main/resources/com/metamatrix/server/i18n.properties
trunk/server/src/test/java/com/metamatrix/admin/server/FakeCacheAdmin.ja=
va
trunk/server/src/test/java/com/metamatrix/admin/server/FakeConfiguration=
.java
trunk/server/src/test/java/com/metamatrix/admin/server/FakeConfiguration=
Service.java
trunk/server/src/test/java/com/metamatrix/admin/server/FakeExtensionModu=
leManager.java
trunk/server/src/test/java/com/metamatrix/admin/server/FakeQueryService.=
java
trunk/server/src/test/java/com/metamatrix/admin/server/FakeRuntimeMetada=
taCatalog.java
trunk/server/src/test/java/com/metamatrix/admin/server/FakeRuntimeStateA=
dminAPIHelper.java
trunk/server/src/test/java/com/metamatrix/admin/server/FakeServerAdminIm=
pl.java
trunk/server/src/test/java/com/metamatrix/admin/server/FakeServerConfigA=
dminImpl.java
trunk/server/src/test/java/com/metamatrix/admin/server/FakeServerSession=
Service.java
trunk/server/src/test/java/com/metamatrix/admin/server/IdentifierConstan=
ts.java
trunk/server/src/test/java/com/metamatrix/admin/server/TestAbstractAdmin=
Impl.java
trunk/server/src/test/java/com/metamatrix/admin/server/TestServerConfigA=
dminImpl.java
trunk/server/src/test/java/com/metamatrix/admin/server/TestServerMonitor=
ingAdminImpl.java
trunk/server/src/test/java/com/metamatrix/admin/server/TestServerRuntime=
StateAdminImpl.java
trunk/server/src/test/java/com/metamatrix/admin/util/TestAdminMethodRole=
Resolver.java
trunk/server/src/test/java/com/metamatrix/common/comm/platform/FakeAdmin=
Helper.java
trunk/server/src/test/java/com/metamatrix/common/comm/platform/server/Te=
stAdminAuthInterceptor.java
trunk/server/src/test/java/com/metamatrix/common/comm/platform/socket/se=
rver/TestSocketRemoting.java
trunk/server/src/test/java/com/metamatrix/common/connection/SimpleJDBCMa=
nagedConnection.java
trunk/server/src/test/java/com/metamatrix/common/extensionmodule/Extensi=
onModuleDescriptorUtils.java
trunk/server/src/test/java/com/metamatrix/common/extensionmodule/FakeDat=
a.java
trunk/server/src/test/java/com/metamatrix/common/extensionmodule/TestExt=
ensionModuleManager.java
trunk/server/src/test/java/com/metamatrix/common/extensionmodule/spi/InM=
emoryExtensionModuleTransaction.java
trunk/server/src/test/java/com/metamatrix/common/extensionmodule/spi/InM=
emoryExtensionModuleTransactionFactory.java
trunk/server/src/test/java/com/metamatrix/common/extensionmodule/spi/jdb=
c/TestFileCache.java
trunk/server/src/test/java/com/metamatrix/common/jdbc/TestJDBCURL.java
trunk/server/src/test/java/com/metamatrix/metadata/runtime/model/TestMet=
adataCache.java
trunk/server/src/test/java/com/metamatrix/platform/config/BaseTest.java
trunk/server/src/test/java/com/metamatrix/platform/config/CurrentConfigH=
elper.java
trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/Helper=
TestConfiguration.java
trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestCo=
nfigTransactions.java
trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestCu=
rrentConfiguration.java
trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestCu=
rrentConfigurationShutdown.java
trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestIn=
itialConfigurationRead.java
trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestXM=
LConfigImportExport.java
trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestXM=
LConfigReader.java
trunk/server/src/test/java/com/metamatrix/platform/registry/FakeRegistry=
Util.java
trunk/server/src/test/java/com/metamatrix/platform/registry/TestClustere=
dRegistryState.java
trunk/server/src/test/java/com/metamatrix/platform/registry/TestServiceR=
egistryBinding.java
trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuth=
orizationCache.java
trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuth=
orizationObjectEditor.java
trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuth=
orizationPolicyFactory.java
trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuth=
orizationPolicyID.java
trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuth=
orizationRealm.java
trunk/server/src/test/java/com/metamatrix/platform/security/api/TestBasi=
cAuthorizationPermission.java
trunk/server/src/test/java/com/metamatrix/platform/security/api/TestStan=
dardAuthorizationActions.java
trunk/server/src/test/java/com/metamatrix/platform/security/authorizatio=
n/service/TestAuthorizationServiceImpl.java
trunk/server/src/test/java/com/metamatrix/platform/security/authorizatio=
n/spi/AuthorizationTestUtil.java
trunk/server/src/test/java/com/metamatrix/platform/security/authorizatio=
n/spi/FakeAuthorizationSource.java
trunk/server/src/test/java/com/metamatrix/platform/security/authorizatio=
n/spi/TestFakeAuthorizationSource.java
trunk/server/src/test/java/com/metamatrix/platform/security/membership/s=
ervice/TestMembershipServiceImpl.java
trunk/server/src/test/java/com/metamatrix/platform/security/membership/s=
pi/file/TestFileMembershipDomain.java
trunk/server/src/test/java/com/metamatrix/platform/security/membership/s=
pi/ldap/TestLDAPMembershipDomainConfiguration.java
trunk/server/src/test/java/com/metamatrix/platform/service/controller/Fa=
keService.java
trunk/server/src/test/java/com/metamatrix/platform/service/controller/Fa=
keServiceInterface.java
trunk/server/src/test/java/com/metamatrix/platform/service/proxy/TestPro=
xies.java
trunk/server/src/test/java/com/metamatrix/server/admin/apiimpl/FakeModel=
Info.java
trunk/server/src/test/java/com/metamatrix/server/admin/apiimpl/TestRunti=
meMetadataHelper.java
trunk/server/src/test/resources/com/metamatrix/platform/security/members=
hip/spi/file/groups.properties
trunk/server/src/test/resources/com/metamatrix/platform/security/members=
hip/spi/file/users.properties
trunk/server/src/test/resources/config/config.xml
trunk/server/src/test/resources/config/config30_ns.xml
trunk/server/src/test/resources/config/config42_ns.xml
trunk/server/src/test/resources/config/config_format.xml
trunk/server/src/test/resources/config/config_wconnector.xml
trunk/server/src/test/resources/config/config_wgateaconnector.xml
trunk/server/src/test/resources/config/config_woresources.xml
trunk/server/src/test/resources/config/configjdbc.properties
trunk/server/src/test/resources/groups.properties
trunk/server/src/test/resources/materializedView/expected/MySQL_1_Connec=
tion.properties
trunk/server/src/test/resources/materializedView/expected/PartsSupplier_=
3_Connection.properties
trunk/server/src/test/resources/materializedView/expected/RiggaMaRoll_33=
_Connection.properties
trunk/server/src/test/resources/materializedView/expected/TestConnPropsV=
DB_1_Connection.properties
trunk/server/src/test/resources/materializedView/expected/TestSSLConnPro=
psVDB_1_Connection.properties
trunk/server/src/test/resources/metamatrix.properties
trunk/server/src/test/resources/users.properties
trunk/soap/src/main/java/com/metamatrix/dqp/client/impl/ServerRequest.ja=
va
trunk/soap/src/main/java/com/metamatrix/soap/SOAPPlugin.java
trunk/soap/src/main/java/com/metamatrix/soap/exceptions/SOAPProcessingEx=
ception.java
trunk/soap/src/main/java/com/metamatrix/soap/handler/ActionUpdateHandler=
.java
trunk/soap/src/main/java/com/metamatrix/soap/handler/PWCBHandler.java
trunk/soap/src/main/java/com/metamatrix/soap/log/MMSOAPLog.java
trunk/soap/src/main/java/com/metamatrix/soap/object/MMServerInfo.java
trunk/soap/src/main/java/com/metamatrix/soap/object/WSDLUrl.java
trunk/soap/src/main/java/com/metamatrix/soap/security/Credential.java
trunk/soap/src/main/java/com/metamatrix/soap/service/BasicConnectionPool=
Factory.java
trunk/soap/src/main/java/com/metamatrix/soap/service/ConnectionPoolFacto=
ry.java
trunk/soap/src/main/java/com/metamatrix/soap/service/ConnectionSource.ja=
va
trunk/soap/src/main/java/com/metamatrix/soap/service/DataServiceInfo.java
trunk/soap/src/main/java/com/metamatrix/soap/service/DataServiceWebServi=
ceImpl.java
trunk/soap/src/main/java/com/metamatrix/soap/service/PoolingConnectionSo=
urce.java
trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMDiscoverWSDLServl=
et.java
trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetVDBResourceLog=
.java
trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetVDBResourcePla=
tformLog.java
trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetVDBResourceSer=
vlet.java
trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetWSDLServlet.ja=
va
trunk/soap/src/main/java/com/metamatrix/soap/servlet/WSDLURLGenerator.ja=
va
trunk/soap/src/main/java/com/metamatrix/soap/servlet/filter/BasicAuthInt=
erceptor.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/handler/=
PWCBHandler.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/C=
ell.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/C=
olumnMetadata.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/C=
onnection.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/C=
onnectionContextualRequest.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/C=
onnectionlessRequest.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/C=
ursorType.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/D=
ata.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/L=
ogInParameters.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/P=
roperty.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/R=
equestId.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/R=
equestInfo.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/R=
equestType.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/R=
esults.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/R=
esultsRequest.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/R=
ow.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/S=
qlQueryWebServiceFault.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/S=
qlWarning.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/T=
ransactionAutoWrapType.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/log/LogU=
til.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/service/=
SqlQueryWebService.java
trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/service/=
SqlQueryWebServiceFault.java
trunk/soap/src/main/java/com/metamatrix/soap/util/EndpointUriTranslatorS=
trategyImpl.java
trunk/soap/src/main/java/com/metamatrix/soap/util/EndpointUrlConstants.j=
ava
trunk/soap/src/main/java/com/metamatrix/soap/util/ErrorMessageKeys.java
trunk/soap/src/main/java/com/metamatrix/soap/util/SOAPConstants.java
trunk/soap/src/main/java/com/metamatrix/soap/util/ServletClientConstants=
.java
trunk/soap/src/main/java/com/metamatrix/soap/util/WebServiceUtil.java
trunk/soap/src/main/java/com/metamatrix/soap/util/XMLTranslationExceptio=
n.java
trunk/soap/src/main/java/com/metamatrix/soap/util/XMLTranslator.java
trunk/soap/src/main/resources/com/metamatrix/soap/i18n.properties
trunk/soap/src/test/java/com/metamatrix/soap/handler/TestActionUpdateHan=
dler.java
trunk/soap/src/test/java/com/metamatrix/soap/service/TestBasicConnection=
PoolFactory.java
trunk/soap/src/test/java/com/metamatrix/soap/service/TestDataServiceWebS=
erviceImpl.java
trunk/soap/src/test/java/com/metamatrix/soap/service/TestPoolingConnecti=
onSource.java
trunk/soap/src/test/java/com/metamatrix/soap/servlet/TestMMGetVDBResourc=
eServlet.java
trunk/soap/src/test/java/com/metamatrix/soap/servlet/TestMMGetWSDLServle=
t.java
trunk/soap/src/test/java/com/metamatrix/soap/sqlquerywebservice/TestSqlQ=
ueryWebService.java
trunk/soap/src/test/java/com/metamatrix/soap/util/TestEndpointUrlTransla=
torStrategyImpl.java
trunk/soap/src/test/java/com/metamatrix/soap/util/TestWebServiceUtil.java
trunk/test-integration/src/test/java/com/metamatrix/cdk/TestConnectorShe=
ll.java
trunk/test-integration/src/test/java/com/metamatrix/cdk/TestLoopbackConn=
ector.java
trunk/test-integration/src/test/java/com/metamatrix/cdk/api/TestConnecto=
rResultUtility.java
trunk/test-integration/src/test/java/com/metamatrix/cdk/api/TestTranslat=
ionUtility.java
trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/exten=
sion/TestSQLConversionVisitor.java
trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/oracl=
e/TestOracleSQLConversionVisitor.java
trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/util/=
TestJDBCExecutionHelper.java
trunk/test-integration/src/test/java/com/metamatrix/data/language/TestLa=
nguageUtil.java
trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtim=
e/TestElement.java
trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtim=
e/TestGroup.java
trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtim=
e/TestMetadataID.java
trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtim=
e/TestParams.java
trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtim=
e/TestProcedure.java
trunk/test-integration/src/test/java/com/metamatrix/data/visitor/util/Te=
stCollectorVisitor.java
trunk/test-integration/src/test/java/com/metamatrix/data/visitor/util/Te=
stSQLStringVisitor.java
trunk/test-integration/src/test/java/com/metamatrix/jdbc/TestCase3473.ja=
va
trunk/test-integration/src/test/java/com/metamatrix/jdbc/TestMMDatabaseM=
etaData.java
trunk/test-integration/src/test/java/com/metamatrix/server/integration/B=
aseQueryTest.java
trunk/test-integration/src/test/java/com/metamatrix/server/integration/T=
estTPCR.java
trunk/test-integration/src/test/java/com/metamatrix/server/integration/T=
estXMLTypeTranslations.java
trunk/test-integration/src/test/java/com/metamatrix/server/integration/T=
estXQueryServices.java
trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestPart=
sDatabaseMetadata.java
trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestResu=
ltSetMetadata.java
trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestSyst=
emPhysicalModel.java
trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestSyst=
emPhysicalModelSelf.java
trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestSyst=
emVirtualModel.java
trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestVirt=
ualDocWithVirtualProc.java
trunk/test-integration/src/test/resources/3473/3473.properties
trunk/test-integration/src/test/resources/ServerConfig.xml
trunk/test-integration/src/test/resources/bqt/bqt.properties
trunk/test-integration/src/test/resources/connector.properties
trunk/test-integration/src/test/resources/dqp/ServerConfig.xml
trunk/test-integration/src/test/resources/dqp/dqp.properties
trunk/test-integration/src/test/resources/metadata/dqp.properties
trunk/test-integration/src/test/resources/partssupplier/dqp.properties
trunk/test-integration/src/test/resources/xml-vp/xmlvp.properties
trunk/txn-jbossts/src/main/java/com/arjuna/ats/arjuna/coordinator/TwoPha=
seCoordinator.java
trunk/txn-jbossts/src/main/java/com/arjuna/ats/internal/jta/transaction/=
arjunacore/subordinate/jca/TransactionImple.java
trunk/txn-jbossts/src/main/java/com/metamatrix/xa/arjuna/ArjunaTransacti=
onProvider.java
trunk/txn-jbossts/src/main/java/com/metamatrix/xa/arjuna/XAArjunaPlugin.=
java
trunk/txn-jbossts/src/main/java/com/metamatrix/xa/arjuna/XAConnectorReco=
very.java
trunk/txn-jbossts/src/main/resources/com/metamatrix/xa/arjuna/i18n.prope=
rties
trunk/txn-jbossts/src/main/resources/jbossjts-properties.xml
trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/FakeXAConnectio=
n.java
trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/FakeXAResource.=
java
trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/RecoveryCallbac=
k.java
trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/TestArjunaRecov=
ery.java
trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/TestXAConnector=
Recovery.java
trunk/txn-jbossts/src/test/resources/com/metamatrix/xa/arjuna/jbossjta-p=
roperties.xml
Log:
TEIID-349 updating headers
Modified: trunk/adminshell/src/main/java/com/metamatrix/script/junit/BshTes=
tCase.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/adminshell/src/main/java/com/metamatrix/script/junit/BshTestCase.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/adminshell/src/main/java/com/metamatrix/script/junit/BshTestCase.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/adminshell/src/main/java/com/metamatrix/script/junit/BshTes=
tSuite.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/adminshell/src/main/java/com/metamatrix/script/junit/BshTestSuite=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/adminshell/src/main/java/com/metamatrix/script/junit/BshTestSuite=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/adminshell/src/main/java/com/metamatrix/script/shell/Custom=
Parser.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/adminshell/src/main/java/com/metamatrix/script/shell/CustomParser=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/adminshell/src/main/java/com/metamatrix/script/shell/CustomParser=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/adminshell/src/main/java/com/metamatrix/script/shell/FilePr=
intStream.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/adminshell/src/main/java/com/metamatrix/script/shell/FilePrintStr=
eam.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/adminshell/src/main/java/com/metamatrix/script/shell/FilePrintStr=
eam.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/adminshell/src/main/java/com/metamatrix/script/shell/JConso=
le.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/adminshell/src/main/java/com/metamatrix/script/shell/JConsole.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/adminshell/src/main/java/com/metamatrix/script/shell/JConsole.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/adminshell/src/main/java/com/metamatrix/script/shell/MMAdmi=
n.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/adminshell/src/main/java/com/metamatrix/script/shell/MMAdmin.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/adminshell/src/main/java/com/metamatrix/script/shell/MMAdmin.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/adminshell/src/main/java/com/metamatrix/script/shell/Reader=
Interceptor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/adminshell/src/main/java/com/metamatrix/script/shell/ReaderInterc=
eptor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/adminshell/src/main/java/com/metamatrix/script/shell/ReaderInterc=
eptor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/adminshell/src/main/java/com/metamatrix/script/shell/Simple=
Parser.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/adminshell/src/main/java/com/metamatrix/script/shell/SimpleParser=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/adminshell/src/main/java/com/metamatrix/script/shell/SimpleParser=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/build/kit-embedded/examples/portfolio/java/JDBCClient.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/build/kit-embedded/examples/portfolio/java/JDBCClient.java 2009-0=
2-12 20:51:18 UTC (rev 464)
+++ trunk/build/kit-embedded/examples/portfolio/java/JDBCClient.java 2009-0=
2-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/build/kit-server/config/install/setup_server.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/build/kit-server/config/install/setup_server.xml 2009-02-12 20:51=
:18 UTC (rev 464)
+++ trunk/build/kit-server/config/install/setup_server.xml 2009-02-12 21:40=
:56 UTC (rev 465)
@@ -1,8 +1,27 @@
-
+
Modified: trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/J=
BossCache.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCa=
che.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCa=
che.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/J=
BossCacheFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCa=
cheFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCa=
cheFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/J=
BossCacheListener.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCa=
cheListener.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCa=
cheListener.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/AdminPlugin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/AdminPlugin.java 2009-0=
2-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/AdminPlugin.java 2009-0=
2-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/core/Admin.ja=
va
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/core/Admin.java 200=
9-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/core/Admin.java 200=
9-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreConf=
igAdmin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreConfigAdmi=
n.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreConfigAdmi=
n.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreMoni=
toringAdmin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreMonitoring=
Admin.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreMonitoring=
Admin.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreRunt=
imeStateAdmin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreRuntimeSta=
teAdmin.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreRuntimeSta=
teAdmin.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreSecu=
rityAdmin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreSecurityAd=
min.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreSecurityAd=
min.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/embedded/Embe=
ddedAdmin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedAd=
min.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedAd=
min.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/embedded/Embe=
ddedConfigAdmin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedCo=
nfigAdmin.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedCo=
nfigAdmin.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/embedded/Embe=
ddedLogger.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedLo=
gger.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedLo=
gger.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/embedded/Embe=
ddedMonitoringAdmin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedMo=
nitoringAdmin.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedMo=
nitoringAdmin.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/embedded/Embe=
ddedRuntimeStateAdmin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedRu=
ntimeStateAdmin.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedRu=
ntimeStateAdmin.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/embedded/Embe=
ddedSecurityAdmin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedSe=
curityAdmin.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedSe=
curityAdmin.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/exception/Adm=
inComponentException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminComp=
onentException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminComp=
onentException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/exception/Adm=
inException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminExce=
ption.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminExce=
ption.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/exception/Adm=
inProcessingException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminProc=
essingException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminProc=
essingException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/exception/sec=
urity/InvalidSessionException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/=
InvalidSessionException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/=
InvalidSessionException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/exception/sec=
urity/MetaMatrixSecurityException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/=
MetaMatrixSecurityException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/=
MetaMatrixSecurityException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/exception/sec=
urity/SessionException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/=
SessionException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/=
SessionException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Admin=
Object.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminObject=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminObject=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Admin=
Options.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminOption=
s.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminOption=
s.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Admin=
Status.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminStatus=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminStatus=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Cache=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Cache.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Cache.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Conne=
ctorBinding.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/ConnectorBi=
nding.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/ConnectorBi=
nding.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Conne=
ctorType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/ConnectorTy=
pe.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/ConnectorTy=
pe.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/DQP.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/DQP.java 20=
09-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/DQP.java 20=
09-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Entit=
lement.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Entitlement=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Entitlement=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Exten=
sionModule.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/ExtensionMo=
dule.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/ExtensionMo=
dule.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Group=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Group.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Group.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Host.=
java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Host.java 2=
009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Host.java 2=
009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/LogCo=
nfiguration.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/LogConfigur=
ation.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/LogConfigur=
ation.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Model=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Model.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Model.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Princ=
ipal.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Principal.j=
ava 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Principal.j=
ava 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Proce=
ssObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/ProcessObje=
ct.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/ProcessObje=
ct.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Prope=
rtyDefinition.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/PropertyDef=
inition.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/PropertyDef=
inition.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Queue=
WorkerPool.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/QueueWorker=
Pool.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/QueueWorker=
Pool.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Reque=
st.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Request.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Request.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Resou=
rce.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Resource.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Resource.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Role.=
java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Role.java 2=
009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Role.java 2=
009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Scrip=
tsContainer.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/ScriptsCont=
ainer.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/ScriptsCont=
ainer.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Sessi=
on.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Session.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Session.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Sourc=
eRequest.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/SourceReque=
st.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/SourceReque=
st.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Syste=
mObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/SystemObjec=
t.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/SystemObjec=
t.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/User.=
java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/User.java 2=
009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/User.java 2=
009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/VDB.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/VDB.java 20=
09-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/VDB.java 20=
09-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/server/AdminR=
oles.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/server/AdminRoles.j=
ava 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/server/AdminRoles.j=
ava 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/server/Server=
Admin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerAdmin.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerAdmin.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/server/Server=
ConfigAdmin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerConfig=
Admin.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerConfig=
Admin.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/server/Server=
MonitoringAdmin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerMonito=
ringAdmin.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerMonito=
ringAdmin.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/server/Server=
RuntimeStateAdmin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerRuntim=
eStateAdmin.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerRuntim=
eStateAdmin.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/server/Server=
SecurityAdmin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerSecuri=
tyAdmin.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerSecuri=
tyAdmin.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMAdminOb=
ject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMAdminObject.j=
ava 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMAdminObject.j=
ava 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMAdminSt=
atus.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMAdminStatus.j=
ava 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMAdminStatus.j=
ava 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMConnect=
orBinding.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMConnectorBind=
ing.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMConnectorBind=
ing.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMConnect=
orType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMConnectorType=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMConnectorType=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMDQP.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMDQP.java 2009=
-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMDQP.java 2009=
-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMExtensi=
onModule.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMExtensionModu=
le.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMExtensionModu=
le.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMGroup.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMGroup.java 20=
09-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMGroup.java 20=
09-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMHost.ja=
va
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMHost.java 200=
9-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMHost.java 200=
9-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMLogConf=
iguration.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMLogConfigurat=
ion.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMLogConfigurat=
ion.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMModel.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMModel.java 20=
09-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMModel.java 20=
09-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMPrincip=
al.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMPrincipal.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMPrincipal.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMProcess=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMProcess.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMProcess.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMPropert=
yDefinition.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMPropertyDefin=
ition.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMPropertyDefin=
ition.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMQueueWo=
rkerPool.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMQueueWorkerPo=
ol.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMQueueWorkerPo=
ol.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMRequest=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMRequest.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMRequest.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMResourc=
e.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMResource.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMResource.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMRole.ja=
va
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMRole.java 200=
9-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMRole.java 200=
9-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMScripts=
Container.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMScriptsContai=
ner.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMScriptsContai=
ner.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMSession=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMSession.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMSession.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMSourceR=
equest.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMSourceRequest=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMSourceRequest=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMSystem.=
java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMSystem.java 2=
009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMSystem.java 2=
009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMUser.ja=
va
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMUser.java 200=
9-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMUser.java 200=
9-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMVDB.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMVDB.java 2009=
-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMVDB.java 2009=
-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/Cri=
teriaEvaluationException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/CriteriaE=
valuationException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/CriteriaE=
valuationException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/Exp=
ressionEvaluationException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/Expressio=
nEvaluationException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/Expressio=
nEvaluationException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/Fun=
ctionExecutionException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/FunctionE=
xecutionException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/FunctionE=
xecutionException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/Fun=
ctionMetadataException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/FunctionM=
etadataException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/FunctionM=
etadataException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/Inv=
alidFunctionException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/InvalidFu=
nctionException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/InvalidFu=
nctionException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/Pro=
cedureErrorInstructionException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/Procedure=
ErrorInstructionException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/Procedure=
ErrorInstructionException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/Que=
ryMetadataException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryMeta=
dataException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryMeta=
dataException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/Que=
ryParserException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryPars=
erException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryPars=
erException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/Que=
ryPlannerException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryPlan=
nerException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryPlan=
nerException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/Que=
ryProcessingException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryProc=
essingException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryProc=
essingException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/Que=
ryResolverException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryReso=
lverException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryReso=
lverException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/Que=
ryValidatorException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryVali=
datorException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryVali=
datorException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/Unr=
esolvedSymbolDescription.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/Unresolve=
dSymbolDescription.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/Unresolve=
dSymbolDescription.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/api/exception/security/=
LogonException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/api/exception/security/LogonE=
xception.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/security/LogonE=
xception.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/client/ExceptionUtil.ja=
va
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/client/ExceptionUtil.java 200=
9-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/client/ExceptionUtil.java 200=
9-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/api/HostInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/api/HostInfo.java 2009=
-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/api/HostInfo.java 2009=
-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/api/MMURL.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/api/MMURL.java 2009-02=
-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/api/MMURL.java 2009-02=
-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/batch/BatchSeria=
lizer.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/batch/BatchSerializer.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/batch/BatchSerializer.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/CommonCommP=
lugin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/CommonCommPlugin.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/CommonCommPlugin.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/api/Message=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/api/Message.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/api/Message.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/api/Message=
Listener.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/api/MessageListen=
er.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/api/MessageListen=
er.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/api/Results=
Receiver.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/api/ResultsReceiv=
er.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/api/ResultsReceiv=
er.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/api/ServerC=
onnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/api/ServerConnect=
ion.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/api/ServerConnect=
ion.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/api/ServerC=
onnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/api/ServerConnect=
ionFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/api/ServerConnect=
ionFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/exception/C=
ommunicationException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/exception/Communi=
cationException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/exception/Communi=
cationException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/exception/C=
onnectionException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/exception/Connect=
ionException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/exception/Connect=
ionException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/exception/E=
xceptionHolder.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/exception/Excepti=
onHolder.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/exception/Excepti=
onHolder.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -11,11 +11,9 @@
=
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/exception/S=
ingleInstanceCommunicationException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/exception/SingleI=
nstanceCommunicationException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/exception/SingleI=
nstanceCommunicationException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/Co=
mmPlatformPlugin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/CommPlat=
formPlugin.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/CommPlat=
formPlugin.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/cl=
ient/ServerAdminFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/client/S=
erverAdminFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/client/S=
erverAdminFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/Handshake.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/H=
andshake.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/H=
andshake.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/ObjectChannel.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/O=
bjectChannel.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/O=
bjectChannel.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/PrintStreamSocketLog.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/P=
rintStreamSocketLog.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/P=
rintStreamSocketLog.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/SSLAwareChannelHandler.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/S=
SLAwareChannelHandler.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/S=
SLAwareChannelHandler.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/SocketLog.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/S=
ocketLog.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/S=
ocketLog.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/SocketUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/S=
ocketUtil.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/S=
ocketUtil.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/client/AdminApiServerDiscovery.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/AdminApiServerDiscovery.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/AdminApiServerDiscovery.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/client/NioObjectChannelFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/NioObjectChannelFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/NioObjectChannelFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/client/ObjectChannelFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/ObjectChannelFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/ObjectChannelFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/client/ServerDiscovery.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/ServerDiscovery.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/ServerDiscovery.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/client/ServiceInvocationStruct.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/ServiceInvocationStruct.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/ServiceInvocationStruct.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/client/SocketServerConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/SocketServerConnection.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/SocketServerConnection.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/client/SocketServerConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/SocketServerConnectionFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/SocketServerConnectionFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/client/SocketServerInstance.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/SocketServerInstance.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/SocketServerInstance.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/client/SocketServerInstanceFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/SocketServerInstanceFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/SocketServerInstanceFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/client/SocketServerInstanceImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/SocketServerInstanceImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/SocketServerInstanceImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/so=
cket/client/UrlServerDiscovery.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/UrlServerDiscovery.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/c=
lient/UrlServerDiscovery.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/lob/ByteLobChunk=
Stream.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/lob/ByteLobChunkStream=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/lob/ByteLobChunkStream=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/lob/LobChunk.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/lob/LobChunk.java 2009=
-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/lob/LobChunk.java 2009=
-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/lob/LobChunkInpu=
tStream.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/lob/LobChunkInputStrea=
m.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/lob/LobChunkInputStrea=
m.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/lob/LobChunkProd=
ucer.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/lob/LobChunkProducer.j=
ava 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/lob/LobChunkProducer.j=
ava 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/lob/ReaderInputS=
tream.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/lob/ReaderInputStream.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/lob/ReaderInputStream.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/xa/MMXid.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/xa/MMXid.java 2009-02-=
12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/xa/MMXid.java 2009-02-=
12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/common/xa/XATransaction=
Exception.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/common/xa/XATransactionExcept=
ion.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/xa/XATransactionExcept=
ion.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/dqp/client/ClientSideDQ=
P.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/dqp/client/ClientSideDQP.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/client/ClientSideDQP.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/dqp/client/MetadataResu=
lt.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/dqp/client/MetadataResult.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/client/MetadataResult.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/dqp/client/ResultsFutur=
e.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/dqp/client/ResultsFuture.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/client/ResultsFuture.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/dqp/client/impl/Streami=
ngLobChunckProducer.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/dqp/client/impl/StreamingLobC=
hunckProducer.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/client/impl/StreamingLobC=
hunckProducer.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/dqp/exception/PartialRe=
sultsException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/dqp/exception/PartialResultsE=
xception.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/exception/PartialResultsE=
xception.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/dqp/exception/SourceFai=
lureDetails.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/dqp/exception/SourceFailureDe=
tails.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/exception/SourceFailureDe=
tails.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/dqp/internal/datamgr/Co=
nnectorID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/dqp/internal/datamgr/Connecto=
rID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/internal/datamgr/Connecto=
rID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/dqp/message/ParameterIn=
fo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/dqp/message/ParameterInfo.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/message/ParameterInfo.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/dqp/message/RequestID.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/dqp/message/RequestID.java 20=
09-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/message/RequestID.java 20=
09-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/dqp/message/RequestMess=
age.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/dqp/message/RequestMessage.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/message/RequestMessage.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/dqp/message/ResultsMess=
age.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/dqp/message/ResultsMessage.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/message/ResultsMessage.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/dqp/metadata/ResultsMet=
adataConstants.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/dqp/metadata/ResultsMetadataC=
onstants.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/metadata/ResultsMetadataC=
onstants.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/dqp/metadata/ResultsMet=
adataDefaults.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/dqp/metadata/ResultsMetadataD=
efaults.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/metadata/ResultsMetadataD=
efaults.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/Annotation.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/Annotation.java 2009=
-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/Annotation.java 2009=
-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/ConnectionProp=
erties.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/ConnectionProperties=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/ConnectionProperties=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/DefaultDisplay=
Helper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/DefaultDisplayHelper=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/DefaultDisplayHelper=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/DisplayHelper.=
java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/DisplayHelper.java 2=
009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/DisplayHelper.java 2=
009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/ExecutionPrope=
rties.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/ExecutionProperties.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/ExecutionProperties.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/PlanNode.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/PlanNode.java 2009-0=
2-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/PlanNode.java 2009-0=
2-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/PlanVisitor.ja=
va
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/PlanVisitor.java 200=
9-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/PlanVisitor.java 200=
9-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/TextOutputVisi=
tor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/TextOutputVisitor.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/TextOutputVisitor.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/XMLOutputVisit=
or.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/XMLOutputVisitor.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/XMLOutputVisitor.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/B=
asicMetaMatrixPrincipal.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/BasicMe=
taMatrixPrincipal.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/BasicMe=
taMatrixPrincipal.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/I=
Logon.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/ILogon.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/ILogon.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/L=
ogonResult.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/LogonRe=
sult.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/LogonRe=
sult.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/M=
etaMatrixPrincipal.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMat=
rixPrincipal.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMat=
rixPrincipal.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/M=
etaMatrixPrincipalName.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMat=
rixPrincipalName.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMat=
rixPrincipalName.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/M=
etaMatrixPrincipalNames.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMat=
rixPrincipalNames.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMat=
rixPrincipalNames.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/M=
etaMatrixSessionID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMat=
rixSessionID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMat=
rixSessionID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/M=
etaMatrixSessionInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMat=
rixSessionInfo.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMat=
rixSessionInfo.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/M=
etaMatrixSessionState.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMat=
rixSessionState.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMat=
rixSessionState.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/S=
essionToken.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/Session=
Token.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/Session=
Token.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/platform/util/ProductIn=
foConstants.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/platform/util/ProductInfoCons=
tants.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/util/ProductInfoCons=
tants.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/java/com/metamatrix/server/serverapi/Reques=
tInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/java/com/metamatrix/server/serverapi/RequestInfo.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/server/serverapi/RequestInfo.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/resources/com/metamatrix/admin/i18n.propert=
ies
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/resources/com/metamatrix/admin/i18n.properties 20=
09-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/resources/com/metamatrix/admin/i18n.properties 20=
09-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
#
# JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor =
-# license agreements. See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership. Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
# =
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/resources/com/metamatrix/common/comm/i18n.p=
roperties
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/resources/com/metamatrix/common/comm/i18n.propert=
ies 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/resources/com/metamatrix/common/comm/i18n.propert=
ies 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
#
# JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor =
-# license agreements. See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership. Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
# =
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/main/resources/com/metamatrix/common/comm/platfo=
rm/i18n.properties
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/main/resources/com/metamatrix/common/comm/platform/i18=
n.properties 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/resources/com/metamatrix/common/comm/platform/i18=
n.properties 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
#
# JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor =
-# license agreements. See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership. Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
# =
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/test/java/com/metamatrix/admin/api/objects/TestA=
dminOptions.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/test/java/com/metamatrix/admin/api/objects/TestAdminOp=
tions.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/admin/api/objects/TestAdminOp=
tions.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/test/java/com/metamatrix/common/batch/TestBatchS=
erializer.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/test/java/com/metamatrix/common/batch/TestBatchSeriali=
zer.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/batch/TestBatchSeriali=
zer.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/test/java/com/metamatrix/common/comm/platform/so=
cket/TestSocketUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/T=
estSocketUtil.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/T=
estSocketUtil.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008-2009 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/test/java/com/metamatrix/common/comm/platform/so=
cket/client/TestAdminApiServerDiscovery.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/c=
lient/TestAdminApiServerDiscovery.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/c=
lient/TestAdminApiServerDiscovery.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/test/java/com/metamatrix/common/comm/platform/so=
cket/client/TestServiceInvocationStruct.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/c=
lient/TestServiceInvocationStruct.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/c=
lient/TestServiceInvocationStruct.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/test/java/com/metamatrix/common/comm/platform/so=
cket/client/TestSocketServerConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/c=
lient/TestSocketServerConnection.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/c=
lient/TestSocketServerConnection.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/test/java/com/metamatrix/common/comm/platform/so=
cket/client/TestSocketServerInstanceImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/c=
lient/TestSocketServerInstanceImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/c=
lient/TestSocketServerInstanceImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/test/java/com/metamatrix/common/comm/platform/so=
cket/client/TestSocketServiceRegistry.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/c=
lient/TestSocketServiceRegistry.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/c=
lient/TestSocketServiceRegistry.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/test/java/com/metamatrix/common/lob/TestByteLobC=
hunk.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/test/java/com/metamatrix/common/lob/TestByteLobChunk.j=
ava 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/lob/TestByteLobChunk.j=
ava 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/test/java/com/metamatrix/common/lob/TestByteLobC=
hunkStream.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/test/java/com/metamatrix/common/lob/TestByteLobChunkSt=
ream.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/lob/TestByteLobChunkSt=
ream.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/test/java/com/metamatrix/common/lob/TestLobChunk=
InputStream.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/test/java/com/metamatrix/common/lob/TestLobChunkInputS=
tream.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/lob/TestLobChunkInputS=
tream.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/test/java/com/metamatrix/common/lob/TestReaderIn=
putStream.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/test/java/com/metamatrix/common/lob/TestReaderInputStr=
eam.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/lob/TestReaderInputStr=
eam.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/test/java/com/metamatrix/common/util/TestMMURL.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/test/java/com/metamatrix/common/util/TestMMURL.java 20=
09-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/util/TestMMURL.java 20=
09-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/test/java/com/metamatrix/common/xa/TestMMXid.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/test/java/com/metamatrix/common/xa/TestMMXid.java 2009=
-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/xa/TestMMXid.java 2009=
-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client/src/test/java/com/metamatrix/dqp/client/TestResultsF=
uture.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client/src/test/java/com/metamatrix/dqp/client/TestResultsFuture.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/dqp/client/TestResultsFuture.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/AbstractMetad=
ataProvider.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/AbstractMetadataPro=
vider.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/AbstractMetadataPro=
vider.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/AnnotationImp=
l.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/AnnotationImpl.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/AnnotationImpl.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BaseDataSourc=
e.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BaseDataSource.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BaseDataSource.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BaseDriver.ja=
va
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BaseDriver.java 200=
9-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BaseDriver.java 200=
9-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BatchFetcher.=
java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BatchFetcher.java 2=
009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BatchFetcher.java 2=
009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BatchResults.=
java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BatchResults.java 2=
009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BatchResults.java 2=
009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ConnectionLis=
tener.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ConnectionListener.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ConnectionListener.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DataTypeTrans=
former.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DataTypeTransformer=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DataTypeTransformer=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DeferredMetad=
ataProvider.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DeferredMetadataPro=
vider.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DeferredMetadataPro=
vider.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DriverManager=
Logger.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DriverManagerLogger=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DriverManagerLogger=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedConne=
ctionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionF=
actory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionF=
actory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedConne=
ctionTracker.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionT=
racker.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionT=
racker.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedDataS=
ource.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedDataSource.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedDataSource.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedDrive=
r.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedDriver.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedDriver.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedSQLEx=
ception.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedSQLExceptio=
n.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedSQLExceptio=
n.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/FilteredResul=
tsMetadata.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/FilteredResultsMeta=
data.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/FilteredResultsMeta=
data.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCColumnNam=
es.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCColumnNames.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCColumnNames.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCColumnPos=
itions.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCColumnPositions=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCColumnPositions=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCLogger.ja=
va
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCLogger.java 200=
9-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCLogger.java 200=
9-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCPlugin.ja=
va
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCPlugin.java 200=
9-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCPlugin.java 200=
9-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/LobSearchUtil=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/LobSearchUtil.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/LobSearchUtil.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMBlob.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMBlob.java 2009-02=
-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMBlob.java 2009-02=
-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMCallableSta=
tement.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMCallableStatement=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMCallableStatement=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMClob.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMClob.java 2009-02=
-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMClob.java 2009-02=
-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMConnection.=
java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMConnection.java 2=
009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMConnection.java 2=
009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDataSource.=
java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDataSource.java 2=
009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDataSource.java 2=
009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDatabaseMet=
aData.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDatabaseMetaData.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDatabaseMetaData.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDriver.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDriver.java 2009-=
02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDriver.java 2009-=
02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMPreparedSta=
tement.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMPreparedStatement=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMPreparedStatement=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMResultSet.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMResultSet.java 20=
09-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMResultSet.java 20=
09-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMSQLExceptio=
n.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMSQLException.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMSQLException.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMSQLXML.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMSQLXML.java 2009-=
02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMSQLXML.java 2009-=
02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMServerConne=
ction.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMServerConnection.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMServerConnection.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMStatement.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMStatement.java 20=
09-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMStatement.java 20=
09-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMXAConnectio=
n.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMXAConnection.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMXAConnection.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMXAResource.=
java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMXAResource.java 2=
009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMXAResource.java 2=
009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/PlanNodeImpl.=
java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/PlanNodeImpl.java 2=
009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/PlanNodeImpl.java 2=
009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ResultsMetada=
taProvider.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ResultsMetadataProv=
ider.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ResultsMetadataProv=
ider.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ResultsMetada=
taWithProvider.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ResultsMetadataWith=
Provider.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ResultsMetadataWith=
Provider.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/StaticMetadat=
aProvider.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/StaticMetadataProvi=
der.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/StaticMetadataProvi=
der.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/WarningUtil.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/WarningUtil.java 20=
09-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/WarningUtil.java 20=
09-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/WrapperImpl.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/WrapperImpl.java 20=
09-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/WrapperImpl.java 20=
09-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/Connectio=
n.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/Connection.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/Connection.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/DatabaseM=
etaData.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/DatabaseMetaDat=
a.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/DatabaseMetaDat=
a.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/PartialRe=
sultsWarning.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/PartialResultsW=
arning.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/PartialResultsW=
arning.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/ResultSet=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/ResultSet.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/ResultSet.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/ResultSet=
MetaData.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/ResultSetMetaDa=
ta.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/ResultSetMetaDa=
ta.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/SQLExcept=
ion.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/SQLException.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/SQLException.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/SQLStates=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/SQLStates.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/SQLStates.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/Statement=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/Statement.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/Statement.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/tools/Que=
ryPlanDisplayHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/tools/QueryPlan=
DisplayHelper.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/tools/QueryPlan=
DisplayHelper.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/util/MMJDBCUR=
L.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/util/MMJDBCURL.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/util/MMJDBCURL.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/script/io/Metadata=
Reader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/script/io/MetadataReader=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/script/io/MetadataReader=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/script/io/ResultSe=
tReader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/script/io/ResultSetReade=
r.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/script/io/ResultSetReade=
r.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/script/io/StringAr=
rayReader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/script/io/StringArrayRea=
der.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/script/io/StringArrayRea=
der.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/java/com/metamatrix/script/io/StringLi=
neReader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/java/com/metamatrix/script/io/StringLineRead=
er.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/script/io/StringLineRead=
er.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/resources/com/metamatrix/jdbc/basic_i1=
8n.properties
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/resources/com/metamatrix/jdbc/basic_i18n.pro=
perties 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/resources/com/metamatrix/jdbc/basic_i18n.pro=
perties 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
#
# JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor =
-# license agreements. See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership. Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
# =
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/main/resources/com/metamatrix/jdbc/i18n.pro=
perties
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/main/resources/com/metamatrix/jdbc/i18n.propertie=
s 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/resources/com/metamatrix/jdbc/i18n.propertie=
s 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
#
# JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor =
-# license agreements. See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership. Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
# =
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestAllResult=
sImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestAllResultsImpl.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestAllResultsImpl.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestBatchResu=
lts.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestBatchResults.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestBatchResults.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestDataTypeT=
ransformer.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestDataTypeTransfo=
rmer.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestDataTypeTransfo=
rmer.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMConnect=
ion.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMConnection.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMConnection.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMDataSou=
rce.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMDataSource.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMDataSource.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMDriver.=
java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMDriver.java 2=
009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMDriver.java 2=
009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMResultS=
et.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMResultSet.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMResultSet.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMSQLExce=
ption.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMSQLException.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMSQLException.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMXAConne=
ction.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMXAConnection.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMXAConnection.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestWrapperIm=
pl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestWrapperImpl.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestWrapperImpl.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/AbstractM=
MQueryTestCase.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/AbstractMMQuery=
TestCase.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/AbstractMMQuery=
TestCase.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/FakeDispl=
ayHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/FakeDisplayHelp=
er.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/FakeDisplayHelp=
er.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/FakePlanN=
ode.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/FakePlanNode.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/FakePlanNode.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestQuery=
PlanDisplayHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestQueryPlanDi=
splayHelper.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestQueryPlanDi=
splayHelper.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestTextO=
utputVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestTextOutputV=
isitor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestTextOutputV=
isitor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestXMLOu=
tputVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestXMLOutputVi=
sitor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestXMLOutputVi=
sitor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/util/ResultSe=
tUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/util/ResultSetUtil.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/util/ResultSetUtil.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/util/TestMMJD=
BCURL.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/util/TestMMJDBCURL.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/util/TestMMJDBCURL.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/api/exception/Comp=
onentCommunicationException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/api/exception/ComponentC=
ommunicationException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/api/exception/ComponentC=
ommunicationException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/api/exception/Comp=
onentNotFoundException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/api/exception/ComponentN=
otFoundException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/api/exception/ComponentN=
otFoundException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/api/exception/Meta=
MatrixComponentException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrix=
ComponentException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrix=
ComponentException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/api/exception/Meta=
MatrixException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrix=
Exception.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrix=
Exception.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/api/exception/Meta=
MatrixProcessingException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrix=
ProcessingException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrix=
ProcessingException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/api/exception/Mult=
ipleException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/api/exception/MultipleEx=
ception.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/api/exception/MultipleEx=
ception.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/api/exception/Mult=
ipleRuntimeException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/api/exception/MultipleRu=
ntimeException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/api/exception/MultipleRu=
ntimeException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/classloader=
/NonDelegatingClassLoader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/classloader/NonDe=
legatingClassLoader.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/classloader/NonDe=
legatingClassLoader.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/classloader=
/URLFilteringClassLoader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/classloader/URLFi=
lteringClassLoader.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/classloader/URLFi=
lteringClassLoader.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/jdbc/JDBCUt=
il.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/jdbc/JDBCUtil.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/jdbc/JDBCUtil.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/jdbc/Simple=
PooledConnectionSource.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/jdbc/SimplePooled=
ConnectionSource.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/jdbc/SimplePooled=
ConnectionSource.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -20,11 +20,9 @@
=
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008-2009 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/properties/=
UnmodifiableProperties.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/properties/Unmodi=
fiableProperties.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/properties/Unmodi=
fiableProperties.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/MM=
URLConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/MMURLCon=
nection.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/MMURLCon=
nection.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/Me=
taMatrixURLStreamHandlerFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/MetaMatr=
ixURLStreamHandlerFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/MetaMatr=
ixURLStreamHandlerFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/UR=
LHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/URLHelpe=
r.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/URLHelpe=
r.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/cl=
asspath/ClasspathURLConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/classpat=
h/ClasspathURLConnection.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/classpat=
h/ClasspathURLConnection.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/cl=
asspath/Handler.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/classpat=
h/Handler.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/classpat=
h/Handler.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/ja=
r/Handler.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/jar/Hand=
ler.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/jar/Hand=
ler.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/ja=
r/JarURLConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/jar/JarU=
RLConnection.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/jar/JarU=
RLConnection.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/mm=
file/Handler.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmfile/H=
andler.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmfile/H=
andler.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/mm=
file/MMFileURLConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmfile/M=
MFileURLConnection.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmfile/M=
MFileURLConnection.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/mm=
rofile/Handler.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmrofile=
/Handler.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmrofile=
/Handler.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/mm=
rofile/MMROFileURLConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmrofile=
/MMROFileURLConnection.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmrofile=
/MMROFileURLConnection.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/Abstr=
actTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/AbstractTra=
nsform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/AbstractTra=
nsform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/BaseX=
MLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/BaseXMLTran=
slator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/BaseXMLTran=
slator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/BlobI=
mpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/BlobImpl.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/BlobImpl.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/BlobT=
ype.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/BlobType.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/BlobType.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/ClobI=
mpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/ClobImpl.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/ClobImpl.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/ClobT=
ype.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/ClobType.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/ClobType.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/DataT=
ypeManager.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/DataTypeMan=
ager.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/DataTypeMan=
ager.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/Inval=
idReferenceException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/InvalidRefe=
renceException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/InvalidRefe=
renceException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/MMJDB=
CSQLTypeInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/MMJDBCSQLTy=
peInfo.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/MMJDBCSQLTy=
peInfo.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/NullT=
ype.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/NullType.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/NullType.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/SQLXM=
LImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/SQLXMLImpl.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/SQLXMLImpl.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/Seque=
ncable.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/Sequencable=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/Sequencable=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/Strea=
mable.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/Streamable.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/Streamable.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/Trans=
form.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/Transform.j=
ava 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/Transform.j=
ava 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/Trans=
formationException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/Transformat=
ionException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/Transformat=
ionException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/XMLDo=
mSourceTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/XMLDomSourc=
eTranslator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/XMLDomSourc=
eTranslator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/XMLRe=
aderFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/XMLReaderFa=
ctory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/XMLReaderFa=
ctory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/XMLSA=
XSourceTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/XMLSAXSourc=
eTranslator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/XMLSAXSourc=
eTranslator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/XMLSt=
reamSourceTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/XMLStreamSo=
urceTranslator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/XMLStreamSo=
urceTranslator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/XMLTr=
anslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/XMLTranslat=
or.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/XMLTranslat=
or.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/XMLTy=
pe.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/XMLType.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/XMLType.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/AnyToObjectTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/AnyTo=
ObjectTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/AnyTo=
ObjectTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/AnyToStringTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/AnyTo=
StringTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/AnyTo=
StringTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigDecimalToBigIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToBigIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToBigIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigDecimalToBooleanTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToBooleanTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToBooleanTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigDecimalToByteTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToByteTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToByteTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigDecimalToDoubleTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToDoubleTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToDoubleTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigDecimalToFloatTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToFloatTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToFloatTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigDecimalToIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigDecimalToLongTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToLongTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToLongTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigDecimalToShortTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToShortTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToShortTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigDecimalToStringTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToStringTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDe=
cimalToStringTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigIntegerToBigDecimalTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToBigDecimalTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToBigDecimalTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigIntegerToBooleanTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToBooleanTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToBooleanTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigIntegerToByteTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToByteTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToByteTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigIntegerToDoubleTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToDoubleTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToDoubleTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigIntegerToFloatTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToFloatTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToFloatTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigIntegerToIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigIntegerToLongTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToLongTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToLongTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigIntegerToShortTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToShortTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToShortTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BigIntegerToStringTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToStringTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIn=
tegerToStringTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BooleanToBigDecimalTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToBigDecimalTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToBigDecimalTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BooleanToBigIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToBigIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToBigIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BooleanToByteTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToByteTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToByteTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BooleanToDoubleTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToDoubleTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToDoubleTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BooleanToFloatTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToFloatTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToFloatTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BooleanToIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BooleanToLongTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToLongTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToLongTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BooleanToShortTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToShortTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToShortTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/BooleanToStringTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToStringTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Boole=
anToStringTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ByteToBigDecimalTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oBigDecimalTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oBigDecimalTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ByteToBigIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oBigIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oBigIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ByteToBooleanTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oBooleanTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oBooleanTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ByteToDoubleTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oDoubleTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oDoubleTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ByteToFloatTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oFloatTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oFloatTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ByteToIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ByteToLongTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oLongTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oLongTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ByteToShortTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oShortTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oShortTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ByteToStringTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oStringTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteT=
oStringTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/CharacterToStringTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Chara=
cterToStringTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Chara=
cterToStringTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ClobToStringTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ClobT=
oStringTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ClobT=
oStringTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/DateToStringTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DateT=
oStringTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DateT=
oStringTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/DateToTimestampTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DateT=
oTimestampTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DateT=
oTimestampTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/DoubleToBigDecimalTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToBigDecimalTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToBigDecimalTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/DoubleToBigIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToBigIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToBigIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/DoubleToBooleanTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToBooleanTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToBooleanTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/DoubleToByteTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToByteTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToByteTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/DoubleToFloatTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToFloatTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToFloatTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/DoubleToIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/DoubleToLongTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToLongTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToLongTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/DoubleToShortTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToShortTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToShortTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/DoubleToStringTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToStringTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Doubl=
eToStringTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/FloatToBigDecimalTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToBigDecimalTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToBigDecimalTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/FloatToBigIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToBigIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToBigIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/FloatToBooleanTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToBooleanTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToBooleanTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/FloatToByteTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToByteTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToByteTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/FloatToDoubleTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToDoubleTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToDoubleTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/FloatToIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/FloatToLongTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToLongTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToLongTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/FloatToShortTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToShortTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToShortTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/FloatToStringTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToStringTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Float=
ToStringTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/IntegerToBigDecimalTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToBigDecimalTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToBigDecimalTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/IntegerToBigIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToBigIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToBigIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/IntegerToBooleanTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToBooleanTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToBooleanTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/IntegerToByteTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToByteTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToByteTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/IntegerToDoubleTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToDoubleTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToDoubleTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/IntegerToFloatTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToFloatTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToFloatTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/IntegerToLongTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToLongTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToLongTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/IntegerToShortTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToShortTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToShortTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/IntegerToStringTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToStringTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Integ=
erToStringTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/LongToBigDecimalTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oBigDecimalTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oBigDecimalTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/LongToBigIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oBigIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oBigIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/LongToBooleanTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oBooleanTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oBooleanTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/LongToByteTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oByteTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oByteTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/LongToDoubleTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oDoubleTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oDoubleTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/LongToFloatTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oFloatTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oFloatTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/LongToIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/LongToShortTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oShortTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oShortTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/LongToStringTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oStringTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongT=
oStringTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/NullToAnyTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/NullT=
oAnyTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/NullT=
oAnyTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ObjectToAnyTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Objec=
tToAnyTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Objec=
tToAnyTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/SQLXMLToStringTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/SQLXM=
LToStringTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/SQLXM=
LToStringTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ShortToBigDecimalTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToBigDecimalTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToBigDecimalTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ShortToBigIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToBigIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToBigIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ShortToBooleanTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToBooleanTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToBooleanTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ShortToByteTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToByteTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToByteTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ShortToDoubleTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToDoubleTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToDoubleTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ShortToFloatTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToFloatTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToFloatTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ShortToIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ShortToLongTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToLongTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToLongTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/ShortToStringTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToStringTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Short=
ToStringTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/StringToBigDecimalTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToBigDecimalTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToBigDecimalTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/StringToBigIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToBigIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToBigIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/StringToBooleanTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToBooleanTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToBooleanTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/StringToByteTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToByteTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToByteTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/StringToCharacterTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToCharacterTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToCharacterTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/StringToClobTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToClobTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToClobTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/StringToDateTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToDateTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToDateTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/StringToDoubleTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToDoubleTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToDoubleTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/StringToFloatTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToFloatTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToFloatTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/StringToIntegerTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToIntegerTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToIntegerTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/StringToLongTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToLongTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToLongTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/StringToSQLXMLTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToSQLXMLTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToSQLXMLTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/StringToShortTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToShortTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToShortTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/StringToTimeTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToTimeTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToTimeTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/StringToTimestampTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToTimestampTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Strin=
gToTimestampTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/TimeToStringTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimeT=
oStringTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimeT=
oStringTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/TimeToTimestampTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimeT=
oTimestampTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimeT=
oTimestampTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/TimestampToDateTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Times=
tampToDateTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Times=
tampToDateTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/TimestampToStringTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Times=
tampToStringTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Times=
tampToStringTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic=
/TimestampToTimeTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Times=
tampToTimeTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/Times=
tampToTimeTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/Applic=
ationInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/ApplicationI=
nfo.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/ApplicationI=
nfo.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/ByteAr=
rayHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/ByteArrayHel=
per.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/ByteArrayHel=
per.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/MetaMa=
trixProductNames.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/MetaMatrixPr=
oductNames.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/MetaMatrixPr=
oductNames.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/NetUti=
ls.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/NetUtils.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/NetUtils.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/Passwo=
rdMaskUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/PasswordMask=
Util.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/PasswordMask=
Util.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/Proper=
tiesUtils.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/PropertiesUt=
ils.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/PropertiesUt=
ils.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/SqlUti=
l.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/SqlUtil.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/SqlUtil.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/Timest=
ampWithTimezone.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/TimestampWit=
hTimezone.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/TimestampWit=
hTimezone.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/WSDLSe=
rvletUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/WSDLServletU=
til.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/WSDLServletU=
til.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto=
/CryptoException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Crypt=
oException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Crypt=
oException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto=
/CryptoUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Crypt=
oUtil.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Crypt=
oUtil.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto=
/Cryptor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Crypt=
or.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Crypt=
or.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto=
/Decryptor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Decry=
ptor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Decry=
ptor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto=
/DhKeyGenerator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/DhKey=
Generator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/DhKey=
Generator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto=
/Encryptor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Encry=
ptor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Encry=
ptor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto=
/NullCryptor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/NullC=
ryptor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/NullC=
ryptor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto=
/PasswordChangeUtility.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Passw=
ordChangeUtility.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Passw=
ordChangeUtility.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto=
/cipher/BasicCryptor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/ciphe=
r/BasicCryptor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/ciphe=
r/BasicCryptor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto=
/cipher/SymmetricCryptor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/ciphe=
r/SymmetricCryptor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/ciphe=
r/SymmetricCryptor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/except=
ion/SQLExceptionUnroller.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/exception/SQ=
LExceptionUnroller.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/exception/SQ=
LExceptionUnroller.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/BundleUtil.ja=
va
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/BundleUtil.java 200=
9-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/BundleUtil.java 200=
9-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/CoreConstants=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/CoreConstants.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/CoreConstants.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/CorePlugin.ja=
va
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/CorePlugin.java 200=
9-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/CorePlugin.java 200=
9-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/MetaMatrixCor=
eException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/MetaMatrixCoreExcep=
tion.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/MetaMatrixCoreExcep=
tion.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/MetaMatrixRun=
timeException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/MetaMatrixRuntimeEx=
ception.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/MetaMatrixRuntimeEx=
ception.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/IDGenerato=
r.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/id/IDGenerator.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/IDGenerator.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/IntegerID.=
java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/id/IntegerID.java 2=
009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/IntegerID.java 2=
009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/IntegerIDF=
actory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/id/IntegerIDFactory=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/IntegerIDFactory=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/InvalidIDE=
xception.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/id/InvalidIDExcepti=
on.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/InvalidIDExcepti=
on.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/LongID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/id/LongID.java 2009=
-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/LongID.java 2009=
-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/LongIDFact=
ory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/id/LongIDFactory.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/LongIDFactory.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/ObjectID.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/id/ObjectID.java 20=
09-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/ObjectID.java 20=
09-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/ObjectIDFa=
ctory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/id/ObjectIDFactory.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/ObjectIDFactory.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/ParsedObje=
ctID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/id/ParsedObjectID.j=
ava 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/ParsedObjectID.j=
ava 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/StringID.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/id/StringID.java 20=
09-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/StringID.java 20=
09-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/StringIDFa=
ctory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/id/StringIDFactory.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/StringIDFactory.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/UUID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/id/UUID.java 2009-0=
2-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/UUID.java 2009-0=
2-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/UUIDFactor=
y.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/id/UUIDFactory.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/UUIDFactory.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/io/FileUrl.ja=
va
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/io/FileUrl.java 200=
9-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/io/FileUrl.java 200=
9-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/FileLimit=
SizeLogWriter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/log/FileLimitSizeLo=
gWriter.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/FileLimitSizeLo=
gWriter.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/FileLogWr=
iter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/log/FileLogWriter.j=
ava 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/FileLogWriter.j=
ava 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/LogListen=
er.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/log/LogListener.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/LogListener.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/LogMessag=
e.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/log/LogMessage.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/LogMessage.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/Logger.ja=
va
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/log/Logger.java 200=
9-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/Logger.java 200=
9-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/MessageLe=
vel.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/log/MessageLevel.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/MessageLevel.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/NullLogWr=
iter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/log/NullLogWriter.j=
ava 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/NullLogWriter.j=
ava 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/NullLogge=
r.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/log/NullLogger.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/NullLogger.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/SystemLog=
Writer.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/log/SystemLogWriter=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/SystemLogWriter=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/ArgCheck=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/ArgCheck.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/ArgCheck.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/Assertio=
n.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/Assertion.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/Assertion.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/Base64.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/Base64.java 20=
09-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/Base64.java 20=
09-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/Checksum=
Util.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/ChecksumUtil.j=
ava 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/ChecksumUtil.j=
ava 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/DateUtil=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/DateUtil.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/DateUtil.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/Equivale=
nceUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/EquivalenceUti=
l.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/EquivalenceUti=
l.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/External=
izeUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/ExternalizeUti=
l.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/ExternalizeUti=
l.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/FileUtil=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/FileUtil.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/FileUtil.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/FileUtil=
s.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/FileUtils.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/FileUtils.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/HashCode=
Util.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/HashCodeUtil.j=
ava 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/HashCodeUtil.j=
ava 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/LRUCache=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/LRUCache.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/LRUCache.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/MetaMatr=
ixExceptionUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixExce=
ptionUtil.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixExce=
ptionUtil.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/MetaMatr=
ixProductVersion.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixProd=
uctVersion.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixProd=
uctVersion.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/MixinPro=
xy.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/MixinProxy.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/MixinProxy.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/ObjectCo=
nverterUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/ObjectConverte=
rUtil.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/ObjectConverte=
rUtil.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/Reflecti=
onHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/ReflectionHelp=
er.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/ReflectionHelp=
er.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/Resource=
NameUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/ResourceNameUt=
il.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/ResourceNameUt=
il.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/Stopwatc=
h.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/Stopwatch.java=
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/Stopwatch.java=
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/StringUt=
il.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtil.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtil.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,9 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ *
* Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved.
* This code is made available under the terms of the Eclipse Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/StringUt=
ilities.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtilitie=
s.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtilitie=
s.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/ZipFileU=
til.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/ZipFileUtil.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/ZipFileUtil.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/vdb/ModelType=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/vdb/ModelType.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/vdb/ModelType.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/vdb/VDBStatus=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/vdb/VDBStatus.java =
2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/vdb/VDBStatus.java =
2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/core/vdb/VdbConsta=
nts.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/vdb/VdbConstants.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/vdb/VdbConstants.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/internal/core/log/=
BasePlatformLogWriter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/internal/core/log/BasePl=
atformLogWriter.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/internal/core/log/BasePl=
atformLogWriter.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/internal/core/log/=
PlatformLimitSizeLogWriter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/internal/core/log/Platfo=
rmLimitSizeLogWriter.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/internal/core/log/Platfo=
rmLimitSizeLogWriter.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/internal/core/log/=
PlatformLog.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/internal/core/log/Platfo=
rmLog.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/internal/core/log/Platfo=
rmLog.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/java/com/metamatrix/internal/core/log/=
PlatformLogWriter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/internal/core/log/Platfo=
rmLogWriter.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/internal/core/log/Platfo=
rmLogWriter.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/resources/com/metamatrix/common/util/c=
rypto/dh.properties
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/resources/com/metamatrix/common/util/crypto/=
dh.properties 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/resources/com/metamatrix/common/util/crypto/=
dh.properties 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
#
# JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor =
-# license agreements. See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership. Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
# =
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/main/resources/com/metamatrix/core/i18n.pro=
perties
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/resources/com/metamatrix/core/i18n.propertie=
s 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/resources/com/metamatrix/core/i18n.propertie=
s 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
#
# JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor =
-# license agreements. See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership. Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
# =
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/api/exception/Test=
MetaMatrixException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/api/exception/TestMetaMa=
trixException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/api/exception/TestMetaMa=
trixException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/api/exception/Test=
MetaMatrixRuntimeException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/api/exception/TestMetaMa=
trixRuntimeException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/api/exception/TestMetaMa=
trixRuntimeException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/classloader=
/TestNonDelegatingClassLoader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/classloader/TestN=
onDelegatingClassLoader.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/classloader/TestN=
onDelegatingClassLoader.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/classloader=
/TestURLFilteringClassLoader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/classloader/TestU=
RLFilteringClassLoader.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/classloader/TestU=
RLFilteringClassLoader.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/jdbc/TestSi=
mplePooledConnectionSource.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/jdbc/TestSimplePo=
oledConnectionSource.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/jdbc/TestSimplePo=
oledConnectionSource.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008-2009 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/protocol/Fa=
keVersion.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/protocol/FakeVers=
ion.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/protocol/FakeVers=
ion.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/protocol/Te=
stClasspathURLHandler.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestClas=
spathURLHandler.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestClas=
spathURLHandler.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/protocol/Te=
stMMFileURLHandler.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestMMFi=
leURLHandler.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestMMFi=
leURLHandler.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/protocol/Te=
stURLHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestURLH=
elper.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestURLH=
elper.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/TestB=
lobImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/types/TestBlobImp=
l.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/TestBlobImp=
l.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/TestB=
lobValue.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/types/TestBlobVal=
ue.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/TestBlobVal=
ue.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/TestC=
lobImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/types/TestClobImp=
l.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/TestClobImp=
l.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/TestC=
lobValue.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/types/TestClobVal=
ue.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/TestClobVal=
ue.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/TestD=
ataTypeManager.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/types/TestDataTyp=
eManager.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/TestDataTyp=
eManager.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/TestS=
QLXMLImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/types/TestSQLXMLI=
mpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/TestSQLXMLI=
mpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/TestX=
MLStreamSourceTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/types/TestXMLStre=
amSourceTranslator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/TestXMLStre=
amSourceTranslator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/TestX=
MLValue.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/types/TestXMLValu=
e.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/TestXMLValu=
e.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/basic=
/TestStringToXmlTransform.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/types/basic/TestS=
tringToXmlTransform.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/basic/TestS=
tringToXmlTransform.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/basic=
/TestTransforms.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/types/basic/TestT=
ransforms.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/basic/TestT=
ransforms.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/FakeIn=
putStream.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/util/FakeInputStr=
eam.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/FakeInputStr=
eam.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/TestBy=
teArrayHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/util/TestByteArra=
yHelper.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/TestByteArra=
yHelper.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/TestNe=
tUtils.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/util/TestNetUtils=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/TestNetUtils=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/TestPr=
opertiesUtils.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/util/TestProperti=
esUtils.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/TestProperti=
esUtils.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/TestSq=
lUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/util/TestSqlUtil.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/TestSqlUtil.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/TestTi=
mestampWithTimezone.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/util/TestTimestam=
pWithTimezone.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/TestTimestam=
pWithTimezone.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/TestWS=
DLServletUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/util/TestWSDLServ=
letUtil.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/TestWSDLServ=
letUtil.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/crypto=
/FakeCryptor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/FakeC=
ryptor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/FakeC=
ryptor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/crypto=
/TestDhKeyGenerator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestD=
hKeyGenerator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestD=
hKeyGenerator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/crypto=
/TestEncryptDecrypt.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestE=
ncryptDecrypt.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestE=
ncryptDecrypt.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/crypto=
/TestPasswordChangeUtility.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestP=
asswordChangeUtility.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestP=
asswordChangeUtility.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/except=
ion/TestSQLExceptionUnroller.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/util/exception/Te=
stSQLExceptionUnroller.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/exception/Te=
stSQLExceptionUnroller.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/id/TestIDGene=
rator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/id/TestIDGenerator.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/id/TestIDGenerator.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/id/TestParsed=
ObjectID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/id/TestParsedObject=
ID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/id/TestParsedObject=
ID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/id/TestParsin=
gObjectIDs.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/id/TestParsingObjec=
tIDs.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/id/TestParsingObjec=
tIDs.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUID.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUID.java 20=
09-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUID.java 20=
09-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUIDFa=
ctory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUIDFactory.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUIDFactory.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUIDFa=
ctoryWithoutCreation.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUIDFactoryW=
ithoutCreation.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUIDFactoryW=
ithoutCreation.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/log/SysOutLog=
ger.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/log/SysOutLogger.ja=
va 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/log/SysOutLogger.ja=
va 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/SimpleMo=
ck.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/util/SimpleMock.jav=
a 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/SimpleMock.jav=
a 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestAsse=
rtion.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestAssertion.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestAssertion.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestEqui=
valenceUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestEquivalenc=
eUtil.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestEquivalenc=
eUtil.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestExte=
rnalizeUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestExternaliz=
eUtil.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestExternaliz=
eUtil.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestFile=
Util.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestFileUtil.j=
ava 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestFileUtil.j=
ava 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestFile=
Utils.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestFileUtils.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestFileUtils.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestMeta=
MatrixExceptionUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestMetaMatrix=
ExceptionUtil.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestMetaMatrix=
ExceptionUtil.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestRefl=
ectionHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestReflection=
Helper.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestReflection=
Helper.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestReso=
urceNameUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestResourceNa=
meUtil.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestResourceNa=
meUtil.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestStri=
ngUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestStringUtil=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestStringUtil=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestStri=
ngUtilities.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestStringUtil=
ities.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestStringUtil=
ities.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestZipF=
ileUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestZipFileUti=
l.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestZipFileUti=
l.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/UnitTest=
Util.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/core/util/UnitTestUtil.j=
ava 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/UnitTestUtil.j=
ava 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/admin/AdminMes=
sages.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/admin/AdminMessages.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/admin/AdminMessages.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/messa=
ge/DefaultMessage.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/message/Def=
aultMessage.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/message/Def=
aultMessage.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/messa=
ge/Message.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/message/Mes=
sage.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/message/Mes=
sage.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/messa=
ge/MessageList.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/message/Mes=
sageList.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/message/Mes=
sageList.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/messa=
ge/MessageTypes.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/message/Mes=
sageTypes.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/message/Mes=
sageTypes.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/E=
ntityInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/EntityI=
nfo.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/EntityI=
nfo.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/F=
eatureInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/Feature=
Info.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/Feature=
Info.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/X=
MIConstants.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMICons=
tants.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMICons=
tants.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/X=
MIHeader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIHead=
er.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIHead=
er.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/X=
MIReaderAdapter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIRead=
erAdapter.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIRead=
erAdapter.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/=
security/AuthorizationException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/AuthorizationException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/AuthorizationException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/=
security/AuthorizationMgmtException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/AuthorizationMgmtException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/AuthorizationMgmtException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/=
security/InvalidPrincipalException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/InvalidPrincipalException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/InvalidPrincipalException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/=
security/InvalidUserException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/InvalidUserException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/InvalidUserException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/=
security/InvalidVDBException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/InvalidVDBException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/InvalidVDBException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/=
security/MembershipServiceException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/MembershipServiceException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/MembershipServiceException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/=
security/MetaMatrixAuthenticationException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/MetaMatrixAuthenticationException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/MetaMatrixAuthenticationException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/=
security/SessionServiceException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/SessionServiceException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/SessionServiceException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/=
security/UnsupportedCredentialException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/UnsupportedCredentialException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/securi=
ty/UnsupportedCredentialException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/=
server/InvalidRequestIDException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/server=
/InvalidRequestIDException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/server=
/InvalidRequestIDException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/CommonP=
lugin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/CommonPlugin.=
java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/CommonPlugin.=
java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/AbstractObjectEditor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Abstr=
actObjectEditor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Abstr=
actObjectEditor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/ActionDefinition.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Actio=
nDefinition.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Actio=
nDefinition.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/AddNamedObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/AddNa=
medObject.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/AddNa=
medObject.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/AddObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/AddOb=
ject.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/AddOb=
ject.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/AttributeDefinition.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Attri=
buteDefinition.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Attri=
buteDefinition.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/BasicModificationActionQueue.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Basic=
ModificationActionQueue.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Basic=
ModificationActionQueue.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/ClassDefinition.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Class=
Definition.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Class=
Definition.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/CreateObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Creat=
eObject.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Creat=
eObject.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/DestroyObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Destr=
oyObject.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Destr=
oyObject.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/ExchangeBoolean.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngeBoolean.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngeBoolean.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/ExchangeDouble.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngeDouble.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngeDouble.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/ExchangeFloat.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngeFloat.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngeFloat.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/ExchangeInt.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngeInt.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngeInt.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/ExchangeLong.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngeLong.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngeLong.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/ExchangeNamedObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngeNamedObject.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngeNamedObject.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/ExchangeObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngeObject.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngeObject.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/ExchangePrimitive.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngePrimitive.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngePrimitive.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/ExchangeShort.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngeShort.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Excha=
ngeShort.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/ModificationActionQueue.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Modif=
icationActionQueue.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Modif=
icationActionQueue.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/ModificationException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Modif=
icationException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Modif=
icationException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/NamedObjectActionDefinition.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Named=
ObjectActionDefinition.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Named=
ObjectActionDefinition.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/ObjectEditor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Objec=
tEditor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Objec=
tEditor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/RemoveNamedObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Remov=
eNamedObject.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Remov=
eNamedObject.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/RemoveObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Remov=
eObject.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Remov=
eObject.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/StringLengthExceededException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Strin=
gLengthExceededException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Strin=
gLengthExceededException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions=
/TargetedActionDefinition.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/Targe=
tedActionDefinition.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/Targe=
tedActionDefinition.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
CurrentConfiguration.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/Curren=
tConfiguration.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/Curren=
tConfiguration.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
ResourceNames.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/Resour=
ceNames.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/Resour=
ceNames.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
StartupStateController.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/Startu=
pStateController.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/Startu=
pStateController.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
StartupStateException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/Startu=
pStateException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/Startu=
pStateException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/AuthenticationProvider.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Au=
thenticationProvider.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Au=
thenticationProvider.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/AuthenticationProviderID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Au=
thenticationProviderID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Au=
thenticationProviderID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/AuthenticationProviderType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Au=
thenticationProviderType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Au=
thenticationProviderType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ComponentDefn.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentDefn.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentDefn.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ComponentDefnID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentDefnID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentDefnID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ComponentObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentObject.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentObject.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ComponentObjectID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentObjectID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentObjectID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ComponentType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ComponentTypeDefn.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentTypeDefn.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentTypeDefn.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ComponentTypeDefnID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentTypeDefnID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentTypeDefnID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ComponentTypeID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentTypeID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentTypeID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ComponentTypePropDefn.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentTypePropDefn.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
mponentTypePropDefn.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/Configuration.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nfiguration.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nfiguration.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ConfigurationID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nfigurationID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nfigurationID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ConfigurationInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nfigurationInfo.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nfigurationInfo.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ConfigurationModelContainer.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nfigurationModelContainer.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nfigurationModelContainer.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ConfigurationObjectEditor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nfigurationObjectEditor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nfigurationObjectEditor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ConnectorArchive.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nnectorArchive.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nnectorArchive.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ConnectorBinding.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nnectorBinding.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nnectorBinding.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ConnectorBindingID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nnectorBindingID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nnectorBindingID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ConnectorBindingType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nnectorBindingType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Co=
nnectorBindingType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/DeployedComponent.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/De=
ployedComponent.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/De=
ployedComponent.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/DeployedComponentID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/De=
ployedComponentID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/De=
ployedComponentID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ExtensionModule.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Ex=
tensionModule.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Ex=
tensionModule.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/Host.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Ho=
st.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Ho=
st.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/HostID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Ho=
stID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Ho=
stID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/HostType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Ho=
stType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Ho=
stType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/IndexingServiceComponentType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/In=
dexingServiceComponentType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/In=
dexingServiceComponentType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/LockedConfigurationID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Lo=
ckedConfigurationID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Lo=
ckedConfigurationID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ProductServiceConfig.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pr=
oductServiceConfig.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pr=
oductServiceConfig.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ProductServiceConfigComponentType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pr=
oductServiceConfigComponentType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pr=
oductServiceConfigComponentType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ProductServiceConfigID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pr=
oductServiceConfigID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pr=
oductServiceConfigID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ProductType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pr=
oductType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pr=
oductType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ProductTypeID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pr=
oductTypeID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pr=
oductTypeID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/PropDefnAllowedValue.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pr=
opDefnAllowedValue.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pr=
opDefnAllowedValue.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/PropDefnAllowedValueID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pr=
opDefnAllowedValueID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Pr=
opDefnAllowedValueID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ReleaseInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Re=
leaseInfo.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Re=
leaseInfo.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ResourceComponentType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Re=
sourceComponentType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Re=
sourceComponentType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ResourceDescriptor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Re=
sourceDescriptor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Re=
sourceDescriptor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ResourceDescriptorID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Re=
sourceDescriptorID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Re=
sourceDescriptorID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ResourceModel.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Re=
sourceModel.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Re=
sourceModel.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/RuntimeMetadataServiceComponentType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Ru=
ntimeMetadataServiceComponentType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Ru=
ntimeMetadataServiceComponentType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/SearchbaseConnectorComponentType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Se=
archbaseConnectorComponentType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Se=
archbaseConnectorComponentType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ServiceComponentDefn.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Se=
rviceComponentDefn.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Se=
rviceComponentDefn.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ServiceComponentDefnID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Se=
rviceComponentDefnID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Se=
rviceComponentDefnID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/ServiceComponentType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Se=
rviceComponentType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Se=
rviceComponentType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/SharedResource.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Sh=
aredResource.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Sh=
aredResource.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/SharedResourceID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Sh=
aredResourceID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Sh=
aredResourceID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/VMComponentDefn.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VM=
ComponentDefn.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VM=
ComponentDefn.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/VMComponentDefnID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VM=
ComponentDefnID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VM=
ComponentDefnID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/VMComponentDefnType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VM=
ComponentDefnType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VM=
ComponentDefnType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/exceptions/ConfigurationConnectionException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/ConfigurationConnectionException.java 2009-02-12 20:51:18 UTC (rev=
464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/ConfigurationConnectionException.java 2009-02-12 21:40:56 UTC (rev=
465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/exceptions/ConfigurationException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/ConfigurationException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/ConfigurationException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/exceptions/ConfigurationLockException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/ConfigurationLockException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/ConfigurationLockException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/exceptions/DuplicateComponentException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/DuplicateComponentException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/DuplicateComponentException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/exceptions/InvalidArgumentException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidArgumentException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidArgumentException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/exceptions/InvalidComponentException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidComponentException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidComponentException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/exceptions/InvalidComponentIDCharacterException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidComponentIDCharacterException.java 2009-02-12 20:51:18 UTC =
(rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidComponentIDCharacterException.java 2009-02-12 21:40:56 UTC =
(rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/exceptions/InvalidComponentIDFormatException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidComponentIDFormatException.java 2009-02-12 20:51:18 UTC (re=
v 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidComponentIDFormatException.java 2009-02-12 21:40:56 UTC (re=
v 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/exceptions/InvalidConfigurationException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidConfigurationException.java 2009-02-12 20:51:18 UTC (rev 46=
4)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidConfigurationException.java 2009-02-12 21:40:56 UTC (rev 46=
5)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/exceptions/InvalidDeployedComponentException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidDeployedComponentException.java 2009-02-12 20:51:18 UTC (re=
v 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidDeployedComponentException.java 2009-02-12 21:40:56 UTC (re=
v 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/exceptions/InvalidNameException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidNameException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidNameException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/exceptions/InvalidPropertyValueException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidPropertyValueException.java 2009-02-12 20:51:18 UTC (rev 46=
4)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidPropertyValueException.java 2009-02-12 21:40:56 UTC (rev 46=
5)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/exceptions/InvalidStringValueException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidStringValueException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidStringValueException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/exceptions/InvalidVersionException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidVersionException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/InvalidVersionException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
api/exceptions/ZeroLengthComponentIDException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/ZeroLengthComponentIDException.java 2009-02-12 20:51:18 UTC (rev 4=
64)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ex=
ceptions/ZeroLengthComponentIDException.java 2009-02-12 21:40:56 UTC (rev 4=
65)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicAuthenticationProvider.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicAuthenticationProvider.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicAuthenticationProvider.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicAuthenticationProviderType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicAuthenticationProviderType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicAuthenticationProviderType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicComponentDefn.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicComponentDefn.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicComponentDefn.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicComponentObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicComponentObject.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicComponentObject.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicComponentType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicComponentType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicComponentType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicComponentTypeDefn.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicComponentTypeDefn.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicComponentTypeDefn.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicConfiguration.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicConfiguration.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicConfiguration.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicConfigurationInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicConfigurationInfo.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicConfigurationInfo.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicConfigurationObjectEditor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicConfigurationObjectEditor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicConfigurationObjectEditor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicConnectorArchive.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicConnectorArchive.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicConnectorArchive.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicConnectorBinding.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicConnectorBinding.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicConnectorBinding.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicConnectorBindingType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicConnectorBindingType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicConnectorBindingType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicDeployedComponent.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicDeployedComponent.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicDeployedComponent.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicExtensionModule.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicExtensionModule.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicExtensionModule.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicHost.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicHost.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicHost.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicHostType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicHostType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicHostType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicProductServiceConfig.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicProductServiceConfig.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicProductServiceConfig.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicProductServiceConfigType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicProductServiceConfigType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicProductServiceConfigType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicProductType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicProductType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicProductType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicPropDefnAllowedValue.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicPropDefnAllowedValue.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicPropDefnAllowedValue.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicResourceComponentType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicResourceComponentType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicResourceComponentType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicResourceDescriptor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicResourceDescriptor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicResourceDescriptor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicServiceComponentDefn.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicServiceComponentDefn.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicServiceComponentDefn.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicServiceComponentType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicServiceComponentType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicServiceComponentType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicSharedResource.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicSharedResource.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicSharedResource.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicUtil.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicUtil.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicVMComponentDefn.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicVMComponentDefn.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicVMComponentDefn.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/BasicVMComponentDefnType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicVMComponentDefnType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
BasicVMComponentDefnType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/ComponentCryptoUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
ComponentCryptoUtil.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
ComponentCryptoUtil.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/ConfigurationModel.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
ConfigurationModel.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
ConfigurationModel.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/ConfigurationModelContainerAdapter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
ConfigurationModelContainerAdapter.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
ConfigurationModelContainerAdapter.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/ConfigurationModelContainerImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
ConfigurationModelContainerImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
ConfigurationModelContainerImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/ConfigurationObjectEditorHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
ConfigurationObjectEditorHelper.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
ConfigurationObjectEditorHelper.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/ConfigurationVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
ConfigurationVisitor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
ConfigurationVisitor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
model/PropertyValidations.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
PropertyValidations.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/=
PropertyValidations.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
reader/CurrentConfigurationReader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/reader=
/CurrentConfigurationReader.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/reader=
/CurrentConfigurationReader.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
reader/PropertiesConfigurationReader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/reader=
/PropertiesConfigurationReader.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/reader=
/PropertiesConfigurationReader.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
util/ConfigObjectsNotResolvableException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/util/C=
onfigObjectsNotResolvableException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/util/C=
onfigObjectsNotResolvableException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
util/ConfigUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/util/C=
onfigUtil.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/util/C=
onfigUtil.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
util/ConfigurationImportExportUtility.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/util/C=
onfigurationImportExportUtility.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/util/C=
onfigurationImportExportUtility.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
util/ConfigurationPropertyNames.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/util/C=
onfigurationPropertyNames.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/util/C=
onfigurationPropertyNames.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
util/InvalidConfigurationElementException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/util/I=
nvalidConfigurationElementException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/util/I=
nvalidConfigurationElementException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
xml/ConnectorArchiveImportExportUtility.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/Co=
nnectorArchiveImportExportUtility.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/Co=
nnectorArchiveImportExportUtility.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
xml/XMLConfig_42_ElementNames.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LConfig_42_ElementNames.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LConfig_42_ElementNames.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
xml/XMLConfig_42_HelperImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LConfig_42_HelperImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LConfig_42_HelperImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
xml/XMLConfig_42_ImportExportUtility.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LConfig_42_ImportExportUtility.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LConfig_42_ImportExportUtility.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
xml/XMLConfig_42_Visitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LConfig_42_Visitor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LConfig_42_Visitor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
xml/XMLConfig_Base_ImportExportUtility.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LConfig_Base_ImportExportUtility.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LConfig_Base_ImportExportUtility.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
xml/XMLConfigurationImportExportUtility.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LConfigurationImportExportUtility.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LConfigurationImportExportUtility.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
xml/XMLElementNames.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LElementNames.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LElementNames.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
xml/XMLHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LHelper.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LHelper.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
xml/XMLHelperImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LHelperImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LHelperImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/=
xml/XMLHelperUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LHelperUtil.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XM=
LHelperUtil.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/extensi=
onmodule/ExtensionModuleDescriptor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodu=
le/ExtensionModuleDescriptor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodu=
le/ExtensionModuleDescriptor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/extensi=
onmodule/exception/DuplicateExtensionModuleException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodu=
le/exception/DuplicateExtensionModuleException.java 2009-02-12 20:51:18 UTC=
(rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodu=
le/exception/DuplicateExtensionModuleException.java 2009-02-12 21:40:56 UTC=
(rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/extensi=
onmodule/exception/ExtensionModuleException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodu=
le/exception/ExtensionModuleException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodu=
le/exception/ExtensionModuleException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/extensi=
onmodule/exception/ExtensionModuleNotFoundException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodu=
le/exception/ExtensionModuleNotFoundException.java 2009-02-12 20:51:18 UTC =
(rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodu=
le/exception/ExtensionModuleNotFoundException.java 2009-02-12 21:40:56 UTC =
(rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/extensi=
onmodule/exception/ExtensionModuleOrderingException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodu=
le/exception/ExtensionModuleOrderingException.java 2009-02-12 20:51:18 UTC =
(rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodu=
le/exception/ExtensionModuleOrderingException.java 2009-02-12 21:40:56 UTC =
(rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/extensi=
onmodule/exception/ExtensionModuleRuntimeException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodu=
le/exception/ExtensionModuleRuntimeException.java 2009-02-12 20:51:18 UTC (=
rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodu=
le/exception/ExtensionModuleRuntimeException.java 2009-02-12 21:40:56 UTC (=
rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/extensi=
onmodule/exception/InvalidExtensionModuleTypeException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodu=
le/exception/InvalidExtensionModuleTypeException.java 2009-02-12 20:51:18 U=
TC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodu=
le/exception/InvalidExtensionModuleTypeException.java 2009-02-12 21:40:56 U=
TC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/id/Tran=
sactionID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/id/Transactio=
nID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/id/Transactio=
nID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/id/Tran=
sactionIDFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/id/Transactio=
nIDFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/id/Transactio=
nIDFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/Log=
Configuration.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/LogConfig=
uration.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/LogConfig=
uration.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/Log=
Manager.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/LogManage=
r.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/LogManage=
r.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/con=
fig/BasicLogConfiguration.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/config/Ba=
sicLogConfiguration.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/config/Ba=
sicLogConfiguration.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/con=
fig/DefaultLogConfigurationFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/config/De=
faultLogConfigurationFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/config/De=
faultLogConfigurationFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/con=
fig/LogConfigurationException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/config/Lo=
gConfigurationException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/config/Lo=
gConfigurationException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/con=
fig/LogConfigurationFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/config/Lo=
gConfigurationFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/config/Lo=
gConfigurationFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/for=
mat/DelimitedLogMessageFormat.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/format/De=
limitedLogMessageFormat.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/format/De=
limitedLogMessageFormat.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/for=
mat/LogMessageFormat.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/format/Lo=
gMessageFormat.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/format/Lo=
gMessageFormat.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/rea=
der/LogEntry.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/Lo=
gEntry.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/Lo=
gEntry.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/rea=
der/LogEntryPropertyNames.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/Lo=
gEntryPropertyNames.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/Lo=
gEntryPropertyNames.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/rea=
der/LogReader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/Lo=
gReader.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/Lo=
gReader.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/namedob=
ject/BaseID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/B=
aseID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/B=
aseID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/namedob=
ject/BaseObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/B=
aseObject.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/B=
aseObject.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/namedob=
ject/BasicObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/B=
asicObject.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/B=
asicObject.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/namedob=
ject/IDVerifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/I=
DVerifier.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/I=
DVerifier.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
ConfigurationPropertyObjDisplayComparator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Config=
urationPropertyObjDisplayComparator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Config=
urationPropertyObjDisplayComparator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
DefaultPropertyAccessPolicy.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Defaul=
tPropertyAccessPolicy.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Defaul=
tPropertyAccessPolicy.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
DefaultPropertyDefinitionFilter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Defaul=
tPropertyDefinitionFilter.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Defaul=
tPropertyDefinitionFilter.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
Multiplicity.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Multip=
licity.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Multip=
licity.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
MultiplicityExpressionException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Multip=
licityExpressionException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Multip=
licityExpressionException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
MultiplicityPool.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Multip=
licityPool.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Multip=
licityPool.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
ObjectDefinition.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Object=
Definition.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Object=
Definition.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
ObjectDefinitionDisplayNameComparator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Object=
DefinitionDisplayNameComparator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Object=
DefinitionDisplayNameComparator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
ObjectDefinitionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Object=
DefinitionFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Object=
DefinitionFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
ObjectDefinitionImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Object=
DefinitionImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Object=
DefinitionImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
ObjectDefinitionImplFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Object=
DefinitionImplFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Object=
DefinitionImplFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
PropertiedObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tiedObject.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tiedObject.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
PropertiedObjectEditor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tiedObjectEditor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tiedObjectEditor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
PropertiedObjectEditorImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tiedObjectEditorImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tiedObjectEditorImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
PropertiedObjectImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tiedObjectImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tiedObjectImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
PropertiedObjectView.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tiedObjectView.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tiedObjectView.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
PropertiedObjectsEditor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tiedObjectsEditor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tiedObjectsEditor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
PropertiedObjectsEditorImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tiedObjectsEditorImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tiedObjectsEditorImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
PropertyAccessPolicy.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyAccessPolicy.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyAccessPolicy.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
PropertyAccessPolicyImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyAccessPolicyImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyAccessPolicyImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
PropertyDefinition.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyDefinition.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyDefinition.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
PropertyDefinitionFilter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyDefinitionFilter.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyDefinitionFilter.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
PropertyDefinitionGroup.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyDefinitionGroup.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyDefinitionGroup.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
PropertyDefinitionImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyDefinitionImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyDefinitionImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
PropertyDefinitionImplFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyDefinitionImplFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyDefinitionImplFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
PropertyType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
PropertyTypeValidator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyTypeValidator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Proper=
tyTypeValidator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/=
StandardPropertyTypeValidator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Standa=
rdPropertyTypeValidator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Standa=
rdPropertyTypeValidator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/queue/W=
orkerPool.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerP=
ool.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerP=
ool.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/queue/W=
orkerPoolFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerP=
oolFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerP=
oolFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/queue/W=
orkerPoolStats.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerP=
oolStats.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerP=
oolStats.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/transac=
tion/TransactionException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/transaction/T=
ransactionException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/transaction/T=
ransactionException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/transac=
tion/TransactionNotSupportedException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/transaction/T=
ransactionNotSupportedException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/transaction/T=
ransactionNotSupportedException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/transac=
tion/TransactionStatus.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/transaction/T=
ransactionStatus.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/transaction/T=
ransactionStatus.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/transac=
tion/UserTransaction.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/transaction/U=
serTransaction.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/transaction/U=
serTransaction.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/transac=
tion/UserTransactionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/transaction/U=
serTransactionFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/transaction/U=
serTransactionFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/transac=
tion/manager/SimpleUserTransaction.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/transaction/m=
anager/SimpleUserTransaction.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/transaction/m=
anager/SimpleUserTransaction.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/transac=
tion/manager/SimpleUserTransactionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/transaction/m=
anager/SimpleUserTransactionFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/transaction/m=
anager/SimpleUserTransactionFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/Ab=
stractTreeView.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/Abstract=
TreeView.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/Abstract=
TreeView.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/Ch=
ildRules.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/ChildRul=
es.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/ChildRul=
es.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/De=
faultChildRules.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/DefaultC=
hildRules.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/DefaultC=
hildRules.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/Pa=
ssThroughTreeNodeFilter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/PassThro=
ughTreeNodeFilter.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/PassThro=
ughTreeNodeFilter.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/Ru=
ledTreeViewImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/RuledTre=
eViewImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/RuledTre=
eViewImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/Tr=
eeNode.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/Tr=
eeNodeComparator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
Comparator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
Comparator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/Tr=
eeNodeEditor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
Editor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
Editor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/Tr=
eeNodeException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
Exception.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
Exception.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/Tr=
eeNodeFilter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
Filter.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
Filter.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/Tr=
eeNodeIterator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
Iterator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
Iterator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/Tr=
eeNodeIteratorWithStack.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
IteratorWithStack.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
IteratorWithStack.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/Tr=
eeNodeNameComparator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
NameComparator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
NameComparator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/Tr=
eeNodePathComparator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
PathComparator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
PathComparator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/Tr=
eeNodePropertyComparator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
PropertyComparator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
PropertyComparator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/Tr=
eeNodeSource.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
Source.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode=
Source.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/Tr=
eeView.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeView=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeView=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/ba=
sic/BasicTreeNode.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/Ba=
sicTreeNode.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/Ba=
sicTreeNode.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/ba=
sic/BasicTreeNodeEditor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/Ba=
sicTreeNodeEditor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/Ba=
sicTreeNodeEditor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/ba=
sic/BasicTreeNodeIterator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/Ba=
sicTreeNodeIterator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/Ba=
sicTreeNodeIterator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/ba=
sic/BasicTreeNodeSource.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/Ba=
sicTreeNodeSource.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/Ba=
sicTreeNodeSource.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/ba=
sic/BasicTreeView.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/Ba=
sicTreeView.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/Ba=
sicTreeView.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/DirectoryEntry.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/DirectoryEntry.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/DirectoryEntry.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/DirectoryEntryEditor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/DirectoryEntryEditor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/DirectoryEntryEditor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/DirectoryEntryFilter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/DirectoryEntryFilter.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/DirectoryEntryFilter.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/DirectoryEntryNameAndTypeComparator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/DirectoryEntryNameAndTypeComparator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/DirectoryEntryNameAndTypeComparator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/DirectoryEntryView.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/DirectoryEntryView.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/DirectoryEntryView.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/FileDefinition.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FileDefinition.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FileDefinition.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/FileDefinitionImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FileDefinitionImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FileDefinitionImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/FileSystemEntry.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FileSystemEntry.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FileSystemEntry.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/FileSystemEntryEditor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FileSystemEntryEditor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FileSystemEntryEditor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/FileSystemFilter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FileSystemFilter.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FileSystemFilter.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/FileSystemView.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FileSystemView.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FileSystemView.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/FolderDefinition.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FolderDefinition.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FolderDefinition.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/FolderDefinitionImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FolderDefinitionImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FolderDefinitionImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/FolderOnlyFilter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FolderOnlyFilter.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/FolderOnlyFilter.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/PassThroughDirectoryEntryFilter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/PassThroughDirectoryEntryFilter.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/PassThroughDirectoryEntryFilter.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/PlatformAwareFilePermission.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/PlatformAwareFilePermission.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/PlatformAwareFilePermission.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/PreviewableDirectoryEntry.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/PreviewableDirectoryEntry.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/PreviewableDirectoryEntry.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/di=
rectory/RuledDirectoryEntryViewImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/RuledDirectoryEntryViewImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/director=
y/RuledDirectoryEntryViewImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/Co=
mmonPropertyNames.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/CommonPr=
opertyNames.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/CommonPr=
opertyNames.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/Er=
rorMessageKeys.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/ErrorMes=
sageKeys.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/ErrorMes=
sageKeys.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/In=
tervals.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/Interval=
s.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/Interval=
s.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/Lo=
gCommonConstants.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/LogCommo=
nConstants.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/LogCommo=
nConstants.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/Lo=
gContextsUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/LogConte=
xtsUtil.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/LogConte=
xtsUtil.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/Mu=
ltipleRequestConfirmation.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/Multiple=
RequestConfirmation.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/Multiple=
RequestConfirmation.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/OS=
PlatformUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/OSPlatfo=
rmUtil.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/OSPlatfo=
rmUtil.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/Pe=
rmutation.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/Permutat=
ion.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/Permutat=
ion.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/VD=
BNameValidator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/VDBNameV=
alidator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/VDBNameV=
alidator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/VM=
Naming.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/VMNaming=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/VMNaming=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/cr=
ypto/keymanage/FilePasswordConverter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/crypto/k=
eymanage/FilePasswordConverter.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/crypto/k=
eymanage/FilePasswordConverter.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api=
/DEFReaderWriter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/DEFRe=
aderWriter.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/DEFRe=
aderWriter.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api=
/Manifest.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/Manif=
est.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/Manif=
est.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api=
/ModelInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/Model=
Info.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/Model=
Info.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api=
/SystemVdbUtility.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/Syste=
mVdbUtility.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/Syste=
mVdbUtility.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api=
/VDBArchive.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBAr=
chive.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBAr=
chive.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api=
/VDBDefn.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBDe=
fn.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBDe=
fn.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api=
/VDBFile.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBFi=
le.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBFi=
le.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api=
/VDBInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBIn=
fo.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBIn=
fo.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api=
/VDBStream.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBSt=
ream.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBSt=
ream.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api=
/VDBStreamImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBSt=
reamImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBSt=
reamImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/xa/Tran=
sactionID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/xa/Transactio=
nID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/xa/Transactio=
nID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/xml/XML=
ReaderWriter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/xml/XMLReader=
Writer.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/xml/XMLReader=
Writer.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/xml/XML=
ReaderWriterImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/xml/XMLReader=
WriterImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/xml/XMLReader=
WriterImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/xml/XPa=
thUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/xml/XPathUtil=
.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/xml/XPathUtil=
.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/xml/Xml=
Util.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/xml/XmlUtil.j=
ava 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/xml/XmlUtil.j=
ava 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/xml/xmi=
/XMIContentHandler.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/xml/xmi/XMICo=
ntentHandler.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/xml/xmi/XMICo=
ntentHandler.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/xml/xmi=
/XMIHeaderContentHandler.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/xml/xmi/XMIHe=
aderContentHandler.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/xml/xmi/XMIHe=
aderContentHandler.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/Abs=
tractEventBroker.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/AbstractE=
ventBroker.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/AbstractE=
ventBroker.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/Abs=
tractEventSource.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/AbstractE=
ventSource.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/AbstractE=
ventSource.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/Asy=
nchEventBroker.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/AsynchEve=
ntBroker.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/AsynchEve=
ntBroker.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/Eve=
ntBroker.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/EventBrok=
er.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/EventBrok=
er.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/Eve=
ntBrokerException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/EventBrok=
erException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/EventBrok=
erException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/Eve=
ntManager.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/EventMana=
ger.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/EventMana=
ger.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/Eve=
ntObjectListener.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/EventObje=
ctListener.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/EventObje=
ctListener.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/Eve=
ntSource.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/EventSour=
ce.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/EventSour=
ce.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/Eve=
ntSourceException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/EventSour=
ceException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/EventSour=
ceException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/Tar=
getableEvent.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/Targetabl=
eEvent.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/Targetabl=
eEvent.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/core/util/Temp=
Directory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/core/util/TempDirect=
ory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/util/TempDirect=
ory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/core/util/Temp=
DirectoryMonitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/core/util/TempDirect=
oryMonitor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/util/TempDirect=
oryMonitor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/core/xml/CoreX=
mlPlugin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/core/xml/CoreXmlPlug=
in.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/xml/CoreXmlPlug=
in.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/=
xml/JdomHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/Jd=
omHelper.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/Jd=
omHelper.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/=
xml/SAXBuilderHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/SA=
XBuilderHelper.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/SA=
XBuilderHelper.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/=
xml/XPathHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/XP=
athHelper.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/XP=
athHelper.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/=
xml/vdb/TerminatingVdbHeaderContentHandler.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vd=
b/TerminatingVdbHeaderContentHandler.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vd=
b/TerminatingVdbHeaderContentHandler.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/=
xml/vdb/VdbHeader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vd=
b/VdbHeader.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vd=
b/VdbHeader.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/=
xml/vdb/VdbHeaderReader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vd=
b/VdbHeaderReader.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vd=
b/VdbHeaderReader.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/=
xml/vdb/VdbModelInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vd=
b/VdbModelInfo.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vd=
b/VdbModelInfo.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/=
xml/vdb/VdbNonModelInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vd=
b/VdbNonModelInfo.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vd=
b/VdbNonModelInfo.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/=
xml/xmi/ModelImportInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xm=
i/ModelImportInfo.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xm=
i/ModelImportInfo.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/=
xml/xmi/TerminatingXMIHeaderContentHandler.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xm=
i/TerminatingXMIHeaderContentHandler.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xm=
i/TerminatingXMIHeaderContentHandler.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/=
xml/xmi/XMIHeader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xm=
i/XMIHeader.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xm=
i/XMIHeader.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/=
xml/xmi/XMIHeaderReader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xm=
i/XMIHeaderReader.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xm=
i/XMIHeaderReader.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/=
xml/xsd/TerminatingXsdHeaderContentHandler.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xs=
d/TerminatingXsdHeaderContentHandler.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xs=
d/TerminatingXsdHeaderContentHandler.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/=
xml/xsd/XsdHeader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xs=
d/XsdHeader.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xs=
d/XsdHeader.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/=
xml/xsd/XsdHeaderReader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xs=
d/XsdHeaderReader.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xs=
d/XsdHeaderReader.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/metadata/runti=
me/api/MetadataID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api=
/MetadataID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api=
/MetadataID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/metadata/runti=
me/api/MetadataObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api=
/MetadataObject.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api=
/MetadataObject.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/metadata/runti=
me/api/VirtualDatabase.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api=
/VirtualDatabase.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api=
/VirtualDatabase.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/metadata/runti=
me/api/VirtualDatabaseID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api=
/VirtualDatabaseID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api=
/VirtualDatabaseID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/metadata/runti=
me/exception/VirtualDatabaseException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/exc=
eption/VirtualDatabaseException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/exc=
eption/VirtualDatabaseException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/AuthorizationAdminAPI.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/A=
uthorizationAdminAPI.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/A=
uthorizationAdminAPI.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/AuthorizationEditor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/A=
uthorizationEditor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/A=
uthorizationEditor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/ConfigurationAdminAPI.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/C=
onfigurationAdminAPI.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/C=
onfigurationAdminAPI.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/EntitlementMigrationReport.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/E=
ntitlementMigrationReport.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/E=
ntitlementMigrationReport.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/ExtensionSourceAdminAPI.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/E=
xtensionSourceAdminAPI.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/E=
xtensionSourceAdminAPI.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/MembershipAdminAPI.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/M=
embershipAdminAPI.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/M=
embershipAdminAPI.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/PermissionDataNode.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/P=
ermissionDataNode.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/P=
ermissionDataNode.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/PermissionDataNodeDefinition.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/P=
ermissionDataNodeDefinition.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/P=
ermissionDataNodeDefinition.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/PermissionDataNodeTreeView.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/P=
ermissionDataNodeTreeView.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/P=
ermissionDataNodeTreeView.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/PermissionNode.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/P=
ermissionNode.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/P=
ermissionNode.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/PermissionTreeView.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/P=
ermissionTreeView.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/P=
ermissionTreeView.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/PlatformAdminLogConstants.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/P=
latformAdminLogConstants.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/P=
latformAdminLogConstants.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/RuntimeStateAdminAPI.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/R=
untimeStateAdminAPI.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/R=
untimeStateAdminAPI.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/RuntimeStateChangeEvent.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/R=
untimeStateChangeEvent.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/R=
untimeStateChangeEvent.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/SessionAdminAPI.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/S=
essionAdminAPI.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/S=
essionAdminAPI.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/SubSystemAdminAPI.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/S=
ubSystemAdminAPI.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/S=
ubSystemAdminAPI.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/exception/MetaMatrixAdminException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/e=
xception/MetaMatrixAdminException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/e=
xception/MetaMatrixAdminException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/exception/PermissionNodeException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/e=
xception/PermissionNodeException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/e=
xception/PermissionNodeException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/exception/PermissionNodeNotActionableException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/e=
xception/PermissionNodeNotActionableException.java 2009-02-12 20:51:18 UTC =
(rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/e=
xception/PermissionNodeNotActionableException.java 2009-02-12 21:40:56 UTC =
(rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/exception/PermissionNodeNotFoundException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/e=
xception/PermissionNodeNotFoundException.java 2009-02-12 20:51:18 UTC (rev =
464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/e=
xception/PermissionNodeNotFoundException.java 2009-02-12 21:40:56 UTC (rev =
465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/exception/ProductNotRegisteredException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/e=
xception/ProductNotRegisteredException.java 2009-02-12 20:51:18 UTC (rev 46=
4)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/e=
xception/ProductNotRegisteredException.java 2009-02-12 21:40:56 UTC (rev 46=
5)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/exception/UnknownProductOrSubsystemException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/e=
xception/UnknownProductOrSubsystemException.java 2009-02-12 20:51:18 UTC (r=
ev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/e=
xception/UnknownProductOrSubsystemException.java 2009-02-12 21:40:56 UTC (r=
ev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/runtime/ComponentData.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/r=
untime/ComponentData.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/r=
untime/ComponentData.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/runtime/HostData.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/r=
untime/HostData.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/r=
untime/HostData.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/runtime/PSCData.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/r=
untime/PSCData.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/r=
untime/PSCData.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/runtime/ProcessData.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/r=
untime/ProcessData.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/r=
untime/ProcessData.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/runtime/PscID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/r=
untime/PscID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/r=
untime/PscID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/runtime/ServiceData.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/r=
untime/ServiceData.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/r=
untime/ServiceData.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/api/runtime/SystemState.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/r=
untime/SystemState.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/r=
untime/SystemState.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/apiimpl/PermissionDataNodeDefinitionImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiim=
pl/PermissionDataNodeDefinitionImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiim=
pl/PermissionDataNodeDefinitionImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/apiimpl/PermissionDataNodeImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiim=
pl/PermissionDataNodeImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiim=
pl/PermissionDataNodeImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin=
/apiimpl/PermissionDataNodeTreeViewImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiim=
pl/PermissionDataNodeTreeViewImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiim=
pl/PermissionDataNodeTreeViewImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/AbstractAuthorizationObjectEditor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AbstractAuthorizationObjectEditor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AbstractAuthorizationObjectEditor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/AuthorizationActions.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationActions.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationActions.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/AuthorizationModel.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationModel.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationModel.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/AuthorizationObjectEditor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationObjectEditor.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationObjectEditor.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/AuthorizationPermission.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationPermission.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationPermission.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/AuthorizationPermissionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationPermissionFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationPermissionFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/AuthorizationPermissions.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationPermissions.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationPermissions.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/AuthorizationPermissionsImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationPermissionsImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationPermissionsImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/AuthorizationPolicy.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationPolicy.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationPolicy.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/AuthorizationPolicyFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationPolicyFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationPolicyFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/AuthorizationPolicyID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationPolicyID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationPolicyID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/AuthorizationRealm.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationRealm.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationRealm.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/AuthorizationResource.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationResource.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/AuthorizationResource.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/BasicAuthorizationPermission.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/BasicAuthorizationPermission.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/BasicAuthorizationPermission.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/BasicAuthorizationPermissionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/BasicAuthorizationPermissionFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/BasicAuthorizationPermissionFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/Credentials.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/Credentials.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/Credentials.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/DataAccessResource.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/DataAccessResource.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/DataAccessResource.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/GranteeEntitlementEntry.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/GranteeEntitlementEntry.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/GranteeEntitlementEntry.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/SecurityMessagesKeys.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/SecurityMessagesKeys.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/SecurityMessagesKeys.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/SecurityPlugin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/SecurityPlugin.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/SecurityPlugin.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/api/StandardAuthorizationActions.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/StandardAuthorizationActions.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ap=
i/StandardAuthorizationActions.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/util/LogSecurityConstants.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ut=
il/LogSecurityConstants.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ut=
il/LogSecurityConstants.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/util/RolePermission.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ut=
il/RolePermission.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ut=
il/RolePermission.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/secur=
ity/util/RolePermissionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/ut=
il/RolePermissionFactory.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/ut=
il/RolePermissionFactory.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/servi=
ce/api/ServiceID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/service/api=
/ServiceID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/service/api=
/ServiceID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/servi=
ce/api/ServiceState.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/service/api=
/ServiceState.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/service/api=
/ServiceState.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/vm/co=
ntroller/SocketListenerStats.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controll=
er/SocketListenerStats.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controll=
er/SocketListenerStats.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/vm/co=
ntroller/VMControllerID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controll=
er/VMControllerID.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controll=
er/VMControllerID.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/vm/co=
ntroller/VMStatistics.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controll=
er/VMStatistics.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controll=
er/VMStatistics.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/server/admin/a=
pi/MaterializationLoadScripts.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/Mat=
erializationLoadScripts.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/Mat=
erializationLoadScripts.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/server/admin/a=
pi/QueryAdminAPI.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/Que=
ryAdminAPI.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/Que=
ryAdminAPI.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/server/admin/a=
pi/RuntimeMetadataAdminAPI.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/Run=
timeMetadataAdminAPI.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/Run=
timeMetadataAdminAPI.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/server/admin/a=
pi/TransactionAdminAPI.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/Tra=
nsactionAdminAPI.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/Tra=
nsactionAdminAPI.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/server/admin/a=
piimpl/MaterializationLoadScriptsImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/server/admin/apiimpl=
/MaterializationLoadScriptsImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/server/admin/apiimpl=
/MaterializationLoadScriptsImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/edit/loade=
r/VdbProcessingException.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/edit/loader/VdbP=
rocessingException.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/edit/loader/VdbP=
rocessingException.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materializ=
ation/DatabaseDialect.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
DatabaseDialect.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
DatabaseDialect.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materializ=
ation/MaterializedViewScriptGenerator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
MaterializedViewScriptGenerator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
MaterializedViewScriptGenerator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materializ=
ation/MaterializedViewScriptGeneratorImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
MaterializedViewScriptGeneratorImpl.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
MaterializedViewScriptGeneratorImpl.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materializ=
ation/ScriptDecorator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
ScriptDecorator.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
ScriptDecorator.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materializ=
ation/ScriptType.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
ScriptType.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
ScriptType.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materializ=
ation/template/ExpandedTemplate.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
template/ExpandedTemplate.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
template/ExpandedTemplate.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materializ=
ation/template/MaterializedViewConnectionData.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
template/MaterializedViewConnectionData.java 2009-02-12 20:51:18 UTC (rev 4=
64)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
template/MaterializedViewConnectionData.java 2009-02-12 21:40:56 UTC (rev 4=
65)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materializ=
ation/template/MaterializedViewData.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
template/MaterializedViewData.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
template/MaterializedViewData.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materializ=
ation/template/Template.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
template/Template.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
template/Template.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materializ=
ation/template/TemplateData.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
template/TemplateData.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
template/TemplateData.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materializ=
ation/template/TemplateExpander.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
template/TemplateExpander.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/=
template/TemplateExpander.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/Ba=
sicModelInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicMod=
elInfo.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicMod=
elInfo.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/Ba=
sicURIModelResource.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicURI=
ModelResource.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicURI=
ModelResource.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/Ba=
sicVDBDefn.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicVDB=
Defn.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicVDB=
Defn.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/Ba=
sicVDBInfo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicVDB=
Info.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicVDB=
Info.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/UR=
IModelResource.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIModel=
Resource.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIModel=
Resource.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/UR=
IResource.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIResou=
rce.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIResou=
rce.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/UR=
IResourceReader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIResou=
rceReader.java 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIResou=
rceReader.java 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/VD=
BKey.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/VDBKey.j=
ava 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/VDBKey.j=
ava 2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor =
- * license agreements. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
* =
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/common-internal/src/main/resources/com/metamatrix/common/co=
nfig/api/resourcetypemodel.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/resources/com/metamatrix/common/config/a=
pi/resourcetypemodel.xml 2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/resources/com/metamatrix/common/config/a=
pi/resourcetypemodel.xml 2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
List(s) of values, which are =
usally
- * List of IExpression (usually ILiteral)
+ * @param List of Lists containing the actual values
* @return New IBulkInsert
*/
- IBulkInsert createBulkInsert(IGroup group, List columns, List rows);
+ IBulkInsert createBulkInsert(IGroup group, List columns, Lis=
t> rows);
=
/**
* Create new IS NULL criteria
@@ -181,7 +182,7 @@
* @param criteria List of ICriteria (considered to be AND'ed together)
* @return New IJoin
*/
- IJoin createJoin(int joinType, IFromItem leftItem, IFromItem rightItem=
, List criteria);
+ IJoin createJoin(IJoin.JoinType joinType, IFromItem leftItem, IFromIte=
m rightItem, List criteria);
=
/**
* Create new LIKE criteria
@@ -213,7 +214,7 @@
* @param items List of IOrderByItem
* @return New IOrderBy
*/
- IOrderBy createOrderBy(List items);
+ IOrderBy createOrderBy(List items);
=
/**
* Create new ORDER BY item
@@ -233,7 +234,7 @@
* @param metadataReference Metadata identifier reference
* @return New IParameter
*/
- IParameter createParameter(int index, int direction, Object value, Cla=
ss type, MetadataID metadataReference);
+ IParameter createParameter(int index, Direction direction, Object valu=
e, Class type, MetadataID metadataReference);
=
/**
* Create new procedure
@@ -242,7 +243,7 @@
* @param metadataReference Metadata identifier reference
* @return New IProcedure
*/
- IProcedure createProcedure(String name, List parameters, MetadataID me=
tadataReference);
+ IProcedure createProcedure(String name, List parameters, M=
etadataID metadataReference);
=
/**
* Create new query
@@ -273,7 +274,7 @@
* @param type Data type
* @return New ICaseExpression
*/ =
- ISearchedCaseExpression createSearchedCaseExpression(List whenExpressi=
ons, List thenExpressions, IExpression elseExpression, Class type);
+ ISearchedCaseExpression createSearchedCaseExpression(List=
whenExpressions, List thenExpressions, IExpression elseExpres=
sion, Class type);
=
/**
* Create new SELECT clause
@@ -281,7 +282,7 @@
* @param selectSymbols List of ISelectSymbol
* @return New ISelect
*/
- ISelect createSelect(boolean isDistinct, List selectSymbols);
+ ISelect createSelect(boolean isDistinct, List selectSym=
bols);
=
/**
* Create new select symbol
@@ -299,7 +300,7 @@
* @param subquery Right subquery
* @return New ISubqueryCompareCriteria
*/
- ISubqueryCompareCriteria createSubqueryCompareCriteria(IExpression lef=
tExpression, int operator, int quantifier, IQuery subquery);
+ ISubqueryCompareCriteria createSubqueryCompareCriteria(IExpression lef=
tExpression, ICompareCriteria.Operator operator, ISubqueryCompareCriteria.Q=
uantifier quantifier, IQuery subquery);
=
/**
* Create new subquery IN criteria
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/IOrderBy.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IOr=
derBy.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IOr=
derBy.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -38,12 +38,12 @@
* Get list of {@link IOrderByItem}s specifying the ordering of the re=
sults.
* @return List of IOrderByItem
*/
- List getItems();
+ List getItems();
=
/**
* Set list of {@link IOrderByItem}s specifying the ordering of the re=
sults.
* @param items List of IOrderByItem
*/
- void setItems(List items);
+ void setItems(List items);
=
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/IParameter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPa=
rameter.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPa=
rameter.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -26,13 +26,15 @@
* Represents an execution parameter.
*/
public interface IParameter extends ILanguageObject, IMetadataReference {
+ =
+ public enum Direction {
+ IN,
+ OUT,
+ INOUT,
+ RETURN,
+ RESULT_SET
+ }
=
- public static final int IN =3D 0;
- public static final int OUT =3D 1;
- public static final int INOUT =3D 2;
- public static final int RETURN =3D 3;
- public static final int RESULT_SET =3D 4;
-
/**
* Get index of this parameter in the IExecution.
* @return Index of the parameter
@@ -42,12 +44,12 @@
/**
* Get direction of parameter
* @return Direction
- * @see #IN
- * @see #OUT
- * @see #INOUT
- * @see #RETURN
+ * @see Direction#IN
+ * @see Direction#OUT
+ * @see Direction#INOUT
+ * @see Direction#RETURN
*/
- int getDirection();
+ Direction getDirection();
=
/**
* Get type of parameter, defined as a Java class. Output result sets=
will
@@ -84,12 +86,12 @@
/**
* Set direction of parameter
* @param direction Direction
- * @see #IN
- * @see #OUT
- * @see #INOUT
- * @see #RETURN
+ * @see Direction#IN
+ * @see Direction#OUT
+ * @see Direction#INOUT
+ * @see Direction#RETURN
*/
- void setDirection(int direction);
+ void setDirection(Direction direction);
=
/**
* Set type of parameter, defined as a Java class. Output result sets=
will
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/IProcedure.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPr=
ocedure.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPr=
ocedure.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -40,7 +40,7 @@
* The parameters describe inputs and outputs.
* @return List of IParameter
*/
- List getParameters();
+ List getParameters();
=
/**
* Sets the name of the procedure.
@@ -53,6 +53,6 @@
* The parameters describe inputs and outputs.
* @param parameters List of IParameter
*/
- void setParameters(List parameters);
+ void setParameters(List parameters);
=
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/ISelect.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISe=
lect.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISe=
lect.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -33,7 +33,7 @@
* Get List of ISelectSymbol.
* @return List of ISelectSymbol
*/
- List getSelectSymbols();
+ List getSelectSymbols();
=
/**
* Determine whether the DISTINCT flag is used in this SELECT.
@@ -45,7 +45,7 @@
* Set List of ISelectSymbol.
* @param symbols List of ISelectSymbol
*/
- void setSelectSymbols(List symbols);
+ void setSelectSymbols(List symbols);
=
/**
* Set whether the DISTINCT flag is used in this SELECT.
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/ISubqueryCompareCriteria.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISu=
bqueryCompareCriteria.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISu=
bqueryCompareCriteria.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -29,16 +29,10 @@
*/
public interface ISubqueryCompareCriteria extends IPredicateCriteria, ISub=
queryContainer {
=
- public static final int EQ =3D 1;
- public static final int NE =3D 2;
- public static final int LT =3D 3;
- public static final int LE =3D 4;
- public static final int GT =3D 5;
- public static final int GE =3D 6;
-
- public static final int SOME =3D 0;
- public static final int ALL =3D 1;
-
+ public enum Quantifier {
+ SOME,
+ ALL
+ }
/**
* Get left expression.
* @return Left expression
@@ -55,15 +49,15 @@
* @see #GT
* @see #GE
*/
- int getOperator();
+ ICompareCriteria.Operator getOperator();
=
/**
* Get quantifier.
* @return Quantifier constant
- * @see #SOME
- * @see #ALL
+ * @see Quantifier#SOME
+ * @see Quantifier#ALL
*/
- int getQuantifier();
+ Quantifier getQuantifier();
=
/**
* Set left expression.
@@ -81,15 +75,15 @@
* @see #GT
* @see #GE
*/
- void setOperator(int operator);
+ void setOperator(ICompareCriteria.Operator operator);
=
/**
* Set quantifier.
* @param quantifier Quantifier constant
- * @see #SOME
- * @see #ALL
+ * @see Quantifier#SOME
+ * @see Quantifier#ALL
*/
- void setQuantifier(int quantifier);
+ void setQuantifier(Quantifier quantifier);
=
=
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/LanguageUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/Lan=
guageUtil.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/Lan=
guageUtil.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -23,9 +23,9 @@
package com.metamatrix.connector.language;
=
import java.util.*;
-import java.util.Collections;
-import java.util.List;
=
+import com.metamatrix.connector.language.ICompoundCriteria.Operator;
+
/**
* Helpful utility methods to work with language interfaces. =
*/
@@ -66,7 +66,7 @@
private static void separateCriteria(ICriteria crit, List parts) {
if(crit instanceof ICompoundCriteria) {
ICompoundCriteria compCrit =3D (ICompoundCriteria) crit;
- if(compCrit.getOperator() =3D=3D ICompoundCriteria.AND) {
+ if(compCrit.getOperator() =3D=3D Operator.AND) {
List subCrits =3D compCrit.getCriteria();
Iterator iter =3D subCrits.iterator();
while(iter.hasNext()) { =
@@ -97,7 +97,7 @@
return additionalCrit;
} else if(additionalCrit =3D=3D null) { =
return primaryCrit;
- } else if((primaryCrit instanceof ICompoundCriteria) && ((ICompoun=
dCriteria)primaryCrit).getOperator() =3D=3D ICompoundCriteria.AND) {
+ } else if((primaryCrit instanceof ICompoundCriteria) && ((ICompoun=
dCriteria)primaryCrit).getOperator() =3D=3D Operator.AND) {
ICompoundCriteria primaryCompound =3D (ICompoundCriteria) prim=
aryCrit;
primaryCompound.getCriteria().add(additionalCrit);
return primaryCrit;
@@ -105,7 +105,7 @@
List crits =3D new ArrayList(2);
crits.add(primaryCrit);
crits.add(additionalCrit);
- ICompoundCriteria compCrit =3D languageFactory.createCompoundC=
riteria(ICompoundCriteria.AND, crits);
+ ICompoundCriteria compCrit =3D languageFactory.createCompoundC=
riteria(Operator.AND, crits);
return compCrit;
} =
} =
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metada=
ta/runtime/Element.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/Element.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/Element.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -26,7 +26,7 @@
*/
package com.metamatrix.connector.metadata.runtime;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
=
/**
* Represents an element, such as a column, in runtime metadata. =
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metada=
ta/runtime/MetadataID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/MetadataID.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/MetadataID.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -24,7 +24,7 @@
=
import java.util.List;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
=
/**
* Represents a runtime metadata identifier.
@@ -52,7 +52,7 @@
* A procedure ID will return the IDs of it's parameters.
* @return List of MetadataID, which may be empty but never null
*/
- List getChildIDs() throws ConnectorException;
+ List getChildIDs() throws ConnectorException;
=
/**
* Get the parent ID if one exists
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metada=
ta/runtime/MetadataObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/MetadataObject.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/MetadataObject.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -24,7 +24,7 @@
=
import java.util.Properties;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
=
/**
* Represents a runtime metadata object.
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metada=
ta/runtime/Parameter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/Parameter.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/Parameter.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -22,7 +22,7 @@
=
package com.metamatrix.connector.metadata.runtime;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
=
/**
* Represents a procedure parameter in the runtime metadata.
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metada=
ta/runtime/RuntimeMetadata.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/RuntimeMetadata.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/RuntimeMetadata.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -22,7 +22,7 @@
=
package com.metamatrix.connector.metadata.runtime;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
=
/**
* Helper methods that can be used to access runtime metadata.
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metada=
ta/runtime/TypeModel.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/TypeModel.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/TypeModel.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -22,7 +22,7 @@
=
package com.metamatrix.connector.metadata.runtime;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
=
=
/** =
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/pool/C=
onnectorIdentity.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/Connect=
orIdentity.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/pool/Connect=
orIdentity.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -24,7 +24,6 @@
*/
package com.metamatrix.connector.pool;
=
-import com.metamatrix.connector.api.ExecutionContext;
=
/**
* Represents the identity of a connection in the pool. Identities are =
@@ -33,11 +32,5 @@
* {@link java.lang.Object#hashCode()} methods. =
*/
public interface ConnectorIdentity {
- =
- /**
- * Get the security context that was used to create this identity.
- * @return The original context
- * @deprecated see {@link ExecutionContext#getConnectorIdentity()}
- */
- ExecutionContext getSecurityContext();
+ =
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/pool/C=
onnectorIdentityFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/Connect=
orIdentityFactory.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/pool/Connect=
orIdentityFactory.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -22,16 +22,13 @@
=
package com.metamatrix.connector.pool;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
=
public interface ConnectorIdentityFactory {
=
/**
- * Create an identity object based on a security context. This method=
determines
- * how different security contexts are treated within the connection p=
ool. For =
- * example, using a {@link SingleIdentity} specifies that ALL contexts=
are treated
- * equally and thus use the same pool.
+ * Create an identity object based on a security context.
* =
* If single identity is not supported then an exception should be thr=
own when a
* null context is supplied.
Deleted: trunk/connector-api/src/main/java/com/metamatrix/connector/pool/Cr=
edentialMap.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/Credent=
ialMap.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/pool/Credent=
ialMap.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -1,379 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.pool;
-
-import java.io.Serializable;
-import java.util.HashMap;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Map;
-import java.util.Set;
-
-import com.metamatrix.connector.DataPlugin;
-import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
-import com.metamatrix.core.util.StringUtil;
-
-/**
- * Allows credentials to be passed on a per user basis to a connector. =
- *
- * A CredentialsMap object is produced based on information provided in th=
e JDBC
- * URL. The static method parseCredentials() is used for this purpose.
- *
- * This CredentialMap serves as the session "trusted payload".
- *
- * It is the responsibility of a Connector to call
- * {@link ExecutionContext#getTrustedPayload()} to retrieve the Credential=
Map.
- * =
- * The system name should be the same as the Connector Binding Name retrie=
ved from
- * {@link ConnectorEnvironment#getConnectorName()}.
- * =
- * To get the keyword/value pairs use getSystemCredentials(systemName), th=
is will
- * return a Map that contains the properties for the specified system.
- * =
- * Specific user and password values can be retrieved with =
- * getUser(systemName) and getPassword(systemName)
- */
-public class CredentialMap implements Serializable {
- //Parsing keywords for system, user, and password. Comparison is done
- //ignoring case.
- public final static String SYSTEM_KEYWORD =3D "system"; //$NON-NLS-1$
- public final static String USER_KEYWORD =3D "user"; //$NON-NLS-1$
- public final static String PASSWORD_KEYWORD =3D "password"; //$NON-NLS=
-1$
- public final static String ESCAPE_CHAR =3D "\\"; //$NON-NLS-1$
- public final static String DEFAULT_SYSTEM =3D "default"; //$NON-NLS-1$
-
- private final static String ESCAPE_SLASH =3D "ESCAPE_SLASH"; // forw=
ard slash //$NON-NLS-1$
- private final static String ESCAPE_COMMA =3D "ESCAPE_COMMA"; // comma /=
/$NON-NLS-1$
- private final static String ESCAPE_EQUAL =3D "ESCAPE_EQUAL"; // equals =
//$NON-NLS-1$
-// private final static String ESCAPE_SEMI =3D "ESCAPE_SEMI"; // semico=
lon
-// private final static String ESCAPE_CLOSE_PAREN =3D "ESCAPE_CLOSE_PAREN"=
; // closing paren
-
-
- private final static String[] escape_chars =3D {
- ESCAPE_CHAR + "/", // forwar=
d slash //$NON-NLS-1$
- ESCAPE_CHAR + ",", // comma =
//$NON-NLS-1$
- ESCAPE_CHAR + "=3D"}; // equ=
als //$NON-NLS-1$
-// ESCAPE_CHAR + ";", // semi=
colon
-// ESCAPE_CHAR + ")"}; // clo=
sing paren
-
- private final static String[] escape_strings =3D {
- ESCAPE_SLASH, // forward sl=
ash
- ESCAPE_COMMA, // comma
- ESCAPE_EQUAL }; // equals
-// ESCAPE_SEMI, // semicolon
-// ESCAPE_CLOSE_PAREN }; // c=
losing paren
-
- /**
- * In this mode, the CredentialMap will ignore the default credentials
- * and only credentials set for a system will be exposed. This is the =
- * default setting for the CredentialMap.
- */
- public static final short MODE_IGNORE_DEFAULTS =3D 0;
- =
- /**
- * In this mode, the default credentials will be returned for any syst=
em, =
- * overlaid with any system-specific credentials. If a system is unkn=
own,
- * all default credentials are returned for that system. =
- */
- public static final short MODE_USE_DEFAULTS_GLOBALLY =3D 1;
- =
- /**
- * In this mode, the default credentials will be returned for any syst=
em,
- * overlaid with any system-specific credentials. If a system is unkn=
own,
- * the default credentials are NOT used. =
- */
- public static final short MODE_USE_DEFAULTS_ON_EXISTING =3D 2;
-
- /**
- * The map of map of credentials (keyed by system name, upper case). =
- */
- private Map map =3D new HashMap();
- =
- private short defaultCredentialMode =3D MODE_IGNORE_DEFAULTS;
- private Map defaultCredentials;
-
-
- /**
- * Method to parse a credentials substring extracted from a JDBC URL. The
- * presumed command line syntax is ...;credentials=3D(...);...
- * Only the substring starting and ending with the parentheses is passed =
to
- * this method. That is, the first non-blank character must be a '(' and=
the
- * last non-blank character must be a ')', or an exception will be thrown.
- *
- * Syntax is: (credentialspec1/credentialspec2/.../credentialspecn)
- *
- * Any number one or greater of credential specifications may be included,
- * separated by '/' characters.
- *
- * Each credentials spec will be specified in the following way:
- * Keyword-specified, order-independent name-value pairs of the form
- * keyword=3Dvalue. The only required keyword is "system", which must =
be specified
- * for each credentials spec, and must have a value corresponding to the=
name of an EIS
- * already known to the system.
- *
- * Ex: system=3Dsys1,user=3Dsys1un,pass=3Dsys1pw, whatever=3Dsomevalue.
- * Each of the keywords must be unique.
- *
- * All blank space is ignored, except within a keyword or value.
- *
- * Any syntax error will cause an Exception to be thrown.
- *
- * @param inputStr the string to be parsed; first non-blank must be a '=
(', last non-blank must be a ')'
- * @return a CredentialMap containing the input
- * @throws ConnectorException upon any syntax error; descriptive text =
included
- */
- public static CredentialMap parseCredentials(String inputStr) throws Conn=
ectorException {
-
- for (int i =3D 0; i < escape_chars.length; i++) {
- inputStr =3D StringUtil.replaceAll(inputStr, escape_chars[i], escape_st=
rings[i]);
- }
-
- if (inputStr =3D=3D null) {
- throw new ConnectorException(DataPlugin.Util.getString("CredentialMap.N=
ull_input")); //$NON-NLS-1$
- }
-
- inputStr =3D inputStr.trim();
-
- CredentialMap credentialMap =3D new CredentialMap(); // map of maps keye=
d on system
- int strLen =3D inputStr.length();
-
- //Check that not empty
-
- if (strLen =3D=3D 0) {
- throw new ConnectorException(DataPlugin.Util.getString("CredentialMap.E=
mpty_input")); //$NON-NLS-1$
- }
-
- //Check that first non-blank char is left paren
- if (!inputStr.startsWith("(")|| !inputStr.endsWith(")")) { //$NON-NLS-1$=
//$NON-NLS-2$
- throw new ConnectorException(DataPlugin.Util.getString("CredentialMap.M=
issing_parens")); //$NON-NLS-1$
- }
-
- // strip of ()'s
- inputStr =3D inputStr.substring(1, inputStr.length()-1);
-
- List credentials =3D StringUtil.getTokens(inputStr, "/"); //$NON-NLS-1$
- Iterator credentialIter =3D credentials.iterator();
-
- while (credentialIter.hasNext()) {
- String credential =3D (String) credentialIter.next();
-
- // Convert the escaped "/" since we already parsed on the "/"
- credential =3D StringUtil.replaceAll(credential, escape_strings[0], "/"=
); //$NON-NLS-1$
-
- Map newMap =3D getCredentialMap(credential.trim());
- String system =3D (String) newMap.get(SYSTEM_KEYWORD);
- if (system =3D=3D null || system.length() =3D=3D 0) {
- throw new ConnectorException(DataPlugin.Util.getString("CredentialMap.=
Missing_system_prop")); //$NON-NLS-1$
- }
- credentialMap.addSystemCredentials(system, newMap); // add to Map of Ma=
ps.
- }
- return credentialMap;
- }
-
-
- /**
- * Takes a string containing key/value pairs.
- * Example "propName1=3DpropValue1,propName2,propValue2,....."
- * and returns a map of key/value pairs.
- */
- private static Map getCredentialMap(String credential) {
- List propList =3D StringUtil.getTokens(credential, ","); //$NON-NLS-1$
- Iterator propIter =3D propList.iterator();
- Map map =3D new HashMap();
- while (propIter.hasNext()) {
- String propVal =3D (String) propIter.next();
- List pvList =3D StringUtil.getTokens(propVal, "=3D"); //$NON-NLS-1$
- String key =3D null;
- String val =3D null;
- if (pvList.size() > 0) {
- key =3D (String) pvList.get(0);
- key =3D key.trim();
- }
- if (pvList.size() > 1) {
- val =3D (String) pvList.get(1);
- val =3D val.trim();
- // put back the escaped "," and "=3D" since we already parsed on these.
- val =3D StringUtil.replaceAll(val, escape_strings[1], ","); //$NON-NLS=
-1$
- val =3D StringUtil.replaceAll(val, escape_strings[2], "=3D"); //$NON-N=
LS-1$
- }
- map.put(key,val);
- }
- return map;
- }
-
- public CredentialMap() {
- super();
- }
-
- /**
- * Method to return an array of systems that have been added to this
- * CredentialMap.
- *
- * @return array of the systems that have been added using addSystemCred=
entials() - always uppercase
- */
- public String[] getSystems() {
- Set keySet =3D map.keySet();
- String[] keys =3D new String[keySet.size()];
- Iterator it =3D keySet.iterator();
- for (int i =3D 0; it.hasNext(); i++) {
- keys[i] =3D (String)it.next();
- }
- return keys;
- }
-
- /**
- * Method to add a user name and credentials (e.g. password) for a system
- *
- * @param system system name corresponding to the user and credentials
- * @param credentials Map containing name/val pairs
- */
- public void addSystemCredentials(String system, Map credentials) {
- map.put(system.toUpperCase(), credentials);
- }
-
- /**
- * Set the default credentials to use with this credential map. See t=
he =
- * various default credential modes to understand when and how these w=
ill
- * be returned.
- * =
- * @param defaultCredentials Map of credentials
- * @since 4.3
- */
- public void setDefaultCredentials(Map defaultCredentials) {
- this.defaultCredentials =3D defaultCredentials;
- }
- =
- /**
- * Set the default credential mode to determine when default credentia=
ls should =
- * be returned.
- * =
- * @param mode The mode
- * @see #MODE_IGNORE_DEFAULTS
- * @see #MODE_USE_DEFAULTS_GLOBALLY
- * @see #MODE_USE_DEFAULTS_ON_EXISTING
- * @since 4.3
- */
- public void setDefaultCredentialMode(short mode) {
- this.defaultCredentialMode =3D mode;
- }
- =
- /**
- * Method to return the credentials map for a system
- *
- * @param systemName system name
- * @return Map
- */
- public Map getSystemCredentials(String systemName) {
- Map systemCredentials =3D (Map)map.get(systemName.toUpperCase());
- =
- // If ignoring defaults, return just as is =
- if(this.defaultCredentialMode =3D=3D MODE_IGNORE_DEFAULTS) {
- return systemCredentials;
- }
- =
- // Pre-load the credential set to return with the defaults if
- // 1. defaults exist =
- // 2. AND using defaults globally
- // 3. OR (using defaults on existing AND system credentials e=
xist) =
- Map workingMap =3D null;
- if(this.defaultCredentials !=3D null && =
- (this.defaultCredentialMode =3D=3D MODE_USE_DEFAUL=
TS_GLOBALLY || =
- (this.defaultCredentialMode =3D=3D=
MODE_USE_DEFAULTS_ON_EXISTING && =
- systemCredentials !=3D null))) {
- =
- workingMap =3D new HashMap();
- workingMap.putAll(defaultCredentials);
- }
- =
- // Apply system credentials over the top if they exist
- if(systemCredentials !=3D null) {
- if(workingMap =3D=3D null) {
- workingMap =3D new HashMap();
- }
- workingMap.putAll(systemCredentials);
- }
- =
- return workingMap;
- }
- =
- /**
- * Get the user property for the specified system, if it exists. The =
- * user property is defined by the static constant {@link #USER_KEYWOR=
D}. =
- * =
- * @param systemName The system to look up (case insensitive)
- * @return The user name for this system if the system was found and t=
he system had a user property =
- * @since 4.3
- */
- public String getUser(String systemName) {
- Map credentials =3D getSystemCredentials(systemName);
- if(credentials !=3D null) {
- return (String) credentials.get(USER_KEYWORD);
- }
- =
- return null;
- }
-
- /**
- * Get the password property for the specified system, if it exists. =
The =
- * password property is defined by the static constant {@link #PASSWOR=
D_KEYWORD}. =
- * =
- * @param systemName The system to look up (case insensitive)
- * @return The password for this system if the system was found and th=
e system had a password property =
- * @since 4.3
- */
- public String getPassword(String systemName) {
- Map credentials =3D getSystemCredentials(systemName);
- if(credentials !=3D null) {
- return (String) credentials.get(PASSWORD_KEYWORD);
- }
- =
- return null;
- }
-
- public String toString() {
- StringBuffer b =3D new StringBuffer();
- String[] systems =3D this.getSystems();
- for (int i=3D0; i < systems.length; i++) {
- String system =3D systems[i];
- Map map =3D this.getSystemCredentials(system);
- b.append("\n"); //$NON-NLS-1$
- b.append(system);
- b.append("\n"); //$NON-NLS-1$
- Iterator iter =3D map.keySet().iterator();
- while (iter.hasNext()) {
- Object key =3D iter.next();
- b.append("\t"); //$NON-NLS-1$
- b.append(key);
- b.append("=3D"); //$NON-NLS-1$
- b.append(map.get(key));
- b.append("\n"); //$NON-NLS-1$
- }
- }
- return b.toString();
- }
-
-}//end CredentialMap
-
-
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/pool/P=
oolAwareConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/PoolAwa=
reConnection.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/pool/PoolAwa=
reConnection.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -25,18 +25,13 @@
package com.metamatrix.connector.pool;
=
import com.metamatrix.connector.api.Connection;
+import com.metamatrix.connector.api.ConnectorException;
=
/**
* Pooled Connections can optionally implement this interface to provide i=
mplementations
* for Connection testing and pool life-cycle events.
*/
public interface PoolAwareConnection extends Connection {
-
- /**
- * Called by the pool to determine whether the connection is open
- * @return True if open, false if closed or failed.
- */ =
- boolean isAlive();
=
/**
* Called by the pool to indicate that the connection was returned to =
the pool.
@@ -44,4 +39,12 @@
*/
void closeCalled();
=
+ /**
+ * Called by the pool when an existing connection is leased so that th=
e underlying
+ * Connection may have it's identity switched to a different user.
+ * @param identity
+ * @throws ConnectorException
+ */
+ void setConnectorIdentity(ConnectorIdentity identity) throws ConnectorExc=
eption;
+ =
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/pool/S=
ingleIdentity.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/SingleI=
dentity.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/pool/SingleI=
dentity.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -30,25 +30,15 @@
* This class represents a single ConnectorIdentity. All the connections a=
re treated the same.
*/
public class SingleIdentity implements ConnectorIdentity {
- private ExecutionContext context;
=
/**
* Construct with a context
* @param context The context
*/
public SingleIdentity(ExecutionContext context){
- this.context =3D context;
}
=
/**
- * Get the original context
- * @return The original context
- */
- public ExecutionContext getSecurityContext() {
- return this.context;
- }
-
- /**
* Return true for everything - all identities are identical.
*/
public boolean equals(Object obj){
@@ -56,9 +46,6 @@
}
=
public String toString(){
- if (context !=3D null) {
- return "SingleIdentity: atomic-request=3D"+this.context.getReq=
uestIdentifier()+"."+this.context.getPartIdentifier()+"."+this.context.getE=
xecutionCountIdentifier(); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- }
return "SingleIdentity"; //$NON-NLS-1$
} =
=
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/pool/S=
ingleIdentityFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/SingleI=
dentityFactory.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/pool/SingleI=
dentityFactory.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -22,8 +22,8 @@
=
package com.metamatrix.connector.pool;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
=
public class SingleIdentityFactory implements ConnectorIdentityFactory {
=
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/pool/U=
serIdentity.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/UserIde=
ntity.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/pool/UserIde=
ntity.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -39,13 +39,6 @@
this.context =3D context;
} =
=
- /*
- * @see com.metamatrix.data.pool.ConnectorIdentity#getSecurityContext()
- */
- public ExecutionContext getSecurityContext() {
- return this.context;
- }
-
/**
* Implement equals based on the case-insensitive user name.
* @param obj Other identity object
@@ -58,7 +51,7 @@
=
if (obj instanceof UserIdentity) {
UserIdentity that =3D (UserIdentity)obj;
- return this.context.getUser().toUpperCase().equals(that.contex=
t.getUser().toUpperCase());
+ return this.context.getUser().equals(that.context.getUser());
}
=
return false; =
@@ -68,7 +61,7 @@
* Get hash code, based on user name
*/
public int hashCode(){
- return context.getUser().toUpperCase().hashCode();
+ return context.getUser().hashCode();
} =
=
public String toString(){
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/pool/U=
serIdentityFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/UserIde=
ntityFactory.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/pool/UserIde=
ntityFactory.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -23,8 +23,8 @@
package com.metamatrix.connector.pool;
=
import com.metamatrix.connector.DataPlugin;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
=
/**
* Segregates connections by user. It is assumed that no single identity
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/visito=
r/framework/AbstractLanguageVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/fram=
ework/AbstractLanguageVisitor.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/fram=
ework/AbstractLanguageVisitor.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -23,9 +23,45 @@
package com.metamatrix.connector.visitor.framework;
=
import java.util.Collection;
-import java.util.Iterator;
=
-import com.metamatrix.connector.language.*;
+import com.metamatrix.connector.language.IAggregate;
+import com.metamatrix.connector.language.IBatchedUpdates;
+import com.metamatrix.connector.language.IBulkInsert;
+import com.metamatrix.connector.language.ICaseExpression;
+import com.metamatrix.connector.language.ICompareCriteria;
+import com.metamatrix.connector.language.ICompoundCriteria;
+import com.metamatrix.connector.language.IDelete;
+import com.metamatrix.connector.language.IElement;
+import com.metamatrix.connector.language.IExistsCriteria;
+import com.metamatrix.connector.language.IFrom;
+import com.metamatrix.connector.language.IFunction;
+import com.metamatrix.connector.language.IGroup;
+import com.metamatrix.connector.language.IGroupBy;
+import com.metamatrix.connector.language.IInCriteria;
+import com.metamatrix.connector.language.IInlineView;
+import com.metamatrix.connector.language.IInsert;
+import com.metamatrix.connector.language.IIsNullCriteria;
+import com.metamatrix.connector.language.IJoin;
+import com.metamatrix.connector.language.ILanguageObject;
+import com.metamatrix.connector.language.ILikeCriteria;
+import com.metamatrix.connector.language.ILimit;
+import com.metamatrix.connector.language.ILiteral;
+import com.metamatrix.connector.language.INotCriteria;
+import com.metamatrix.connector.language.IOrderBy;
+import com.metamatrix.connector.language.IOrderByItem;
+import com.metamatrix.connector.language.IParameter;
+import com.metamatrix.connector.language.IProcedure;
+import com.metamatrix.connector.language.IQuery;
+import com.metamatrix.connector.language.IScalarSubquery;
+import com.metamatrix.connector.language.ISearchedCaseExpression;
+import com.metamatrix.connector.language.ISelect;
+import com.metamatrix.connector.language.ISelectSymbol;
+import com.metamatrix.connector.language.ISetClause;
+import com.metamatrix.connector.language.ISetClauseList;
+import com.metamatrix.connector.language.ISetQuery;
+import com.metamatrix.connector.language.ISubqueryCompareCriteria;
+import com.metamatrix.connector.language.ISubqueryInCriteria;
+import com.metamatrix.connector.language.IUpdate;
=
/**
* Visitor that visits an instance of ILanguageObject and performs an oper=
ation
@@ -57,10 +93,10 @@
* can be used by subclasses to visit each ILanguageObject in the Coll=
ection
* @param nodes a Collection of ILanguageObjects
*/
- public void visitNodes(Collection nodes) {
+ public void visitNodes(Collection extends ILanguageObject> nodes) {
if (nodes !=3D null && nodes.size() > 0) {
- for (Iterator i =3D nodes.iterator(); i.hasNext();) {
- visitNode((ILanguageObject)i.next());
+ for (ILanguageObject node : nodes) {
+ visitNode(node);
}
}
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/visito=
r/framework/HierarchyVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/fram=
ework/HierarchyVisitor.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/fram=
ework/HierarchyVisitor.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -250,8 +250,4 @@
visitNode(obj.getValue());
}
=
- public void reset() {
-
- }
-
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/visito=
r/util/CollectorVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util=
/CollectorVisitor.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util=
/CollectorVisitor.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -33,27 +33,22 @@
* tree. Each visit method does an instanceof method to check whether the=
object
* is of the expected type.
*/
-public class CollectorVisitor implements LanguageObjectVisitor {
+public class CollectorVisitor implements LanguageObjectVisitor {
=
- private Class type;
- private Collection objects;
+ private Class type;
+ private Collection objects =3D new ArrayList();
=
- public CollectorVisitor(Class type) {
+ public CollectorVisitor(Class type) {
this.type =3D type;
- reset();
}
=
- public void reset() {
- objects=3D new ArrayList();
- }
-
private void checkInstance(ILanguageObject obj) {
if(type.isInstance(obj)) {
- this.objects.add(obj);
+ this.objects.add((T)obj);
}
}
=
- public Collection getCollectedObjects() {
+ public Collection getCollectedObjects() {
return this.objects;
}
=
@@ -314,8 +309,8 @@
* @param object Root of the language object tree
* @return Collection of ILanguageObject of the specified type
*/
- public static Collection collectObjects(Class type, ILanguageObject ob=
ject) {
- CollectorVisitor visitor =3D new CollectorVisitor(type);
+ public static Collection collectObjects(Class type, ILanguag=
eObject object) {
+ CollectorVisitor visitor =3D new CollectorVisitor(type);
DelegatingHierarchyVisitor hierarchyVisitor =3D new DelegatingHier=
archyVisitor(visitor, null);
object.acceptVisitor(hierarchyVisitor);
return visitor.getCollectedObjects();
@@ -328,7 +323,7 @@
* @param object Root of the language object tree
* @return Collection of IElement of the specified type
*/
- public static Collection collectElements(ILanguageObject object) {
+ public static Collection collectElements(ILanguageObject obj=
ect) {
return CollectorVisitor.collectObjects(IElement.class, object);
}
=
@@ -339,7 +334,7 @@
* @param object Root of the language object tree
* @return Collection of IGroup of the specified type
*/
- public static Collection collectGroups(ILanguageObject object) {
+ public static Collection collectGroups(ILanguageObject object)=
{
return CollectorVisitor.collectObjects(IGroup.class, object);
}
=
@@ -350,17 +345,13 @@
* @param object Root of the language object tree
* @return Set of IGroup
*/
- public static Set collectGroupsUsedByElements(ILanguageObject object) {
- Collection elements =3D CollectorVisitor.collectElements(object); =
=
- Set groups =3D new HashSet();
- Iterator iter =3D elements.iterator();
- while(iter.hasNext()) {
- IElement element =3D (IElement) iter.next();
+ public static Set collectGroupsUsedByElements(ILanguageObject =
object) {
+ Set groups =3D new HashSet();
+ for (IElement element : CollectorVisitor.collectElements(object)) {
if(element.getGroup() !=3D null) {
groups.add(element.getGroup());
}
}
- =
return groups;
}
=
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/visito=
r/util/SQLStringVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util=
/SQLStringVisitor.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util=
/SQLStringVisitor.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -26,7 +26,7 @@
import java.util.List;
=
import com.metamatrix.common.types.DataTypeManager;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.language.IAggregate;
import com.metamatrix.connector.language.IBulkInsert;
import com.metamatrix.connector.language.ICaseExpression;
@@ -69,6 +69,7 @@
import com.metamatrix.connector.language.ISubqueryCompareCriteria;
import com.metamatrix.connector.language.ISubqueryInCriteria;
import com.metamatrix.connector.language.IUpdate;
+import com.metamatrix.connector.language.IParameter.Direction;
import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.MetadataObject;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
@@ -131,7 +132,7 @@
* by creating a comma-separated list.
* @param items a list of ILanguageObjects
*/
- protected void append(List items) {
+ protected void append(List extends ILanguageObject> items) {
if (items !=3D null && items.size() !=3D 0) {
append((ILanguageObject)items.get(0));
for (int i =3D 1; i < items.size(); i++) {
@@ -276,14 +277,13 @@
append(obj.getLeftExpression());
buffer.append(SPACE);
=
- final int op =3D obj.getOperator();
- switch(op) {
- case ICompareCriteria.EQ: buffer.append(EQ); break;
- case ICompareCriteria.GE: buffer.append(GE); break;
- case ICompareCriteria.GT: buffer.append(GT); break;
- case ICompareCriteria.LE: buffer.append(LE); break;
- case ICompareCriteria.LT: buffer.append(LT); break;
- case ICompareCriteria.NE: buffer.append(NE); break;
+ switch(obj.getOperator()) {
+ case EQ: buffer.append(EQ); break;
+ case GE: buffer.append(GE); break;
+ case GT: buffer.append(GT); break;
+ case LE: buffer.append(LE); break;
+ case LT: buffer.append(LT); break;
+ case NE: buffer.append(NE); break;
default: buffer.append(UNDEFINED);
}
buffer.append(SPACE);
@@ -295,10 +295,9 @@
*/
public void visit(ICompoundCriteria obj) {
String opString =3D null;
- final int op =3D obj.getOperator();
- switch(op) {
- case ICompoundCriteria.AND: opString =3D AND; break;
- case ICompoundCriteria.OR: opString =3D OR; break;
+ switch(obj.getOperator()) {
+ case AND: opString =3D AND; break;
+ case OR: opString =3D OR; break;
default: opString =3D UNDEFINED;
}
=
@@ -446,7 +445,7 @@
IParameter param =3D null;
for (int i =3D 0; i < params.size(); i++) {
param =3D (IParameter)params.get(i);
- if (param.getDirection() =3D=3D IParameter.IN || param.get=
Direction() =3D=3D IParameter.INOUT) {
+ if (param.getDirection() =3D=3D Direction.IN || param.getD=
irection() =3D=3D Direction.INOUT) {
if (i !=3D 0) {
buffer.append(COMMA)
.append(SPACE);
@@ -745,25 +744,24 @@
}
buffer.append(SPACE);
=
- final int type =3D obj.getJoinType();
- switch(type) {
- case IJoin.CROSS_JOIN:
+ switch(obj.getJoinType()) {
+ case CROSS_JOIN:
buffer.append(CROSS);
break;
- case IJoin.FULL_OUTER_JOIN:
+ case FULL_OUTER_JOIN:
buffer.append(FULL)
.append(SPACE)
.append(OUTER);
break;
- case IJoin.INNER_JOIN:
+ case INNER_JOIN:
buffer.append(INNER);
break;
- case IJoin.LEFT_OUTER_JOIN:
+ case LEFT_OUTER_JOIN:
buffer.append(LEFT)
.append(SPACE)
.append(OUTER);
break;
- case IJoin.RIGHT_OUTER_JOIN:
+ case RIGHT_OUTER_JOIN:
buffer.append(RIGHT)
.append(SPACE)
.append(OUTER);
@@ -1053,28 +1051,25 @@
append(obj.getLeftExpression());
buffer.append(SPACE);
=
- final int op =3D obj.getOperator();
- switch(op) {
- case ISubqueryCompareCriteria.EQ: buffer.append(EQ); break;
- case ISubqueryCompareCriteria.GE: buffer.append(GE); break;
- case ISubqueryCompareCriteria.GT: buffer.append(GT); break;
- case ISubqueryCompareCriteria.LE: buffer.append(LE); break;
- case ISubqueryCompareCriteria.LT: buffer.append(LT); break;
- case ISubqueryCompareCriteria.NE: buffer.append(NE); break;
+ switch(obj.getOperator()) {
+ case EQ: buffer.append(EQ); break;
+ case GE: buffer.append(GE); break;
+ case GT: buffer.append(GT); break;
+ case LE: buffer.append(LE); break;
+ case LT: buffer.append(LT); break;
+ case NE: buffer.append(NE); break;
default: buffer.append(UNDEFINED);
}
buffer.append(SPACE);
switch(obj.getQuantifier()) {
- case ISubqueryCompareCriteria.ALL: buffer.append(ALL); break;
- case ISubqueryCompareCriteria.SOME: buffer.append(SOME); break;
+ case ALL: buffer.append(ALL); break;
+ case SOME: buffer.append(SOME); break;
default: buffer.append(UNDEFINED);
}
buffer.append(SPACE);
buffer.append(LPAREN); =
append(obj.getQuery());
buffer.append(RPAREN); =
-
-
}
=
/* =
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api=
/XAConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XACon=
nection.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XACon=
nection.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -27,7 +27,7 @@
import javax.transaction.xa.XAResource;
=
import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
=
public interface XAConnection extends Connection{
/**
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api=
/XAConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XACon=
nector.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XACon=
nector.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -25,7 +25,6 @@
package com.metamatrix.connector.xa.api;
=
import com.metamatrix.connector.api.*;
-import com.metamatrix.connector.exception.ConnectorException;
=
=
public interface XAConnector extends Connector{
@@ -36,7 +35,8 @@
* with a particular security context. The connection is assumed to be=
pooled in =
* the underlying source if pooling is necessary - the connection will=
be closed =
* when execution has completed against it. =
- * @param executionContext The context of the current MetaMatrix user =
that will be using this connection
+ * @param context The context of the current user that will be using t=
his connection, =
+ * may be null if this connection is for an administrative operation. =
* @param transactionContext The context of the transaction under whic=
h the connection will be used. May be null.
* @return A Connection, created by the Connector
* @throws ConnectorException If an error occurred obtaining a connect=
ion
Modified: trunk/connector-api/src/test/java/com/metamatrix/data/pool/TestCr=
edentialMap.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/test/java/com/metamatrix/data/pool/TestCredenti=
alMap.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/test/java/com/metamatrix/data/pool/TestCredenti=
alMap.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -25,7 +25,7 @@
import java.util.HashMap;
import java.util.Map;
=
-import com.metamatrix.connector.pool.CredentialMap;
+import com.metamatrix.connector.api.CredentialMap;
=
import junit.framework.TestCase;
=
Modified: trunk/connector-api/src/test/java/com/metamatrix/data/transform/T=
estBasicValueTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/test/java/com/metamatrix/data/transform/TestBas=
icValueTranslator.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-api/src/test/java/com/metamatrix/data/transform/TestBas=
icValueTranslator.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -26,10 +26,10 @@
=
import org.mockito.Mockito;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.TypeFacility;
import com.metamatrix.connector.basic.BasicValueTranslator;
-import com.metamatrix.connector.exception.ConnectorException;
=
=
/** =
@@ -39,7 +39,7 @@
=
=
public void testExceptionFromTransform() throws Exception {
- BasicValueTranslator adaptor =3D new BasicValueTranslator(String.clas=
s, Short.class, new FakeTypeFacility());
+ BasicValueTranslator adaptor =3D BasicValueTranslator.=
createTranslator(String.class, Short.class, new FakeTypeFacility());
try {
adaptor.translate("mmuuid:blah", Mockito.mock(ExecutionContext=
.class)); //$NON-NLS-1$
fail("exceptoin expected"); //$NON-NLS-1$
Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/m=
etadata/IndexConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/IndexConnector.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/IndexConnector.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -23,9 +23,9 @@
package com.metamatrix.connector.metadata;
=
import com.metamatrix.api.exception.MetaMatrixComponentException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ConnectorAnnotations.ConnectionPooling;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.metadata.adapter.ObjectConnector;
import com.metamatrix.connector.metadata.internal.IObjectSource;
import com.metamatrix.dqp.internal.datamgr.impl.ConnectorEnvironmentImpl;
Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/m=
etadata/MetadataProcedureExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/MetadataProcedureExecution.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/MetadataProcedureExecution.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -25,12 +25,13 @@
import java.util.Iterator;
import java.util.List;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.DataNotAvailableException;
import com.metamatrix.connector.api.ProcedureExecution;
import com.metamatrix.connector.basic.BasicExecution;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.language.IParameter;
import com.metamatrix.connector.language.IProcedure;
+import com.metamatrix.connector.language.IParameter.Direction;
import com.metamatrix.connector.metadata.internal.IObjectSource;
import com.metamatrix.connector.metadata.internal.ObjectProcedure;
import com.metamatrix.connector.metadata.internal.ObjectProcedureProcessor;
@@ -89,7 +90,7 @@
* @since 4.2
*/
public Object getOutputValue(final IParameter parameter) throws Connec=
torException {
- if(parameter.getDirection() !=3D IParameter.OUT && parameter.getDi=
rection() !=3D IParameter.INOUT && parameter.getDirection() !=3D IParamete=
r.RETURN){
+ if(parameter.getDirection() !=3D Direction.OUT && parameter.getDir=
ection() !=3D Direction.INOUT && parameter.getDirection() !=3D Direction.R=
ETURN){
throw new ConnectorException(MetadataConnectorPlugin.Util.getS=
tring("ObjectProcedureExecution.0")); //$NON-NLS-1$
}
//TODO: Output parameters are not currently handled
Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/m=
etadata/adapter/ObjectConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/adapter/ObjectConnection.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/adapter/ObjectConnection.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -23,11 +23,11 @@
package com.metamatrix.connector.metadata.adapter;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ProcedureExecution;
import com.metamatrix.connector.api.ResultSetExecution;
import com.metamatrix.connector.basic.BasicConnection;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.language.IProcedure;
import com.metamatrix.connector.language.IQuery;
import com.metamatrix.connector.language.IQueryCommand;
Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/m=
etadata/adapter/ObjectConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/adapter/ObjectConnector.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/adapter/ObjectConnector.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -26,8 +26,8 @@
import com.metamatrix.connector.api.Connector;
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.metadata.internal.IObjectSource;
=
/**
Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/m=
etadata/adapter/ObjectSynchExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/adapter/ObjectSynchExecution.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/adapter/ObjectSynchExecution.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -25,10 +25,10 @@
import java.util.Iterator;
import java.util.List;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.DataNotAvailableException;
import com.metamatrix.connector.api.ResultSetExecution;
import com.metamatrix.connector.basic.BasicExecution;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.language.IQuery;
import com.metamatrix.connector.metadata.MetadataConnectorPlugin;
import com.metamatrix.connector.metadata.internal.IObjectQuery;
Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/m=
etadata/internal/MetadataSearchCriteriaBuilder.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/internal/MetadataSearchCriteriaBuilder.java 2009-02-16 18:56:03 UTC (rev =
473)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/internal/MetadataSearchCriteriaBuilder.java 2009-02-16 21:35:21 UTC (rev =
474)
@@ -29,7 +29,7 @@
import java.util.Map;
=
import com.metamatrix.api.exception.query.CriteriaEvaluationException;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.language.ICompareCriteria;
import com.metamatrix.connector.language.ICompoundCriteria;
import com.metamatrix.connector.language.ICriteria;
@@ -39,6 +39,7 @@
import com.metamatrix.connector.language.ILikeCriteria;
import com.metamatrix.connector.language.IParameter;
import com.metamatrix.connector.language.IQuery;
+import com.metamatrix.connector.language.ICompareCriteria.Operator;
import com.metamatrix.connector.metadata.MetadataConnectorConstants;
import com.metamatrix.connector.metadata.MetadataConnectorPlugin;
import com.metamatrix.connector.metadata.index.MetadataInCriteria;
@@ -195,7 +196,7 @@
* @since 4.3
*/
private void buildMetadataCompareCriteria(ICompareCriteria criteria) t=
hrows ConnectorException {
- Assertion.assertTrue(criteria.getOperator() =3D=3D ICompareCriteri=
a.EQ, "Only supports equals."); //$NON-NLS-1$
+ Assertion.assertTrue(criteria.getOperator() =3D=3D Operator.EQ, "O=
nly supports equals."); //$NON-NLS-1$
=
=
IExpression ltExpression =3D criteria.getLeftExpression();
@@ -283,7 +284,7 @@
* @since 4.3
*/
private void buildMetadataCompoundCriteria(ICompoundCriteria compoundC=
riteria) throws ConnectorException {
- if (compoundCriteria.getOperator() =3D=3D ICompoundCriteria.AND) {
+ if (compoundCriteria.getOperator() =3D=3D com.metamatrix.connector=
.language.ICompoundCriteria.Operator.AND) {
for(final Iterator critIter =3D compoundCriteria.getCriteria()=
.iterator(); critIter.hasNext();) {
buildMetadataSearchCriteria((ICriteria)critIter.next());
}
Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/m=
etadata/internal/ObjectProcedure.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/internal/ObjectProcedure.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/internal/ObjectProcedure.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -29,11 +29,12 @@
import java.util.List;
import java.util.Map;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IMetadataReference;
import com.metamatrix.connector.language.IParameter;
import com.metamatrix.connector.language.IProcedure;
+import com.metamatrix.connector.language.IParameter.Direction;
import com.metamatrix.connector.metadata.MetadataConnectorConstants;
import com.metamatrix.connector.metadata.MetadataConnectorPlugin;
import com.metamatrix.connector.metadata.index.MetadataLiteralCriteria;
@@ -101,11 +102,11 @@
for(final Iterator iter =3D parameters.iterator(); iter.hasNex=
t();) {
IParameter parameter =3D (IParameter) iter.next();
// if there is one result set parameter
- if(parameter.getDirection() =3D=3D IParameter.RESULT_SET) {
+ if(parameter.getDirection() =3D=3D Direction.RESULT_SET) {
this.resultSetParameter =3D parameter;
initResultSet();
}
- if(parameter.getDirection() =3D=3D IParameter.IN || parame=
ter.getDirection() =3D=3D IParameter.INOUT) {
+ if(parameter.getDirection() =3D=3D Direction.IN || paramet=
er.getDirection() =3D=3D Direction.INOUT) {
inParams.add(parameter);
} =
}
Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/m=
etadata/internal/ObjectProcedureProcessor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/internal/ObjectProcedureProcessor.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/internal/ObjectProcedureProcessor.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -36,7 +36,7 @@
import com.metamatrix.common.types.ClobType;
import com.metamatrix.common.types.DataTypeManager;
import com.metamatrix.common.vdb.api.VDBFile;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.metadata.MetadataConnectorConstants;
import com.metamatrix.connector.metadata.ResultsIterator;
import com.metamatrix.core.util.ArgCheck;
Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/m=
etadata/internal/ObjectQuery.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/internal/ObjectQuery.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadat=
a/internal/ObjectQuery.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -27,7 +27,7 @@
import java.util.List;
import java.util.Map;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IElement;
import com.metamatrix.connector.language.IExpression;
Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/m=
etadata/TestIndexConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadat=
a/TestIndexConnector.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadat=
a/TestIndexConnector.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -36,10 +36,10 @@
import com.metamatrix.common.application.ApplicationService;
import com.metamatrix.connector.api.Connection;
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.DataNotAvailableException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ResultSetExecution;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.language.IQuery;
import com.metamatrix.connector.metadata.adapter.ObjectConnector;
import com.metamatrix.connector.metadata.internal.IObjectSource;
Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/m=
etadata/adapter/FakeObjectConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadat=
a/adapter/FakeObjectConnector.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadat=
a/adapter/FakeObjectConnector.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -26,8 +26,8 @@
import java.util.List;
import java.util.Map;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.metadata.internal.IObjectSource;
=
public class FakeObjectConnector extends ObjectConnector {
Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/m=
etadata/adapter/TestObjectConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadat=
a/adapter/TestObjectConnector.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadat=
a/adapter/TestObjectConnector.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -33,9 +33,9 @@
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.connector.api.Connection;
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ResultSetExecution;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.language.IQuery;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
import com.metamatrix.core.MetaMatrixRuntimeException;
Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/m=
etadata/internal/FakeRuntimeMetadata.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadat=
a/internal/FakeRuntimeMetadata.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadat=
a/internal/FakeRuntimeMetadata.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -22,7 +22,7 @@
=
package com.metamatrix.connector.metadata.internal;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.MetadataObject;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/m=
etadata/internal/TestConnectorHost.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadat=
a/internal/TestConnectorHost.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadat=
a/internal/TestConnectorHost.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -32,7 +32,7 @@
import com.metamatrix.cdk.IConnectorHost;
import com.metamatrix.cdk.api.ConnectorHost;
import com.metamatrix.cdk.api.TranslationUtility;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.metadata.IndexConnector;
import com.metamatrix.dqp.service.DQPServiceNames;
import com.metamatrix.metadata.runtime.FakeMetadataService;
Modified: trunk/connector-sdk/src/main/java/com/metamatrix/cdk/ConnectorShe=
llCommandTarget.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-sdk/src/main/java/com/metamatrix/cdk/ConnectorShellComm=
andTarget.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/cdk/ConnectorShellComm=
andTarget.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -54,7 +54,7 @@
import com.metamatrix.common.config.xml.XMLConfigurationImportExportUtilit=
y;
import com.metamatrix.common.util.ByteArrayHelper;
import com.metamatrix.connector.api.Connector;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IProcedure;
import com.metamatrix.connector.language.IQuery;
Modified: trunk/connector-sdk/src/main/java/com/metamatrix/cdk/IConnectorHo=
st.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-sdk/src/main/java/com/metamatrix/cdk/IConnectorHost.jav=
a 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/cdk/IConnectorHost.jav=
a 2009-02-16 21:35:21 UTC (rev 474)
@@ -26,7 +26,7 @@
import java.util.List;
import java.util.Properties;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.language.ICommand;
=
/**
Modified: trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/Connecto=
rHost.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/ConnectorHost.=
java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/ConnectorHost.=
java 2009-02-16 21:35:21 UTC (rev 474)
@@ -35,12 +35,12 @@
import com.metamatrix.connector.api.Connection;
import com.metamatrix.connector.api.Connector;
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.DataNotAvailableException;
import com.metamatrix.connector.api.Execution;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ResultSetExecution;
import com.metamatrix.connector.api.UpdateExecution;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
import com.metamatrix.dqp.internal.datamgr.impl.ConnectorEnvironmentImpl;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCBaseExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCBaseExecution.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCBaseExecution.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -33,10 +33,10 @@
import java.util.Properties;
=
import com.metamatrix.common.util.PropertiesUtils;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.basic.BasicExecution;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.jdbc.extension.ResultsTranslator;
import com.metamatrix.connector.jdbc.extension.SQLTranslator;
import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
@@ -283,7 +283,7 @@
if (logger.isDetailEnabled()) {
logger.logDetail(context.getRequestIdentifier() + " Warning: ", war=
ning); //$NON-NLS-1$
}
- addWarning(toAdd);
+ context.addWarning(toAdd);
}
this.statement.clearWarnings();
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCConnector.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCConnector.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -28,10 +28,10 @@
import com.metamatrix.connector.api.Connector;
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ConnectorAnnotations.ConnectionPooling;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.pool.ConnectorIdentity;
import com.metamatrix.connector.pool.ConnectorIdentityFactory;
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCProcedureExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCProcedureExecution.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCProcedureExecution.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -33,11 +33,11 @@
import java.util.Properties;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.DataNotAvailableException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ProcedureExecution;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.jdbc.extension.ResultsTranslator;
import com.metamatrix.connector.jdbc.extension.SQLTranslator;
import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
@@ -46,6 +46,7 @@
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IParameter;
import com.metamatrix.connector.language.IProcedure;
+import com.metamatrix.connector.language.IParameter.Direction;
import com.metamatrix.connector.metadata.runtime.Element;
import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
@@ -124,7 +125,7 @@
Iterator iter =3D params.iterator();
while(iter.hasNext()){
IParameter param =3D (IParameter)iter.next();
- if(param.getDirection() =3D=3D IParameter.RESULT_SET){
+ if(param.getDirection() =3D=3D Direction.RESULT_SET){
resultSet =3D param;
break;
}
@@ -164,7 +165,7 @@
Iterator iter =3D parameters.iterator();
while(iter.hasNext()){
IParameter param =3D (IParameter)iter.next();
- if(param.getDirection() =3D=3D IParameter.RETURN){
+ if(param.getDirection() =3D=3D Direction.RETURN){
paramsIndexes.put(param, new Integer(index++));
break;
}
@@ -173,7 +174,7 @@
iter =3D parameters.iterator();
while(iter.hasNext()){
IParameter param =3D (IParameter)iter.next();
- if(param.getDirection() !=3D IParameter.RESULT_SET && param.ge=
tDirection() !=3D IParameter.RETURN){
+ if(param.getDirection() !=3D Direction.RESULT_SET && param.get=
Direction() !=3D Direction.RETURN){
paramsIndexes.put(param, new Integer(index++));
}
}
@@ -184,7 +185,7 @@
* @see com.metamatrix.data.ProcedureExecution#getOutputValue(com.meta=
matrix.data.language.IParameter)
*/
public Object getOutputValue(IParameter parameter) throws ConnectorExc=
eption {
- if(parameter.getDirection() !=3D IParameter.OUT && parameter.getDi=
rection() !=3D IParameter.INOUT && parameter.getDirection() !=3D IParamete=
r.RETURN){
+ if(parameter.getDirection() !=3D Direction.OUT && parameter.getDir=
ection() !=3D Direction.INOUT && parameter.getDirection() !=3D Direction.R=
ETURN){
throw new ConnectorException(JDBCPlugin.Util.getString("JDBCPr=
ocedureExecution.The_parameter_direction_must_be_out_or_inout_1")); //$NON-=
NLS-1$
}
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCQueryExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCQueryExecution.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCQueryExecution.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -38,13 +38,13 @@
import java.util.TimeZone;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.DataNotAvailableException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ResultSetExecution;
import com.metamatrix.connector.api.TypeFacility;
import com.metamatrix.connector.api.ValueTranslator;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.jdbc.extension.ResultsTranslator;
import com.metamatrix.connector.jdbc.extension.SQLTranslator;
import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCSingleIdentityConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCSingleIdentityConnectionFactory.java 2009-02-16 18:56:03 UTC (rev =
473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCSingleIdentityConnectionFactory.java 2009-02-16 21:35:21 UTC (rev =
474)
@@ -30,9 +30,9 @@
=
import com.metamatrix.connector.api.Connection;
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.pool.SingleIdentityFactory;
=
/**
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCSourceConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCSourceConnection.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCSourceConnection.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -28,13 +28,13 @@
import java.util.Properties;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ProcedureExecution;
import com.metamatrix.connector.api.ResultSetExecution;
import com.metamatrix.connector.api.UpdateExecution;
import com.metamatrix.connector.basic.BasicConnection;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.jdbc.extension.ResultsTranslator;
import com.metamatrix.connector.jdbc.extension.SQLTranslator;
import com.metamatrix.connector.language.ICommand;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCSourceConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCSourceConnectionFactory.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCSourceConnectionFactory.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -32,8 +32,8 @@
import java.util.Properties;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.internal.ConnectorPropertyNames;
import com.metamatrix.connector.pool.ConnectorIdentity;
import com.metamatrix.connector.pool.ConnectorIdentityFactory;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCUpdateExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCUpdateExecution.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCUpdateExecution.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -29,11 +29,11 @@
import java.util.List;
import java.util.Properties;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.DataNotAvailableException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.UpdateExecution;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.jdbc.extension.ResultsTranslator;
import com.metamatrix.connector.jdbc.extension.SQLTranslator;
import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCUserIdentityConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCUserIdentityConnectionFactory.java 2009-02-16 18:56:03 UTC (rev 47=
3)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCUserIdentityConnectionFactory.java 2009-02-16 21:35:21 UTC (rev 47=
4)
@@ -27,9 +27,9 @@
=
import com.metamatrix.connector.api.Connection;
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.CredentialMap;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
-import com.metamatrix.connector.pool.CredentialMap;
import com.metamatrix.connector.pool.UserIdentityFactory;
=
/**
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/access/AccessSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/access/AccessSQLTranslator.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/access/AccessSQLTranslator.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -27,7 +27,7 @@
import java.util.Properties;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
import com.metamatrix.connector.jdbc.extension.impl.BasicSQLTranslator;
import com.metamatrix.connector.language.ILanguageFactory;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/db2/DB2ConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/db2/DB2ConvertModifier.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/db2/DB2ConvertModifier.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -30,6 +30,7 @@
import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
import com.metamatrix.connector.jdbc.extension.impl.DropFunctionModifier;
import com.metamatrix.connector.language.*;
+import com.metamatrix.connector.language.ICompareCriteria.Operator;
=
/**
*/
@@ -127,7 +128,7 @@
// AFTER: CASE WHEN booleanExpression =3D 0 THEN 'false' ELSE=
'true' END
=
ILiteral literalZero =3D this.langFactory.createLiteral(new In=
teger(0), TypeFacility.RUNTIME_TYPES.INTEGER);
- ICompareCriteria when =3D this.langFactory.createCompareCriter=
ia(ICompareCriteria.EQ, expression, literalZero);
+ ICompareCriteria when =3D this.langFactory.createCompareCriter=
ia(Operator.EQ, expression, literalZero);
List whens =3D new ArrayList(1);
whens.add(when);
=
@@ -167,7 +168,7 @@
// BEFORE: convert(stringExpression, boolean)
// AFTER: CASE WHEN stringExpression =3D 'true' THEN 1 ELSE 0=
END
ILiteral literalTrue =3D this.langFactory.createLiteral("true"=
, TypeFacility.RUNTIME_TYPES.STRING); //$NON-NLS-1$
- ICompareCriteria when =3D this.langFactory.createCompareCriter=
ia(ICompareCriteria.EQ, expression, literalTrue);
+ ICompareCriteria when =3D this.langFactory.createCompareCriter=
ia(Operator.EQ, expression, literalTrue);
List whens =3D new ArrayList(1);
whens.add(when);
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/db2/DB2SQLConversionVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/db2/DB2SQLConversionVisitor.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/db2/DB2SQLConversionVisitor.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -26,6 +26,7 @@
import com.metamatrix.connector.language.IFromItem;
import com.metamatrix.connector.language.IJoin;
import com.metamatrix.connector.language.ILimit;
+import com.metamatrix.connector.language.IJoin.JoinType;
=
/** =
* @since 4.3
@@ -73,8 +74,7 @@
* @see com.metamatrix.data.visitor.LanguageObjectVisitor#visit(com.me=
tamatrix.connector.language.IJoin)
*/
public void visit(IJoin obj) {
- final int type =3D obj.getJoinType();
- if(type !=3D IJoin.CROSS_JOIN) {
+ if(obj.getJoinType() !=3D JoinType.CROSS_JOIN) {
super.visit(obj);
return;
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/db2/DB2SQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/db2/DB2SQLTranslator.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/db2/DB2SQLTranslator.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -28,8 +28,8 @@
import java.util.Map;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
import com.metamatrix.connector.jdbc.extension.impl.AliasModifier;
import com.metamatrix.connector.jdbc.extension.impl.BasicSQLTranslator;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/derby/DerbyConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/derby/DerbyConvertModifier.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/derby/DerbyConvertModifier.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -30,6 +30,7 @@
import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
import com.metamatrix.connector.jdbc.extension.impl.DropFunctionModifier;
import com.metamatrix.connector.language.*;
+import com.metamatrix.connector.language.ICompareCriteria.Operator;
=
/**
*/
@@ -146,7 +147,7 @@
// AFTER: CASE WHEN booleanExpression =3D 0 THEN 'false' ELSE=
'true' END
=
ILiteral literalZero =3D this.langFactory.createLiteral(new In=
teger(0), TypeFacility.RUNTIME_TYPES.INTEGER);
- ICompareCriteria when =3D this.langFactory.createCompareCriter=
ia(ICompareCriteria.EQ, expression, literalZero);
+ ICompareCriteria when =3D this.langFactory.createCompareCriter=
ia(Operator.EQ, expression, literalZero);
List whens =3D new ArrayList(1);
whens.add(when);
=
@@ -186,7 +187,7 @@
// BEFORE: convert(stringExpression, boolean)
// AFTER: CASE WHEN stringExpression =3D 'true' THEN 1 ELSE 0=
END
ILiteral literalTrue =3D this.langFactory.createLiteral("true"=
, TypeFacility.RUNTIME_TYPES.STRING); //$NON-NLS-1$
- ICompareCriteria when =3D this.langFactory.createCompareCriter=
ia(ICompareCriteria.EQ, expression, literalTrue);
+ ICompareCriteria when =3D this.langFactory.createCompareCriter=
ia(Operator.EQ, expression, literalTrue);
List whens =3D new ArrayList(1);
whens.add(when);
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/derby/DerbySQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/derby/DerbySQLTranslator.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/derby/DerbySQLTranslator.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -27,7 +27,7 @@
import java.util.Properties;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
import com.metamatrix.connector.jdbc.extension.impl.AliasModifier;
import com.metamatrix.connector.jdbc.extension.impl.BasicSQLTranslator;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/extension/ResultsTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/ResultsTranslator.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/ResultsTranslator.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -33,9 +33,9 @@
import java.util.TimeZone;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.language.ICommand;
=
/**
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/extension/SQLConversionVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/SQLConversionVisitor.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/SQLConversionVisitor.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -52,6 +52,7 @@
import com.metamatrix.connector.language.IProcedure;
import com.metamatrix.connector.language.IQuery;
import com.metamatrix.connector.language.IUpdate;
+import com.metamatrix.connector.language.IParameter.Direction;
import com.metamatrix.connector.visitor.util.SQLStringVisitor;
=
/**
@@ -393,7 +394,7 @@
Iterator iter =3D params.iterator();
while(iter.hasNext()){
IParameter param =3D (IParameter)iter.next();
- if(param.getDirection() =3D=3D IParameter.RETURN){
+ if(param.getDirection() =3D=3D Direction.RETURN){
needQuestionMark =3D true;
break;
}
@@ -413,7 +414,7 @@
iter =3D params.iterator();
while(iter.hasNext()){
IParameter param =3D (IParameter)iter.next();
- if(param.getDirection() =3D=3D IParameter.IN || param.getDirec=
tion() =3D=3D IParameter.OUT || param.getDirection() =3D=3D IParameter.INOU=
T){
+ if(param.getDirection() =3D=3D Direction.IN || param.getDirect=
ion() =3D=3D Direction.OUT || param.getDirection() =3D=3D Direction.INOUT){
if(numberOfParameters > 0){
prepareCallBuffer.append(","); //$NON-NLS-1$
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/extension/SQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/SQLTranslator.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/SQLTranslator.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -27,8 +27,8 @@
import java.util.Map;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/extension/TranslatedCommand.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/TranslatedCommand.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/TranslatedCommand.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -24,14 +24,12 @@
*/
package com.metamatrix.connector.jdbc.extension;
=
-import java.util.Collection;
-import java.util.Iterator;
import java.util.List;
import java.util.Map;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.jdbc.util.FunctionReplacementVisitor;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.ILiteral;
@@ -131,10 +129,7 @@
* @return
*/
private boolean hasBindValue(ICommand command) {
- Collection literals =3D CollectorVisitor.collectObjects(ILiteral.c=
lass, command);
- =
- for (Iterator i =3D literals.iterator(); i.hasNext();) {
- ILiteral l =3D (ILiteral)i.next();
+ for (ILiteral l : CollectorVisitor.collectObjects(ILiteral.class, =
command)) {
if (l.isBindValue() || isBindEligible(l)) {
return true;
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/extension/impl/BasicResultsTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/impl/BasicResultsTranslator.java 2009-02-16 18:56:03 UTC (re=
v 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/impl/BasicResultsTranslator.java 2009-02-16 21:35:21 UTC (re=
v 474)
@@ -36,9 +36,9 @@
import java.util.TimeZone;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.internal.ConnectorPropertyNames;
import com.metamatrix.connector.jdbc.JDBCPropertyNames;
import com.metamatrix.connector.jdbc.extension.ResultsTranslator;
@@ -46,6 +46,7 @@
import com.metamatrix.connector.jdbc.extension.ValueRetriever;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IParameter;
+import com.metamatrix.connector.language.IParameter.Direction;
=
/**
*/
@@ -110,7 +111,7 @@
Iterator iter =3D params.iterator();
while(iter.hasNext()){
IParameter param =3D (IParameter)iter.next();
- if(param.getDirection() =3D=3D IParameter.RETURN){
+ if(param.getDirection() =3D=3D Direction.RETURN){
registerSpecificTypeOfOutParameter(statement,param, index+=
+);
}
}
@@ -121,13 +122,13 @@
while(iter.hasNext()){
IParameter param =3D (IParameter)iter.next();
=
- if(param.getDirection() =3D=3D IParameter.INOUT){
+ if(param.getDirection() =3D=3D Direction.INOUT){
registerSpecificTypeOfOutParameter(statement,param, index);
- }else if(param.getDirection() =3D=3D IParameter.OUT){
+ }else if(param.getDirection() =3D=3D Direction.OUT){
registerSpecificTypeOfOutParameter(statement,param, index+=
+);
}
=
- if(param.getDirection() =3D=3D IParameter.IN || param.getDirec=
tion() =3D=3D IParameter.INOUT){
+ if(param.getDirection() =3D=3D Direction.IN || param.getDirect=
ion() =3D=3D Direction.INOUT){
bindValue(statement, param.getValue(), param.getType(), in=
dex++, cal);
}
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/extension/impl/BasicSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/impl/BasicSQLTranslator.java 2009-02-16 18:56:03 UTC (rev 47=
3)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/impl/BasicSQLTranslator.java 2009-02-16 21:35:21 UTC (rev 47=
4)
@@ -29,8 +29,8 @@
import java.util.TimeZone;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.jdbc.JDBCPropertyNames;
import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
import com.metamatrix.connector.jdbc.extension.SQLTranslator;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/informix/InformixSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/informix/InformixSQLTranslator.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/informix/InformixSQLTranslator.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -27,7 +27,7 @@
import java.util.*;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.extension.impl.*;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/mysql/MySQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/mysql/MySQLTranslator.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/mysql/MySQLTranslator.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -27,7 +27,7 @@
import java.util.Properties;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
import com.metamatrix.connector.jdbc.extension.impl.AliasModifier;
import com.metamatrix.connector.jdbc.extension.impl.BasicSQLTranslator;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/ConcatFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/ConcatFunctionModifier.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/ConcatFunctionModifier.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -28,12 +28,12 @@
=
import com.metamatrix.connector.api.TypeFacility;
import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
-import com.metamatrix.connector.language.ICompoundCriteria;
import com.metamatrix.connector.language.ICriteria;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
import com.metamatrix.connector.language.ILiteral;
+import com.metamatrix.connector.language.ICompoundCriteria.Operator;
=
=
/**
@@ -81,7 +81,7 @@
} else if (crits.size() =3D=3D 1) {
crit =3D (ICriteria)crits.get(0);
} else {
- crit =3D langFactory.createCompoundCriteria(ICompoundCriteria.OR,=
crits);
+ crit =3D langFactory.createCompoundCriteria(Operator.OR, crits);
}
when.add(crit);
List then =3D Arrays.asList(new IExpression[] {nullValue}); =
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/OracleConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleConvertModifier.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleConvertModifier.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -25,9 +25,9 @@
import java.util.Iterator;
import java.util.List;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.jdbc.extension.FunctionModifier;
import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
import com.metamatrix.connector.jdbc.extension.impl.DropFunctionModifier;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/OracleSQLConversionVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleSQLConversionVisitor.java 2009-02-16 18:56:03 UTC (rev 47=
3)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleSQLConversionVisitor.java 2009-02-16 21:35:21 UTC (rev 47=
4)
@@ -27,8 +27,8 @@
import java.sql.Time;
import java.util.Iterator;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
import com.metamatrix.connector.language.ICompareCriteria;
import com.metamatrix.connector.language.IElement;
@@ -143,14 +143,13 @@
append(leftExpression);
buffer.append(SPACE);
=
- final int op =3D obj.getOperator();
- switch(op) {
- case ICompareCriteria.EQ: buffer.append(EQ); break;
- case ICompareCriteria.GE: buffer.append(GE); break;
- case ICompareCriteria.GT: buffer.append(GT); break;
- case ICompareCriteria.LE: buffer.append(LE); break;
- case ICompareCriteria.LT: buffer.append(LT); break;
- case ICompareCriteria.NE: buffer.append(NE); break;
+ switch(obj.getOperator()) {
+ case EQ: buffer.append(EQ); break;
+ case GE: buffer.append(GE); break;
+ case GT: buffer.append(GT); break;
+ case LE: buffer.append(LE); break;
+ case LT: buffer.append(LT); break;
+ case NE: buffer.append(NE); break;
}
buffer.append(SPACE);
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/OracleSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleSQLTranslator.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleSQLTranslator.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -35,18 +35,17 @@
import java.util.Properties;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
import com.metamatrix.connector.jdbc.extension.impl.AliasModifier;
import com.metamatrix.connector.jdbc.extension.impl.BasicSQLTranslator;
import com.metamatrix.connector.language.ICommand;
-import com.metamatrix.connector.language.ICompareCriteria;
-import com.metamatrix.connector.language.ICompoundCriteria;
import com.metamatrix.connector.language.ICriteria;
import com.metamatrix.connector.language.IElement;
import com.metamatrix.connector.language.IFrom;
+import com.metamatrix.connector.language.IFromItem;
import com.metamatrix.connector.language.IGroup;
import com.metamatrix.connector.language.IInlineView;
import com.metamatrix.connector.language.ILanguageFactory;
@@ -59,6 +58,7 @@
import com.metamatrix.connector.language.ISelect;
import com.metamatrix.connector.language.ISelectSymbol;
import com.metamatrix.connector.language.ISetQuery;
+import com.metamatrix.connector.language.ICompareCriteria.Operator;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
import com.metamatrix.connector.visitor.util.CollectorVisitor;
import com.metamatrix.connector.visitor.util.SQLStringVisitor;
@@ -129,20 +129,20 @@
IGroup group =3D languageFactory.createGroup(INLINE_VIEW_ALIAS=
, null, null);
IElement eleRowNum =3D languageFactory.createElement(ROWNUM_AL=
IAS, group, null, TypeFacility.RUNTIME_TYPES.INTEGER);
ILiteral litOffset =3D languageFactory.createLiteral(new Integ=
er( limit.getRowOffset() ), TypeFacility.RUNTIME_TYPES.INTEGER);
- ICriteria criteria =3D languageFactory.createCompareCriteria(I=
CompareCriteria.GT, eleRowNum, litOffset);
+ ICriteria criteria =3D languageFactory.createCompareCriteria(O=
perator.GT, eleRowNum, litOffset);
lstCriteria.add( criteria );
}
=
IGroup group =3D languageFactory.createGroup(INLINE_VIEW_ALIAS, nu=
ll, null);
IElement eleRowNum =3D languageFactory.createElement(ROWNUM_ALIAS,=
group, null, TypeFacility.RUNTIME_TYPES.INTEGER);
ILiteral litLimit =3D languageFactory.createLiteral(new Integer( l=
imit.getRowOffset() + limit.getRowLimit() ),TypeFacility.RUNTIME_TYPES.INTE=
GER);
- ICriteria criteria =3D languageFactory.createCompareCriteria(IComp=
areCriteria.LE, eleRowNum, litLimit);
+ ICriteria criteria =3D languageFactory.createCompareCriteria(Opera=
tor.LE, eleRowNum, litLimit);
lstCriteria.add( criteria );
=
if ( lstCriteria.size() =3D=3D 1 ) {
criteria =3D lstCriteria.get( 0 );
} else {
- criteria =3D languageFactory.createCompoundCriteria(ICompoundC=
riteria.AND, lstCriteria );
+ criteria =3D languageFactory.createCompoundCriteria(com.metama=
trix.connector.language.ICompoundCriteria.Operator.AND, lstCriteria );
}
=
IQuery intermediate =3D createLimitQuery(command, null, true);
@@ -167,7 +167,7 @@
ICriteria criteria, boolean alias) {
IInlineView view =3D languageFactory.createInlineView(query, INLIN=
E_VIEW_ALIAS);
=
- IFrom from =3D languageFactory.createFrom(Arrays.asList(new Object=
[] {view}));
+ IFrom from =3D languageFactory.createFrom(Arrays.asList(new IFromI=
tem[] {view}));
=
LinkedHashMap> names =3D new LinkedHashMap>();
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/postgresql/PostgreSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/postgresql/PostgreSQLTranslator.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/postgresql/PostgreSQLTranslator.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -27,7 +27,7 @@
import java.util.Properties;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
import com.metamatrix.connector.jdbc.extension.impl.AliasModifier;
import com.metamatrix.connector.jdbc.extension.impl.BasicSQLTranslator;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/sqlserver/SqlServerSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/sqlserver/SqlServerSQLTranslator.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/sqlserver/SqlServerSQLTranslator.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -29,7 +29,7 @@
import java.util.Properties;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
import com.metamatrix.connector.jdbc.extension.impl.AliasModifier;
import com.metamatrix.connector.jdbc.extension.impl.BasicSQLTranslator;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/ssl/JDBCSequeLinkSingleIdentityConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/ssl/JDBCSequeLinkSingleIdentityConnectionFactory.java 2009-02-16 18:56=
:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/ssl/JDBCSequeLinkSingleIdentityConnectionFactory.java 2009-02-16 21:35=
:21 UTC (rev 474)
@@ -32,7 +32,7 @@
import java.sql.SQLException;
import java.util.Properties;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.ConnectionQueryStrategy;
import com.metamatrix.connector.jdbc.ConnectionStrategy;
import com.metamatrix.connector.jdbc.JDBCPropertyNames;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/sybase/SybaseSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/sybase/SybaseSQLTranslator.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/sybase/SybaseSQLTranslator.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -29,7 +29,7 @@
import java.util.Properties;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
import com.metamatrix.connector.jdbc.extension.impl.AliasModifier;
import com.metamatrix.connector.jdbc.extension.impl.BasicSQLTranslator;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/util/JDBCExecutionHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/util/JDBCExecutionHelper.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/util/JDBCExecutionHelper.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -27,11 +27,11 @@
import java.util.Iterator;
import java.util.List;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.TypeFacility;
import com.metamatrix.connector.api.ValueTranslator;
import com.metamatrix.connector.basic.BasicValueTranslator;
-import com.metamatrix.connector.exception.ConnectorException;
=
/**
*/
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/xa/JDBCSingleIdentityDSConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/xa/JDBCSingleIdentityDSConnectionFactory.java 2009-02-16 18:56:03 UTC =
(rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/xa/JDBCSingleIdentityDSConnectionFactory.java 2009-02-16 21:35:21 UTC =
(rev 474)
@@ -34,8 +34,8 @@
import javax.sql.XAConnection;
import javax.sql.XADataSource;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.jdbc.JDBCPlugin;
import com.metamatrix.connector.jdbc.JDBCPropertyNames;
import com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/xa/JDBCSourceXAConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/xa/JDBCSourceXAConnection.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/xa/JDBCSourceXAConnection.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -32,7 +32,7 @@
import javax.transaction.xa.XAResource;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.ConnectionListener;
import com.metamatrix.connector.jdbc.ConnectionStrategy;
import com.metamatrix.connector.jdbc.JDBCSourceConnection;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/xa/JDBCXAConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/xa/JDBCXAConnector.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/xa/JDBCXAConnector.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -29,9 +29,9 @@
=
import com.metamatrix.connector.api.Connection;
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ConnectorAnnotations.ConnectionPooling;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.jdbc.JDBCConnector;
import com.metamatrix.connector.jdbc.JDBCPropertyNames;
import com.metamatrix.connector.xa.api.TransactionContext;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/access/TestAccessSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/access/TestAccessSQLTranslator.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/access/TestAccessSQLTranslator.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -28,7 +28,7 @@
=
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.cdk.unittest.FakeTranslationFactory;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.extension.SQLTranslator;
import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
import com.metamatrix.connector.language.ICommand;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/db2/TestDB2SqlTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/db2/TestDB2SqlTranslator.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/db2/TestDB2SqlTranslator.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -30,8 +30,8 @@
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.cdk.api.TranslationUtility;
import com.metamatrix.cdk.unittest.FakeTranslationFactory;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.jdbc.extension.SQLTranslator;
import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
import com.metamatrix.connector.language.ICommand;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/mysql/TestMySQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/mysql/TestMySQLTranslator.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/mysql/TestMySQLTranslator.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -28,7 +28,7 @@
import junit.framework.TestCase;
=
import com.metamatrix.cdk.api.EnvironmentUtility;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.MetadataFactory;
import com.metamatrix.connector.jdbc.extension.SQLTranslator;
import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/postgresql/TestPostgreSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/postgresql/TestPostgreSQLTranslator.java 2009-02-16 18:56:03 UTC (rev =
473)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/postgresql/TestPostgreSQLTranslator.java 2009-02-16 21:35:21 UTC (rev =
474)
@@ -28,7 +28,7 @@
import junit.framework.TestCase;
=
import com.metamatrix.cdk.api.EnvironmentUtility;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.MetadataFactory;
import com.metamatrix.connector.jdbc.extension.SQLTranslator;
import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/sqlserver/TestSqlServerConversionVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/sqlserver/TestSqlServerConversionVisitor.java 2009-02-16 18:56:03 UTC =
(rev 473)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/sqlserver/TestSqlServerConversionVisitor.java 2009-02-16 21:35:21 UTC =
(rev 474)
@@ -29,7 +29,7 @@
=
import com.metamatrix.cdk.CommandBuilder;
import com.metamatrix.cdk.api.EnvironmentUtility;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.MetadataFactory;
import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
import com.metamatrix.connector.jdbc.util.FunctionReplacementVisitor;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/sybase/TestSybaseSQLConversionVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/sybase/TestSybaseSQLConversionVisitor.java 2009-02-16 18:56:03 UTC (re=
v 473)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/sybase/TestSybaseSQLConversionVisitor.java 2009-02-16 21:35:21 UTC (re=
v 474)
@@ -28,7 +28,7 @@
import junit.framework.TestCase;
=
import com.metamatrix.cdk.api.EnvironmentUtility;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.MetadataFactory;
import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
import com.metamatrix.connector.jdbc.util.FunctionReplacementVisitor;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/userpool/MockExampleConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/userpool/MockExampleConnectionFactory.java 2009-02-16 18:56:03 UTC (re=
v 473)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/userpool/MockExampleConnectionFactory.java 2009-02-16 21:35:21 UTC (re=
v 474)
@@ -26,7 +26,7 @@
import java.util.Properties;
=
import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.JDBCUserIdentityConnectionFactory;
=
/**
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/userpool/MockSourceConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/userpool/MockSourceConnection.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/userpool/MockSourceConnection.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -22,18 +22,16 @@
=
package com.metamatrix.connector.jdbc.userpool;
=
-import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.api.ConnectorCapabilities;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.Execution;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.basic.BasicConnection;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.connector.pool.PoolAwareConnection;
=
/**
*/
-public class MockSourceConnection implements PoolAwareConnection, Connecti=
on {
+public class MockSourceConnection extends BasicConnection {
=
private String url;
private int transLevel;
@@ -76,18 +74,8 @@
}
=
@Override
- public ConnectorCapabilities getCapabilities() {
- return null;
- }
-
- @Override
public void close() {
=
}
=
- @Override
- public void closeCalled() {
- =
- }
- =
}
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/userpool/TestPerUserPool.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/userpool/TestPerUserPool.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/userpool/TestPerUserPool.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -30,12 +30,12 @@
import org.mockito.Mockito;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.CredentialMap;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.internal.ConnectorPropertyNames;
import com.metamatrix.connector.jdbc.JDBCPropertyNames;
import com.metamatrix.connector.jdbc.JDBCSourceConnectionFactory;
-import com.metamatrix.connector.pool.CredentialMap;
import com.metamatrix.dqp.internal.datamgr.impl.ExecutionContextImpl;
=
/**
Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/conn=
ector/ldap/IQueryToLdapSearchParser.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/IQueryToLdapSearchParser.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/IQueryToLdapSearchParser.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -50,8 +50,8 @@
import javax.naming.ldap.SortKey;
import javax.naming.NamingException;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.language.IAggregate;
import com.metamatrix.connector.language.ICaseExpression;
import com.metamatrix.connector.language.ICompareCriteria;
@@ -73,6 +73,7 @@
import com.metamatrix.connector.language.IScalarSubquery;
import com.metamatrix.connector.language.ISearchedCaseExpression;
import com.metamatrix.connector.language.ISelectSymbol;
+import com.metamatrix.connector.language.ICompareCriteria.Operator;
import com.metamatrix.connector.metadata.runtime.Element;
import com.metamatrix.connector.metadata.runtime.Group;
import com.metamatrix.connector.metadata.runtime.MetadataID;
@@ -359,11 +360,11 @@
* @param op operator to evaluate
* @return LDAP-specific string equivalent of the operator
*/
- private String parseCompoundCriteriaOp(int op) throws ConnectorException {
+ private String parseCompoundCriteriaOp(ICompoundCriteria.Operator op) thr=
ows ConnectorException {
switch(op) {
- case ICompoundCriteria.AND:
+ case AND:
return "&"; //$NON-NLS-1$
- case ICompoundCriteria.OR:
+ case OR:
return "|"; //$NON-NLS-1$
default:
final String msg =3D LDAPPlugin.Util.getString("IQueryToLdapS=
earchParser.criteriaNotParsableError"); //$NON-NLS-1$
@@ -469,7 +470,7 @@
// Recursive case: compound criteria
if(criteria instanceof ICompoundCriteria) {
logger.logTrace("Parsing compound criteria."); //$NON-NLS-1$
- int op =3D ((ICompoundCriteria) criteria).getOperator();
+ ICompoundCriteria.Operator op =3D ((ICompoundCriteria) criteria).getOpe=
rator();
List criteriaList =3D ((ICompoundCriteria) criteria).getCriteria();
String stringOp =3D parseCompoundCriteriaOp(op);
=
@@ -486,7 +487,8 @@
// Base case
} else if(criteria instanceof ICompareCriteria) {
logger.logTrace("Parsing compare criteria."); //$NON-NLS-1$
- int op =3D ((ICompareCriteria) criteria).getOperator();
+ ICompareCriteria.Operator op =3D ((ICompareCriteria) criteria).getOpera=
tor();
+ =
IExpression lhs =3D ((ICompareCriteria) criteria).getLeftExpression();
IExpression rhs =3D ((ICompareCriteria) criteria).getRightExpression();
=
@@ -496,8 +498,8 @@
final String msg =3D LDAPPlugin.Util.getString("IQueryToLdapS=
earchParser.missingNISError"); //$NON-NLS-1$
throw new ConnectorException(msg); =
}
+ =
addCompareCriteriaToList(filterList, op, lhsString, rhsString);
-
// Base case
} else if(criteria instanceof IExistsCriteria) {
logger.logTrace("Parsing EXISTS criteria: NOT IMPLEMENTED YET"); //$NON=
-NLS-1$
@@ -506,7 +508,7 @@
} else if(criteria instanceof ILikeCriteria) {
logger.logTrace("Parsing LIKE criteria."); //$NON-NLS-1$
// Convert LIKE to Equals, where any "%" symbol is replaced with "*".
- int op =3D ICompareCriteria.EQ;
+ ICompareCriteria.Operator op =3D Operator.EQ;
IExpression lhs =3D ((ILikeCriteria) criteria).getLeftExpression();
IExpression rhs =3D ((ILikeCriteria) criteria).getRightExpression();
=
@@ -536,10 +538,10 @@
return;
}
filterList.add("("); //$NON-NLS-1$
- filterList.add(parseCompoundCriteriaOp(ICompoundCriteria.OR));
+ filterList.add(parseCompoundCriteriaOp(com.metamatrix.connector.language=
.ICompoundCriteria.Operator.OR));
Iterator rhsItr =3D rhsList.iterator();
while(rhsItr.hasNext()) {
- addCompareCriteriaToList(filterList, ICompareCriteria.EQ, getExpression=
String(lhs), =
+ addCompareCriteriaToList(filterList, Operator.EQ, getExpressionString(l=
hs), =
getExpressionString((IExpression)rhsItr.next()));
}
filterList.add(")"); //$NON-NLS-1$
@@ -552,11 +554,11 @@
* @param lhs left hand side expression
* @param rhs right hand side expression
*/
- private void addCompareCriteriaToList(List filterList, int op, String lhs=
, String rhs) throws ConnectorException {
+ private void addCompareCriteriaToList(List filterList, ICompareCriteria.O=
perator op, String lhs, String rhs) throws ConnectorException {
// Push the comparison statement into the list, e.g.:
// (sn=3DMike)
// !(empNum>=3D100)
- if(op =3D=3D ICompareCriteria.NE) {
+ if(op =3D=3D Operator.NE || op =3D=3D Operator.GT || op =3D=3D Operator.=
LT) {
filterList.add("("); //$NON-NLS-1$
filterList.add("!"); //$NON-NLS-1$
}
@@ -564,26 +566,18 @@
filterList.add(lhs);
=
switch(op) {
- case ICompareCriteria.EQ:
+ case NE:
+ case EQ:
filterList.add("=3D"); //$NON-NLS-1$
break;
- case ICompareCriteria.GE:
+ case LT:
+ case GE:
filterList.add(">=3D"); //$NON-NLS-1$
break;
- // Arguably, this is not correct, but LDAP doesn't support GT, and =
- // we want to support pushdown in this case, to make things uniform.
- case ICompareCriteria.GT:
- filterList.add(">=3D"); //$NON-NLS-1$
- break;
- case ICompareCriteria.LE:
+ case GT:
+ case LE:
filterList.add("<=3D"); //$NON-NLS-1$
break;
- case ICompareCriteria.LT:
- filterList.add("<=3D"); //$NON-NLS-1$
- break;
- case ICompareCriteria.NE:
- filterList.add("=3D"); //$NON-NLS-1$
- break;
default:
final String msg =3D LDAPPlugin.Util.getString("IQueryToLdapS=
earchParser.criteriaNotSupportedError"); //$NON-NLS-1$
throw new ConnectorException(msg); =
@@ -591,7 +585,7 @@
}
filterList.add(rhs);
filterList.add(")"); //$NON-NLS-1$
- if(op =3D=3D ICompareCriteria.NE) {
+ if(op =3D=3D Operator.NE || op =3D=3D Operator.GT || op =3D=3D Operator.=
LT) {
filterList.add(")"); //$NON-NLS-1$
}
}
Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/conn=
ector/ldap/LDAPConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/LDAPConnection.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/LDAPConnection.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -29,12 +29,12 @@
import javax.naming.NamingException;
import javax.naming.ldap.InitialLdapContext;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ResultSetExecution;
import com.metamatrix.connector.api.UpdateExecution;
import com.metamatrix.connector.basic.BasicConnection;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IQuery;
import com.metamatrix.connector.language.IQueryCommand;
Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/conn=
ector/ldap/LDAPConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/LDAPConnector.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/LDAPConnector.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -27,9 +27,9 @@
import com.metamatrix.connector.api.Connector;
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.exception.ConnectorException;
=
/** =
* LDAPConnector. This is responsible for initializing =
Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/conn=
ector/ldap/LDAPSyncQueryExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/LDAPSyncQueryExecution.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/LDAPSyncQueryExecution.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -94,12 +94,11 @@
import javax.naming.ldap.SortControl;
import javax.naming.ldap.SortKey;
=
-import com.metamatrix.connector.api.ConnectorCapabilities;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ResultSetExecution;
import com.metamatrix.connector.basic.BasicExecution;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.language.IQuery;
import com.metamatrix.connector.metadata.runtime.Element;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/conn=
ector/ldap/LDAPUpdateExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/LDAPUpdateExecution.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/LDAPUpdateExecution.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -33,12 +33,12 @@
import javax.naming.ldap.InitialLdapContext;
import javax.naming.ldap.LdapContext;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.DataNotAvailableException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.UpdateExecution;
import com.metamatrix.connector.basic.BasicExecution;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.ICompareCriteria;
import com.metamatrix.connector.language.ICriteria;
@@ -49,6 +49,7 @@
import com.metamatrix.connector.language.ILiteral;
import com.metamatrix.connector.language.ISetClause;
import com.metamatrix.connector.language.IUpdate;
+import com.metamatrix.connector.language.ICompareCriteria.Operator;
import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.MetadataObject;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
@@ -368,7 +369,7 @@
throw new ConnectorException(msg);
}
ICompareCriteria compareCriteria =3D (ICompareCriteria)criteria; =
- if (compareCriteria.getOperator() !=3D ICompareCriteria.EQ) {
+ if (compareCriteria.getOperator() !=3D Operator.EQ) {
final String msg =3D LDAPPlugin.Util.getString("LDAPUpdateExec=
ution.criteriaNotEqualsError"); //$NON-NLS-1$
throw new ConnectorException(msg);
}
Modified: trunk/connectors/connector-ldap/src/test/java/com/metamatrix/conn=
ector/ldap/TestIQueryToLdapSearchParser.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-ldap/src/test/java/com/metamatrix/connector/=
ldap/TestIQueryToLdapSearchParser.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-ldap/src/test/java/com/metamatrix/connector/=
ldap/TestIQueryToLdapSearchParser.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -35,6 +35,7 @@
import com.metamatrix.cdk.CommandBuilder;
import com.metamatrix.cdk.api.SysLogger;
import com.metamatrix.common.types.DataTypeManager;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IQuery;
@@ -90,8 +91,8 @@
SortKey[] sortKeys =3D searchDetails.getSortKeys();
=
// Compare actual with Expected
- assertEquals(contextName, expectedContextName);
- assertEquals(contextFilter, expectedContextFilter);
+ assertEquals(expectedContextName, contextName);
+ assertEquals(expectedContextFilter, contextFilter);
=
assertEquals(attrList.size(),expectedAttrNameList.size());
Iterator iter =3D attrList.iterator();
@@ -102,25 +103,16 @@
assertEquals(actualName, expectedName);
}
=
- assertEquals(countLimit, expectedCountLimit);
- assertEquals(searchScope, expectedSearchScope);
- assertEquals(sortKeys, expectedSortKeys);
+ assertEquals(expectedCountLimit, countLimit);
+ assertEquals(expectedSearchScope, searchScope);
+ assertEquals(expectedSortKeys, sortKeys);
}
=
/**
* Test a Query without criteria
*/
public void testSelectFrom1() throws Exception {
- ConnectorLogger logger =3D new SysLogger(false);
- QueryMetadataInterface metadata =3D exampleLdap();
- RuntimeMetadata rm =3D new MetadataFactory(metadata).createRuntimeMet=
adata();
- Properties props =3D new Properties();
- =
- IQueryToLdapSearchParser searchParser =3D new IQueryToLdapSearchParse=
r(logger,rm,props);
- =
- IQuery query =3D (IQuery)getCommand("SELECT UserID, Name FROM Ldap=
Model.People", metadata); //$NON-NLS-1$
-
- LDAPSearchDetails searchDetails =3D searchParser.translateSQLQuery=
ToLDAPSearch(query);
+ LDAPSearchDetails searchDetails =3D helpGetSearchDetails("SELECT U=
serID, Name FROM LdapModel.People"); //$NON-NLS-1$
=
//-----------------------------------
// Set Expected SearchDetails Values
@@ -145,16 +137,7 @@
* Test a Query with a criteria
*/
public void testSelectFromWhere1() throws Exception {
- ConnectorLogger logger =3D new SysLogger(false);
- QueryMetadataInterface metadata =3D exampleLdap();
- RuntimeMetadata rm =3D new MetadataFactory(metadata).createRuntimeMet=
adata();
- Properties props =3D new Properties();
- =
- IQueryToLdapSearchParser searchParser =3D new IQueryToLdapSearchParse=
r(logger,rm,props);
- =
- IQuery query =3D (IQuery)getCommand("SELECT UserID, Name FROM Ldap=
Model.People WHERE Name =3D 'R%'", metadata); //$NON-NLS-1$
-
- LDAPSearchDetails searchDetails =3D searchParser.translateSQLQuery=
ToLDAPSearch(query);
+ LDAPSearchDetails searchDetails =3D helpGetSearchDetails("SELECT User=
ID, Name FROM LdapModel.People WHERE Name =3D 'R%'"); //$NON-NLS-1$
=
//-----------------------------------
// Set Expected SearchDetails Values
@@ -175,7 +158,63 @@
=
}
=
+ public void testGT() throws Exception {
+ LDAPSearchDetails searchDetails =3D helpGetSearchDetails("SELECT User=
ID, Name FROM LdapModel.People WHERE Name > 'R'"); //$NON-NLS-1$
+ =
+ //-----------------------------------
+ // Set Expected SearchDetails Values
+ //-----------------------------------
+ String expectedContextName =3D "ou=3Dpeople,dc=3Dmetamatrix,dc=3Dc=
om"; //$NON-NLS-1$
+ String expectedContextFilter =3D "(!(cn<=3DR))"; //$NON-NLS-1$
+ =
+ List expectedAttrNameList =3D new ArrayList();
+ expectedAttrNameList.add("uid"); //$NON-NLS-1$
+ expectedAttrNameList.add("cn"); //$NON-NLS-1$
+ =
+ long expectedCountLimit =3D -1;
+ int expectedSearchScope =3D SearchControls.ONELEVEL_SCOPE;
+ SortKey[] expectedSortKeys =3D null;
+ =
+ helpTestSearchDetails(searchDetails, expectedContextName, expected=
ContextFilter, expectedAttrNameList,
+ expectedCountLimit, expectedSearchScope, expectedSortKeys);
+ }
=
+ public void testLT() throws Exception {
+ LDAPSearchDetails searchDetails =3D helpGetSearchDetails("SELECT User=
ID, Name FROM LdapModel.People WHERE Name < 'R'"); //$NON-NLS-1$
+ =
+ //-----------------------------------
+ // Set Expected SearchDetails Values
+ //-----------------------------------
+ String expectedContextName =3D "ou=3Dpeople,dc=3Dmetamatrix,dc=3Dc=
om"; //$NON-NLS-1$
+ String expectedContextFilter =3D "(!(cn>=3DR))"; //$NON-NLS-1$
+ =
+ List expectedAttrNameList =3D new ArrayList();
+ expectedAttrNameList.add("uid"); //$NON-NLS-1$
+ expectedAttrNameList.add("cn"); //$NON-NLS-1$
+ =
+ long expectedCountLimit =3D -1;
+ int expectedSearchScope =3D SearchControls.ONELEVEL_SCOPE;
+ SortKey[] expectedSortKeys =3D null;
+ =
+ helpTestSearchDetails(searchDetails, expectedContextName, expected=
ContextFilter, expectedAttrNameList,
+ expectedCountLimit, expectedSearchScope, expectedSortKeys);
+ }
+
+ private LDAPSearchDetails helpGetSearchDetails(String queryString) throws=
ConnectorException {
+ ConnectorLogger logger =3D new SysLogger(false);
+ QueryMetadataInterface metadata =3D exampleLdap();
+ RuntimeMetadata rm =3D new MetadataFactory(metadata).createRuntimeMet=
adata();
+ Properties props =3D new Properties();
+ =
+ IQueryToLdapSearchParser searchParser =3D new IQueryToLdapSearchParse=
r(logger,rm,props);
+ =
+ IQuery query =3D (IQuery)getCommand(queryString, metadata);
+
+ LDAPSearchDetails searchDetails =3D searchParser.translateSQLQuery=
ToLDAPSearch(query);
+ return searchDetails;
+ }
+ =
+ =
public static FakeMetadataFacade exampleLdap() { =
// Create models
FakeMetadataObject ldapModel =3D FakeMetadataFactory.createPhysica=
lModel("LdapModel"); //$NON-NLS-1$
Modified: trunk/connectors/connector-loopback/src/main/java/com/metamatrix/=
connector/loopback/LoopbackConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connec=
tor/loopback/LoopbackConnection.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connec=
tor/loopback/LoopbackConnection.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -23,7 +23,7 @@
package com.metamatrix.connector.loopback;
=
import com.metamatrix.connector.api.*;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.basic.BasicConnection;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
=
@@ -31,7 +31,7 @@
* Serves as a connection for the Loopback connector. Since there is no a=
ctual
* data source, this "connection" doesn't really have any state. =
*/
-public class LoopbackConnection implements Connection {
+public class LoopbackConnection extends BasicConnection {
=
private ConnectorEnvironment env;
=
@@ -42,14 +42,6 @@
this.env =3D env;
}
=
- /* =
- * @see com.metamatrix.data.Connection#getCapabilities()
- */
- public ConnectorCapabilities getCapabilities() {
- return null;
- }
-
- =
@Override
public Execution createExecution(ICommand command,
ExecutionContext executionContext, RuntimeMetadata metadata)
Modified: trunk/connectors/connector-loopback/src/main/java/com/metamatrix/=
connector/loopback/LoopbackConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connec=
tor/loopback/LoopbackConnector.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connec=
tor/loopback/LoopbackConnector.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -23,7 +23,6 @@
package com.metamatrix.connector.loopback;
=
import com.metamatrix.connector.api.*;
-import com.metamatrix.connector.exception.ConnectorException;
=
/**
* Starting point for the Loopback connector.
Modified: trunk/connectors/connector-loopback/src/main/java/com/metamatrix/=
connector/loopback/LoopbackExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connec=
tor/loopback/LoopbackExecution.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connec=
tor/loopback/LoopbackExecution.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -35,12 +35,12 @@
import java.util.Random;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.DataNotAvailableException;
import com.metamatrix.connector.api.ProcedureExecution;
import com.metamatrix.connector.api.TypeFacility;
import com.metamatrix.connector.api.UpdateExecution;
import com.metamatrix.connector.basic.BasicExecution;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IParameter;
import com.metamatrix.connector.language.IQueryCommand;
Modified: trunk/connectors/connector-loopback/src/test/java/com/metamatrix/=
connector/loopback/TestLoopbackExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-loopback/src/test/java/com/metamatrix/connec=
tor/loopback/TestLoopbackExecution.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-loopback/src/test/java/com/metamatrix/connec=
tor/loopback/TestLoopbackExecution.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -32,7 +32,7 @@
import com.metamatrix.cdk.api.ConnectorHost;
import com.metamatrix.cdk.api.TranslationUtility;
import com.metamatrix.cdk.unittest.FakeTranslationFactory;
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
=
public class TestLoopbackExecution extends TestCase {
=
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/Connector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/Connector.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/Connector.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -29,13 +29,13 @@
import com.metamatrix.connector.api.Connection;
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
+import com.metamatrix.connector.api.CredentialMap;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ConnectorAnnotations.ConnectionPooling;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.pool.ConnectorIdentity;
import com.metamatrix.connector.pool.ConnectorIdentityFactory;
-import com.metamatrix.connector.pool.CredentialMap;
import com.metamatrix.connector.pool.SingleIdentityFactory;
import com.metamatrix.connector.pool.UserIdentityFactory;
import com.metamatrix.connector.salesforce.connection.SalesforceConnection;
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/ConnectorState.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/ConnectorState.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/ConnectorState.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -25,8 +25,8 @@
import java.net.URL;
import java.util.Properties;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
-import com.metamatrix.connector.exception.ConnectorException;
=
public class ConnectorState {
=
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/Util.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/Util.java 2009-02-16 18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/Util.java 2009-02-16 21:35:21 UTC (rev 474)
@@ -24,7 +24,7 @@
import java.text.DateFormat;
import java.text.SimpleDateFormat;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
=
public class Util {
=
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/connection/SalesforceConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/connection/SalesforceConnection.java 2009-02-16 18:56:03 U=
TC (rev 473)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/connection/SalesforceConnection.java 2009-02-16 21:35:21 U=
TC (rev 474)
@@ -25,11 +25,11 @@
import java.util.List;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ResultSetExecution;
import com.metamatrix.connector.api.UpdateExecution;
import com.metamatrix.connector.basic.BasicConnection;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IQueryCommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/connection/impl/ConnectionImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/connection/impl/ConnectionImpl.java 2009-02-16 18:56:03 UT=
C (rev 473)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/connection/impl/ConnectionImpl.java 2009-02-16 21:35:21 UT=
C (rev 474)
@@ -37,8 +37,8 @@
import org.apache.axis.transport.http.CommonsHTTPSender;
import org.apache.axis.transport.http.HTTPTransport;
=
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.salesforce.execution.DataPayload;
import com.sforce.soap.partner.CallOptions;
import com.sforce.soap.partner.DeleteResult;
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/execution/DeleteExecutionImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/DeleteExecutionImpl.java 2009-02-16 18:56:03 UTC=
(rev 473)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/DeleteExecutionImpl.java 2009-02-16 21:35:21 UTC=
(rev 474)
@@ -21,7 +21,7 @@
*/
package com.metamatrix.connector.salesforce.execution;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.language.IDelete;
import com.metamatrix.connector.salesforce.execution.visitors.DeleteVisito=
r;
=
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/execution/InsertExecutionImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/InsertExecutionImpl.java 2009-02-16 18:56:03 UTC=
(rev 473)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/InsertExecutionImpl.java 2009-02-16 21:35:21 UTC=
(rev 474)
@@ -22,7 +22,7 @@
package com.metamatrix.connector.salesforce.execution;
=
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.language.IInsert;
import com.metamatrix.connector.salesforce.execution.visitors.InsertVisito=
r;
=
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/execution/QueryExecutionImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/QueryExecutionImpl.java 2009-02-16 18:56:03 UTC =
(rev 473)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/QueryExecutionImpl.java 2009-02-16 21:35:21 UTC =
(rev 474)
@@ -32,12 +32,12 @@
import org.apache.axis.message.MessageElement;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.DataNotAvailableException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ResultSetExecution;
import com.metamatrix.connector.basic.BasicExecution;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.language.IQueryCommand;
import com.metamatrix.connector.metadata.runtime.Element;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/execution/UpdateExecutionImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/UpdateExecutionImpl.java 2009-02-16 18:56:03 UTC=
(rev 473)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/UpdateExecutionImpl.java 2009-02-16 21:35:21 UTC=
(rev 474)
@@ -28,7 +28,7 @@
=
import org.apache.axis.message.MessageElement;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.language.IElement;
import com.metamatrix.connector.language.ILiteral;
import com.metamatrix.connector.language.ISetClause;
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/execution/UpdateExecutionParent.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/UpdateExecutionParent.java 2009-02-16 18:56:03 U=
TC (rev 473)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/UpdateExecutionParent.java 2009-02-16 21:35:21 U=
TC (rev 474)
@@ -24,11 +24,11 @@
import java.util.ArrayList;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.DataNotAvailableException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.UpdateExecution;
import com.metamatrix.connector.basic.BasicExecution;
-import com.metamatrix.connector.exception.ConnectorException;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.ICompareCriteria;
import com.metamatrix.connector.language.ICriteria;
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/execution/visitors/CriteriaVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/visitors/CriteriaVisitor.java 2009-02-16 18:56:0=
3 UTC (rev 473)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/visitors/CriteriaVisitor.java 2009-02-16 21:35:2=
1 UTC (rev 474)
@@ -28,7 +28,7 @@
import java.util.List;
import java.util.Map;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.language.ICompareCriteria;
import com.metamatrix.connector.language.IElement;
import com.metamatrix.connector.language.IExpression;
@@ -37,6 +37,7 @@
import com.metamatrix.connector.language.IInCriteria;
import com.metamatrix.connector.language.ILikeCriteria;
import com.metamatrix.connector.language.ILiteral;
+import com.metamatrix.connector.language.ICompareCriteria.Operator;
import com.metamatrix.connector.metadata.runtime.Element;
import com.metamatrix.connector.metadata.runtime.Group;
import com.metamatrix.connector.metadata.runtime.MetadataID;
@@ -67,7 +68,7 @@
protected static final String CLOSE =3D ")";
=
protected RuntimeMetadata metadata;
- private HashMap comparisonOperators;
+ private HashMap comparisonOperators;
protected List criteriaList =3D new ArrayList();
protected boolean hasCriteria;
protected Map columnElementsByName =3D new HashMap();
@@ -77,13 +78,13 @@
=
public CriteriaVisitor(RuntimeMetadata metadata) {
this.metadata =3D metadata;
- comparisonOperators =3D new HashMap();
- comparisonOperators.put(ICompareCriteria.EQ, "=3D");
- comparisonOperators.put(ICompareCriteria.GE, ">=3D");
- comparisonOperators.put(ICompareCriteria.GT, ">");
- comparisonOperators.put(ICompareCriteria.LE, "<=3D");
- comparisonOperators.put(ICompareCriteria.LT, "<");
- comparisonOperators.put(ICompareCriteria.NE, "!=3D"); =
+ comparisonOperators =3D new HashMap();
+ comparisonOperators.put(Operator.EQ, "=3D");
+ comparisonOperators.put(Operator.GE, ">=3D");
+ comparisonOperators.put(Operator.GT, ">");
+ comparisonOperators.put(Operator.LE, "<=3D");
+ comparisonOperators.put(Operator.LT, "<");
+ comparisonOperators.put(Operator.NE, "!=3D"); =
}
=
@Override
@@ -91,7 +92,7 @@
super.visit(criteria);
try {
addCompareCriteria(criteriaList, criteria);
- boolean isAcceptableID =3D (ICompareCriteria.EQ =3D=3D criteria.getOper=
ator() &&
+ boolean isAcceptableID =3D (Operator.EQ =3D=3D criteria.getOperator() &&
isIdColumn(criteria.getLeftExpression()));
setHasCriteria(true, isAcceptableID);
} catch (ConnectorException e) {
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/execution/visitors/DeleteVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/visitors/DeleteVisitor.java 2009-02-16 18:56:03 =
UTC (rev 473)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/visitors/DeleteVisitor.java 2009-02-16 21:35:21 =
UTC (rev 474)
@@ -23,7 +23,7 @@
=
import java.util.Iterator;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.language.IDelete;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
=
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/execution/visitors/ICriteriaVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/visitors/ICriteriaVisitor.java 2009-02-16 18:56:=
03 UTC (rev 473)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/visitors/ICriteriaVisitor.java 2009-02-16 21:35:=
21 UTC (rev 474)
@@ -21,7 +21,7 @@
*/
package com.metamatrix.connector.salesforce.execution.visitors;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
=
public interface ICriteriaVisitor {
=
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/execution/visitors/IQueryProvidingVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/visitors/IQueryProvidingVisitor.java 2009-02-16 =
18:56:03 UTC (rev 473)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/visitors/IQueryProvidingVisitor.java 2009-02-16 =
21:35:21 UTC (rev 474)
@@ -21,7 +21,7 @@
*/
package com.metamatrix.connector.salesforce.execution.visitors;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
=
public interface IQueryProvidingVisitor extends ICriteriaVisitor {
=
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/execution/visitors/InsertVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/visitors/InsertVisitor.java 2009-02-16 18:56:03 =
UTC (rev 473)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/visitors/InsertVisitor.java 2009-02-16 21:35:21 =
UTC (rev 474)
@@ -28,8 +28,9 @@
=
import org.apache.axis.message.MessageElement;
=
-import com.metamatrix.connector.exception.ConnectorException;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.language.IElement;
+import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IInsert;
import com.metamatrix.connector.language.ILiteral;
import com.metamatrix.connector.metadata.runtime.Element;
@@ -51,7 +52,7 @@
loadColumnMetadata(insert.getGroup());
=
List columns =3D insert.getElements();
- List
\ No newline at end of file
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/Log=
Configuration.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/LogConfig=
uration.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/LogConfig=
uration.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -27,10 +27,6 @@
=
public interface LogConfiguration extends Comparable, Cloneable {
=
- boolean isContextDiscarded( String context );
-
- boolean isLevelDiscarded( int level );
-
/**
* Obtain the set of contexts for messages that are to be discarded.
* If this method returns an empty set, then messages in all contexts
@@ -55,45 +51,17 @@
int getMessageLevel();
=
/**
- * Compares this object to another. If the specified object is an inst=
ance of
- * the MetadataID class, then this method compares the name; otherwise=
, it throws a
- * ClassCastException (as instances are comparable only to instances o=
f the same
- * class).
- * Note: this method is consistent with equals(),=
meaning
- * that (compare(x, y)=3D=3D0) =3D=3D (x.equals(y)).
- *
- * @param obj the object that this instance is to be compared to.
- * @return a negative integer, zero, or a positive integer as this obj=
ect
- * is less than, equal to, or greater than the specified object, =
respectively.
- * @throws IllegalArgumentException if the specified object reference =
is null
- * @throws ClassCastException if the specified object's type prevents =
it
- * from being compared to this instance.
+ * Direct the log configuration to record all known logging contexts.
*/
- int compareTo(Object obj);
+ void recordAllContexts();
=
/**
- * Returns true if the specified object is semantically equal to this =
instance.
- * Note: this method is consistent with compareTo().
- *
- * @param obj the object that this instance is to be compared to.
- * @return whether the object is equal to this object.
+ * Clone the object.
+ * @return
*/
- boolean equals(Object obj);
-
- /**
- * String representation of logging configuration.
- * @return String representation
- */
- String toString();
-
Object clone();
-
+ =
/**
- * Direct the log configuration to record all known logging contexts.
- */
- void recordAllContexts();
-
- /**
* Direct the log configuration to discard the given contexts and
* not record them.
* @param contexts the collection of contexts that should be discarded.
@@ -112,4 +80,7 @@
* @param level the lowest level to record.
*/
void setMessageLevel(int level);
+ =
+ =
+ boolean isMessageToBeRecorded(String context, int msgLevel);
}
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/Log=
Manager.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/LogManage=
r.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/LogManage=
r.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -27,18 +27,15 @@
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
=
+import com.google.inject.Inject;
import com.metamatrix.common.CommonPlugin;
-import com.metamatrix.common.config.CurrentConfiguration;
-import com.metamatrix.common.config.api.exceptions.ConfigurationException;
import com.metamatrix.common.log.config.BasicLogConfiguration;
-import com.metamatrix.common.log.config.DefaultLogConfigurationFactory;
-import com.metamatrix.common.log.config.LogConfigurationException;
-import com.metamatrix.common.util.ErrorMessageKeys;
import com.metamatrix.common.util.LogCommonConstants;
import com.metamatrix.core.MetaMatrixRuntimeException;
+import com.metamatrix.core.log.LogListener;
import com.metamatrix.core.log.LogMessage;
import com.metamatrix.core.log.MessageLevel;
-import com.metamatrix.internal.core.log.PlatformLog;
+import com.metamatrix.core.log.NullLogWriter;
=
=
/**
@@ -92,86 +89,13 @@
*/
public final class LogManager {
=
- /**
- * The name of the System property that contains the set of comma-sepa=
rated
- * context names for messages not to be recorded. A message co=
ntext is simply
- * some string that identifies something about the component that gene=
rates
- * the message. The value for the contexts is application specific.
- *
- * This is an optional property that defaults to no contexts (i.e., me=
ssages
- * with any context are recorded).
- */
- public static final String SYSTEM_LOG_CONTEXT_PROPERTY_NAME =3D Defaul=
tLogConfigurationFactory.LOG_CONTEXT_PROPERTY_NAME;
-
- /**
- * The name of the System property that contains 'true' if the log mes=
sages
- * are to be sent to System.out, or 'false' otherwise. This is an opt=
ional
- * property that defaults to 'true'. Note, however, that if the messa=
ge
- * level for the logger is specified to be something other than NONE b=
ut
- * no file destination is specified, the value for this propery is
- * always assumed to be 'true'.
- *
- * If the System.out is captured by the LogManager, the LogManager alw=
ays
- * treats this property value as 'false'.
- */
- public static final String SYSTEM_LOG_CONSOLE_PROPERTY_NAME =3D "metam=
atrix.log.console"; //$NON-NLS-1$
-
- /**
- * The name of the System property that should be 'true' if System.out=
is to
- * be captured by the LogManager, or false if System.out is not be be =
captured.
- * This is an optional property that defaults to 'false'.
- */
- public static final String SYSTEM_LOG_CAPTURE_SYSTEM_OUT =3D "metam=
atrix.log.captureSystemOut"; //$NON-NLS-1$
-
- /**
- * The name of the System property that should be 'true' if System.err=
is to
- * be captured by the LogManager, or false if System.err is not be be =
captured.
- * This is an optional property that defaults to 'false'.
- */
- public static final String SYSTEM_LOG_CAPTURE_SYSTEM_ERR =3D "metam=
atrix.log.captureSystemErr"; //$NON-NLS-1$
-
- /**
- * The name of the System property that should be set to the name of t=
he file
- * to which System.out is sent only if also captured by the LogManager.
- * This is an optional property. If set to the same value as
- * #SYSTEM_ERR_FILENAME (case insensitive comparison), then the same f=
ile will be used for both.
- */
- public static final String SYSTEM_OUT_FILENAME =3D "metam=
atrix.log.systemOutFilename"; //$NON-NLS-1$
-
- /**
- * The name of the System property that should be set to the name of t=
he file
- * to which System.err is sent only if also captured by the LogManager.
- * This is an optional property. If set to the same value as
- * #SYSTEM_OUT_FILENAME (case insensitive comparison), then the same f=
ile will be used for both.
- */
- public static final String SYSTEM_ERR_FILENAME =3D "metam=
atrix.log.systemErrFilename"; //$NON-NLS-1$
-
- private static LogManager INSTANCE =3D new LogManager(PlatformLog.getI=
nstance());
-
- private LogConfiguration configuration;
- private PlatformLog platformLog;
+ @Inject
+ static LogConfiguration configuration =3D new BasicLogConfiguration();=
// either injected or manually set using the set methods
=
- protected LogManager(PlatformLog platformLog) {
- this.platformLog =3D platformLog;
- // Get the preferred LogConfiguration ...
- try {
- configuration =3D (LogConfiguration)CurrentConfiguration.getIn=
stance().getConfiguration().getLogConfiguration().clone();
- } catch ( ConfigurationException e ) {
+ @Inject
+ static LogListener logListener =3D new NullLogWriter(); // either inje=
cted or manually set using the set methods
=
- // Get the initial LogConfiguration from the System properties=
...
- try {
- configuration =3D BasicLogConfiguration.createLogConfigura=
tion(System.getProperties());
- } catch ( LogConfigurationException le ) {
- throw new MetaMatrixRuntimeException(le, ErrorMessageKeys.=
LOG_ERR_0005, CommonPlugin.Util.getString( ErrorMessageKeys.LOG_ERR_0005) );
=
- }
- }
- }
-
- static LogManager getInstance() {
- return INSTANCE;
- }
-
/**
* Send a critical message to the log. This level of message is gener=
ally
* used to record an event or error that must be recorded (if any logg=
ing
@@ -187,7 +111,7 @@
* not logged if this parameter is null
*/
public static void logCritical(String context, String message) {
- LogManager.getInstance().logMessage(MessageLevel.CRITICAL, context, m=
essage);
+ logMessage(MessageLevel.CRITICAL, context, message);
}
=
/**
@@ -206,7 +130,7 @@
* @param message the log message (may be null)
*/
public static void logCritical(String context, Throwable e, String mes=
sage) {
- LogManager.getInstance().logMessage(MessageLevel.CRITICAL,context,=
e,message);
+ logMessage(MessageLevel.CRITICAL,context,e,message);
}
=
/**
@@ -222,7 +146,7 @@
* not logged if this parameter is null
*/
public static void logError(String context, String message) {
- LogManager.getInstance().logMessage(MessageLevel.ERROR, context,me=
ssage);
+ logMessage(MessageLevel.ERROR, context,message);
}
=
/**
@@ -239,7 +163,7 @@
* @param message the log message (may be null)
*/
public static void logError(String context, Throwable e, String messag=
e) {
- LogManager.getInstance().logMessage(MessageLevel.ERROR,context,e,m=
essage);
+ logMessage(MessageLevel.ERROR,context,e,message);
}
=
/**
@@ -255,7 +179,7 @@
* not logged if this parameter is null
*/
public static void logWarning(String context, String message) {
- LogManager.getInstance().logMessage(MessageLevel.WARNING, context,=
message);
+ logMessage(MessageLevel.WARNING, context,message);
}
=
/**
@@ -272,7 +196,7 @@
* @param message the log message (may be null)
*/
public static void logWarning(String context, Throwable e, String mess=
age) {
- LogManager.getInstance().logMessage(MessageLevel.WARNING,context,e=
,message);
+ logMessage(MessageLevel.WARNING,context,e,message);
}
=
/**
@@ -289,7 +213,7 @@
* not logged if this parameter is null
*/
public static void logInfo(String context, String message) {
- LogManager.getInstance().logMessage(MessageLevel.INFO, context,mes=
sage);
+ logMessage(MessageLevel.INFO, context,message);
}
=
/**
@@ -305,7 +229,7 @@
* not logged if this parameter is null
*/
public static void logDetail(String context, Object ... msgParts) {
- LogManager.getInstance().logMessage(MessageLevel.DETAIL, context, =
msgParts);
+ logMessage(MessageLevel.DETAIL, context, msgParts);
}
=
/**
@@ -322,7 +246,7 @@
* @param message the log message (may be null)
*/
public static void logDetail(String context, Throwable e, String messa=
ge) {
- LogManager.getInstance().logMessage(MessageLevel.DETAIL,context,e,=
message);
+ logMessage(MessageLevel.DETAIL,context,e,message);
}
=
/**
@@ -339,7 +263,7 @@
* not logged if this parameter is null
*/
public static void logTrace(String context, Object ... msgParts) {
- LogManager.getInstance().logMessage(MessageLevel.TRACE, context, m=
sgParts);
+ logMessage(MessageLevel.TRACE, context, msgParts);
}
=
/**
@@ -357,7 +281,7 @@
* @param msgParts the individual parts of the log message (may be nul=
l)
*/
public static void logTrace(String context, Throwable e, Object ... ms=
gParts) {
- LogManager.getInstance().logMessage(MessageLevel.TRACE,context,e,m=
sgParts);
+ logMessage(MessageLevel.TRACE,context,e,msgParts);
}
=
/**
@@ -372,7 +296,7 @@
* not logged if this parameter is null
*/
public static void log(int msgLevel, String context, String message) {
- LogManager.getInstance().logMessage(msgLevel, context, message);
+ logMessage(msgLevel, context, message);
}
=
/**
@@ -388,7 +312,7 @@
* not logged if this parameter is null
*/
public static void log(int msgLevel, String context, Throwable e, Stri=
ng message) {
- LogManager.getInstance().logMessage(msgLevel, context, e, message);
+ logMessage(msgLevel, context, e, message);
}
=
/**
@@ -398,24 +322,29 @@
* @return a modifiable copy of the current log configuration
*/
public static LogConfiguration getLogConfigurationCopy() {
- return getInstance().getConfigurationCopy();
+ if (configuration =3D=3D null) {
+ throw new MetaMatrixRuntimeException(CommonPlugin.Util.getString("Lo=
gManager_not_configured")); //$NON-NLS-1$
+ }
+ return (LogConfiguration)configuration.clone(); =
}
=
public static void setLogConfiguration( LogConfiguration config ) {
- getInstance().setConfiguration(config);
- }
- =
- public LogConfiguration getConfigurationCopy() {
- return (LogConfiguration)configuration.clone(); =
- }
- =
- public void setConfiguration(LogConfiguration config) {
if ( config !=3D null ) {
logMessage(MessageLevel.INFO, LogCommonConstants.CTX_LOGGING, Com=
monPlugin.Util.getString("MSG.003.014.0015", config)); //$NON-NLS-1$
configuration =3D (LogConfiguration) config.clone();
}
- }
-
+ }
+ =
+ public static void setLogListener(LogListener listener) {
+ logListener.shutdown();
+ if (listener !=3D null) {
+ logListener =3D listener;
+ }
+ else {
+ logListener =3D new NullLogWriter();
+ }
+ }
+ =
/**
* Utility method to identify whether a log message with the specified
* context and level will be recorded in the LogManager's destinations.
@@ -425,42 +354,23 @@
* or false if it would be discarded by the LogManager.
*/
public static boolean isMessageToBeRecorded(String context, int msgLev=
el) {
- return getInstance().isLoggingEnabled(context, msgLevel);
+ return configuration.isMessageToBeRecorded(context, msgLevel);
}
- =
- public boolean isLoggingEnabled(String context, int msgLevel) {
- if ( context =3D=3D null ) {
- return false;
- }
- =
- // If the messsage's level is greater than the logging level,
- // then the message should NOT be recorded ...
- if ( configuration.getMessageLevel() =3D=3D MessageLevel.NONE || m=
sgLevel <=3D MessageLevel.NONE ||
- configuration.isLevelDiscarded( msgLevel ) || configuration.isCo=
ntextDiscarded( context )) {
- return false;
- }
=
- return true;
- }
-
- protected void logMessage(int level, String context, Object ... msgPar=
ts) {
+ private static void logMessage(int level, String context, Object ... m=
sgParts) {
logMessage(level, context, null, msgParts);
}
=
- protected void logMessage(int level, String context, Throwable e, Obje=
ct ... msgParts) {
- if (msgParts =3D=3D null || msgParts.length =3D=3D 0 || !isLoggingEnable=
d(context, level)) {
+ private static void logMessage(int level, String context, Throwable e,=
Object ... msgParts) {
+ if (msgParts =3D=3D null || msgParts.length =3D=3D 0 || !isMessageToBeRe=
corded(context, level)) {
return;
} =
-
- LogMessage msg =3D new LogMessage( context, level, e, msgParts);
- forwardMessage(msg);
+ =
+ LogMessage msg =3D new LogMessage( context, level, e, msgParts);
+ logListener.logMessage(msg);
}
=
=
- protected void forwardMessage(LogMessage msg) {
- platformLog.logMessage(msg);
- }
- =
public static Object createLoggingProxy(final String loggingContext,
final Object instance,
final Class[] interfaces,
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/con=
fig/BasicLogConfiguration.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/config/Ba=
sicLogConfiguration.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/config/Ba=
sicLogConfiguration.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -39,7 +39,7 @@
* LogConfiguration, plus static utility methods for converting a
* LogConfiguration object to and from a Properties object representation.
*/
-public class BasicLogConfiguration implements LogConfiguration, Serializab=
le {
+public class BasicLogConfiguration implements LogConfiguration, Serializab=
le, Cloneable {
=
//************************************************************
// static constants, members, methods
@@ -216,13 +216,12 @@
this.unmodifiableContexts =3D Collections.unmodifiableSet(this.dis=
cardedContexts);
}
=
- public boolean isContextDiscarded( String context ) {
- boolean discarded =3D ((context !=3D null) && =
- this.discardedContexts.contains(context));
+ boolean isContextDiscarded( String context ) {
+ boolean discarded =3D ((context !=3D null) && this.discardedContexts.con=
tains(context));
return discarded;
}
=
- public boolean isLevelDiscarded( int level ) {
+ boolean isLevelDiscarded( int level ) {
return ( level > msgLevel );
}
=
@@ -406,4 +405,19 @@
public void setMessageLevel(int level) {
this.msgLevel =3D level;
}
+
+ =
+ @Override
+ public boolean isMessageToBeRecorded(String context, int msgLevel) {
+ if ( context =3D=3D null ) {
+ return false;
+ }
+ =
+ // If the messsage's level is greater than the logging level,
+ // then the message should NOT be recorded ...
+ if ( getMessageLevel() =3D=3D MessageLevel.NONE || msgLevel <=3D M=
essageLevel.NONE || isLevelDiscarded( msgLevel ) || isContextDiscarded( con=
text )) {
+ return false;
+ }
+ return true; =
+ }
}
Deleted: trunk/common-internal/src/main/java/com/metamatrix/common/log/conf=
ig/DefaultLogConfigurationFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/config/De=
faultLogConfigurationFactory.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/config/De=
faultLogConfigurationFactory.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -1,40 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.common.log.config;
-
-
-
-public class DefaultLogConfigurationFactory implements LogConfigurationFac=
tory {
-
- /**
- * The name of the System property that contains the set of comma-sepa=
rated
- * context names for messages not to be recorded. A message co=
ntext is simply
- * some string that identifies something about the component that gene=
rates
- * the message. The value for the contexts is application specific.
- *
- * This is an optional property that defaults to no contexts (i.e., me=
ssages
- * with any context are recorded).
- */
- public static final String LOG_CONTEXT_PROPERTY_NAME =3D "metamatrix.l=
og.contexts"; //$NON-NLS-1$
-
-}
Deleted: trunk/common-internal/src/main/java/com/metamatrix/common/log/conf=
ig/LogConfigurationFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/config/Lo=
gConfigurationFactory.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/config/Lo=
gConfigurationFactory.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -1,29 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.common.log.config;
-
-
-
-public interface LogConfigurationFactory {
-
-}
Deleted: trunk/common-internal/src/main/java/com/metamatrix/common/log/form=
at/DelimitedLogMessageFormat.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/format/De=
limitedLogMessageFormat.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/format/De=
limitedLogMessageFormat.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -1,103 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.common.log.format;
-
-import java.io.PrintWriter;
-import java.io.StringWriter;
-import java.text.DateFormat;
-import java.text.SimpleDateFormat;
-import java.util.Date;
-
-import com.metamatrix.core.log.LogMessage;
-import com.metamatrix.core.log.MessageLevel;
-import com.metamatrix.core.util.MetaMatrixExceptionUtil;
-import com.metamatrix.core.util.StringUtil;
-
-/**
- * This class formats LogMessages using a format with delimiters that is e=
asily parsed.
- * The format is:
- *
- * yyyy.MM.dd HH:mm:ss
- *
- * For example,
"1952.01.12 13:30:32"
.
- */
-public class DelimitedLogMessageFormat implements LogMessageFormat {
- public static final String TIMESTAMP_FORMAT =3D "yyyy.MM.dd HH:mm:ss.S=
SS"; //$NON-NLS-1$
-
-
- // Cache date formatter which is expensive to create
- private static DateFormat DATE_FORMATTER =3D new SimpleDateFormat(TIMESTA=
MP_FORMAT);
- private static final String DEFAULT_FORMATTED_MESSAGE =3D ""; //$NON-N=
LS-1$
-// private static final String DELIMITER_STRING =3D "|";
- private static final char DELIMITER_CHAR =3D '|';
-
- /**
- * Format the specified message and return the String representation.
- * @param message the log message to be formated.
- * @return the String representation of the log message.
- */
- public String formatMessage( LogMessage message ) {
- if ( message =3D=3D null ) {
- return DEFAULT_FORMATTED_MESSAGE;
- }
- StringBuffer msg =3D new StringBuffer();
- msg.append( DATE_FORMATTER.format( new Date(message.getTimestamp()=
) ) );
- msg.append( DELIMITER_CHAR );
- msg.append( message.getHostName() );
- msg.append( DELIMITER_CHAR );
- msg.append( message.getVMName() );
- msg.append( DELIMITER_CHAR );
- msg.append( message.getThreadName() );
- msg.append( DELIMITER_CHAR );
- msg.append( message.getContext() );
- msg.append( DELIMITER_CHAR );
- msg.append( MessageLevel.getLabelForLevel(message.getLevel()) );
- msg.append( DELIMITER_CHAR );
- msg.append( message.getText() );
-
- Throwable e =3D message.getException();
- if ( e !=3D null) {
- StringWriter strWriter =3D new StringWriter();
- PrintWriter strPrinter =3D new PrintWriter(strWriter, true);
-
- // Get the stack trace into a string writer we can access
- e.printStackTrace(strPrinter);
- msg.append(StringUtil.getLineSeparator());
- msg.append(strWriter);
-
- java.util.Iterator children =3D MetaMatrixExceptionUtil.getChi=
ldrenIterator(e);
- while (children.hasNext()){
- e =3D (Throwable)children.next();
- strWriter =3D new StringWriter();
- strPrinter =3D new PrintWriter(strWriter, true);
- e.printStackTrace(strPrinter);
- msg.append(StringUtil.getLineSeparator());
- msg.append(strWriter);
- }
-
- }
-
- return msg.toString();
- }
-
-}
Deleted: trunk/common-internal/src/main/java/com/metamatrix/common/log/form=
at/LogMessageFormat.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/format/Lo=
gMessageFormat.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/format/Lo=
gMessageFormat.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -1,35 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.common.log.format;
-
-import com.metamatrix.core.log.LogMessage;
-
-public interface LogMessageFormat {
-
- /**
- * Format the specified message and return the String representation.
- * @param message the log message to be formated.
- * @return the String representation of the log message.
- */
- public String formatMessage( LogMessage message );
-}
Modified: trunk/common-internal/src/test/java/com/metamatrix/common/log/Tes=
tLogManager.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/test/java/com/metamatrix/common/log/TestLogMa=
nager.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/log/TestLogMa=
nager.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -28,6 +28,7 @@
=
import junit.framework.TestCase;
=
+import com.metamatrix.common.log.config.BasicLogConfiguration;
import com.metamatrix.core.log.LogListener;
import com.metamatrix.core.log.LogMessage;
import com.metamatrix.core.log.MessageLevel;
@@ -46,6 +47,13 @@
super(name);
}
=
+ @Override
+ protected void setUp() throws Exception {
+ LogManager.configuration =3D new BasicLogConfiguration();
+ LogManager.logListener =3D new PlatformLog();
+ =
+ } =
+ =
// =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
// T E S T C A S E S
// =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
@@ -55,26 +63,26 @@
*/
public void testIsMessageToBeRecordedStringI() {
String context =3D "SomeContext"; //$NON-NLS-1$
- LogManager manager =3D new LogManager(null);
- assertTrue(manager.isLoggingEnabled(context, MessageLevel.CRITICAL) )=
; =
- LogConfiguration cfg =3D LogManager.getInstance().getConfigurationCop=
y();
+ =
+ assertTrue(LogManager.isMessageToBeRecorded(context, MessageLevel.CRI=
TICAL) ); =
+ =
+ LogConfiguration cfg =3D LogManager.getLogConfigurationCopy();
cfg.discardContext(context);
- manager.setConfiguration(cfg);
- assertFalse(manager.isLoggingEnabled(context, MessageLevel.CRITICA=
L) );
+ LogManager.setLogConfiguration(cfg);
+ assertFalse(LogManager.isMessageToBeRecorded(context, MessageLevel=
.CRITICAL) );
}
=
/**
* Test that all msgs logged are equal and output in same order.
*/
public void testLogMessage() throws Exception {
- PlatformLog log =3D new PlatformLog();
- LogManager manager =3D new LogManager(log);
- LogConfiguration cfg =3D manager.getConfigurationCopy();
+ =
+ LogConfiguration cfg =3D LogManager.getLogConfigurationCopy();
cfg.setMessageLevel( MessageLevel.INFO );
- manager.setConfiguration(cfg);
- =
+ LogManager.setLogConfiguration(cfg);
+ =
ListLogger listener =3D new ListLogger(6);
- log.addListener(listener);
+ LogManager.logListener =3D listener;
=
List sentMsgList =3D new ArrayList();
sentMsgList.add("A message 1"); //$NON-NLS-1$
@@ -86,12 +94,11 @@
=
for (Iterator iter =3D sentMsgList.iterator(); iter.hasNext();) {
String msg =3D (String) iter.next();
- manager.logMessage(MessageLevel.INFO, "SomeContext", msg); //$=
NON-NLS-1$
+ LogManager.logInfo("SomeContext", msg); //$NON-NLS-1$
}
=
List recevedMsgList =3D listener.getLoggedMessages();
assertEquals(sentMsgList, recevedMsgList);
- log.shutdown();
}
=
/**
@@ -139,4 +146,6 @@
=
}
=
+
+
}
Deleted: trunk/common-internal/src/test/java/com/metamatrix/common/log/form=
at/TestLogMessageFormat.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/test/java/com/metamatrix/common/log/format/Te=
stLogMessageFormat.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/log/format/Te=
stLogMessageFormat.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -1,76 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.common.log.format;
-
-import junit.framework.TestCase;
-
-import com.metamatrix.api.exception.ComponentNotFoundException;
-import com.metamatrix.api.exception.MetaMatrixException;
-import com.metamatrix.api.exception.MetaMatrixProcessingException;
-import com.metamatrix.core.MetaMatrixRuntimeException;
-import com.metamatrix.core.log.LogMessage;
-
-/**
- *
- */
-public class TestLogMessageFormat extends TestCase {
-
- // ################################## FRAMEWORK #########################=
#######
-
- public TestLogMessageFormat(String name) {
- super(name);
- }
-
- // ################################## TEST HELPERS ######################=
##########
-
- private static Throwable generateThrowable(){
- Exception e2 =3D new Exception("Test0"); //$NON-NLS-1$
- MetaMatrixException e =3D new ComponentNotFoundException(e2, "Test=
1"); //$NON-NLS-1$
- //e =3D new MetaMatrixException(e, "Test2");
- MetaMatrixRuntimeException ee =3D new MetaMatrixRuntimeException(e=
, "Test3"); //$NON-NLS-1$
- e =3D new MetaMatrixProcessingException(ee, "Test4"); //$NON-NLS-1$
- return e;
- }
-
- private static LogMessageFormat getLogMessageFormat(){
-// return new ReadableLogMessageFormat();
- return new DelimitedLogMessageFormat();
- }
-
- // ################################## ACTUAL TESTS ######################=
##########
- =
- /**
- */
- public void testLogFormat(){
- String context =3D "FAKE_CONTEXT"; //$NON-NLS-1$
- int level =3D 2;
- Throwable e =3D generateThrowable();
- Object[] msgParts =3D new Object[]{ "This is a fake log message fo=
r testing."}; //$NON-NLS-1$
- LogMessage logMessage =3D new LogMessage(context, level, e, msgPar=
ts);
- LogMessageFormat format =3D getLogMessageFormat();
-
- String firstLine =3D format.formatMessage(logMessage).split("\\n")=
[0]; //$NON-NLS-1$
- assertTrue(firstLine.endsWith("|HostName|VMName|main|FAKE_CONTEXT|=
ERROR|This is a fake log message for testing.")); //$NON-NLS-1$
- }
- =
-}
Modified: trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshel=
l/CommandShell.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Comm=
andShell.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Comm=
andShell.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -36,6 +36,7 @@
import java.util.Set;
import java.util.Stack;
=
+import com.metamatrix.common.log.LogManager;
import com.metamatrix.core.CorePlugin;
import com.metamatrix.core.MetaMatrixRuntimeException;
import com.metamatrix.core.log.FileLogWriter;
@@ -146,25 +147,13 @@
=
=
private void redirectLogging() {
- //get the java System property: redirect if "false", not if "true"=
or null
- String logConsoleString =3D System.getProperty(PROPERTY_LOG_CONSOL=
E); =
- String FALSE =3D Boolean.toString(false);
- boolean redirect =3D FALSE.equalsIgnoreCase(logConsoleString);
- =
- if (redirect) { =
- //remove the listener that writes to System.out and System.err
- Collection listeners =3D PlatformLog.getInstance().getLogListe=
ners();
- for (Iterator it =3D listeners.iterator(); it.hasNext();) {
- LogListener ll =3D (LogListener) it.next();
- if (ll instanceof SystemLogWriter) {
- PlatformLog.getInstance().removeListener(ll);
- }
- }
- =
- //add a listener that writes to a file
- File file =3D new File(DEFAULT_LOG_FILE);
- PlatformLog.getInstance().addListener(new FileLogWriter(file));
- }
+ //add a listener that writes to a file
+ File file =3D new File(DEFAULT_LOG_FILE);
+ FileLogWriter flw =3D new FileLogWriter(file);
+
+ PlatformLog logger =3D new PlatformLog();
+ logger.addListener(flw);
+ LogManager.setLogListener(logger);
}
=
=
Modified: trunk/console/src/main/java/com/metamatrix/console/main/AdminCons=
oleMain.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/console/src/main/java/com/metamatrix/console/main/AdminConsoleMai=
n.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/console/src/main/java/com/metamatrix/console/main/AdminConsoleMai=
n.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -254,7 +254,9 @@
System.setErr(log);
}
FileLogWriter flw =3D new FileLogWriter(tmpFile);
- PlatformLog.getInstance().addListener(flw);
+ PlatformLog logger =3D new PlatformLog();
+ logger.addListener(flw);
+ LogManager.setLogListener(logger);
} catch (Exception ex) {
ex.printStackTrace();
}
Deleted: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbedd=
edManager.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedMan=
ager.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedMan=
ager.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -1,148 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- * Date: Jun 24, 2003
- * Time: 1:13:49 PM
- */
-package com.metamatrix.dqp.embedded;
-
-import java.net.URL;
-import java.util.Date;
-import java.util.Properties;
-
-import com.metamatrix.common.application.DQPConfigSource;
-import com.metamatrix.common.application.exception.ApplicationInitializati=
onException;
-import com.metamatrix.common.application.exception.ApplicationLifecycleExc=
eption;
-import com.metamatrix.dqp.internal.process.DQPCore;
-import com.metamatrix.dqp.service.ConfigurationService;
-import com.metamatrix.dqp.service.DQPServiceNames;
-
-/**
- * Manages the life cycle of the embedded DQP. Like handling the creation =
and deletion
- * of the DQP. Knows about configuration elements and connection managemen=
t to the
- * Embedded DQP. All direct operations to the DQP must go though the manag=
er object
- * (other than what goes on Connection object requests), there should not =
be any =
- * referecnes to DQP instance directly manuplulating the API. If such case=
arises =
- * implement as methods on DQP interface.
- */
-public class DQPEmbeddedManager {
-
- private DQPConfigSource configSource;
- private DQPCore dqpInstance;
- private long dqpStarttime =3D -1; =
- DQPListener dqpListener =3D null;
- =
- /**
- * Construct DQPEmbeddedManager. =
- */
- public DQPEmbeddedManager(URL dqpURL, Properties connectionProperties,=
DQPListener listener) throws ApplicationInitializationException {
- this.configSource =3D new EmbeddedConfigSource(dqpURL, connectionP=
roperties);
- this.dqpListener =3D listener;
- }
-
- /**
- * Main access method to DQP. Will either find the DQP or
- * start and initialize as necessary.
- * @return The DQP to use.
- * @throws ApplicationInitializationException when an error occurs
- * during DQP initialization.
- */
- public synchronized DQPCore createDQP() throws ApplicationInitializati=
onException { =
- if ( dqpInstance =3D=3D null ) {
- dqpInstance =3D new DQPCore();
- dqpInstance.start(configSource);
- dqpStarttime =3D System.currentTimeMillis();
- DQPEmbeddedPlugin.logInfo("DQPEmbeddedManager.start_dqp", new =
Object[] {new Date(System.currentTimeMillis()).toString()}); //$NON-NLS-1$
- =
- // Notify the listener that DQP started
- if (dqpListener !=3D null) {
- dqpListener.onStart();
- }
- }
- return dqpInstance;
- }
-
- /**
- * Get the DQP instance holded by this manager =
- * @return DQP instance if has been created;null otherwise
- */
- public DQPCore getDQP() {
- return dqpInstance;
- }
- =
- /**
- * Shutdown the DQP and its connections. =
- * @throws ApplicationLifecycleException
- */
- public synchronized void shutdown() throws ApplicationLifecycleExcepti=
on {
- if (dqpInstance !=3D null) {
- =
- // stop the DQP
- dqpInstance.stop();
- dqpInstance =3D null;
- configSource =3D null;
- dqpStarttime =3D -1;
- =
- // Notify the listener that DQP being stopped
- if (dqpListener !=3D null) {
- dqpListener.onShutdown();
- dqpListener =3D null;
- } =
- =
- DQPEmbeddedPlugin.logInfo("DQPEmbeddedManager.shutdown_dqp", n=
ew Object[] {new Date(System.currentTimeMillis()).toString()}); =
//$NON-NLS-1$
- =
- // shutdown the logger
- EmbeddedConfigUtil.shutdownLogger(); =
- }
- }
- =
- /**
- * Returns the long defining the time in milliseconds when it started.=
=
- * @return -1 if the DQP not started.
- * @since 4.3
- */
- public long getDQPStartTime() {
- return dqpStarttime;
- }
- =
- /**
- * Check if the DQP has been started. =
- * @return
- * @since 4.3
- */
- public boolean isDQPAlive() {
- return dqpInstance !=3D null;
- }
-
- /**
- * Get the properties of the DQP. =
- * @return null if the DQP not started. properties started with otherw=
ise.
- * @since 4.3
- */
- public Properties getDQPProperties() {
- if (isDQPAlive()) {
- return ((ConfigurationService)dqpInstance.getEnvironment().fin=
dService(DQPServiceNames.CONFIGURATION_SERVICE)).getSystemProperties();
- }
- return null;
- } =
-}
Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbed=
dedProperties.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedPro=
perties.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedPro=
perties.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -28,10 +28,8 @@
=
public static final String DQP_LOGFILE =3D "dqp.logFile"; //$NON-NLS-1$
public static final String DQP_LOGLEVEL =3D "dqp.logLevel"; //$NON-NLS=
-1$
- public static final String DQP_CAPTURE_SYSTEM_PRINTSTREAMS =3D "dqp.ca=
ptureSystemStreams"; //$NON-NLS-1$
public static final String DQP_SERVICE_METADATA =3D "dqp.service.metad=
ata"; //$NON-NLS-1$
public static final String DQP_SERVICE_DATA =3D "dqp.service.data"; //=
$NON-NLS-1$ =
- public static final String DQP_CLASSPATH =3D "dqp.classpath"; //$NON-N=
LS-1$
public static final String DQP_EXTENSIONS =3D "dqp.extensions"; //$NON=
-NLS-1$
public static final String DQP_CONFIGFILE =3D "dqp.configFile"; //$NON=
-NLS-1$
public static final String DQP_METADATA_SYSTEMURL =3D "dqp.metadata.sy=
stemURL"; //$NON-NLS-1$ =
Deleted: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPListen=
er.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPListener.ja=
va 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPListener.ja=
va 2009-02-21 00:28:43 UTC (rev 479)
@@ -1,41 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.dqp.embedded;
-
-
-/**
- * When registered with the DQP manager, the registar wil notified about t=
he
- * life cycle events of the DQP. =
- * @since 4.3
- */
-public interface DQPListener {
- /**
- * This event gets notified as soon as the DQP is Started =
- */
- void onStart();
- =
- /**
- * Upon the shutdown of the dqp this method gets called =
- */
- void onShutdown();
-}
Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/Embedded=
ConfigSource.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/EmbeddedConfig=
Source.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/EmbeddedConfig=
Source.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -24,19 +24,18 @@
=
import java.io.IOException;
import java.io.InputStream;
-import java.net.MalformedURLException;
import java.net.URL;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
=
import com.google.inject.Binder;
-import com.metamatrix.api.exception.MetaMatrixComponentException;
import com.metamatrix.common.application.ApplicationService;
import com.metamatrix.common.application.DQPConfigSource;
import com.metamatrix.common.application.exception.ApplicationInitializati=
onException;
import com.metamatrix.common.protocol.URLHelper;
import com.metamatrix.common.util.PropertiesUtils;
+import com.metamatrix.core.MetaMatrixRuntimeException;
import com.metamatrix.dqp.embedded.services.EmbeddedBufferService;
import com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService;
import com.metamatrix.dqp.embedded.services.EmbeddedDataService;
@@ -45,16 +44,19 @@
import com.metamatrix.dqp.embedded.services.EmbeddedTransactionService;
import com.metamatrix.dqp.embedded.services.EmbeddedVDBService;
import com.metamatrix.dqp.service.DQPServiceNames;
+import com.metamatrix.jdbc.EmbeddedDataSource;
+import com.metamatrix.jdbc.JDBCPlugin;
=
/**
* This class is main hook point for the Embedded DQP configuration. This =
classe's
- * responsibility is to encapsulate the knowedge of creating of the variou=
s application
+ * responsibility is to encapsulate the knowledge of creating of the vario=
us application
* services used the DQP.
* =
*/
public class EmbeddedConfigSource implements DQPConfigSource {
+ private static final String SERVER_CONFIG_FILE_EXTENSION =3D ".properties=
"; //$NON-NLS-1$
=
- private Properties props;
+ private Properties props;
private boolean useTxn;
=
/** =
@@ -62,13 +64,24 @@
* @param configFile
* @throws ApplicationInitializationException
*/ =
- public EmbeddedConfigSource(URL dqpURL, Properties connectionPropertie=
s) throws ApplicationInitializationException {
+ public EmbeddedConfigSource(Properties connectionProperties) {
+ =
+ URL dqpURL =3D (URL)connectionProperties.get(EmbeddedDataSource.DQP_B=
OOTSTRAP_FILE); =
+ if(dqpURL =3D=3D null) {
+ throw new MetaMatrixRuntimeException(JDBCPlugin.Util.getString=
("LocalTransportHandler.No_configuration_file_set_in_property", DQPEmbedded=
Properties.DQP_BOOTSTRAP_PROPERTIES_FILE)); //$NON-NLS-1$
+ }
+
+ String dqpFileName =3D dqpURL.toString().toLowerCase(); =
+ if (!dqpFileName.endsWith(SERVER_CONFIG_FILE_EXTENSION)) {
+ throw new MetaMatrixRuntimeException(JDBCPlugin.Util.getString=
("LocalTransportHandler.Invalid_config_file_extension", dqpFileName) ); //$=
NON-NLS-1$ =
+ } =
+ =
String dqpURLString =3D dqpURL.toString(); =
try {
dqpURL =3D URLHelper.buildURL(dqpURLString);
InputStream in =3D dqpURL.openStream();
if (in =3D=3D null) {
- throw new ApplicationInitializationException(DQPEmbeddedPlugi=
n.Util.getString("EmbeddedConfigSource.Can_not_load_config_file_2", dqpURL)=
); //$NON-NLS-1$
+ throw new MetaMatrixRuntimeException(DQPEmbeddedPlugin.Util.g=
etString("EmbeddedConfigSource.Can_not_load_config_file_2", dqpURL)); //$NO=
N-NLS-1$
}
=
// Load the "dqp.properties" file.
@@ -95,12 +108,9 @@
// this path.
props.put(DQPEmbeddedProperties.DQP_BOOTSTRAP_PROPERTIES_FILE,=
dqpURL);
=
- // First configure logging..
- configureLogging(dqpURL);
- =
useTxn =3D PropertiesUtils.getBooleanProperty(props, EmbeddedT=
ransactionService.TRANSACTIONS_ENABLED, true);
} catch (IOException e) {
- throw new ApplicationInitializationException(e);
+ throw new MetaMatrixRuntimeException(e);
} =
} =
=
@@ -124,44 +134,6 @@
return this.props;
}
=
- /**
- * Configure the logging for the DQP =
- * @throws MetaMatrixComponentException
- * @since 4.3
- */
- void configureLogging(URL dqpURL) throws ApplicationInitializationExce=
ption{
- boolean captureSystemStreams =3D Boolean.valueOf(props.getProperty=
(DQPEmbeddedProperties.DQP_CAPTURE_SYSTEM_PRINTSTREAMS, "false")).booleanVa=
lue(); //$NON-NLS-1$
- String logLevel =3D props.getProperty(DQPEmbeddedProperties.DQP_LO=
GLEVEL);
- String logFile =3D props.getProperty(DQPEmbeddedProperties.DQP_LOG=
FILE);
- String classpath =3D props.getProperty(DQPEmbeddedProperties.DQP_C=
LASSPATH);
- boolean unifiedClassLoader =3D !(classpath !=3D null && classpath.=
length()>0);
- String instanceId =3D props.getProperty(DQPEmbeddedProperties.DQP_=
IDENTITY); =
- =
- try {
- // Configure Logging =
- try {
- if (logFile !=3D null && !logFile.equalsIgnoreCase(Embedde=
dConfigUtil.STDOUT)) {
- String modifiedLogFileName =3D logFile; =
=
- int dotIndex =3D logFile.lastIndexOf('.');
- if (dotIndex !=3D -1) {
- modifiedLogFileName =3D logFile.substring(0,dotInd=
ex)+"_"+instanceId+"."+logFile.substring(dotIndex+1); //$NON-NLS-1$ //$NON-=
NLS-2$
- }
- else {
- modifiedLogFileName =3D logFile+"_"+instanceId; //=
$NON-NLS-1$
- }
- URL logURL =3D URLHelper.buildURL(dqpURL, modifiedLogF=
ileName);
- logFile =3D logURL.getPath();
- }
- } catch (MalformedURLException e) {
- // we may have absolute source, this is just for notificat=
ion to somewhere.
- e.printStackTrace(); =
- }
- EmbeddedConfigUtil.configureLogger(logFile, logLevel, captureS=
ystemStreams, unifiedClassLoader);
- } catch (MetaMatrixComponentException e) {
- throw new ApplicationInitializationException(e);
- }
- }
-
@Override
public void updateBindings(Binder binder) {
=
Deleted: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/EmbeddedC=
onfigUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/EmbeddedConfig=
Util.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/EmbeddedConfig=
Util.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -1,186 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.dqp.embedded;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.Collection;
-import java.util.List;
-
-import com.metamatrix.api.exception.MetaMatrixComponentException;
-import com.metamatrix.common.log.LogConfiguration;
-import com.metamatrix.common.log.LogManager;
-import com.metamatrix.common.log.config.BasicLogConfiguration;
-import com.metamatrix.core.log.FileLimitSizeLogWriter;
-import com.metamatrix.core.log.LogListener;
-import com.metamatrix.core.log.NullLogWriter;
-import com.metamatrix.core.log.SystemLogWriter;
-import com.metamatrix.internal.core.log.PlatformLog;
-
-/**
- * DQPConfigUtil
- */
-public class EmbeddedConfigUtil {
- static final String STDOUT =3D "STDOUT"; //$NON-NLS-1$
- private static Object lock =3D new Object();
- private static int count =3D 0;
- =
- static {
- System.setProperty("shutdownHookInstalled", String.valueOf(Boolean=
.TRUE)); //$NON-NLS-1$ =
- }
-
- private EmbeddedConfigUtil() {
- }
- =
- /**
- * Set the log level to tehe specified level =
- * @param logLevel the new log level
- * @throws MetaMatrixComponentException if the logLevel String cannot =
be parsed as an integer
- * @since 4.3
- */
- public static void setLogLevel(String logLevel) throws MetaMatrixCompo=
nentException {
- // Set up log level (default to none)
- int level =3D 0;
- if(logLevel !=3D null && logLevel.trim().length() > 0) {
- try {
- level =3D Integer.parseInt(logLevel); =
=
- } catch(NumberFormatException e) {
- throw new MetaMatrixComponentException(DQPEmbeddedPlugin.U=
til.getString("DQPComponent.Unable_to_parse_level") + logLevel); //$NO=
N-NLS-1$
- } =
- }
- LogConfiguration config =3D LogManager.getLogConfigurationCopy();
- config.setMessageLevel(level);
- LogManager.setLogConfiguration(config);
- LogManager.logInfo("DQP", "LogManager configured with level =3D " =
+ level); //$NON-NLS-1$ //$NON-NLS-2$
- }
- =
- /**
- * Replaces the old set of discarded contexts with those provided.
- * @param contexts the new set of contexts to be discarded. =
- * @since 4.3
- */
- public static void setDiscardedContexts(Collection contexts) {
- LogManager.setLogConfiguration(new BasicLogConfiguration(contexts,=
LogManager.getLogConfigurationCopy().getMessageLevel()));
- LogManager.logInfo("DQP", "LogManager discarded contexts " + conte=
xts); //$NON-NLS-1$ //$NON-NLS-2$
- }
- =
- /**
- * Installs a new log listener for the DQP, if a log listener of the s=
ame type does not already exist. =
- * @param newListener The LogListener to be installed
- * @throws MetaMatrixComponentException
- * @since 4.3
- */
- public static void installLogListener(LogListener newListener) throws =
MetaMatrixComponentException {
- if (newListener =3D=3D null) {
- // Make no changes to the current listeners
- return;
- }
- =
- PlatformLog log =3D PlatformLog.getInstance();
- List listeners =3D new ArrayList(log.getLogListeners());
- if (listeners.size() =3D=3D 1 && listeners.get(0).getClass().equal=
s(newListener.getClass())) {
- // if the platform log writer is already established, dont do =
anything else
- return;
- } =
- =
- // remove all existing listeners from the platform logger - we wil=
l add one back later if needed
- removeListeners(listeners);
- =
- // Set up log listener
- log.addListener(newListener);
- }
- =
- private static void removeListeners(List listeners) {
- // Walk through the listeners and remove them
- for(int i=3D0; i 0) {
- if (logFile.equalsIgnoreCase(STDOUT)) { =
- SystemLogWriter logWriter =3D new SystemLogWriter();
- installLogListener(logWriter);
- }
- else {
- File file =3D new File(logFile);
- FileLimitSizeLogWriter logWriter =3D new FileLimitSize=
LogWriter(file, captureSystemStreams);
- installLogListener(logWriter);
- } =
- } else {
- // Pass a safe copy of listeners to be removed.
- removeListeners(previousListeners);
- NullLogWriter logNull =3D new NullLogWriter();
- installLogListener(logNull); =
- }
- =
- // now set the log level
- if(logLevel !=3D null) {
- setLogLevel(logLevel);
- }else {
- setLogLevel("3"); //$NON-NLS-1$
- } =
- }
- // Increment counter to keep count of number of DQPs which are usi=
ng this =
- // logger object. In the case of unifiedClassLoader we would like =
to have
- // single logger.
- synchronized(lock) {
- count++;
- }
- }
-
- /** =
- * =
- * @since 4.3
- */
- public static void shutdownLogger() {
- // decrement the counter and when it reaches zero then only shutdo=
wn the logger
- // becuase in the case of the unified class laoder we have only on=
e logger and we
- // would like to close at the end of last dqp shutdown.
- synchronized(lock) {
- count--;
- } =
-
- if (count =3D=3D 0) {
- PlatformLog.getInstance().shutdown(false);
- PlatformLog.getInstance().start();
- //LogManager.stop();
- }
- } =
-}
Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/Ba=
seAdmin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/BaseAdmi=
n.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/BaseAdmi=
n.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -62,12 +62,12 @@
import com.metamatrix.common.util.crypto.CryptoException;
import com.metamatrix.common.util.crypto.CryptoUtil;
import com.metamatrix.common.vdb.api.VDBArchive;
-import com.metamatrix.dqp.embedded.DQPEmbeddedManager;
import com.metamatrix.dqp.embedded.DQPEmbeddedPlugin;
import com.metamatrix.dqp.service.ConfigurationService;
import com.metamatrix.dqp.service.DQPServiceNames;
import com.metamatrix.dqp.service.DataService;
import com.metamatrix.dqp.service.VDBService;
+import com.metamatrix.jdbc.EmbeddedConnectionFactoryImpl;
import com.metamatrix.platform.util.ProductInfoConstants;
import com.metamatrix.server.serverapi.RequestInfo;
=
@@ -96,9 +96,9 @@
Cache.QUERY_SERVICE_RESULT_SET_CACHE
}; =
=
- DQPEmbeddedManager manager =3D null; =
+ EmbeddedConnectionFactoryImpl manager =3D null; =
=
- BaseAdmin(DQPEmbeddedManager manager){
+ BaseAdmin(EmbeddedConnectionFactoryImpl manager){
this.manager =3D manager; =
}
=
@@ -135,20 +135,20 @@
* @return Returns the manager.
* @since 4.3
*/
- public DQPEmbeddedManager getManager() {
+ public EmbeddedConnectionFactoryImpl getManager() {
return this.manager;
}
=
VDBService getVDBService() {
- return (VDBService)getManager().getDQP().getEnvironment().findServ=
ice(DQPServiceNames.VDB_SERVICE); =
+ return (VDBService)getManager().findService(DQPServiceNames.VDB_SE=
RVICE); =
}
=
DataService getDataService() {
- return (DataService)getManager().getDQP().getEnvironment().findSer=
vice(DQPServiceNames.DATA_SERVICE);
+ return (DataService)getManager().findService(DQPServiceNames.DATA_=
SERVICE);
}
=
ConfigurationService getConfigurationService() {
- return (ConfigurationService)getManager().getDQP().getEnvironment(=
).findService(DQPServiceNames.CONFIGURATION_SERVICE);
+ return (ConfigurationService)getManager().findService(DQPServiceNa=
mes.CONFIGURATION_SERVICE);
}
=
protected Object convertToAdminObjects(Object src) {
@@ -511,9 +511,9 @@
*/
public SystemObject getSystem() {
MMSystem system =3D new MMSystem();
- system.setStartTime(new Date(manager.getDQPStartTime()));
- system.setStarted(manager.isDQPAlive());
- system.setProperties(manager.getDQPProperties());
+ system.setStartTime(new Date(manager.getStartTime()));
+ system.setStarted(manager.isAlive());
+ system.setProperties(manager.getProperties());
return system;
}
=
Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQ=
PConfigAdminImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPConfi=
gAdminImpl.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPConfi=
gAdminImpl.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -59,7 +59,6 @@
import com.metamatrix.common.vdb.api.VDBArchive;
import com.metamatrix.common.vdb.api.VDBDefn;
import com.metamatrix.core.vdb.VDBStatus;
-import com.metamatrix.dqp.embedded.DQPEmbeddedManager;
import com.metamatrix.dqp.embedded.DQPEmbeddedPlugin;
import com.metamatrix.dqp.embedded.DQPEmbeddedProperties;
import com.metamatrix.dqp.embedded.configuration.ConnectorConfigurationRea=
der;
@@ -67,6 +66,7 @@
import com.metamatrix.dqp.embedded.configuration.ServerConfigFileWriter;
import com.metamatrix.dqp.embedded.configuration.VDBConfigurationReader;
import com.metamatrix.dqp.service.ConfigurationService;
+import com.metamatrix.jdbc.EmbeddedConnectionFactoryImpl;
=
=
/** =
@@ -75,7 +75,7 @@
*/
public class DQPConfigAdminImpl extends BaseAdmin implements EmbeddedConfi=
gAdmin {
=
- public DQPConfigAdminImpl(DQPEmbeddedManager manager) {
+ public DQPConfigAdminImpl(EmbeddedConnectionFactoryImpl manager) {
super(manager);
}
=
Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQ=
PMonitoringAdminImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPMonit=
oringAdminImpl.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPMonit=
oringAdminImpl.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -44,8 +44,8 @@
import com.metamatrix.common.comm.api.ServerConnection;
import com.metamatrix.common.config.api.ComponentType;
import com.metamatrix.common.vdb.api.VDBArchive;
-import com.metamatrix.dqp.embedded.DQPEmbeddedManager;
import com.metamatrix.dqp.embedded.DQPEmbeddedPlugin;
+import com.metamatrix.jdbc.EmbeddedConnectionFactoryImpl;
import com.metamatrix.server.serverapi.RequestInfo;
=
=
@@ -55,7 +55,7 @@
*/
public class DQPMonitoringAdminImpl extends BaseAdmin implements EmbeddedM=
onitoringAdmin {
=
- public DQPMonitoringAdminImpl(DQPEmbeddedManager manager) {
+ public DQPMonitoringAdminImpl(EmbeddedConnectionFactoryImpl manager) {
super(manager);
}
=
@@ -328,7 +328,7 @@
switch(type) {
=
case MMAdminObject.OBJECT_TYPE_SYSTEM_OBJECT:
- Properties properties =3D manager.getDQPProperties();
+ Properties properties =3D manager.getProperties();
return convertPropertyDefinitions(properties);
=
case MMAdminObject.OBJECT_TYPE_CONNECTOR_BINDING:
Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQ=
PRuntimeStateAdminImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPRunti=
meStateAdminImpl.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPRunti=
meStateAdminImpl.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -22,6 +22,7 @@
=
package com.metamatrix.dqp.embedded.admin;
=
+import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
@@ -40,10 +41,10 @@
import com.metamatrix.api.exception.MetaMatrixComponentException;
import com.metamatrix.common.application.exception.ApplicationLifecycleExc=
eption;
import com.metamatrix.common.comm.api.ServerConnection;
-import com.metamatrix.dqp.embedded.DQPEmbeddedManager;
+import com.metamatrix.common.log.LogManager;
import com.metamatrix.dqp.embedded.DQPEmbeddedPlugin;
-import com.metamatrix.dqp.embedded.EmbeddedConfigUtil;
import com.metamatrix.dqp.message.RequestID;
+import com.metamatrix.jdbc.EmbeddedConnectionFactoryImpl;
=
=
/** =
@@ -51,7 +52,7 @@
*/
public class DQPRuntimeStateAdminImpl extends BaseAdmin implements Embedd=
edRuntimeStateAdmin {
=
- public DQPRuntimeStateAdminImpl(DQPEmbeddedManager manager) {
+ public DQPRuntimeStateAdminImpl(EmbeddedConnectionFactoryImpl manager)=
{
super(manager);
}
=
@@ -66,7 +67,7 @@
terminateSession(AdminObject.WILDCARD);
=
getManager().shutdown();
- } catch (ApplicationLifecycleException e) {
+ } catch (SQLException e) {
throw new AdminComponentException(e);
}
}
@@ -83,7 +84,7 @@
// Now shutdown the DQP, it will automatically start next time=
a new connection is =
// requested.
getManager().shutdown(); =
- } catch (ApplicationLifecycleException e) {
+ } catch (SQLException e) {
throw new AdminComponentException(e);
} =
}
@@ -211,21 +212,17 @@
public void terminateSession(String identifier) =
throws AdminException {
=
- if (identifier =3D=3D null || (!identifier.equals(AdminObject.WILD=
CARD) && !identifier.matches("\\d+"))) { //$NON-NLS-1$
- throw new AdminProcessingException(DQPEmbeddedPlugin.Util.getS=
tring("Admin.Invalid_identifier")); //$NON-NLS-1$ =
- }
- =
Set connections =3D getClientConnections();
ArrayList matchedConnections =3D new ArrayList();
- for (Iterator i =3D connections.iterator(); i.hasNext();) {
- ServerConnection clientConnection =3D (ServerConnection)i.next();
+ =
+ for (ServerConnection clientConnection:connections) {
String id =3D clientConnection.getLogonResult().getSessionID()=
.toString();
if (matches(identifier, id)) {
matchedConnections.add(clientConnection);
}
}
=
- // Double iteration because to avoid concurrent modification of un=
derlaying map.
+ // Double iteration because to avoid concurrent modification of un=
derlying map.
for (Iterator i =3D matchedConnections.iterator(); i.hasNext();) {
ServerConnection clientConnection =3D (ServerConnection)i.next();
=
@@ -323,11 +320,7 @@
public void setLogListener(EmbeddedLogger listener) =
throws AdminException {
if(listener !=3D null) {
- try{
- EmbeddedConfigUtil.installLogListener(new DQPLogListener(l=
istener));
- }catch(MetaMatrixComponentException e) {
- throw new AdminProcessingException(e);
- }
+ LogManager.setLogListener(new DQPLogListener(listener));
}
else {
throw new AdminProcessingException("Admin_invalid_log_listener=
"); //$NON-NLS-1$
Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQ=
PSecurityAdminImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPSecur=
ityAdminImpl.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPSecur=
ityAdminImpl.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -23,7 +23,7 @@
package com.metamatrix.dqp.embedded.admin;
=
import com.metamatrix.admin.api.embedded.EmbeddedSecurityAdmin;
-import com.metamatrix.dqp.embedded.DQPEmbeddedManager;
+import com.metamatrix.jdbc.EmbeddedConnectionFactoryImpl;
=
=
/** =
@@ -31,7 +31,7 @@
*/
public class DQPSecurityAdminImpl extends BaseAdmin implements EmbeddedSe=
curityAdmin {
=
- public DQPSecurityAdminImpl(DQPEmbeddedManager manager) {
+ public DQPSecurityAdminImpl(EmbeddedConnectionFactoryImpl manager) {
super(manager);
}
}
Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services=
/EmbeddedConfigurationService.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/Embed=
dedConfigurationService.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/Embed=
dedConfigurationService.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -43,6 +43,7 @@
import com.metamatrix.common.application.exception.ApplicationInitializati=
onException;
import com.metamatrix.common.application.exception.ApplicationLifecycleExc=
eption;
import com.metamatrix.common.comm.api.ServerConnection;
+import com.metamatrix.common.comm.api.ServerConnectionListener;
import com.metamatrix.common.config.api.ComponentType;
import com.metamatrix.common.config.api.ComponentTypeID;
import com.metamatrix.common.config.api.ConfigurationModelContainer;
@@ -60,7 +61,6 @@
import com.metamatrix.common.vdb.api.VDBDefn;
import com.metamatrix.core.MetaMatrixRuntimeException;
import com.metamatrix.core.vdb.VDBStatus;
-import com.metamatrix.dqp.application.ClientConnectionListener;
import com.metamatrix.dqp.embedded.DQPEmbeddedPlugin;
import com.metamatrix.dqp.embedded.DQPEmbeddedProperties;
import com.metamatrix.dqp.embedded.configuration.ExtensionModuleReader;
@@ -278,14 +278,6 @@
}
=
/** =
- * @see com.metamatrix.dqp.service.ConfigurationService#getResetSystem=
Streams()
- * @since 4.3
- */
- public String captureSystemStreams() throws MetaMatrixComponentExcepti=
on {
- return userPreferences.getProperty(DQPEmbeddedProperties.DQP_CAPTU=
RE_SYSTEM_PRINTSTREAMS);
- }
-
- /** =
* @see com.metamatrix.dqp.service.ConfigurationService#getVDBs()
* @since 4.3
*/
@@ -1267,8 +1259,8 @@
* @see com.metamatrix.dqp.service.ConfigurationService#getConnectionL=
istener()
* @since 4.3.2
*/
- public ClientConnectionListener getConnectionListener() throws MetaMat=
rixComponentException {
- return new ClientConnectionListener() {
+ public ServerConnectionListener getConnectionListener() {
+ return new ServerConnectionListener() {
/**
* A Client Connection to DQP has been added =
*/
@@ -1498,16 +1490,6 @@
return userPreferences.getProperty(DQPEmbeddedProperties.DQP_IDENT=
ITY);
}
=
- /** =
- * @see com.metamatrix.dqp.service.ConfigurationService#useUnifiedClas=
sLoader()
- */
- public boolean useUnifiedClassLoader() {
- String val =3D userPreferences.getProperty(DQPEmbeddedProperties.D=
QP_CLASSPATH); =
- if (val =3D=3D null || val.length() =3D=3D 0) {
- return true;
- }
- return false;
- }
=
public String getProcessorBatchSize() {
return userPreferences.getProperty(DQPEmbeddedProperties.BufferSer=
vice.DQP_PROCESSOR_BATCH_SIZE, "2000"); //$NON-NLS-1$
Modified: trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedConnecti=
on.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedConnection.jav=
a 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedConnection.jav=
a 2009-02-21 00:28:43 UTC (rev 479)
@@ -35,7 +35,6 @@
import com.metamatrix.admin.api.exception.AdminException;
import com.metamatrix.admin.api.exception.AdminProcessingException;
import com.metamatrix.common.comm.api.ServerConnection;
-import com.metamatrix.dqp.embedded.DQPEmbeddedManager;
import com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl;
import com.metamatrix.dqp.embedded.admin.DQPMonitoringAdminImpl;
import com.metamatrix.dqp.embedded.admin.DQPRuntimeStateAdminImpl;
@@ -55,26 +54,21 @@
// constant value giving product name
private final static String SERVER_NAME =3D "MetaMatrix Query"; //$NON=
-NLS-1$
=
- DQPEmbeddedManager manager =3D null;
+ EmbeddedConnectionFactoryImpl manager =3D null;
ConnectionListener listener =3D null;
=
- public static EmbeddedConnection newInstance(DQPEmbeddedManager manage=
r, ServerConnection serverConn, Properties info, ConnectionListener listner=
) {
- return new EmbeddedConnection(manager, serverConn, info, listner);=
=
- }
- =
/**
* ctor =
*/
- public EmbeddedConnection(DQPEmbeddedManager manager,
- ServerConnection serverConn,
- Properties info,
- ConnectionListener listner) {
+ public EmbeddedConnection(EmbeddedConnectionFactoryImpl manager, Serve=
rConnection serverConn, Properties info, ConnectionListener listener) {
super(serverConn, info, null);
this.manager =3D manager;
- this.listener =3D listner;
+ this.listener =3D listener;
=
// tell the listener that connection has been created
- this.listener.connectionAdded(getConnectionId(), this);
+ if (listener !=3D null) {
+ this.listener.connectionAdded(getConnectionId(), this);
+ }
}
=
/**
@@ -98,7 +92,7 @@
Exception ex =3D null;
=
// We we perform any DQP functions check if the DQP is sti=
ll alive
- if (!manager.isDQPAlive()) {
+ if (!manager.isAlive()) {
throw new AdminProcessingException(JDBCPlugin.Util.get=
String("EmbeddedConnection.DQP_shutDown")); //$NON-NLS-1$
}
=
@@ -159,4 +153,12 @@
boolean isSameProcess(MMConnection conn) {
return (conn instanceof EmbeddedConnection);
}
+
+ @Override
+ public void close() throws SQLException {
+ if (this.listener !=3D null) {
+ this.listener.connectionRemoved(getConnectionId(), this);
+ }
+ super.close();
+ }
}
Modified: trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedConnecti=
onFactoryImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionFact=
oryImpl.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionFact=
oryImpl.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -23,9 +23,8 @@
package com.metamatrix.jdbc;
=
import java.sql.Connection;
-import java.sql.DriverManager;
import java.sql.SQLException;
-import java.util.ArrayList;
+import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
@@ -34,15 +33,22 @@
import com.google.inject.Guice;
import com.google.inject.Injector;
import com.metamatrix.api.exception.MetaMatrixComponentException;
+import com.metamatrix.common.application.ApplicationService;
+import com.metamatrix.common.application.DQPConfigSource;
+import com.metamatrix.common.application.exception.ApplicationInitializati=
onException;
+import com.metamatrix.common.application.exception.ApplicationLifecycleExc=
eption;
import com.metamatrix.common.comm.api.ServerConnection;
-import com.metamatrix.common.comm.exception.CommunicationException;
import com.metamatrix.common.comm.exception.ConnectionException;
+import com.metamatrix.common.log.LogManager;
import com.metamatrix.common.vdb.api.VDBArchive;
+import com.metamatrix.core.MetaMatrixRuntimeException;
import com.metamatrix.dqp.ResourceFinder;
-import com.metamatrix.dqp.application.ClientConnectionListener;
-import com.metamatrix.dqp.embedded.DQPListener;
+import com.metamatrix.dqp.embedded.DQPEmbeddedPlugin;
+import com.metamatrix.dqp.internal.process.DQPCore;
+import com.metamatrix.dqp.service.ConfigurationService;
import com.metamatrix.dqp.service.DQPServiceNames;
import com.metamatrix.dqp.service.VDBService;
+import com.metamatrix.dqp.util.LogConstants;
import com.metamatrix.jdbc.transport.LocalTransportHandler;
=
=
@@ -55,46 +61,34 @@
private static final int ACTIVE =3D 3;
private boolean initialized =3D false;
private LocalTransportHandler handler =3D null; =
- private boolean shutdownInProgress =3D false;
- =
- // List of Connection Listeners for the DQP
- private ArrayList connectionListeners =3D new ArrayList(); =
- =
+ private volatile boolean shutdownInProgress =3D false;
+ private DQPCore dqp;
+ private long starttime =3D -1L;
+ private Thread shutdownThread;
+
private EmbeddedConnectionListener listener =3D new EmbeddedConnection=
Listener(); =
=
- /**
- * Factory Constructor =
- */
- static EmbeddedConnectionFactoryImpl newInstance() {
- return new EmbeddedConnectionFactoryImpl(); =
- }
- =
/** =
* @see com.metamatrix.jdbc.EmbeddedConnectionFactory#createConnection=
()
*/
public Connection createConnection(Properties props) throws SQLExcepti=
on {
- Injector injector =3D Guice.createInjector(new EmbeddedGuiceModule());
- ResourceFinder.setInjector(injector); =
- =
- // Initialize the transport
- initialize(props);
=
- try { =
- // create a server connection. If the VDB_VERSION used as "Use=
Latest" the client
- // connection is based on String "UseLatest"
- this.handler.initManager(props);
- // check for the valid connection properties
+ try {
+ // Initialize the transport
+ initialize(props);
+ =
+ // check for the valid connection properties
checkConnectionProperties (props);
=
ServerConnection serverConn =3D this.handler.createConnection(=
props);
=
- // Should occur every time in classloader using existing attri=
butes
- return EmbeddedConnection.newInstance(this.handler.getManager(=
), serverConn, props, listener); =
+ // Should occur every time in class loader using existing attr=
ibutes
+ return new EmbeddedConnection(this, serverConn, props, listene=
r); =
} catch (ConnectionException e) {
throw new EmbeddedSQLException(e);
- } catch (CommunicationException e) {
- throw new EmbeddedSQLException(e); =
- }
+ } catch (ApplicationInitializationException e) {
+ throw new EmbeddedSQLException(e);
+ }
}
=
/**
@@ -106,40 +100,72 @@
* @throws SQLException
* @since 4.3
*/
- private void initialize(Properties props) throws SQLException {
- if (!initialized || !this.handler.isAlive()) {
+ private synchronized void initialize(Properties props) throws Applicat=
ionInitializationException {
+ if (!initialized) {
=
- // This monitors the life cycle events for the DQP
- DQPListener dqpListener =3D new DQPListener() {
- public void onStart() {
- }
- public void onShutdown() {
- try {
- shutdown();
- }catch (SQLException e) {
- DriverManager.println(e.getMessage());
- }
- } =
- };
+ Injector injector =3D Guice.createInjector(new EmbeddedGuiceModule(p=
rops));
+ ResourceFinder.setInjector(injector); =
+ DQPConfigSource configSource =3D injector.getInstance(DQPConfigSourc=
e.class);
+
+ // start the DQP
+ this.dqp =3D new DQPCore();
+ this.dqp.start(configSource);
+ =
+ // make the configuration service listen for the connection life-cyc=
le events
+ // used during VDB delete
+ ConfigurationService configService =3D (ConfigurationService)f=
indService(DQPServiceNames.CONFIGURATION_SERVICE);
+ =
+ //in new class loader - all of these should be created lazily =
and held locally
+ this.handler =3D new LocalTransportHandler(this.dqp);
+ this.handler.registerListener(configService.getConnectionListener=
());
+ this.shutdownThread =3D new ShutdownWork();
+ Runtime.getRuntime().addShutdownHook(this.shutdownThread);
=
- // This monitors the lifecyle events for the connections insid=
e a DQP
- // these are DQP side connections.
- ClientConnectionListener connectionListener =3D new ClientConn=
ectionListener() {
- public void connectionAdded(ServerConnection connection) {
- }
- public void connectionRemoved(ServerConnection connection)=
{
- listener.connectionTerminated(connection.getLogonResult()=
.getSessionID().toString());
- }
- };
- =
- //in new classloader - all of these should be created lazily a=
nd held locally
- this.handler =3D new LocalTransportHandler(dqpListener, connec=
tionListener); =
- this.initialized =3D true; =
+ this.initialized =3D true; =
+ this.starttime =3D System.currentTimeMillis();
+ DQPEmbeddedPlugin.logInfo("DQPEmbeddedManager.start_dqp", new =
Object[] {new Date(System.currentTimeMillis()).toString()}); //$NON-NLS-1$
}
}
+ =
+ class ShutdownWork extends Thread {
+ ShutdownWork(){
+ super("embedded-shudown-thread"); //$NON-NLS-1$
+ }
+ =
+ @Override
+ public void run() {
+ try {
+ shutdown(false);
+ } catch (SQLException e) {
+ // ignore
+ }
+ }
+ }
+ =
+ public synchronized boolean isAlive() {
+ return (dqp !=3D null);
+ }
+ =
+ public long getStartTime() {
+ return this.starttime;
+ }
+ =
+ public Properties getProperties() {
+ if (isAlive()) {
+ return ((ConfigurationService)findService(DQPServiceNames.CONF=
IGURATION_SERVICE)).getSystemProperties();
+ }
+ return null;
+ }
=
- public void registerConnectionListener(ConnectionListener listener) {
- connectionListeners.add(listener);
+ public synchronized DQPCore getDQP() {
+ if (!isAlive()) {
+ throw new MetaMatrixRuntimeException(JDBCPlugin.Util.getString=
("LocalTransportHandler.Transport_shutdown")); //$NON-NLS-1$
+ }
+ return this.dqp;
+ } =
+ =
+ public ApplicationService findService(String type) {
+ return this.dqp.getEnvironment().findService(type);
}
=
/** =
@@ -149,11 +175,20 @@
* =
* @see com.metamatrix.jdbc.EmbeddedConnectionFactory#shutdown()
*/
- public void shutdown() throws SQLException{
+ public void shutdown() throws SQLException {
+ shutdown(true);
+ }
+ =
+ private void shutdown(boolean undoShutdownHook) throws SQLException {
+ =
+ if (undoShutdownHook) {
+ Runtime.getRuntime().removeShutdownHook(this.shutdownThread);
+ }
+ =
// Make sure shutdown is not already in progress; as call to shutd=
own will close
// connections; and after the last connection closes, the listener=
also calls shutdown
// for normal route.
- if (!shutdownInProgress) {
+ if (!this.shutdownInProgress && this.initialized) {
=
// this will by pass, and only let shutdown called once.
shutdownInProgress =3D true;
@@ -162,14 +197,25 @@
// connections are not properly closed; or somebody called shu=
tdown.
listener.closeConnections();
=
- // then close the dqp handler it self, which root for the fact=
ory.
- this.handler.shutdown();
+ try {
+ this.dqp.stop();
+ } catch (ApplicationLifecycleException e) {
+ LogManager.logWarning(LogConstants.CTX_DQP, e, e.getMessage());
+ }
=
+ this.dqp =3D null;
+ =
+ this.handler =3D null;
+ =
+ this.initialized =3D false;
+ =
// shutdown the cache.
ResourceFinder.getCacheFactory().destroy();
- }
+ =
+ shutdownInProgress =3D false;
+ } =
}
- =
+ =
/**
* Are the connection properties supplied for connection match with th=
ose of the
* DQP =
@@ -182,7 +228,7 @@
String vdbVersion =3D props.getProperty(BaseDataSource.VDB_VERSION=
, EmbeddedDataSource.USE_LATEST_VDB_VERSION);
=
try {
- VDBService service =3D (VDBService)handler.getManager().getDQP=
().getEnvironment().findService(DQPServiceNames.VDB_SERVICE);
+ VDBService service =3D (VDBService)findService(DQPServiceNames=
.VDB_SERVICE);
List vdbs =3D service.getAvailableVDBs();
=
// We are looking for the latest version find that now =
@@ -226,29 +272,6 @@
} =
=
/**
- * Notify all the connection listeners that a connection is added =
- * @param connection
- */
- void notifyConnectionAdded(String id, Connection connection) {
- for (Iterator i =3D connectionListeners.iterator(); i.hasNext();) {
- ConnectionListener listner =3D (ConnectionListener)i.next();
- listner.connectionAdded(id, connection);
- }
- }
- =
- /**
- * Notify all the connection listeners that a connection is added =
- * @param connection
- */
- void notifyConnectionRemoved(String id, Connection connection) {
- for (Iterator i =3D connectionListeners.iterator(); i.hasNext();) {
- ConnectionListener listner =3D (ConnectionListener)i.next();
- listner.connectionRemoved(id, connection);
- }
- }
-
-
- /**
* A internal connection listener for the connections; based on this =
* it manages the DQP instance. These are client side (JDBC) connectio=
ns
*/
@@ -260,17 +283,11 @@
public void connectionAdded(String id, Connection connection) {
// Add the connection to locol count
connections.put(id, connection);
- =
- // then also notify all the listeners
- notifyConnectionAdded(id, connection);
}
=
public void connectionRemoved(String id, Connection connection) {
// remove from local count =
connections.remove(id);
- =
- // also notify all the listeners
- notifyConnectionRemoved(id, connection); =
}
=
/**
@@ -300,18 +317,6 @@
if (firstException !=3D null) {
throw new EmbeddedSQLException(firstException);
}
- } =
- =
- /**
- * A hook which notifies the client connections that a server conn=
ection
- * has been terminated =
- * @param connection
- */
- private void connectionTerminated(String id) {
- // remove from local count =
- Connection connection =3D (Connection)connections.remove(id);
-
- notifyConnectionRemoved(id, connection);
- } =
+ } =
}
}
Modified: trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedGuiceMod=
ule.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedGuiceModule.ja=
va 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedGuiceModule.ja=
va 2009-02-21 00:28:43 UTC (rev 479)
@@ -1,23 +1,64 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
package com.metamatrix.jdbc;
=
+import java.util.Properties;
+
import org.jboss.cache.Cache;
=
import com.google.inject.AbstractModule;
import com.google.inject.Scopes;
import com.metamatrix.cache.CacheFactory;
import com.metamatrix.cache.jboss.JBossCacheFactory;
+import com.metamatrix.common.application.DQPConfigSource;
+import com.metamatrix.common.log.LogConfiguration;
+import com.metamatrix.common.log.LogManager;
+import com.metamatrix.core.log.LogListener;
+import com.metamatrix.dqp.embedded.EmbeddedConfigSource;
=
public class EmbeddedGuiceModule extends AbstractModule {
-
+ =
+ private Properties props;
+ =
+ public EmbeddedGuiceModule(Properties props) {
+ this.props =3D props;
+ }
+ =
@Override
protected void configure() {
- =
+ =
bind(Cache.class).toProvider(CacheProvider.class).in(Scopes.SINGLETON);
bind(CacheFactory.class).to(JBossCacheFactory.class).in(Scopes.SINGLETON=
);
+ bind(DQPConfigSource.class).toInstance(new EmbeddedConfigSource(this.pro=
ps));
=
- // currently this is setup in embedded buffer service - needs to move in=
here.
- //bind(BufferManager.class).toProvider(BufferManagerProvider.class).in(S=
copes.SINGLETON); =
+ bind(LogConfiguration.class).toProvider(LogConfigurationProvider.class).=
in(Scopes.SINGLETON); =
+ bind(LogListener.class).toProvider(LogListernerProvider.class).in(Scopes=
.SINGLETON); =
+
+ =
+ // this needs to be removed.
+ binder().requestStaticInjection(LogManager.class);
}
=
+ =
}
=
Added: trunk/embedded/src/main/java/com/metamatrix/jdbc/LogConfigurationPro=
vider.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/jdbc/LogConfigurationProvid=
er.java (rev 0)
+++ trunk/embedded/src/main/java/com/metamatrix/jdbc/LogConfigurationProvid=
er.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -0,0 +1,54 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+package com.metamatrix.jdbc;
+
+import com.google.inject.Inject;
+import com.google.inject.Provider;
+import com.google.inject.Singleton;
+import com.metamatrix.common.application.DQPConfigSource;
+import com.metamatrix.common.log.LogConfiguration;
+import com.metamatrix.common.log.config.BasicLogConfiguration;
+import com.metamatrix.core.MetaMatrixRuntimeException;
+import com.metamatrix.dqp.embedded.DQPEmbeddedPlugin;
+import com.metamatrix.dqp.embedded.DQPEmbeddedProperties;
+
+(a)Singleton
+class LogConfigurationProvider implements Provider {
+
+ @Inject
+ DQPConfigSource configSource;
+ =
+ @Override
+ public LogConfiguration get() {
+ String logLevel =3D configSource.getProperties().getProperty(DQPEm=
beddedProperties.DQP_LOGLEVEL);
+ int level =3D 0;
+ if(logLevel !=3D null && logLevel.trim().length() > 0) {
+ try {
+ level =3D Integer.parseInt(logLevel); =
=
+ } catch(NumberFormatException e) {
+ throw new MetaMatrixRuntimeException(DQPEmbeddedPlugin.Uti=
l.getString("DQPComponent.Unable_to_parse_level") + logLevel); //$NON-=
NLS-1$
+ } =
+ }
+ return new BasicLogConfiguration(level);
+ }
+
+}
Property changes on: trunk/embedded/src/main/java/com/metamatrix/jdbc/LogCo=
nfigurationProvider.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/embedded/src/main/java/com/metamatrix/jdbc/LogListernerProvide=
r.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/jdbc/LogListernerProvider.j=
ava (rev 0)
+++ trunk/embedded/src/main/java/com/metamatrix/jdbc/LogListernerProvider.j=
ava 2009-02-21 00:28:43 UTC (rev 479)
@@ -0,0 +1,89 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+package com.metamatrix.jdbc;
+
+import java.io.File;
+import java.net.MalformedURLException;
+import java.net.URL;
+
+import com.google.inject.Inject;
+import com.google.inject.Provider;
+import com.google.inject.Singleton;
+import com.metamatrix.common.application.DQPConfigSource;
+import com.metamatrix.common.protocol.URLHelper;
+import com.metamatrix.core.MetaMatrixRuntimeException;
+import com.metamatrix.core.log.FileLimitSizeLogWriter;
+import com.metamatrix.core.log.LogListener;
+import com.metamatrix.core.log.NullLogWriter;
+import com.metamatrix.core.log.SystemLogWriter;
+import com.metamatrix.dqp.embedded.DQPEmbeddedProperties;
+import com.metamatrix.internal.core.log.PlatformLog;
+
+(a)Singleton
+class LogListernerProvider implements Provider {
+ private static final String STDOUT =3D "STDOUT"; //$NON-NLS-1$
+ =
+ @Inject
+ DQPConfigSource configSource;
+ =
+ @Override
+ public LogListener get() {
+ URL dqpURL =3D (URL)configSource.getProperties().get(EmbeddedDataSour=
ce.DQP_BOOTSTRAP_FILE);
+ String logFile =3D configSource.getProperties().getProperty(DQPEmb=
eddedProperties.DQP_LOGFILE);
+ String instanceId =3D configSource.getProperties().getProperty(DQP=
EmbeddedProperties.DQP_IDENTITY, "0"); //$NON-NLS-1$ =
+ =
+ // Configure Logging =
+ try {
+ String dqpURLString =3D dqpURL.toString(); =
+ dqpURL =3D URLHelper.buildURL(dqpURLString);
+ if (logFile !=3D null) {
+ if (logFile.equalsIgnoreCase(STDOUT)) {
+ PlatformLog log =3D new PlatformLog();
+ log.addListener(new SystemLogWriter());
+ return log;
+ }
+ else {
+ String modifiedLogFileName =3D logFile; =
=
+ int dotIndex =3D logFile.lastIndexOf('.');
+ if (dotIndex !=3D -1) {
+ modifiedLogFileName =3D logFile.substring(0,dotIndex)=
+"_"+instanceId+"."+logFile.substring(dotIndex+1); //$NON-NLS-1$ //$NON-NLS=
-2$
+ }
+ else {
+ modifiedLogFileName =3D logFile+"_"+instanceId; //$NO=
N-NLS-1$
+ }
+ URL logURL =3D URLHelper.buildURL(dqpURL, modifiedLogFile=
Name);
+ File file =3D new File(logURL.getPath());
+ PlatformLog log =3D new PlatformLog();
+ log.addListener(new FileLimitSizeLogWriter(file));
+ return log;
+ }
+ }
+ else {
+ return new NullLogWriter();
+ }
+ } catch (MalformedURLException e) {
+ throw new MetaMatrixRuntimeException(e);
+ }
+ }
+
+}
Property changes on: trunk/embedded/src/main/java/com/metamatrix/jdbc/LogLi=
sternerProvider.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/embedded/src/main/java/com/metamatrix/jdbc/transport/LocalServ=
erConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/jdbc/transport/LocalServerC=
onnection.java (rev 0)
+++ trunk/embedded/src/main/java/com/metamatrix/jdbc/transport/LocalServerC=
onnection.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -0,0 +1,108 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+package com.metamatrix.jdbc.transport;
+
+import java.lang.reflect.InvocationHandler;
+import java.lang.reflect.InvocationTargetException;
+import java.lang.reflect.Method;
+import java.lang.reflect.Proxy;
+import java.util.Properties;
+
+import com.metamatrix.api.exception.MetaMatrixComponentException;
+import com.metamatrix.client.ExceptionUtil;
+import com.metamatrix.common.api.MMURL;
+import com.metamatrix.common.comm.api.ServerConnection;
+import com.metamatrix.common.comm.api.ServerConnectionListener;
+import com.metamatrix.dqp.client.ClientSideDQP;
+import com.metamatrix.dqp.internal.process.DQPWorkContext;
+import com.metamatrix.jdbc.JDBCPlugin;
+import com.metamatrix.platform.security.api.LogonResult;
+import com.metamatrix.platform.security.api.MetaMatrixSessionID;
+
+public class LocalServerConnection implements ServerConnection {
+ =
+ private final LogonResult result;
+ private boolean shutdown;
+ private DQPWorkContext workContext;
+ private ClientSideDQP dqp;
+ private ServerConnectionListener listener;
+
+ public LocalServerConnection(MetaMatrixSessionID sessionId, Properties co=
nnectionProperties, ClientSideDQP dqp, ServerConnectionListener listener) {
+ result =3D new LogonResult(sessionId, connectionProperties.getProperty(M=
MURL.CONNECTION.USER_NAME), connectionProperties, -1, "local"); //$NON-NLS-=
1$
+ =
+ //Initialize the workContext
+ workContext =3D new DQPWorkContext();
+ workContext.setSessionId(result.getSessionID());
+ workContext.setVdbName(connectionProperties.getProperty(MMURL.JDBC.VDB_N=
AME));
+ workContext.setVdbVersion(connectionProperties.getProperty(MMURL.JDBC.VD=
B_VERSION));
+ DQPWorkContext.setWorkContext(workContext);
+ =
+ this.dqp =3D dqp;
+ this.listener =3D listener;
+ =
+ if (this.listener !=3D null) {
+ this.listener.connectionAdded(this);
+ }
+ }
+
+ public T getService(Class iface) {
+ if (iface !=3D ClientSideDQP.class) {
+ throw new IllegalArgumentException("unknown service"); //$NON-NLS-1$
+ }
+ return (T) Proxy.newProxyInstance(Thread.currentThread().getContextClass=
Loader(), new Class[] {ClientSideDQP.class}, new InvocationHandler() {
+
+ public Object invoke(Object arg0, Method arg1, Object[] arg2)
+ throws Throwable {
+ =
+ if (!isOpen()) {
+ throw ExceptionUtil.convertException(arg1, new MetaMatrixComponentExc=
eption(JDBCPlugin.Util.getString("LocalTransportHandler.session_inactive"))=
); //$NON-NLS-1$
+ }
+ =
+ DQPWorkContext.setWorkContext(workContext);
+ try {
+ return arg1.invoke(dqp, arg2);
+ } catch (InvocationTargetException e) {
+ throw e.getTargetException();
+ }
+ }
+ });
+ }
+
+ public boolean isOpen() {
+ return !shutdown;
+ }
+
+ public void shutdown() {
+ if (shutdown) {
+ return;
+ }
+ if (this.listener !=3D null) {
+ this.listener.connectionRemoved(this);
+ }
+ this.shutdown =3D true;
+ }
+
+ public LogonResult getLogonResult() {
+ return result;
+ }
+}
Property changes on: trunk/embedded/src/main/java/com/metamatrix/jdbc/trans=
port/LocalServerConnection.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/embedded/src/main/java/com/metamatrix/jdbc/transport/LocalT=
ransportHandler.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/jdbc/transport/LocalTranspo=
rtHandler.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/main/java/com/metamatrix/jdbc/transport/LocalTranspo=
rtHandler.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -22,204 +22,54 @@
=
package com.metamatrix.jdbc.transport;
=
-import java.lang.reflect.InvocationHandler;
-import java.lang.reflect.InvocationTargetException;
-import java.lang.reflect.Method;
-import java.lang.reflect.Proxy;
-import java.net.URL;
+import java.util.ArrayList;
import java.util.Properties;
import java.util.concurrent.atomic.AtomicLong;
=
-import com.metamatrix.api.exception.MetaMatrixComponentException;
-import com.metamatrix.client.ExceptionUtil;
-import com.metamatrix.common.api.MMURL;
import com.metamatrix.common.application.exception.ApplicationInitializati=
onException;
-import com.metamatrix.common.application.exception.ApplicationLifecycleExc=
eption;
import com.metamatrix.common.comm.api.ServerConnection;
import com.metamatrix.common.comm.api.ServerConnectionFactory;
-import com.metamatrix.common.comm.exception.CommunicationException;
+import com.metamatrix.common.comm.api.ServerConnectionListener;
import com.metamatrix.common.comm.exception.ConnectionException;
-import com.metamatrix.core.MetaMatrixRuntimeException;
-import com.metamatrix.dqp.application.ClientConnectionListener;
import com.metamatrix.dqp.client.ClientSideDQP;
-import com.metamatrix.dqp.embedded.DQPEmbeddedManager;
-import com.metamatrix.dqp.embedded.DQPEmbeddedProperties;
-import com.metamatrix.dqp.embedded.DQPListener;
-import com.metamatrix.dqp.internal.process.DQPWorkContext;
-import com.metamatrix.dqp.service.ConfigurationService;
-import com.metamatrix.dqp.service.DQPServiceNames;
-import com.metamatrix.jdbc.EmbeddedDataSource;
-import com.metamatrix.jdbc.JDBCPlugin;
-import com.metamatrix.platform.security.api.LogonResult;
import com.metamatrix.platform.security.api.MetaMatrixSessionID;
=
public class LocalTransportHandler implements ServerConnectionFactory {
-
- private final class LocalServerConnection implements ServerConnection {
- private final LogonResult result;
- private boolean shutdown;
- private DQPWorkContext workContext;
-
- private LocalServerConnection(Properties connectionProperties) {
- result =3D new LogonResult(new MetaMatrixSessionID(SESSION_ID
- .getAndIncrement()), connectionProperties
- .getProperty(MMURL.CONNECTION.USER_NAME), connectionProperties, -1, "=
local"); //$NON-NLS-1$
- =
- //Initialize the workContext
- workContext =3D new DQPWorkContext();
- workContext.setSessionId(result.getSessionID());
- workContext.setVdbName(connectionProperties.getProperty(MMURL.JDBC.VDB_=
NAME));
- workContext.setVdbVersion(connectionProperties.getProperty(MMURL.JDBC.V=
DB_VERSION));
- DQPWorkContext.setWorkContext(workContext);
- if (configurationConnectionListener !=3D null) {
- configurationConnectionListener.connectionAdded(this);
- }
- }
-
- public T getService(Class iface) {
- if (iface !=3D ClientSideDQP.class) {
- throw new IllegalArgumentException("unknown service"); //$NON-NLS-1$
- }
- final ClientSideDQP dqp =3D getManager().getDQP();
- return (T) Proxy.newProxyInstance(Thread.currentThread().getContextClas=
sLoader(), new Class[] {ClientSideDQP.class}, new InvocationHandler() {
-
- public Object invoke(Object arg0, Method arg1, Object[] arg2)
- throws Throwable {
- =
- if (!isOpen()) {
- throw ExceptionUtil.convertException(arg1, new MetaMatrixComponentEx=
ception(JDBCPlugin.Util.getString("LocalTransportHandler.session_inactive")=
)); //$NON-NLS-1$
- }
- =
- DQPWorkContext.setWorkContext(workContext);
- try {
- return arg1.invoke(dqp, arg2);
- } catch (InvocationTargetException e) {
- throw e.getTargetException();
- }
- }
- });
- }
-
- public boolean isOpen() {
- return !shutdown && isAlive();
- }
-
- public void shutdown() {
- if (shutdown) {
- return;
- }
- if (configurationConnectionListener !=3D null) {
- configurationConnectionListener.connectionRemoved(this);
- }
- if (connectionListener !=3D null) {
- connectionListener.connectionRemoved(this);
- }
- this.shutdown =3D true;
- }
-
- public LogonResult getLogonResult() {
- return result;
- }
- }
-
- private static final String SERVER_CONFIG_FILE_EXTENSION =3D ".properties=
"; //$NON-NLS-1$
=
private AtomicLong SESSION_ID =3D new AtomicLong(1);
- private ClientConnectionListener configurationConnectionListener;
- private DQPEmbeddedManager dqpManager;
- private DQPListener dqpListener =3D null;
- private ClientConnectionListener connectionListener =3D null;
+ private ConnectionListenerList listenerList =3D new ConnectionListener=
List();
+ private ClientSideDQP dqp;
=
- // Keeps track of whether this transport has been shutdown. =
- // After it is shutdown connections may still have a reference to it.
- private boolean alive =3D true;
- =
- public LocalTransportHandler() {
- this(null,null);
- } =
- =
/**
* Default constructor - used by reflection to create a new instance. =
*/
- public LocalTransportHandler(DQPListener dqpListener, ClientConnection=
Listener connListener) {
- this.dqpListener =3D dqpListener;
- this.connectionListener =3D connListener;
+ public LocalTransportHandler(ClientSideDQP dqp) throws ApplicationInit=
ializationException {
+ this.dqp =3D dqp;
}
=
- public synchronized boolean isAlive() {
- return alive && (dqpManager !=3D null && dqpManager.isDQPAlive());
- }
- =
- private void checkAlive() {
- if (!isAlive()) {
- throw new MetaMatrixRuntimeException(JDBCPlugin.Util.getString=
("LocalTransportHandler.Transport_shutdown")); //$NON-NLS-1$
- }
- }
- =
- private synchronized void initManager(URL dqpURL, Properties connPrope=
rties) throws ApplicationInitializationException {
- if(dqpManager !=3D null) {
- return;
- }
- =
- if(dqpURL =3D=3D null) {
- throw new ApplicationInitializationException(JDBCPlugin.Util.g=
etString("LocalTransportHandler.No_configuration_file_set_in_property", DQP=
EmbeddedProperties.DQP_BOOTSTRAP_PROPERTIES_FILE)); //$NON-NLS-1$
- }
+ public ServerConnection createConnection(final Properties connectionPrope=
rties) throws ConnectionException { =
+ return new LocalServerConnection(new MetaMatrixSessionID(SESSION_I=
D.getAndIncrement()), connectionProperties, dqp, listenerList);
+ }
=
- String dqpFileName =3D dqpURL.toString().toLowerCase(); =
- if (!dqpFileName.endsWith(SERVER_CONFIG_FILE_EXTENSION)) {
- throw new ApplicationInitializationException(JDBCPlugin.Util.g=
etString("LocalTransportHandler.Invalid_config_file_extension", dqpFileName=
) ); //$NON-NLS-1$ =
- }
- =
- dqpManager =3D new DQPEmbeddedManager(dqpURL, connProperties, this=
.dqpListener);
- dqpManager.createDQP();
- ConfigurationService configService =3D (ConfigurationService)dqpMa=
nager.getDQP().getEnvironment().findService(DQPServiceNames.CONFIGURATION_S=
ERVICE);
- if (configService !=3D null) {
- try {
- configurationConnectionListener =3D configService.getConnecti=
onListener();
- }catch(MetaMatrixComponentException e) {
- configurationConnectionListener =3D null;
- }
- }
- }
+ public synchronized void registerListener(ServerConnectionListener listen=
er) {
+ this.listenerList.add(listener);
+ }
+ =
+ =
+ private final class ConnectionListenerList extends ArrayList implements ServerConnectionListener{
=
- /**
- * @see com.metamatrix.jdbc.transport.TransportHandler#shutdown()
- */
- public synchronized void shutdown() {
- alive =3D false;
- if (dqpManager !=3D null) {
- try {
- dqpManager.shutdown();
- } catch (ApplicationLifecycleException e) {
- // TODO ignore?
- }
- dqpManager =3D null;
- }
- }
- =
- public synchronized DQPEmbeddedManager getManager() {
- checkAlive();
- return dqpManager;
- }
- =
- synchronized void setManager(DQPEmbeddedManager manager) {
- dqpManager =3D manager;
- }
+ @Override
+ public void connectionAdded(ServerConnection connection) {
+ for (ServerConnectionListener l: this) {
+ l.connectionAdded(connection);
+ }
+ }
=
- public ServerConnection createConnection(final Properties connectionPrope=
rties) throws CommunicationException,
- ConnectionException {
- initManager(connectionProperties);
- =
- return new LocalServerConnection(connectionProperties);
+ @Override
+ public void connectionRemoved(ServerConnection connection) {
+ for (ServerConnectionListener l: this) {
+ l.connectionRemoved(connection);
+ } =
+ }
}
-
- public void initManager(final Properties connectionProperties)
- throws ConnectionException {
- try {
- URL dqpURL =3D (URL)connectionProperties.get(EmbeddedDataSourc=
e.DQP_BOOTSTRAP_FILE);
- initManager(dqpURL, connectionProperties);
- } catch(ApplicationInitializationException e) {
- throw new ConnectionException(e);
- }
- }
}
Copied: trunk/embedded/src/main/resources/deploy.properties (from rev 466, =
trunk/embedded/src/main/resources/mm.properties)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/resources/deploy.properties =
(rev 0)
+++ trunk/embedded/src/main/resources/deploy.properties 2009-02-21 00:28:43=
UTC (rev 479)
@@ -0,0 +1,6 @@
+#default properties file for Teiid Embedded
+mm.io.tmpdir=3D${user.dir}/teiid-workspace/temp
+dqp.extensions=3Dmmfile://${user.dir}/teiid-workspace/extensions
+dqp.logFile=3Dmmfile://${user.dir}/teiid-workspace/teiid-embedded.log
+dqp.logLevel=3D2
+metamatrix.xatxnmgr.txnstore_dir=3D${user.dir}/teiid-workspace
\ No newline at end of file
Property changes on: trunk/embedded/src/main/resources/deploy.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/embedded/src/main/resources/jboss-cache-configuration.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/resources/jboss-cache-configuration.xml =
(rev 0)
+++ trunk/embedded/src/main/resources/jboss-cache-configuration.xml 2009-02=
-21 00:28:43 UTC (rev 479)
@@ -0,0 +1,72 @@
+
+
+
+ org.jboss.cache.tr=
ansaction.GenericTransactionManagerLookup
+ READ_COMMITTED
+ true
+ =
+ LOCAL
+ true
+
+
+ 20000
+ =
+
+ 20000
+ =
+
+ 15000
+ =
+
+ DEFAULT
+
+ true
+
+
+
+
+
+ false
+
+ true
+
+
+ org.jboss.cache.loader.FileCacheLoader
+ location=3D./teiid/cache =
=
+
+
+ true
+ =
+
+ true
+
+
+ false
+
+
+
+
+
+
+ 3
+
+ 100000
+
+ org.jboss.cache.eviction.LRUPoli=
cy
+
+
+ 10000
+ 0
+
+
+
+ =
+
+ =
\ No newline at end of file
Property changes on: trunk/embedded/src/main/resources/jboss-cache-configur=
ation.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Deleted: trunk/embedded/src/main/resources/mm.properties
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/resources/mm.properties 2009-02-20 21:08:28 UTC=
(rev 478)
+++ trunk/embedded/src/main/resources/mm.properties 2009-02-21 00:28:43 UTC=
(rev 479)
@@ -1,6 +0,0 @@
-#default properties file for Federate Embedded
-mm.io.tmpdir=3D${user.dir}/federate-workspace/temp
-dqp.extensions=3Dmmfile://${user.dir}/federate-workspace/extensions
-dqp.logFile=3Dmmfile://${user.dir}/federate-workspace/federate-embedded.log
-dqp.logLevel=3D2
-metamatrix.xatxnmgr.txnstore_dir=3D${user.dir}/federate-workspace
\ No newline at end of file
Modified: trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/TestEmbe=
ddedConfigSource.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/TestEmbeddedCo=
nfigSource.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/TestEmbeddedCo=
nfigSource.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -24,6 +24,7 @@
=
import java.net.MalformedURLException;
import java.net.URL;
+import java.util.Properties;
=
import junit.framework.TestCase;
=
@@ -33,6 +34,7 @@
import com.metamatrix.dqp.service.DQPServiceNames;
import com.metamatrix.dqp.service.FakeAbstractService;
import com.metamatrix.dqp.service.FakeVDBService;
+import com.metamatrix.jdbc.EmbeddedDataSource;
=
public class TestEmbeddedConfigSource extends TestCase {
=
@@ -45,7 +47,10 @@
} =
=
public void testServiceLoading() throws Exception {
- EmbeddedConfigSource source =3D new EmbeddedConfigSource(buildDQPU=
rl(UnitTestUtil.getTestDataPath() + "/bqt/fakebqt.properties"), null);//$NO=
N-NLS-1$ =
+ Properties p =3D new Properties();
+ p.put(EmbeddedDataSource.DQP_BOOTSTRAP_FILE, buildDQPUrl(UnitTestUtil=
.getTestDataPath() + "/bqt/fakebqt.properties")); //$NON-NLS-1$
+ =
+ EmbeddedConfigSource source =3D new EmbeddedConfigSource(p); =
=
Application application =3D new Application();
application.start(source);
assertTrue(application.getEnvironment().findService(DQPServiceName=
s.VDB_SERVICE) instanceof FakeVDBService);
Modified: trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services=
/TestEmbeddedConfigurationService.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestE=
mbeddedConfigurationService.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestE=
mbeddedConfigurationService.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -73,19 +73,19 @@
}
=
public void testUseExtensionPath() throws Exception {
- service.userPreferences =3D EmbeddedTestUtil.getProperties(); //$N=
ON-NLS-1$;
+ service.userPreferences =3D EmbeddedTestUtil.getProperties(); =
assertTrue(service.useExtensionClasspath());
}
=
public void testUseExtensionPathFalse() throws Exception {
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
p.remove("dqp.extensions"); //$NON-NLS-1$ =
service.userPreferences =3D p; =
assertFalse(service.useExtensionClasspath());
}
=
public void testGetAvailableVDBFiles() throws Exception {
- service.userPreferences =3D EmbeddedTestUtil.getProperties(); //$N=
ON-NLS-1$;
+ service.userPreferences =3D EmbeddedTestUtil.getProperties(); =
HashMap vdbFiles =3D VDBConfigurationReader.loadVDBS(service.getVD=
BLocations());
int count =3D vdbFiles.keySet().size();
assertEquals(2, count); =
@@ -100,7 +100,7 @@
}
=
public void testGetConfigFileURL() throws Exception {
- service.userPreferences =3D EmbeddedTestUtil.getProperties(); //$N=
ON-NLS-1$;
+ service.userPreferences =3D EmbeddedTestUtil.getProperties(); =
assertTrue(service.getConfigFile().toString().endsWith("dqp/config=
/ServerConfig.xml")); //$NON-NLS-1$
}
=
@@ -108,7 +108,7 @@
BasicConnectorBinding binding =3D new BasicConnectorBinding(new Co=
nfigurationID("foo"), new ConnectorBindingID(new ConfigurationID("foo"), "f=
oo"), new ComponentTypeID("foo type")); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-=
NLS-3$ //$NON-NLS-4$
BasicConnectorBinding alternatebinding =3D new BasicConnectorBindi=
ng(new ConfigurationID("foo"), new ConnectorBindingID(new ConfigurationID("=
foo"), "foo"), new ComponentTypeID("foo type")); //$NON-NLS-1$ //$NON-NLS-2=
$ //$NON-NLS-3$ //$NON-NLS-4$
=
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$; =
=
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.loadedConnectorBindings.put("foo", alternatebinding); //$N=
ON-NLS-1$
=
@@ -117,7 +117,7 @@
} =
=
public void defer_testInitializeEncryption() throws Exception {
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
p.setProperty(DQPEmbeddedProperties.DQP_KEYSTORE, "Cluster.key"); =
//$NON-NLS-1$
service.userPreferences =3D p;
service.initializeEncryption(); =
@@ -125,20 +125,20 @@
}
=
public void testGetDefaultExtensionPath() throws Exception {
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
p.remove(DQPEmbeddedProperties.DQP_EXTENSIONS);
service.userPreferences =3D p; =
assertTrue(service.getDefaultExtensionPath().toString().endsWith("=
dqp/extensions/")); //$NON-NLS-1$
}
=
public void testGetDirectoryToStoreVDBS() throws Exception {
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p; =
assertTrue(service.getVDBSaveLocation().toString().endsWith("dqp/c=
onfig/")); //$NON-NLS-1$
}
=
public void testGetDirectoryToStoreVDBSByVDBName() throws Exception {
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
p.setProperty(DQPEmbeddedProperties.VDB_DEFINITION, "./config/QT_O=
ra9DS.vdb"); //$NON-NLS-1$
service.userPreferences =3D p; =
service.initializeService(p);
@@ -150,7 +150,7 @@
}
=
public void testGetFileToSaveNewFile() throws Exception{
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
p.setProperty(DQPEmbeddedProperties.VDB_DEFINITION, "./config/QT_O=
ra9DS.vdb"); //$NON-NLS-1$
service.initializeService(p);
@@ -163,7 +163,7 @@
}
=
public void testGetFileAlreadyExisting() throws Exception{
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p);
=
@@ -174,7 +174,7 @@
}
=
public void testGetFullyQualifiedPath() throws Exception{
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p; =
assertTrue(service.getFullyQualifiedPath("http://lib/foo.txt").toS=
tring().endsWith("http://lib/foo.txt")); //$NON-NLS-1$ //$NON-NLS-2$
assertTrue(service.getFullyQualifiedPath("file:/c:/lib/foo.txt").t=
oString().endsWith("file:/c:/lib/foo.txt"));//$NON-NLS-1$ //$NON-NLS-2$
@@ -187,14 +187,14 @@
}
=
public void testGetNextVdbVersion() throws Exception{ =
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p); =
assertEquals(2, service.getNextVdbVersion("QT_Ora9DS")); //$NON-NL=
S-1$
} =
=
public void testDeleteInUseConnectorBinding() throws Exception{ =
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p); =
try {
@@ -206,7 +206,7 @@
}
=
public void testDeleteNonExistingConnectorBinding() throws Exception{ =
=
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p); =
try {
@@ -218,7 +218,7 @@
} =
=
public void testDeleteConnectorBinding() throws Exception{ =
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties();
service.userPreferences =3D p;
service.initializeService(p); =
=
@@ -234,7 +234,7 @@
=
=
public void testDeleteConnectorType() throws Exception{ =
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties();
service.userPreferences =3D p;
service.initializeService(p); =
=
@@ -255,7 +255,7 @@
} =
=
public void testDeleteConnectorTypeInUse() throws Exception{ =
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p); =
=
@@ -270,7 +270,7 @@
} =
=
public void testDeleteVDB() throws Exception{
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p); =
=
@@ -283,7 +283,7 @@
}
=
public void testGetLogFile() throws Exception{
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
p.setProperty(DQPEmbeddedProperties.DQP_LOGFILE, "./log/dqp.log");=
//$NON-NLS-1$ =
p.setProperty(DQPEmbeddedProperties.DQP_LOGLEVEL, "1"); //$NON-NLS=
-1$ =
service.userPreferences =3D p;
@@ -293,7 +293,7 @@
}
=
public void testGetSystemProperties() throws Exception {
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p); =
=
@@ -304,17 +304,8 @@
assertEquals("20000", sp.getProperty("MaxFetchSize")); //$NON-NLS-=
1$ //$NON-NLS-2$
}
=
- public void testGetResetSystemPrintStreams() throws Exception {
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$;
- p.setProperty(DQPEmbeddedProperties.DQP_CAPTURE_SYSTEM_PRINTSTREAM=
S, "true"); //$NON-NLS-1$ =
- service.userPreferences =3D p;
- service.initializeService(p); =
-
- assertTrue(Boolean.valueOf(service.captureSystemStreams()).boolean=
Value());
- }
- =
public void testGetSystemConfiguration() throws Exception{
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$; =
=
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p; =
assertNull(service.configurationModel);
=
@@ -323,28 +314,28 @@
}
=
public void testGetSystemVDB() throws Exception {
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$; =
=
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p); =
assertNotNull(service.getSystemVdb());
}
=
public void testGetUDFFileName() throws Exception{
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$; =
=
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
p.setProperty(DQPEmbeddedProperties.USER_DEFINED_FUNCTIONS, "./lib=
/foo.txt"); //$NON-NLS-1$
service.userPreferences =3D p;
assertTrue(service.getUDFFile().toString().endsWith(UnitTestUtil.g=
etTestScratchPath()+"/dqp/lib/foo.txt")); //$NON-NLS-1$
}
=
public void testGetVDBs() throws Exception{
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$; =
=
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p);
assertTrue(service.getVDBs().size() =3D=3D 2); =
}
=
public void testSaveConnectorBinding() throws Exception{
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$; =
=
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p);
=
@@ -375,7 +366,7 @@
=
=
public void testSaveConnectorType() throws Exception{
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$; =
=
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p);
=
@@ -400,7 +391,7 @@
=
=
public void testSaveVDB() throws Exception{
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$; =
=
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p);
=
@@ -413,7 +404,7 @@
}
=
public void testGetProcessorBatchSize() throws Exception {
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$; =
=
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p);
=
@@ -421,7 +412,7 @@
}
=
public void testGetConnectorBatchSize() throws Exception {
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$; =
=
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p);
=
@@ -429,7 +420,7 @@
}
=
public void testLoadedConnectorBindings() throws Exception {
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$; =
=
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p);
=
@@ -451,7 +442,7 @@
} =
=
public void testAddConnectorBinding() throws Exception {
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$; =
=
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p);
=
@@ -463,7 +454,7 @@
}
=
public void testGetConnectorTypes() throws Exception {
- Properties p =3D EmbeddedTestUtil.getProperties(); //$NON-NLS-1$; =
=
+ Properties p =3D EmbeddedTestUtil.getProperties(); =
service.userPreferences =3D p;
service.initializeService(p);
=
Modified: trunk/embedded/src/test/java/com/metamatrix/jdbc/TestEmbeddedDriv=
er.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/test/java/com/metamatrix/jdbc/TestEmbeddedDriver.jav=
a 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/embedded/src/test/java/com/metamatrix/jdbc/TestEmbeddedDriver.jav=
a 2009-02-21 00:28:43 UTC (rev 479)
@@ -50,105 +50,105 @@
*/
public void testAcceptsURL() throws SQLException { =
// Windows Path
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)c:\\metamatrix=
\\dqp\\dqp.properties"));
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)c:\\metamatrix=
\\dqp\\dqp.properties;version=3D1"));
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)c:\\metamatrix=
\\dqp\\dqp.properties;version=3D1;txnAutoWrap=3DON;partialResultsMode=3DYES=
"));
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)c:\\metamatrix=
\\dqp\\dqp.properties")); //$NON-NLS-1$
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)c:\\metamatrix=
\\dqp\\dqp.properties;version=3D1")); //$NON-NLS-1$
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)c:\\metamatrix=
\\dqp\\dqp.properties;version=3D1;txnAutoWrap=3DON;partialResultsMode=3DYES=
")); //$NON-NLS-1$
=
// Alternative windows path
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)c:/metamatrix/=
dqp/dqp.properties"));
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)c:/metamatrix/=
dqp/dqp.properties;version=3D1"));
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)c:/metamatrix/=
dqp/dqp.properties;version=3D1;txnAutoWrap=3DON;partialResultsMode=3DYES"));
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)c:/metamatrix/=
dqp/dqp.properties")); //$NON-NLS-1$
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)c:/metamatrix/=
dqp/dqp.properties;version=3D1")); //$NON-NLS-1$
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)c:/metamatrix/=
dqp/dqp.properties;version=3D1;txnAutoWrap=3DON;partialResultsMode=3DYES"))=
; //$NON-NLS-1$
=
// Abosolute path (Unix or windows)
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT@/metamatrix/dqp/=
dqp.properties"));
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT@/metamatrix/dqp/=
dqp.properties;version=3D1"));
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT@/metamatrix/dqp/=
dqp.properties;version=3D1;txnAutoWrap=3DON;partialResultsMode=3DYES"));
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT@/metamatrix/dqp/=
dqp.properties")); //$NON-NLS-1$
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT@/metamatrix/dqp/=
dqp.properties;version=3D1")); //$NON-NLS-1$
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT@/metamatrix/dqp/=
dqp.properties;version=3D1;txnAutoWrap=3DON;partialResultsMode=3DYES")); //=
$NON-NLS-1$
=
// relative path
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)../../metamatr=
ix/dqp/dqp.properties"));
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)../../metamatr=
ix/dqp/dqp.properties;version=3D1"));
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)../../metamatr=
ix/dqp/dqp.properties;version=3D1;txnAutoWrap=3DON;partialResultsMode=3DYES=
"));
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)../../metamatr=
ix/dqp/dqp.properties")); //$NON-NLS-1$
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)../../metamatr=
ix/dqp/dqp.properties;version=3D1")); //$NON-NLS-1$
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)../../metamatr=
ix/dqp/dqp.properties;version=3D1;txnAutoWrap=3DON;partialResultsMode=3DYES=
")); //$NON-NLS-1$
=
// File URL should be supported (not sure)
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)file:///c:/met=
amatrix/dqp/dqp.properties"));
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)testdata/dqp/d=
qp.properties;partialResultsMode=3Dtrue"));
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)file:///c:/met=
amatrix/dqp/dqp.properties")); //$NON-NLS-1$
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)testdata/dqp/d=
qp.properties;partialResultsMode=3Dtrue")); //$NON-NLS-1$
=
// ClassPath based URL
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)classpath:/dqp=
.properties;partialResultsMode=3Dtrue"));
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT(a)classpath:/dqp=
.properties;partialResultsMode=3Dtrue")); //$NON-NLS-1$
=
// These are specific to the MMDriver and should not be suported
- assertFalse(driver.acceptsURL("jdbc:metamatrix:BQT(a)mm://host:700=
1;version=3D1"));
- assertFalse(driver.acceptsURL("jdbc:metamatrix:BQT(a)mms://host:70=
01;version=3D1"));
+ assertFalse(driver.acceptsURL("jdbc:metamatrix:BQT(a)mm://host:700=
1;version=3D1")); //$NON-NLS-1$
+ assertFalse(driver.acceptsURL("jdbc:metamatrix:BQT(a)mms://host:70=
01;version=3D1")); //$NON-NLS-1$
//assertFalse(driver.acceptsURL("jdbc:metamatrix:BQT(a)http://host=
:7001;version=3D1"));
=
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT"));
- assertFalse(driver.acceptsURL("jdbc:metamatrix:BQT!/path/foo.prope=
rties"));
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT;"));
- assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT;version=3D1;logF=
ile=3Dfoo.txt"));
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT")); //$NON-NLS-1$
+ assertFalse(driver.acceptsURL("jdbc:metamatrix:BQT!/path/foo.prope=
rties")); //$NON-NLS-1$
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT;")); //$NON-NLS-=
1$
+ assertTrue(driver.acceptsURL("jdbc:metamatrix:BQT;version=3D1;logF=
ile=3Dfoo.txt")); //$NON-NLS-1$
}
=
public void testParseURL() throws SQLException{
Properties p =3D new Properties();
- driver.parseURL("jdbc:metamatrix:BQT(a)c:\\metamatrix\\dqp\\dqp.pr=
operties", p);
- assertTrue(p.getProperty(BaseDataSource.VDB_NAME).equals("BQT"));
- assertTrue(p.get(EmbeddedDataSource.DQP_BOOTSTRAP_FILE).toString()=
.equals("mmfile:/c:/metamatrix/dqp/dqp.properties"));
+ driver.parseURL("jdbc:metamatrix:BQT(a)c:\\metamatrix\\dqp\\dqp.pr=
operties", p); //$NON-NLS-1$
+ assertTrue(p.getProperty(BaseDataSource.VDB_NAME).equals("BQT")); =
//$NON-NLS-1$
+ assertTrue(p.get(EmbeddedDataSource.DQP_BOOTSTRAP_FILE).toString()=
.equals("mmfile:/c:/metamatrix/dqp/dqp.properties")); //$NON-NLS-1$
assertEquals(2, p.size()); =
}
=
public void testParseURL2() throws SQLException {
Properties p =3D new Properties(); =
- driver.parseURL("jdbc:metamatrix:BQT@\\metamatrix\\dqp\\dqp.proper=
ties;version=3D3", p);
- assertTrue(p.getProperty(BaseDataSource.VDB_NAME).equals("BQT"));
- assertTrue(p.get(EmbeddedDataSource.DQP_BOOTSTRAP_FILE).toString()=
.equals("mmfile:/metamatrix/dqp/dqp.properties"));
- assertTrue(p.getProperty(BaseDataSource.VDB_VERSION).equals("3"));
- assertTrue(p.getProperty(BaseDataSource.VERSION).equals("3"));
+ driver.parseURL("jdbc:metamatrix:BQT@\\metamatrix\\dqp\\dqp.proper=
ties;version=3D3", p); //$NON-NLS-1$
+ assertTrue(p.getProperty(BaseDataSource.VDB_NAME).equals("BQT")); =
//$NON-NLS-1$
+ assertTrue(p.get(EmbeddedDataSource.DQP_BOOTSTRAP_FILE).toString()=
.equals("mmfile:/metamatrix/dqp/dqp.properties")); //$NON-NLS-1$
+ assertTrue(p.getProperty(BaseDataSource.VDB_VERSION).equals("3"));=
//$NON-NLS-1$
+ assertTrue(p.getProperty(BaseDataSource.VERSION).equals("3")); //$=
NON-NLS-1$
assertEquals(4, p.size());
}
=
public void testParseURL3() throws SQLException{
Properties p =3D new Properties();
- driver.parseURL("jdbc:metamatrix:BQT@/metamatrix/dqp/dqp.propertie=
s;version=3D4;txnAutoWrap=3DON;partialResultsMode=3DYES;logFile=3DD:\\metam=
atrix\\work\\DQP\\log\\jdbcLogFile.log", p);
- assertTrue(p.getProperty(BaseDataSource.VDB_NAME).equals("BQT"));
- assertTrue(p.get(EmbeddedDataSource.DQP_BOOTSTRAP_FILE).toString()=
.equals("mmfile:/metamatrix/dqp/dqp.properties"));
- assertTrue(p.getProperty(BaseDataSource.VDB_VERSION).equals("4"));
- assertTrue(p.getProperty(BaseDataSource.VERSION).equals("4"));
- assertTrue(p.getProperty(ExecutionProperties.PROP_TXN_AUTO_WRAP).e=
quals("ON"));
- assertTrue(p.getProperty(ExecutionProperties.PROP_PARTIAL_RESULTS_=
MODE).equals("YES"));
- assertTrue(p.getProperty(BaseDataSource.LOG_FILE).equals("D:\\meta=
matrix\\work\\DQP\\log\\jdbcLogFile.log"));
+ driver.parseURL("jdbc:metamatrix:BQT@/metamatrix/dqp/dqp.propertie=
s;version=3D4;txnAutoWrap=3DON;partialResultsMode=3DYES;logFile=3DD:\\metam=
atrix\\work\\DQP\\log\\jdbcLogFile.log", p); //$NON-NLS-1$
+ assertTrue(p.getProperty(BaseDataSource.VDB_NAME).equals("BQT")); =
//$NON-NLS-1$
+ assertTrue(p.get(EmbeddedDataSource.DQP_BOOTSTRAP_FILE).toString()=
.equals("mmfile:/metamatrix/dqp/dqp.properties")); //$NON-NLS-1$
+ assertTrue(p.getProperty(BaseDataSource.VDB_VERSION).equals("4"));=
//$NON-NLS-1$
+ assertTrue(p.getProperty(BaseDataSource.VERSION).equals("4")); //$=
NON-NLS-1$
+ assertTrue(p.getProperty(ExecutionProperties.PROP_TXN_AUTO_WRAP).e=
quals("ON")); //$NON-NLS-1$
+ assertTrue(p.getProperty(ExecutionProperties.PROP_PARTIAL_RESULTS_=
MODE).equals("YES")); //$NON-NLS-1$
+ assertTrue(p.getProperty(BaseDataSource.LOG_FILE).equals("D:\\meta=
matrix\\work\\DQP\\log\\jdbcLogFile.log")); //$NON-NLS-1$
assertEquals(7, p.size()); =
}
=
public void testParseURL4() throws SQLException{
Properties p =3D new Properties();
- driver.parseURL("jdbc:metamatrix:BQT(a)testdata/dqp/dqp.properties=
;partialResultsMode=3Dtrue", p);
- assertTrue(p.getProperty(BaseDataSource.VDB_NAME).equals("BQT"));
- assertTrue(p.get(EmbeddedDataSource.DQP_BOOTSTRAP_FILE).toString()=
.equals("mmfile:testdata/dqp/dqp.properties"));
- assertTrue(p.getProperty(ExecutionProperties.PROP_PARTIAL_RESULTS_=
MODE).equals("true"));
+ driver.parseURL("jdbc:metamatrix:BQT(a)testdata/dqp/dqp.properties=
;partialResultsMode=3Dtrue", p); //$NON-NLS-1$
+ assertTrue(p.getProperty(BaseDataSource.VDB_NAME).equals("BQT")); =
//$NON-NLS-1$
+ assertTrue(p.get(EmbeddedDataSource.DQP_BOOTSTRAP_FILE).toString()=
.equals("mmfile:testdata/dqp/dqp.properties")); //$NON-NLS-1$
+ assertTrue(p.getProperty(ExecutionProperties.PROP_PARTIAL_RESULTS_=
MODE).equals("true")); //$NON-NLS-1$
assertEquals(3, p.size()); =
}
=
public void testParseURL5() throws SQLException{
Properties p =3D new Properties();
- driver.parseURL("jdbc:metamatrix:BQT", p);
- assertTrue(p.getProperty(BaseDataSource.VDB_NAME).equals("BQT"));
- assertTrue(p.get(EmbeddedDataSource.DQP_BOOTSTRAP_FILE).toString()=
.equals("classpath:/mm.properties")); =
+ driver.parseURL("jdbc:metamatrix:BQT", p); //$NON-NLS-1$
+ assertTrue(p.getProperty(BaseDataSource.VDB_NAME).equals("BQT")); =
//$NON-NLS-1$
+ assertTrue(p.get(EmbeddedDataSource.DQP_BOOTSTRAP_FILE).toString()=
.equals("classpath:/deploy.properties")); //$NON-NLS-1$
}
=
public void testParseURL55() throws SQLException{
Properties p =3D new Properties();
- driver.parseURL("jdbc:metamatrix:BQT;", p);
- assertTrue(p.getProperty(BaseDataSource.VDB_NAME).equals("BQT"));
- assertTrue(p.get(EmbeddedDataSource.DQP_BOOTSTRAP_FILE).toString()=
.equals("classpath:/mm.properties")); =
+ driver.parseURL("jdbc:metamatrix:BQT;", p); //$NON-NLS-1$
+ assertTrue(p.getProperty(BaseDataSource.VDB_NAME).equals("BQT")); =
//$NON-NLS-1$
+ assertTrue(p.get(EmbeddedDataSource.DQP_BOOTSTRAP_FILE).toString()=
.equals("classpath:/deploy.properties")); //$NON-NLS-1$
} =
=
public void testParseURL6() throws SQLException{
Properties p =3D new Properties();
- driver.parseURL("jdbc:metamatrix:BQT;partialResultsMode=3Dtrue;ver=
sion=3D1", p);
- assertTrue(p.getProperty(BaseDataSource.VDB_NAME).equals("BQT"));
- assertTrue(p.get(EmbeddedDataSource.DQP_BOOTSTRAP_FILE).toString()=
.equals("classpath:/mm.properties"));
- assertTrue(p.getProperty(ExecutionProperties.PROP_PARTIAL_RESULTS_=
MODE).equals("true"));
- assertTrue(p.getProperty(BaseDataSource.VDB_VERSION).equals("1"));
- assertTrue(p.getProperty("vdb.definition").equals("BQT.vdb"));
+ driver.parseURL("jdbc:metamatrix:BQT;partialResultsMode=3Dtrue;ver=
sion=3D1", p); //$NON-NLS-1$
+ assertTrue(p.getProperty(BaseDataSource.VDB_NAME).equals("BQT")); =
//$NON-NLS-1$
+ assertTrue(p.get(EmbeddedDataSource.DQP_BOOTSTRAP_FILE).toString()=
.equals("classpath:/deploy.properties")); //$NON-NLS-1$
+ assertTrue(p.getProperty(ExecutionProperties.PROP_PARTIAL_RESULTS_=
MODE).equals("true")); //$NON-NLS-1$
+ assertTrue(p.getProperty(BaseDataSource.VDB_VERSION).equals("1"));=
//$NON-NLS-1$
+ assertTrue(p.getProperty("vdb.definition").equals("BQT.vdb")); //$=
NON-NLS-1$ //$NON-NLS-2$
assertEquals(6, p.size()); =
=
}
Added: trunk/embedded/src/test/resources/jboss-cache-configuration.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/test/resources/jboss-cache-configuration.xml =
(rev 0)
+++ trunk/embedded/src/test/resources/jboss-cache-configuration.xml 2009-02=
-21 00:28:43 UTC (rev 479)
@@ -0,0 +1,72 @@
+
+
+
+ org.jboss.cache.tr=
ansaction.GenericTransactionManagerLookup
+ READ_COMMITTED
+ true
+ =
+ LOCAL
+ true
+
+
+ 20000
+ =
+
+ 20000
+ =
+
+ 15000
+ =
+
+ DEFAULT
+
+ true
+
+
+
+
+
+ false
+
+ true
+
+
+ org.jboss.cache.loader.FileCacheLoader
+ location=3D./target/scratch/federate =
+
+
+ true
+ =
+
+ true
+
+
+ false
+
+
+
+
+
+
+ 3
+
+ 100000
+
+ org.jboss.cache.eviction.LRUPoli=
cy
+
+
+ 10000
+ 0
+
+
+
+ =
+
+ =
\ No newline at end of file
Property changes on: trunk/embedded/src/test/resources/jboss-cache-configur=
ation.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/service/Configurati=
onService.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/service/ConfigurationServ=
ice.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/service/ConfigurationServ=
ice.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -31,13 +31,13 @@
import com.metamatrix.api.exception.MetaMatrixComponentException;
import com.metamatrix.common.application.ApplicationService;
import com.metamatrix.common.comm.api.ServerConnection;
+import com.metamatrix.common.comm.api.ServerConnectionListener;
import com.metamatrix.common.config.api.ComponentType;
import com.metamatrix.common.config.api.ConfigurationModelContainer;
import com.metamatrix.common.config.api.ConnectorBinding;
import com.metamatrix.common.config.api.ConnectorBindingType;
import com.metamatrix.common.config.api.ExtensionModule;
import com.metamatrix.common.vdb.api.VDBArchive;
-import com.metamatrix.dqp.application.ClientConnectionListener;
=
=
=
@@ -117,14 +117,6 @@
public String getLogLevel();
=
/**
- * Capture the System.out and System.err streams and direct them to the
- * log file. =
- * @return true if yes; false otherwise
- * @throws MetaMatrixComponentException
- */
- public String captureSystemStreams() throws MetaMatrixComponentExcepti=
on;
-
- /**
* Save the given vdb file into underlying persistent mechanism used by
* this configuration service =
* @param vdb - VDB to be saved
@@ -312,8 +304,7 @@
* @throws MetaMatrixComponentException
* @since 4.3.2
*/
- public ClientConnectionListener getConnectionListener() =
- throws MetaMatrixComponentException;
+ public ServerConnectionListener getConnectionListener(); =
=
=
/**
@@ -393,13 +384,8 @@
*/
public String getInstanceIdenifier(); =
=
+
/**
- * Should DQP use the unified class loader? =
- * @return true if yes; false otherwise
- */
- public boolean useUnifiedClassLoader();
- =
- /**
* This returns the active client connections that have been made to t=
he DQP =
* @return list of connections which are currently available;never null
*/
Modified: trunk/engine/src/test/java/com/metamatrix/dqp/config/TestDQPLaunc=
her.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/test/java/com/metamatrix/dqp/config/TestDQPLauncher.ja=
va 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/config/TestDQPLauncher.ja=
va 2009-02-21 00:28:43 UTC (rev 479)
@@ -66,7 +66,7 @@
DQPCore dqpCore =3D new DQPCore();
dqpCore.start(configSource);
=
- PlatformLog log =3D PlatformLog.getInstance();
+ PlatformLog log =3D new PlatformLog();
List list =3D log.getLogListeners();
for(LogListener l: list) {
log.removeListener(l);
Modified: trunk/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/pom.xml 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/pom.xml 2009-02-21 00:28:43 UTC (rev 479)
@@ -127,9 +127,10 @@
build/assembly/src.xmlbuild/assembly/bin.xml
- build/assembly/embedded/embedded-jar.xml
+ build/assembly/embedded/embedded-clien=
t-jar.xml =
build/assembly/embedded/embedded-dependencies.xml
build/assembly/embedded/embedded-connector-dependencies.=
xml
+ build/assembly/embedded/embedded-jar.x=
mlbuild/assembly/embedded/embedded-dist.xmlbuild/assembly/cdk/cdk-dependencies.xmlbuild/assembly/cdk/cdk-dist.xml
Modified: trunk/server/src/main/java/com/metamatrix/common/log/DbLogListene=
r.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/common/log/DbLogListener.java=
2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/server/src/main/java/com/metamatrix/common/log/DbLogListener.java=
2009-02-21 00:28:43 UTC (rev 479)
@@ -42,7 +42,7 @@
/**
* Listen for log messages and write them to a database.
*/
- public DbLogListener(Properties prop) throws DbWriterException {
+ public DbLogListener(Properties prop){
if (prop =3D=3D null) {
final String msg =3D CommonPlugin.Util.getString("DbLogListener.The_Pro=
perties_reference_may_not_be_null"); //$NON-NLS-1$
throw new IllegalArgumentException(msg);
@@ -50,13 +50,9 @@
writer =3D new DbLogWriter(prop);
writer.initialize();
enabled =3D PropertiesUtils.getBooleanProperty(prop, LOG_DB_ENABLE=
D, true);
-
}
=
- protected void init(Properties props) throws DbWriterException {
=
- }
-
public void logMessage(LogMessage msg) {
=
if (enabled) {
@@ -64,9 +60,6 @@
}
}
=
- /* (non-Javadoc)
- * @see com.metamatrix.core.log.LogListener#shutdown()
- */
public void shutdown() {
writer.shutdown();
}
@@ -77,7 +70,7 @@
=
}
=
- public void enableDBLogging(boolean enable) {
+ void enableDBLogging(boolean enable) {
enabled =3D enable;
}
=
Modified: trunk/server/src/main/java/com/metamatrix/common/log/DbLogWriter.=
java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/common/log/DbLogWriter.java 2=
009-02-20 21:08:28 UTC (rev 478)
+++ trunk/server/src/main/java/com/metamatrix/common/log/DbLogWriter.java 2=
009-02-21 00:28:43 UTC (rev 479)
@@ -32,6 +32,7 @@
import com.metamatrix.common.CommonPlugin;
import com.metamatrix.common.config.JDBCConnectionPoolHelper;
import com.metamatrix.common.util.ErrorMessageKeys;
+import com.metamatrix.common.util.VMNaming;
import com.metamatrix.core.log.LogMessage;
import com.metamatrix.core.util.DateUtil;
import com.metamatrix.core.util.StringUtil;
@@ -46,7 +47,7 @@
*/
public class DbLogWriter {
=
- /**
+ /**
* Static String to use as the user name when checking out connections=
from the pool
*/
static final String LOGGING =3D "LOGGING";//$NON-NLS-1$
@@ -55,8 +56,7 @@
* The name of the System property that contains the name of the LogMessa=
geFormat
* class that is used to format messages sent to the file destination.
* This is an optional property; if not specified and the file destination
- * is used, then the {@link com.metamatrix.common.logging.format.Delimite=
dLogMessageFormat DelimitedLogMessageFormat}
- * is used.
+ * is used
*/
static final String PROPERTY_PREFIX =3D "metamatrix.log."; //$NON-NLS-=
1$ =
=
@@ -193,7 +193,7 @@
* itself.
* @throws LogDestinationInitFailedException if there was an error during=
initialization.
*/
- public void initialize() throws DbWriterException {
+ public void initialize() {
sequenceNumber =3D 0;
lastSequenceStart =3D 0;
=
@@ -309,10 +309,10 @@
stmt.setString(5, StringUtil.truncString(message.getText(), maxMsgLengt=
h));
=
// Message hostname column
- stmt.setString(6, StringUtil.truncString(message.getHostName(), maxGene=
ralLength));
+ stmt.setString(6, StringUtil.truncString(VMNaming.getConfigName(), maxG=
eneralLength)); =
=
// Message VM ID column
- stmt.setString(7, StringUtil.truncString(message.getVMName(), maxGenera=
lLength));
+ stmt.setString(7, StringUtil.truncString(VMNaming.getVMName(), maxGener=
alLength));
=
// Message thread name column
stmt.setString(8, StringUtil.truncString(message.getThreadName(), maxGe=
neralLength));
Modified: trunk/server/src/main/java/com/metamatrix/common/log/I18nLogManag=
er.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/common/log/I18nLogManager.jav=
a 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/server/src/main/java/com/metamatrix/common/log/I18nLogManager.jav=
a 2009-02-21 00:28:43 UTC (rev 479)
@@ -22,7 +22,7 @@
=
package com.metamatrix.common.log;
=
-import com.metamatrix.core.log.LogMessage;
+import com.metamatrix.core.CorePlugin;
import com.metamatrix.core.log.MessageLevel;
=
/**
@@ -31,7 +31,8 @@
*/
public final class I18nLogManager {
private static I18nLogManager INSTANCE =3D new I18nLogManager();
-
+ private static final String NULL_MSG_TEXT =3D "Null"; //$NON-NLS-1$
+ =
private I18nLogManager() {
}
=
@@ -114,46 +115,56 @@
}
=
private void logMessage(int level, String msgID, String context, Objec=
t[] msgParts) {
- // Check quickly the level of the message:
- // If the messsage's level is greater than the logging level,
- // then the message should NOT be recorded ...
if (!LogManager.isMessageToBeRecorded(context, level)) {
return;
}
=
-
- LogMessage msg =3D new LogMessage(msgID, context, level, msgParts);
- LogManager.getInstance().forwardMessage(msg);
-// System.out.println("Enqueuing message: " + msg.getText() );
+ LogManager.log(level, context, geti18nMsg(msgID, msgParts));
}
=
+ private String geti18nMsg(String msgID, Object[] msgParts) {
+ if (msgID !=3D null) {
+ if (msgParts =3D=3D null) {
+ return CorePlugin.Util.getString(msgID);
+ } else {
+
+ return CorePlugin.Util.getString(msgID, msgParts);
+
+ }
+ }
+ else {
+ StringBuffer text =3D null;
+ if(msgParts !=3D null) {
+ text =3D new StringBuffer();
+ for(int i=3D0; i0) text.append(" "); //$NON-NLS-1$
+ Object omsg =3D msgParts[i];
+ if ( omsg !=3D null ) {
+ text.append(omsg.toString());
+ }
+ }
+ }
+
+ if (text =3D=3D null) {
+ return NULL_MSG_TEXT;
+ } else {
+ return text.toString();
+ } =
+ }
+ }
+
private void logMessage(int level, String msgID, String context, Throw=
able e) {
- // Check quickly the level of the message:
- // If the messsage's level is greater than the logging level,
- // then the message should NOT be recorded ...
if (!LogManager.isMessageToBeRecorded(context, level)) {
return;
}
-
-
- LogMessage msg =3D new LogMessage(msgID, context, level, e);
-// System.out.println("Enqueuing message: " + msg.getText() );
- LogManager.getInstance().forwardMessage(msg);
+ LogManager.log(level, context, e, geti18nMsg(msgID, null));
}
=
private void logMessage(int level, String msgID, String context, Throw=
able e, Object[] msgParts) {
- // Check quickly the level of the message:
- // If the messsage's level is greater than the logging level,
- // then the message should NOT be recorded ...
if (!LogManager.isMessageToBeRecorded(context, level)) {
return;
}
-
-
- LogMessage msg =3D new LogMessage(msgID, context, level, e, msgPar=
ts);
-// System.out.println("Enqueuing message: " + msg.getText() );
- LogManager.getInstance().forwardMessage(msg);
+ LogManager.log(level, context, e, geti18nMsg(msgID, msgParts));
}
-
}
=
Modified: trunk/server/src/main/java/com/metamatrix/common/log/reader/DBLog=
Reader.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/common/log/reader/DBLogReader=
.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/server/src/main/java/com/metamatrix/common/log/reader/DBLogReader=
.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -38,15 +38,9 @@
import com.metamatrix.common.CommonPlugin;
import com.metamatrix.common.config.CurrentConfiguration;
import com.metamatrix.common.config.JDBCConnectionPoolHelper;
-import com.metamatrix.common.config.ResourceNames;
-import com.metamatrix.common.config.api.ResourceDescriptor;
import com.metamatrix.common.connection.ManagedConnectionException;
-import com.metamatrix.common.jdbc.JDBCUtil;
-import com.metamatrix.common.properties.UnmodifiableProperties;
import com.metamatrix.common.util.ErrorMessageKeys;
import com.metamatrix.common.util.PropertiesUtils;
-import com.metamatrix.common.util.crypto.CryptoException;
-import com.metamatrix.common.util.crypto.CryptoUtil;
import com.metamatrix.core.util.DateUtil;
=
=
@@ -58,7 +52,7 @@
* The name of the System property that contains the name of the LogMe=
ssageFormat
* class that is used to format messages sent to the file destination.
* This is an optional property; if not specified and the file destina=
tion
- * is used, then the {@link com.metamatrix.common.logging.format.Delim=
itedLogMessageFormat DelimitedLogMessageFormat}
+ * is used
* is used.
*/
static final String PROPERTY_PREFIX =3D "metamatrix.log."; //$NON-N=
LS-1$
Deleted: trunk/server/src/main/java/com/metamatrix/platform/config/Configur=
ationChangeListener.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/platform/config/Configuration=
ChangeListener.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/Configuration=
ChangeListener.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -1,88 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.platform.config;
-
-import java.util.EventObject;
-
-import com.metamatrix.common.config.CurrentConfiguration;
-import com.metamatrix.common.config.api.Configuration;
-import com.metamatrix.common.config.api.exceptions.ConfigurationException;
-import com.metamatrix.common.log.DbLogListener;
-import com.metamatrix.core.event.EventObjectListener;
-import com.metamatrix.platform.config.event.ConfigurationChangeEvent;
-
-/**
- * This class will listen for Changes to Configuration and =
- */
-public class ConfigurationChangeListener implements EventObjectListener {
- =
- /**
- * The name of the System property that contains the set of comma-separat=
ed
- * context names for messages not to be recorded. A message conte=
xt is simply
- * some string that identifies something about the component that generat=
es
- * the message. The value for the contexts is application specific.
- *
- * This is an optional property that defaults to no contexts (i.e., messa=
ges
- * with any context are recorded).
- */
- public static final String LOG_CONTEXT_PROPERTY_NAME =3D "metamatrix.log.=
contexts"; //$NON-NLS-1$
- =
- public static final String LOG_LEVEL_PROPERTY_NAME =3D "metamatrix.log"; =
//$NON-NLS-1$
- =
- public static final String LOG_DB_ENABLED =3D "metamatrix.log.jdbcData=
base.enabled"; //$NON-NLS-1$
- =
- Configuration currentConfig =3D null;
- =
- private DbLogListener logger =3D null;
- =
- public ConfigurationChangeListener() {
-
- } =
- =
- public ConfigurationChangeListener(DbLogListener dblogger) {
- logger =3D dblogger;
- }
-
- /* (non-Javadoc)
- * @see com.metamatrix.core.event.EventObjectListener#processEvent(java.u=
til.EventObject)
- */
- public void processEvent(EventObject obj) {
- if(obj instanceof ConfigurationChangeEvent){
- try {
- currentConfig =3D CurrentConfiguration.getInstance().getConfiguration(=
);
- =
- if (logger !=3D null) {
- logger.determineIfEnabled(currentConfig.getProperties(=
));
- } =
- =
- } catch( ConfigurationException ce ) {
- ce.printStackTrace();
- System.out.println(ce);
- }
- }
- }
-
- public void shutdown() {
- }
- =
-}
Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit=
/destination/ConsoleAuditDestination.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/desti=
nation/ConsoleAuditDestination.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/desti=
nation/ConsoleAuditDestination.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -39,9 +39,6 @@
/**
* The name of the property that contains the name of the LogMessageFo=
rmat
* class that is used to format messages sent to the console.
- * This is an optional property; if not specified then the
- * {@link com.metamatrix.common.logging.format.DelimitedLogMessageForm=
at DelimitedLogMessageFormat}
- * is used.
*/
public static final String MESSAGE_FORMAT_PROPERTY_NAME =3D AuditDesti=
nation.PROPERTY_PREFIX + "consoleFormat"; //$NON-NLS-1$
=
Modified: trunk/server/src/main/java/com/metamatrix/platform/vm/controller/=
VMController.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/platform/vm/controller/VMCont=
roller.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/server/src/main/java/com/metamatrix/platform/vm/controller/VMCont=
roller.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -517,24 +517,18 @@
return;
}
=
- // Create a thread that will actually kill the vm so that this met=
hod can (the stub anyway) return.
- Thread stopper =3D new Thread() {
-
+ this.startServicePool.execute(new Runnable() {
public void run() {
// Wait before killing the VM.
try {
- sleep(force_shutdown_time * 1000);
+ Thread.sleep(force_shutdown_time * 1000);
} catch (Exception e) {}
-
// And exit.
System.exit(1);
}
- };
-
- stopper.start();
+ });
}
=
-
private synchronized void stop(boolean now, boolean shutdown) {
try {
stopServices(now, shutdown);
@@ -616,9 +610,11 @@
* Shut down all services without waiting for work to complete.
* Essential services will also be shutdown.
*/
- public void shutdownNow() {
+ public synchronized void shutdownNow() {
logMessage(PlatformPlugin.Util.getString(LogMessageKeys.VM_0041));
doStopVM(true, true);
+ this.shuttingDown =3D true;
+ notifyAll();
}
=
public void shutdownService(ServiceID serviceID) {
@@ -687,7 +683,7 @@
public void ping() {
}
=
- public boolean isShuttingDown() {
+ public synchronized boolean isShuttingDown() {
return shuttingDown;
}
=
Deleted: trunk/server/src/main/java/com/metamatrix/platform/vm/util/VMUtils=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/platform/vm/util/VMUtils.java=
2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/server/src/main/java/com/metamatrix/platform/vm/util/VMUtils.java=
2009-02-21 00:28:43 UTC (rev 479)
@@ -1,77 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.platform.vm.util;
-
-import java.io.File;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.PrintStream;
-import java.util.Properties;
-
-import com.metamatrix.common.config.CurrentConfiguration;
-import com.metamatrix.common.config.api.exceptions.ConfigurationException;
-import com.metamatrix.core.log.FileLimitSizeLogWriter;
-import com.metamatrix.internal.core.log.PlatformLog;
-
-public class VMUtils {
-
- /**
- * initializeVMLogFile is called by the different controllers (i.e., =
SocketVMController, HostController, etc)
- * to setup the log file using the LimitSize log file writer.
- * @param fileName
- * @throws Exception
- * @since 4.2
- */
- public static void startLogFile(String path, String logFile) throws Con=
figurationException, IOException{
- File tmpFile =3D new File(path, logFile);
- tmpFile.getParentFile().mkdirs();
- =
- // if log file exists then create a archive
- if (tmpFile.exists()) {
- int index =3D logFile.lastIndexOf("."); //$NON-NLS-1$
- String archiveName =3D FileLimitSizeLogWriter.buildArchiveFileN=
ame(logFile.substring(0, index), logFile.substring(index));
- tmpFile.renameTo(new File(path, archiveName));
- }
- =
- FileOutputStream fos =3D new FileOutputStream(tmpFile);
- PrintStream ps =3D new PrintStream(fos);
-
- System.setOut(ps);
- System.setErr(ps);
-
- Properties logProps =3D new Properties();
- Properties configProps =3D CurrentConfiguration.getInstance().getPr=
operties();
- if (configProps.containsKey(FileLimitSizeLogWriter.FILE_SIZE_LIMIT)=
) {
- logProps.setProperty(FileLimitSizeLogWriter.FILE_SIZE_LIMIT,con=
figProps.getProperty(FileLimitSizeLogWriter.FILE_SIZE_LIMIT));
- }
- if (configProps.containsKey(FileLimitSizeLogWriter.FILE_SIZE_MONITO=
R_TIME)) {
- logProps.setProperty(FileLimitSizeLogWriter.FILE_SIZE_MONITOR_T=
IME,configProps.getProperty(FileLimitSizeLogWriter.FILE_SIZE_MONITOR_TIME));
- }
-
- FileLimitSizeLogWriter flw =3D new FileLimitSizeLogWriter(tmpFile, =
logProps, false);
-
- PlatformLog.getInstance().addListener(flw);
-
- }
- =
-}
Modified: trunk/server/src/main/java/com/metamatrix/server/HostController.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/server/HostController.java 20=
09-02-20 21:08:28 UTC (rev 478)
+++ trunk/server/src/main/java/com/metamatrix/server/HostController.java 20=
09-02-21 00:28:43 UTC (rev 479)
@@ -49,9 +49,7 @@
import com.metamatrix.common.messaging.MessageBus;
import com.metamatrix.common.util.LogCommonConstants;
import com.metamatrix.common.util.VMNaming;
-import com.metamatrix.core.MetaMatrixRuntimeException;
import com.metamatrix.core.util.FileUtils;
-import com.metamatrix.core.util.StringUtil;
import com.metamatrix.dqp.ResourceFinder;
import com.metamatrix.platform.PlatformPlugin;
import com.metamatrix.platform.registry.ClusteredRegistryState;
@@ -60,7 +58,6 @@
import com.metamatrix.platform.registry.VMRegistryBinding;
import com.metamatrix.platform.util.ErrorMessageKeys;
import com.metamatrix.platform.util.LogMessageKeys;
-import com.metamatrix.platform.vm.util.VMUtils;
=
@Singleton
public class HostController implements HostManagement {
@@ -95,7 +92,7 @@
// normal startup.
StartupStateController.performSystemInitialization(true);
=
- startLogging();
+ createTempDirectories();
=
Runtime.getRuntime().addShutdownHook(new ShutdownThread()); =
=
@@ -149,13 +146,7 @@
return null;
}
=
- private void startLogging() throws ConfigurationException, IOException=
{
- =
- // setup the log file
- String hostFileName =3D StringUtil.replaceAll(host.getFullName(), =
".", "_"); //$NON-NLS-1$ //$NON-NLS-2$
- =
- VMUtils.startLogFile(host.getLogDirectory(), hostFileName + "_hc.l=
og"); //$NON-NLS-1$
- =
+ private void createTempDirectories() throws ConfigurationException, IO=
Exception {
// If the java-i-tmp directory doesn't exist, it needs to be creat=
ed
// because extension jars class loading will fail because
// java internals can' write to a non-existent directory.
Modified: trunk/server/src/main/java/com/metamatrix/server/HostControllerGu=
iceModule.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/server/HostControllerGuiceMod=
ule.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/server/src/main/java/com/metamatrix/server/HostControllerGuiceMod=
ule.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -33,8 +33,12 @@
import com.metamatrix.common.config.CurrentConfiguration;
import com.metamatrix.common.config.api.Host;
import com.metamatrix.common.config.api.exceptions.ConfigurationException;
+import com.metamatrix.common.log.LogConfiguration;
+import com.metamatrix.common.log.LogManager;
import com.metamatrix.common.messaging.MessageBus;
import com.metamatrix.common.messaging.VMMessageBus;
+import com.metamatrix.core.log.LogListener;
+import com.metamatrix.core.util.StringUtil;
import com.metamatrix.platform.registry.ClusteredRegistryState;
import com.metamatrix.platform.registry.HostMonitor;
=
@@ -70,6 +74,14 @@
bind(ClusteredRegistryState.class).in(Scopes.SINGLETON);
bind(MessageBus.class).to(VMMessageBus.class).in(Scopes.SINGLETON); // V=
M Message bus is in common-internal
bind(HostMonitor.class).in(Scopes.SINGLETON);
+ =
+ bind(LogConfiguration.class).toProvider(LogConfigurationProvider.class).=
in(Scopes.SINGLETON); =
+ =
+ String logFileName =3D StringUtil.replaceAll(host.getFullName(), "=
.", "_")+"_hc.log"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
+ bind(LogListener.class).toProvider(new ServerLogListernerProvider(host.g=
etLogDirectory(), logFileName, false)).in(Scopes.SINGLETON); =
+
+ // this needs to be removed.
+ binder().requestStaticInjection(LogManager.class); =
}
=
}
Added: trunk/server/src/main/java/com/metamatrix/server/LogConfigurationPro=
vider.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/server/LogConfigurationProvid=
er.java (rev 0)
+++ trunk/server/src/main/java/com/metamatrix/server/LogConfigurationProvid=
er.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -0,0 +1,116 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+package com.metamatrix.server;
+
+import java.util.Arrays;
+import java.util.Collection;
+import java.util.EventObject;
+import java.util.HashSet;
+import java.util.Set;
+
+import com.google.inject.Inject;
+import com.google.inject.Provider;
+import com.google.inject.Singleton;
+import com.metamatrix.common.config.CurrentConfiguration;
+import com.metamatrix.common.config.api.Configuration;
+import com.metamatrix.common.config.api.exceptions.ConfigurationException;
+import com.metamatrix.common.log.LogConfiguration;
+import com.metamatrix.common.log.LogManager;
+import com.metamatrix.common.log.config.BasicLogConfiguration;
+import com.metamatrix.common.log.config.LogConfigurationException;
+import com.metamatrix.common.messaging.MessageBus;
+import com.metamatrix.common.messaging.MessagingException;
+import com.metamatrix.common.util.LogContextsUtil;
+import com.metamatrix.core.MetaMatrixRuntimeException;
+import com.metamatrix.core.event.EventObjectListener;
+import com.metamatrix.core.util.StringUtil;
+import com.metamatrix.platform.config.event.ConfigurationChangeEvent;
+
+(a)Singleton
+class LogConfigurationProvider implements Provider {
+
+ private static final String LOG_CONTEXT_PROPERTY_NAME =3D "metamatrix.log=
.contexts"; //$NON-NLS-1$ =
+ private static final String LOG_LEVEL_PROPERTY_NAME =3D "metamatrix.log";=
//$NON-NLS-1$
+ =
+ @Inject
+ MessageBus messsgeBus;
+
+ =
+ @Override
+ public LogConfiguration get() {
+ =
+ try {
+ final LogConfiguration orig =3D (LogConfiguration)CurrentConfi=
guration.getInstance().getConfiguration().getLogConfiguration().clone();
+ =
+ try {
+ this.messsgeBus.addListener(ConfigurationChangeEvent.class, new EventO=
bjectListener() {
+ public void processEvent(EventObject obj) {
+ if(obj instanceof ConfigurationChangeEvent){
+ try {
+ Configuration currentConfig =3D CurrentConfiguration.getInstance()=
.getConfiguration();
+ int level =3D Integer.parseInt(currentConfig.getProperty(LOG_LEVEL=
_PROPERTY_NAME));
+ String[] contexts =3D getContext();
+ =
+ BasicLogConfiguration newConfig =3D new BasicLogConfiguration(Arra=
ys.asList(contexts), level);
+ if (!newConfig.equals(LogManager.getLogConfigurationCopy())) {
+ LogManager.setLogConfiguration(newConfig);
+ }
+ } catch( ConfigurationException ce ) {
+ LogManager.logError(LogContextsUtil.CommonConstants.CTX_MESSAGE_BU=
S, ce, ce.getMessage());
+ }
+ }
+ } =
+ =
+ private String[] getContext() {
+ String[] result =3D null;
+ Collection discardedContexts =3D null;
+ String discardedContextsString =3D CurrentConfiguration.getInstance(=
).getProperties().getProperty(LOG_CONTEXT_PROPERTY_NAME);
+ if (discardedContextsString !=3D null){
+ discardedContexts =3D StringUtil.split(discardedContextsString,",")=
; //$NON-NLS-1$
+ }
+
+ //get the Set of all contexts, remove the ones which are
+ //currently "discarded"
+ Set contextsSet =3D new HashSet(LogContextsUtil.ALL_CONTEXTS);
+ if (discardedContexts !=3D null){
+ contextsSet.removeAll(discardedContexts);
+ }
+ result =3D new String[contextsSet.size()];
+ result =3D (String[]) contextsSet.toArray(result);
+ return result;
+ } =
+ });
+ } catch (MessagingException e) {
+ throw new MetaMatrixRuntimeException(e);
+ }
+ return orig;
+
+ } catch ( ConfigurationException e ) {
+ try {
+ return BasicLogConfiguration.createLogConfiguration(System.ge=
tProperties());
+ } catch ( LogConfigurationException e1) {
+ throw new MetaMatrixRuntimeException(e1);
+ }
+ } =
+ =
+ }
+}
Property changes on: trunk/server/src/main/java/com/metamatrix/server/LogCo=
nfigurationProvider.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/server/src/main/java/com/metamatrix/server/Main.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/server/Main.java 2009-02-20 2=
1:08:28 UTC (rev 478)
+++ trunk/server/src/main/java/com/metamatrix/server/Main.java 2009-02-21 0=
0:28:43 UTC (rev 479)
@@ -23,7 +23,6 @@
package com.metamatrix.server;
=
import java.io.File;
-import java.util.Properties;
=
import com.google.inject.Guice;
import com.google.inject.Inject;
@@ -32,23 +31,15 @@
import com.metamatrix.common.config.api.Host;
import com.metamatrix.common.config.api.VMComponentDefn;
import com.metamatrix.common.config.api.exceptions.ConfigurationException;
-import com.metamatrix.common.log.DbLogListener;
-import com.metamatrix.common.log.DbWriterException;
-import com.metamatrix.common.log.LogManager;
import com.metamatrix.common.messaging.MessageBus;
-import com.metamatrix.common.util.LogCommonConstants;
-import com.metamatrix.common.util.PropertiesUtils;
+import com.metamatrix.common.messaging.MessagingException;
import com.metamatrix.common.util.VMNaming;
+import com.metamatrix.core.log.LogListener;
import com.metamatrix.core.util.FileUtils;
import com.metamatrix.core.util.StringUtil;
import com.metamatrix.dqp.ResourceFinder;
-import com.metamatrix.internal.core.log.PlatformLog;
import com.metamatrix.platform.PlatformPlugin;
-import com.metamatrix.platform.config.ConfigurationChangeListener;
-import com.metamatrix.platform.config.event.ConfigurationChangeEvent;
-import com.metamatrix.platform.util.LogMessageKeys;
import com.metamatrix.platform.vm.api.controller.VMControllerInterface;
-import com.metamatrix.platform.vm.util.VMUtils;
=
/**
* This is main server starter class.
@@ -61,6 +52,9 @@
@Inject
VMControllerInterface vmController;
=
+ @Inject
+ LogListener logListener;
+ =
public static void main(String[] args) throws Exception{
=
if (args.length < 2 || args.length > 4) {
@@ -90,10 +84,7 @@
=
// write info log
writeInfoLog(host, vmName);
- =
- // Start the log file
- VMUtils.startLogFile(host.getLogDirectory(), buildPrefix(host.getN=
ame(), vmName) + ".log"); //$NON-NLS-1$
- =
+ =
createTempDirectory(); =
=
// wire up guice modules
@@ -116,23 +107,17 @@
private void launchServer() {
=
try { =
- DbLogListener dbListener =3D startDbLogging();
- ConfigurationChangeListener configListener =3D new Configurati=
onChangeListener(dbListener);
- this.messageBus.addListener(ConfigurationChangeEvent.class, co=
nfigListener);
- =
+ Runtime.getRuntime().addShutdownHook(new ShutdownWork());
+ =
// start the VM
this.vmController.startVM();
=
- while(!this.vmController.isShuttingDown()) {
- Thread.sleep(1000);
- }
+ synchronized (this.vmController) {
+ while(!this.vmController.isShuttingDown()) {
+ this.vmController.wait(1000);
+ }
+ }
=
- configListener.shutdown();
- =
- this.messageBus.shutdown();
-
- // shutdown cache
- ResourceFinder.getCacheFactory().destroy();
} catch (Exception e) {
e.printStackTrace();
System.exit(1);
@@ -159,25 +144,33 @@
String hostFileName =3D StringUtil.replaceAll(hostName, ".", "_"); //=
$NON-NLS-1$ //$NON-NLS-2$
return hostFileName + "_" + vmName; //$NON-NLS-1$
} =
- =
- private static DbLogListener startDbLogging() throws Exception, DbWrit=
erException {
- Properties currentProps =3D CurrentConfiguration.getInstance().get=
Properties();
- Properties resultsProps =3D PropertiesUtils.clone(currentProps, nu=
ll, true, false);
- =
- // write a db log listener
- DbLogListener dll =3D new DbLogListener(resultsProps);
- =
- // start the logger
- PlatformLog.getInstance().addListener(dll);
- LogManager.logInfo(LogCommonConstants.CTX_CONTROLLER, PlatformPlug=
in.Util.getString(LogMessageKeys.VM_0052));
- =
- return dll;
- }
- =
=
+
private static void writeInfoLog(Host host, String vmName) {
// trigger the logging of the current application info to a log fi=
le for debugging =
LogApplicationInfo logApplInfo =3D new LogApplicationInfo(host.get=
FullName(), vmName, host.getLogDirectory(), buildPrefix(host.getFullName(),=
vmName) + "_info.log"); //$NON-NLS-1$
logApplInfo.start(); =
}
+ =
+ /**
+ * All work to be done during shutdown
+ */
+ class ShutdownWork extends Thread {
+
+ @Override
+ public void run() {
+
+ try {
+ messageBus.shutdown();
+ } catch (MessagingException e) {
+ e.printStackTrace();
+ }
+ =
+ // shutdown cache
+ ResourceFinder.getCacheFactory().destroy();
+ =
+ // shutdown logging
+ logListener.shutdown();
+ }
+ }
}
Modified: trunk/server/src/main/java/com/metamatrix/server/ServerGuiceModul=
e.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/server/ServerGuiceModule.java=
2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/server/src/main/java/com/metamatrix/server/ServerGuiceModule.java=
2009-02-21 00:28:43 UTC (rev 479)
@@ -36,9 +36,13 @@
import com.metamatrix.common.config.api.exceptions.ConfigurationException;
import com.metamatrix.common.id.dbid.DBIDGenerator;
import com.metamatrix.common.id.dbid.DBIDGeneratorException;
+import com.metamatrix.common.log.LogConfiguration;
+import com.metamatrix.common.log.LogManager;
import com.metamatrix.common.messaging.MessageBus;
import com.metamatrix.common.messaging.VMMessageBus;
import com.metamatrix.core.MetaMatrixRuntimeException;
+import com.metamatrix.core.log.LogListener;
+import com.metamatrix.core.util.StringUtil;
import com.metamatrix.platform.registry.ClusteredRegistryState;
import com.metamatrix.platform.registry.VMMonitor;
import com.metamatrix.platform.service.proxy.ProxyManager;
@@ -96,6 +100,18 @@
=
// this needs to be removed.
binder().requestStaticInjection(PlatformProxyHelper.class);
+ =
+ bind(LogConfiguration.class).toProvider(LogConfigurationProvider.class).=
in(Scopes.SINGLETON); =
+ bind(LogListener.class).toProvider(ServerLogListernerProvider.class).in(=
Scopes.SINGLETON); =
+
+ // Start the log file
+ String logFileName =3D StringUtil.replaceAll(host.getFullName(), "=
.", "_")+".log"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
+ bind(LogListener.class).toProvider(new ServerLogListernerProvider(host.g=
etLogDirectory(), logFileName, true)).in(Scopes.SINGLETON); =
+
+ =
+ // this needs to be removed.
+ binder().requestStaticInjection(LogManager.class);
+ =
}
=
}
Added: trunk/server/src/main/java/com/metamatrix/server/ServerLogListernerP=
rovider.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/server/ServerLogListernerProv=
ider.java (rev 0)
+++ trunk/server/src/main/java/com/metamatrix/server/ServerLogListernerProv=
ider.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -0,0 +1,149 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+package com.metamatrix.server;
+
+import java.io.File;
+import java.io.FileNotFoundException;
+import java.io.FileOutputStream;
+import java.io.PrintStream;
+import java.util.EventObject;
+import java.util.Properties;
+
+import com.google.inject.Inject;
+import com.google.inject.Provider;
+import com.google.inject.Singleton;
+import com.metamatrix.common.config.CurrentConfiguration;
+import com.metamatrix.common.config.api.Configuration;
+import com.metamatrix.common.config.api.exceptions.ConfigurationException;
+import com.metamatrix.common.log.DbLogListener;
+import com.metamatrix.common.log.LogManager;
+import com.metamatrix.common.messaging.MessageBus;
+import com.metamatrix.common.messaging.MessagingException;
+import com.metamatrix.common.util.LogContextsUtil;
+import com.metamatrix.common.util.PropertiesUtils;
+import com.metamatrix.core.MetaMatrixRuntimeException;
+import com.metamatrix.core.event.EventObjectListener;
+import com.metamatrix.core.log.FileLimitSizeLogWriter;
+import com.metamatrix.core.log.LogListener;
+import com.metamatrix.internal.core.log.PlatformLog;
+import com.metamatrix.platform.config.event.ConfigurationChangeEvent;
+
+(a)Singleton
+class ServerLogListernerProvider implements Provider {
+
+ String logFile;
+ String path;
+ boolean addDBLogger;
+ DbLogListener dbLogger;
+ =
+ @Inject
+ MessageBus messsgeBus;
+ =
+ public ServerLogListernerProvider(String path, String fileName, boolean a=
ddDbLogger) {
+ this.path =3D path;
+ this.logFile =3D fileName;
+ this.addDBLogger =3D addDbLogger;
+ }
+ =
+ @Override
+ public LogListener get() {
+ =
+ final PlatformLog realLog =3D new PlatformLog();
+
+ try {
+ FileLimitSizeLogWriter flw =3D buildFileLogger(); =
+ realLog.addListener(flw);
+ =
+ } catch (FileNotFoundException e) {
+ throw new MetaMatrixRuntimeException(e);
+ }
+ =
+ if (this.addDBLogger) {
+ this.dbLogger =3D buildDBLogger();
+ realLog.addListener(this.dbLogger); =
+ =
+ try {
+ =
+ this.messsgeBus.addListener(ConfigurationChangeEvent.class, new EventO=
bjectListener() {
+ =
+ public void processEvent(EventObject obj) {
+ if(obj instanceof ConfigurationChangeEvent){
+ if(obj instanceof ConfigurationChangeEvent){
+ try {
+ Configuration currentConfig =3D CurrentConfiguration.getInstance(=
).getConfiguration();
+ dbLogger.determineIfEnabled(currentConfig.getProperties());
+ } catch( ConfigurationException ce ) {
+ LogManager.logError(LogContextsUtil.CommonConstants.CTX_MESSAGE_B=
US, ce, ce.getMessage());
+ }
+ }
+ }
+ } =
+ });
+ =
+ } catch (MessagingException e) {
+ throw new MetaMatrixRuntimeException(e);
+ } =
+ }
+ return realLog;
+ }
+
+ private DbLogListener buildDBLogger() {
+ Properties currentProps =3D CurrentConfiguration.getInstance().getProper=
ties();
+ Properties resultsProps =3D PropertiesUtils.clone(currentProps, null, tr=
ue, false);
+ return new DbLogListener(resultsProps);
+ }
+
+ private FileLimitSizeLogWriter buildFileLogger()
+ throws FileNotFoundException {
+ File tmpFile =3D new File(path, logFile);
+ tmpFile.getParentFile().mkdirs();
+
+ // if log file exists then create a archive
+ if (tmpFile.exists()) {
+ int index =3D logFile.lastIndexOf("."); //$NON-NLS-1$
+ String archiveName =3D FileLimitSizeLogWriter.buildArchiveFileName(logF=
ile.substring(0, index), logFile.substring(index));
+ tmpFile.renameTo(new File(path, archiveName));
+ }
+
+ FileOutputStream fos =3D new FileOutputStream(tmpFile);
+ PrintStream ps =3D new PrintStream(fos);
+
+ System.setOut(ps);
+ System.setErr(ps);
+
+ Properties logProps =3D new Properties();
+ Properties configProps =3D CurrentConfiguration.getInstance().getPropert=
ies();
+ if (configProps.containsKey(FileLimitSizeLogWriter.FILE_SIZE_LIMIT)) {
+ logProps.setProperty(FileLimitSizeLogWriter.FILE_SIZE_LIMIT,configProps=
.getProperty(FileLimitSizeLogWriter.FILE_SIZE_LIMIT));
+ }
+ if (configProps.containsKey(FileLimitSizeLogWriter.FILE_SIZE_MONITOR_TIM=
E)) {
+ logProps.setProperty(FileLimitSizeLogWriter.FILE_SIZE_MONITOR_TIME,conf=
igProps.getProperty(FileLimitSizeLogWriter.FILE_SIZE_MONITOR_TIME));
+ }
+
+ FileLimitSizeLogWriter flw =3D new FileLimitSizeLogWriter(tmpFile,logPro=
ps, false);
+ return flw;
+ }
+
+ =
+ =
+}
Property changes on: trunk/server/src/main/java/com/metamatrix/server/Serve=
rLogListernerProvider.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/server/src/test/java/com/metamatrix/admin/server/TestServer=
MonitoringAdminImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/test/java/com/metamatrix/admin/server/TestServerMonito=
ringAdminImpl.java 2009-02-20 21:08:28 UTC (rev 478)
+++ trunk/server/src/test/java/com/metamatrix/admin/server/TestServerMonito=
ringAdminImpl.java 2009-02-21 00:28:43 UTC (rev 479)
@@ -396,7 +396,7 @@
=
MMRequest request =3D (MMRequest) results.iterator().next();
assertEquals(REQUEST_1_1, request.getIdentifier()); =
- assertEquals(1, request.getSessionID());
+ assertEquals("1", request.getSessionID()); //$NON-NLS-1$
assertEquals("1", request.getRequestID()); //$NON-NLS-1$
assertEquals("user1", request.getUserName()); //$NON-NLS-1$
=
@@ -443,7 +443,7 @@
=
MMSourceRequest request =3D (MMSourceRequest) results.iterator().n=
ext();
assertEquals(REQUEST_1_1_1, request.getIdentifier()); =
- assertEquals(1, request.getSessionID());
+ assertEquals("1", request.getSessionID()); //$NON-NLS-1$
assertEquals(REQUEST_1_1, request.getRequestID()); =
assertEquals("connectorBinding1", request.getConnectorBindingName(=
)); //$NON-NLS-1$
assertEquals("user1", request.getUserName()); //$NON-NLS-1$
--===============7365512102065225182==--
From teiid-commits at lists.jboss.org Mon Feb 23 11:17:44 2009
Content-Type: multipart/mixed; boundary="===============4243715780004631457=="
MIME-Version: 1.0
From: teiid-commits at lists.jboss.org
To: teiid-commits at lists.jboss.org
Subject: [teiid-commits] teiid SVN: r480 -
trunk/common-core/src/test/java/com/metamatrix/common/protocol.
Date: Mon, 23 Feb 2009 11:17:44 -0500
Message-ID:
--===============4243715780004631457==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: rareddy
Date: 2009-02-23 11:17:44 -0500 (Mon, 23 Feb 2009)
New Revision: 480
Modified:
trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestMMFil=
eURLHandler.java
Log:
TEIID-66
Modified: trunk/common-core/src/test/java/com/metamatrix/common/protocol/Te=
stMMFileURLHandler.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestMMFi=
leURLHandler.java 2009-02-21 00:28:43 UTC (rev 479)
+++ trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestMMFi=
leURLHandler.java 2009-02-23 16:17:44 UTC (rev 480)
@@ -176,6 +176,46 @@
=
foo.delete();
}
+ =
+ public void testSort() throws Exception {
+ String tmpDir =3D System.getProperty("java.io.tmpdir"); //$NON-NLS=
-1$
+ File f =3D new File(tmpDir+File.separator+"x"); //$NON-NLS-1$
+ f.mkdirs();
+ =
+ File a =3D new File(tmpDir+File.separator+"/x/a.txt"); //$NON-NLS-=
1$
+ File z =3D new File(tmpDir+File.separator+"/x/z.txt"); //$NON-NLS-=
1$
+ =
+ // Create File using the File
+ createFile(a);
+ createFile(z);
+ =
+ assertTrue(a.exists());
+ assertTrue(z.exists());
+ =
+ URL fooURL =3D URLHelper.buildURL(f.getAbsolutePath()+"/?action=3D=
list&filter=3D.txt&sort=3Dalpha"); //$NON-NLS-1$
+ assertTrue(fooURL.toString().startsWith("mmfile:")); //$NON-NLS-1$
+ assertTrue(fooURL.toString().endsWith("?action=3Dlist&filter=3D.tx=
t&sort=3Dalpha")); //$NON-NLS-1$
+ =
+ ObjectInputStream in =3D new ObjectInputStream(fooURL.openStream()=
);
+ String[] list =3D (String[])in.readObject();
+ in.close();
+ =
+ String[] expected =3D {"a.txt", "z.txt"}; //$NON-NLS-1$ //$NON-NLS=
-2$
+ =
+ assertTrue(list[0].endsWith(expected[0]));
+ assertTrue(list[1].endsWith(expected[1]));
+ =
+ fooURL =3D URLHelper.buildURL(f.getAbsolutePath()+"/?action=3Dlist=
&filter=3D.txt&sort=3Dreversealpha"); //$NON-NLS-1$
+ in =3D new ObjectInputStream(fooURL.openStream());
+ list =3D (String[])in.readObject();
+ in.close();
+ =
+ assertTrue(list[0].endsWith(expected[1]));
+ assertTrue(list[1].endsWith(expected[0]));
+ =
+ a.delete();
+ z.delete();
+ } =
=
public void testDelete() throws Exception {
=
--===============4243715780004631457==--
From teiid-commits at lists.jboss.org Mon Feb 23 12:43:20 2009
Content-Type: multipart/mixed; boundary="===============8929463875138425339=="
MIME-Version: 1.0
From: teiid-commits at lists.jboss.org
To: teiid-commits at lists.jboss.org
Subject: [teiid-commits] teiid SVN: r481 - in trunk:
common-core/src/main/java/com/metamatrix/core/util and 51 other directories.
Date: Mon, 23 Feb 2009 12:43:20 -0500
Message-ID:
--===============8929463875138425339==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: shawkins
Date: 2009-02-23 12:43:19 -0500 (Mon, 23 Feb 2009)
New Revision: 481
Added:
trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicCo=
nnector.java
trunk/connector-api/src/main/java/com/metamatrix/connector/identity/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/AliasModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/BasicFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/BindValueVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/DropFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/EscapeSyntaxModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/FunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/SQLConversionVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/SubstringFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/TranslatedCommand.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/Translator.java
Removed:
trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicCo=
nnector.java
trunk/connector-api/src/main/java/com/metamatrix/connector/pool/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/ConnectionListener.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/ConnectionQueryStrategy.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/ConnectionStrategy.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/DefaultConnectionListener.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCSingleIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCSourceConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCUserIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/BindValueVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/FunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/ResultsTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/SQLConversionVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/SQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/TranslatedCommand.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/ValueRetriever.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/impl/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/mm/MMSingleIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/OracleResultsTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/OracleSingleIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/OracleUserIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/ssl/JDBCSequeLinkSingleIdentityConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/JDBCSingleIdentityDSConnectionFactory.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/JDBCXAConnector.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/TestConnectionQueryStrategy.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/userpool/MockExampleConnectionFactory.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/OracleSpatialResultsTranslator.java
trunk/server/src/main/java/com/metamatrix/server/connector/service/Conne=
ctorServicePropertyNames.java
Modified:
trunk/common-core/src/main/java/com/metamatrix/common/util/PropertiesUti=
ls.java
trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtil.java
trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/DEFRea=
derWriter.java
trunk/common-internal/src/main/resources/com/metamatrix/common/i18n.prop=
erties
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connectio=
n.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connector=
Annotations.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Execution=
Context.java
trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicCo=
nnection.java
trunk/connector-api/src/main/java/com/metamatrix/connector/identity/Conn=
ectorIdentity.java
trunk/connector-api/src/main/java/com/metamatrix/connector/identity/Conn=
ectorIdentityFactory.java
trunk/connector-api/src/main/java/com/metamatrix/connector/identity/Pool=
AwareConnection.java
trunk/connector-api/src/main/java/com/metamatrix/connector/identity/Sing=
leIdentity.java
trunk/connector-api/src/main/java/com/metamatrix/connector/identity/Sing=
leIdentityFactory.java
trunk/connector-api/src/main/java/com/metamatrix/connector/identity/User=
Identity.java
trunk/connector-api/src/main/java/com/metamatrix/connector/identity/User=
IdentityFactory.java
trunk/connector-api/src/main/java/com/metamatrix/connector/internal/Conn=
ectorPropertyNames.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCBaseExecution.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCConnector.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCProcedureExecution.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCPropertyNames.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCQueryExecution.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCSourceConnection.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCUpdateExecution.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/SimpleCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/access/AccessSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/db2/DB2ConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/db2/DB2SQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/derby/DerbyConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/derby/DerbySQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/informix/InformixSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/mysql/MySQLConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/mysql/MySQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/ConcatFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/DayWeekQuarterFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/ExtractFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/LeftOrRightFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/LocateFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/Log10FunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/MonthOrDayNameFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/OracleConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/OracleSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/DatePartFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/PostgreSQLConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/PostgreSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sqlserver/SqlServerSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sybase/ModFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sybase/SybaseConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sybase/SybaseSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/util/FunctionReplacementVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/JDBCSourceXAConnection.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/XAJDBCPropertyNames.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/TestJDBCSourceConnection.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/access/TestAccessSQLTranslator.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/db2/TestDB2ConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/db2/TestDB2SqlTranslator.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/derby/TestDerbyConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/extension/impl/TestDropFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/extension/impl/TestEscapeSyntaxModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/mysql/TestMySQLTranslator.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestDayWeekQuarterFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestExtractFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestLeftOrRightFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestLocateFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestMonthOrDayNameFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestOracleConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestOracleTranslator.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestSubstringFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/postgresql/TestPostgreSQLTranslator.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/sqlserver/TestSqlServerConversionVisitor.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/sybase/TestSybaseConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/sybase/TestSybaseSQLConversionVisitor.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/userpool/TestPerUserPool.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/util/TestFunctionReplacementVisitor.java
trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/l=
dap/LDAPConnection.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/Connector.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/connection/SalesforceConnection.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/ObjectConnection.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/ObjectConnector.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/SourceConnectionFactory.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/extension/source/BaseSourceConnectionFactory.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/OracleSpatialFunctionModifier.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/OracleSpatialSQLTranslator.java
trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/Embedd=
edDataService.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Conn=
ectorManager.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Conn=
ectorWrapper.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Exec=
utionContextImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector=
/ConnectionPool.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector=
/ConnectionWrapper.java
trunk/engine/src/main/java/com/metamatrix/query/function/FunctionLibrary=
.java
trunk/engine/src/main/java/com/metamatrix/query/function/FunctionMethods=
.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/Test=
ConnectorManagerImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector=
/FakeUserIdentityConnectionFactory.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector=
/TestConnectionPool.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector=
/TestConnectionWrapper.java
trunk/server/src/main/java/com/metamatrix/server/connector/service/Conne=
ctorService.java
trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/exten=
sion/TestSQLConversionVisitor.java
trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/oracl=
e/TestOracleSQLConversionVisitor.java
trunk/test-integration/src/test/resources/xml-vp/xmlvp.DEF
Log:
TEIID-164 TEIID-352 removing complexity from the JDBC connector. targettin=
g a scenario where only the translator, connector, and the capabilities sho=
uld need to be overriden. This is an intermediate check-in. Identity mana=
gement for connectors will be merged with the base api.
Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/Proper=
tiesUtils.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/common/util/PropertiesUt=
ils.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/PropertiesUt=
ils.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -29,6 +29,7 @@
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintStream;
+import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
@@ -42,6 +43,7 @@
import com.metamatrix.core.CorePlugin;
import com.metamatrix.core.MetaMatrixRuntimeException;
import com.metamatrix.core.util.ArgCheck;
+import com.metamatrix.core.util.StringUtil;
=
=
/**
@@ -938,4 +940,53 @@
=
return bPass;
}
+
+ public static void setBeanProperties(Object bean, Properties props, St=
ring prefix) {
+ // Move all prop names to lower case so we can use reflection to get
+ // method names and look them up in the connection props.
+ final Properties connProps =3D lowerCaseAllPropNames(props);
+ final Method[] methods =3D bean.getClass().getMethods();
+ for (int i =3D 0; i < methods.length; i++) {
+ final Method method =3D methods[i];
+ final String methodName =3D method.getName();
+ // If setter ...
+ if ( methodName.startsWith("set") && method.getParameterTypes().l=
ength =3D=3D 1 ) { //$NON-NLS-1$
+ // Get the property name
+ final String propertyName =3D methodName.substring(3); // =
remove the "set"
+ String shortName =3D propertyName.toLowerCase();
+ String propertyValue =3D null;
+ if (prefix !=3D null) {
+ propertyValue =3D connProps.getProperty(prefix + "." + short=
Name);
+ } else {
+ propertyValue =3D connProps.getProperty(shortName);
+ }
+ if (propertyValue =3D=3D null) {
+ continue;
+ }
+ final Class> argType =3D method.getParameterTypes()[0];
+ try {
+ final Object[] params =3D new Object[] {StringUtil.val=
ueOf(propertyValue, argType)};
+ method.invoke(bean, params);
+ } catch (Throwable e) {
+ throw new InvalidPropertyException(propertyName, property=
Value, argType, e);
+ }
+ }
+ }
+ }
+
+ private static Properties lowerCaseAllPropNames(final Properties connecti=
onProps) {
+ final Properties lcProps =3D new Properties();
+ final Iterator itr =3D connectionProps.keySet().iterator();
+ while ( itr.hasNext() ) {
+ final String name =3D (String) itr.next();
+ Object propValue =3D connectionProps.get(name);
+ if (propValue instanceof String) {
+ // we're only interested in prop values of type String
+ // here since we'll be looking for params to reflected methods
+ lcProps.setProperty(name.toLowerCase(), (String)propValue);
+ } // if
+ }
+ return lcProps;
+ }
+
}
Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/StringUt=
il.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtil.jav=
a 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtil.jav=
a 2009-02-23 17:43:19 UTC (rev 481)
@@ -983,7 +983,8 @@
* @param type
* @return
*/
- public static T valueOf(String value, Class type){
+ @SuppressWarnings("unchecked")
+ public static T valueOf(String value, Class type){
=
if(type =3D=3D String.class) {
return (T) value;
@@ -992,7 +993,7 @@
return (T) Boolean.valueOf(value);
}
else if (type =3D=3D Integer.class || type =3D=3D Integer.TYPE) {
- return (T) Integer.valueOf(value);
+ return (T) Integer.decode(value);
}
else if (type =3D=3D Float.class || type =3D=3D Float.TYPE) {
return (T) Float.valueOf(value);
@@ -1001,10 +1002,10 @@
return (T) Double.valueOf(value);
}
else if (type =3D=3D Long.class || type =3D=3D Long.TYPE) {
- return (T) Long.valueOf(value);
+ return (T) Long.decode(value);
}
else if (type =3D=3D Short.class || type =3D=3D Short.TYPE) {
- return (T) Short.valueOf(value);
+ return (T) Short.decode(value);
}
else if (type.isAssignableFrom(List.class)) {
return (T)new ArrayList(Arrays.asList(value.split(","))); //=
$NON-NLS-1$
Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api=
/DEFReaderWriter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/DEFRe=
aderWriter.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/DEFRe=
aderWriter.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -37,6 +37,7 @@
import org.jdom.Element;
import org.jdom.JDOMException;
=
+import com.metamatrix.common.CommonPlugin;
import com.metamatrix.common.config.api.ComponentType;
import com.metamatrix.common.config.api.ConnectorBinding;
import com.metamatrix.common.config.util.InvalidConfigurationElementExcept=
ion;
@@ -79,7 +80,7 @@
loadConnectorBindings(vdbDefn, root);
=
} catch (JDOMException e) {
- throw new IOException("VDBDefnXMLHelper.Unable_to_read_defn_fi=
le");//$NON-NLS-1$
+ throw new IOException(CommonPlugin.Util.getString("VDBDefnXMLH=
elper.Unable_to_read_defn_file"));//$NON-NLS-1$
} =
return vdbDefn;
}
Modified: trunk/common-internal/src/main/resources/com/metamatrix/common/i1=
8n.properties
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/common-internal/src/main/resources/com/metamatrix/common/i18n.pro=
perties 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/common-internal/src/main/resources/com/metamatrix/common/i18n.pro=
perties 2009-02-23 17:43:19 UTC (rev 481)
@@ -3097,3 +3097,5 @@
=
BasicApplication.Failed_while_installing_service_of_type__1=3DFailed while=
installing service of type
=
+VDBDefnXMLHelper.Unable_to_read_defn_file=3DUnable to read DEF file.
+
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/Co=
nnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connecti=
on.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connecti=
on.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -22,9 +22,9 @@
=
package com.metamatrix.connector.api;
=
+import com.metamatrix.connector.identity.PoolAwareConnection;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.connector.pool.PoolAwareConnection;
=
/**
*
Represents a connection to this connector. A connection will be obt=
ained
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/Co=
nnectorAnnotations.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connecto=
rAnnotations.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connecto=
rAnnotations.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -27,8 +27,8 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
=
+import com.metamatrix.connector.identity.ConnectorIdentityFactory;
import com.metamatrix.connector.internal.ConnectorPropertyNames;
-import com.metamatrix.connector.pool.ConnectorIdentityFactory;
=
public class ConnectorAnnotations {
=
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/Ex=
ecutionContext.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/Executio=
nContext.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/Executio=
nContext.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -24,9 +24,9 @@
=
import java.io.Serializable;
=
-import com.metamatrix.connector.pool.ConnectorIdentity;
-import com.metamatrix.connector.pool.ConnectorIdentityFactory;
-import com.metamatrix.connector.pool.SingleIdentity;
+import com.metamatrix.connector.identity.ConnectorIdentity;
+import com.metamatrix.connector.identity.ConnectorIdentityFactory;
+import com.metamatrix.connector.identity.SingleIdentity;
=
/**
* The security context provides information about the user context in whi=
ch
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/basic/=
BasicConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicC=
onnection.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicC=
onnection.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -22,6 +22,7 @@
=
package com.metamatrix.connector.basic;
=
+import com.metamatrix.connector.api.Connection;
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.Execution;
@@ -29,12 +30,11 @@
import com.metamatrix.connector.api.ProcedureExecution;
import com.metamatrix.connector.api.ResultSetExecution;
import com.metamatrix.connector.api.UpdateExecution;
+import com.metamatrix.connector.identity.ConnectorIdentity;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IProcedure;
import com.metamatrix.connector.language.IQueryCommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.connector.pool.ConnectorIdentity;
-import com.metamatrix.connector.pool.PoolAwareConnection;
=
/**
* Provides a default implementation of a {@link PoolAwareConnection} for =
a Connector
@@ -44,7 +44,7 @@
* {@link #createUpdateExecution(IProcedure, ExecutionContext, RuntimeMeta=
data)}
* as necessary.
*/
-public abstract class BasicConnection implements PoolAwareConnection {
+public abstract class BasicConnection implements Connection {
=
@Override
public Execution createExecution(ICommand command,
@@ -70,26 +70,34 @@
public UpdateExecution createUpdateExecution(ICommand command, ExecutionC=
ontext executionContext, RuntimeMetadata metadata) throws ConnectorExceptio=
n {
throw new ConnectorException("Unsupported Execution");
}
- =
+ =
@Override
public boolean isAlive() {
return true;
}
=
@Override
+ public ConnectorCapabilities getCapabilities() {
+ return null;
+ }
+ =
+ /**
+ * Called by the pool to indicate that the connection was returned to =
the pool.
+ * The actual close call will be made when the pool wants to purge thi=
s connection.
+ */ =
public void closeCalled() {
=
}
=
- @Override
+ /**
+ * Called by the pool when an existing connection is leased so that th=
e underlying
+ * Connection may have it's identity switched to a different user.
+ * @param identity
+ * @throws ConnectorException
+ */
public void setConnectorIdentity(ConnectorIdentity context)
throws ConnectorException {
=
}
=
- @Override
- public ConnectorCapabilities getCapabilities() {
- return null;
- }
- =
}
Deleted: trunk/connector-api/src/main/java/com/metamatrix/connector/basic/B=
asicConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicC=
onnector.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicC=
onnector.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,29 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.basic;
-
-import com.metamatrix.connector.api.Connector;
-
-public abstract class BasicConnector implements Connector {
-
-}
Added: trunk/connector-api/src/main/java/com/metamatrix/connector/basic/Bas=
icConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicC=
onnector.java (rev 0)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicC=
onnector.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -0,0 +1,7 @@
+package com.metamatrix.connector.basic;
+
+import com.metamatrix.connector.api.Connector;
+
+public abstract class BasicConnector implements Connector {
+
+}
Copied: trunk/connector-api/src/main/java/com/metamatrix/connector/identity=
(from rev 475, trunk/connector-api/src/main/java/com/metamatrix/connector/=
pool)
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/identi=
ty/ConnectorIdentity.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/Connect=
orIdentity.java 2009-02-16 21:35:28 UTC (rev 475)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/identity/Con=
nectorIdentity.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -22,7 +22,7 @@
=
/*
*/
-package com.metamatrix.connector.pool;
+package com.metamatrix.connector.identity;
=
=
/**
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/identi=
ty/ConnectorIdentityFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/Connect=
orIdentityFactory.java 2009-02-16 21:35:28 UTC (rev 475)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/identity/Con=
nectorIdentityFactory.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -20,7 +20,7 @@
* 02110-1301 USA.
*/
=
-package com.metamatrix.connector.pool;
+package com.metamatrix.connector.identity;
=
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/identi=
ty/PoolAwareConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/PoolAwa=
reConnection.java 2009-02-16 21:35:28 UTC (rev 475)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/identity/Poo=
lAwareConnection.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -22,7 +22,7 @@
=
/*
*/
-package com.metamatrix.connector.pool;
+package com.metamatrix.connector.identity;
=
import com.metamatrix.connector.api.Connection;
import com.metamatrix.connector.api.ConnectorException;
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/identi=
ty/SingleIdentity.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/SingleI=
dentity.java 2009-02-16 21:35:28 UTC (rev 475)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/identity/Sin=
gleIdentity.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -22,20 +22,15 @@
=
/*
*/
-package com.metamatrix.connector.pool;
+package com.metamatrix.connector.identity;
=
-import com.metamatrix.connector.api.ExecutionContext;
=
/**
* This class represents a single ConnectorIdentity. All the connections a=
re treated the same.
*/
public class SingleIdentity implements ConnectorIdentity {
=
- /**
- * Construct with a context
- * @param context The context
- */
- public SingleIdentity(ExecutionContext context){
+ public SingleIdentity(){
}
=
/**
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/identi=
ty/SingleIdentityFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/SingleI=
dentityFactory.java 2009-02-16 21:35:28 UTC (rev 475)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/identity/Sin=
gleIdentityFactory.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -20,7 +20,7 @@
* 02110-1301 USA.
*/
=
-package com.metamatrix.connector.pool;
+package com.metamatrix.connector.identity;
=
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
@@ -30,7 +30,7 @@
@Override
public ConnectorIdentity createIdentity(ExecutionContext context)
throws ConnectorException {
- return new SingleIdentity(context);
+ return new SingleIdentity();
}
=
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/identi=
ty/UserIdentity.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/UserIde=
ntity.java 2009-02-16 21:35:28 UTC (rev 475)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/identity/Use=
rIdentity.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -20,23 +20,26 @@
* 02110-1301 USA.
*/
=
-package com.metamatrix.connector.pool;
+package com.metamatrix.connector.identity;
=
-import com.metamatrix.connector.api.ExecutionContext;
=
/**
- * This class represents a ConnectorIdentity based on user name. Connectio=
ns are =
- * pooled based on user name.
+ * This class represents a ConnectorIdentity keyed on a username with
+ * a mapped identity
*/
public class UserIdentity implements ConnectorIdentity {
- private ExecutionContext context;
+ private String username;
+ private String mappedUser;
+ private String password;
=
/**
* Construct with a security context
* @param context The context
*/
- public UserIdentity(ExecutionContext context){
- this.context =3D context;
+ public UserIdentity(String username, String mappedUser, String passwor=
d){
+ this.username =3D username;
+ this.mappedUser =3D mappedUser;
+ this.password =3D password;
} =
=
/**
@@ -51,7 +54,7 @@
=
if (obj instanceof UserIdentity) {
UserIdentity that =3D (UserIdentity)obj;
- return this.context.getUser().equals(that.context.getUser());
+ return username.equals(that.username);
}
=
return false; =
@@ -61,10 +64,18 @@
* Get hash code, based on user name
*/
public int hashCode(){
- return context.getUser().hashCode();
+ return username.hashCode();
} =
=
public String toString(){
- return "UserIdentity " + context.getUser(); //$NON-NLS-1$
+ return "UserIdentity " + username; //$NON-NLS-1$
} =
+ =
+ public String getMappedUser() {
+ return mappedUser;
+ }
+ =
+ public String getPassword() {
+ return password;
+ }
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/identi=
ty/UserIdentityFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/UserIde=
ntityFactory.java 2009-02-16 21:35:28 UTC (rev 475)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/identity/Use=
rIdentityFactory.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -20,28 +20,57 @@
* 02110-1301 USA.
*/
=
-package com.metamatrix.connector.pool;
+package com.metamatrix.connector.identity;
=
import com.metamatrix.connector.DataPlugin;
import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.CredentialMap;
import com.metamatrix.connector.api.ExecutionContext;
=
/**
- * Segregates connections by user. It is assumed that no single identity
- * exists.
- * =
- * If multiple users use the same credentials, consider using a more speci=
fic
- * form of connector identity to prevent pool fragmentation. =
+ * Segregates connections by user determined by the CredentialMap. =
*/
public class UserIdentityFactory implements ConnectorIdentityFactory {
=
+ private boolean useCredentialMap;
+ private boolean adminConnectionsAllowed =3D true;
+ private String connectorName;
+ =
@Override
public ConnectorIdentity createIdentity(ExecutionContext context)
throws ConnectorException {
if (context =3D=3D null) {
+ if (adminConnectionsAllowed) {
+ return new SingleIdentity();
+ }
throw new ConnectorException(DataPlugin.Util.getString("UserIdentityFac=
tory.single_identity_not_supported")); //$NON-NLS-1$
}
- return new UserIdentity(context);
+ Object payload =3D context.getTrustedPayload();
+ if (!(payload instanceof CredentialMap)) {
+ if (useCredentialMap) {
+ throw new ConnectorException(DataPlugin.Util.getString("UserIdentityFa=
ctory.single_identity_not_supported")); //$NON-NLS-1$
+ }
+ return new SingleIdentity();
+ }
+ CredentialMap credMap =3D (CredentialMap)payload;
+ String user =3D credMap.getUser(connectorName);
+ String password =3D credMap.getPassword(connectorName);
+ if (user =3D=3D null || password =3D=3D null) {
+ throw new ConnectorException("Payload missing credentials for " + conne=
ctorName); //$NON-NLS-1$
+ }
+ return new UserIdentity(context.getUser(), user, password);
}
=
+ public void setConnectorName(String connectorName) {
+ this.connectorName =3D connectorName;
+ }
+ =
+ public void setUseCredentialMap(boolean useCredentialMap) {
+ this.useCredentialMap =3D useCredentialMap;
+ }
+ =
+ public void setAdminConnectionsAllowed(boolean adminConnectionsAllowed) {
+ this.adminConnectionsAllowed =3D adminConnectionsAllowed;
+ }
+ =
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/intern=
al/ConnectorPropertyNames.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/internal/Con=
nectorPropertyNames.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/internal/Con=
nectorPropertyNames.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -81,42 +81,25 @@
public static final String CONNECTOR_ID =3D "ConnectorID"; //$NON-NLS-=
1$
=
/**
- * The environment property used as a flag to deregister the driver
- */
- public static final String DEREGISTER_DRIVER =3D "deregisterDriver"; /=
/$NON-NLS-1$
- =
- /**
- * The environment property used as a flag to deregister the driver by=
ClassLoader
- */
- public static final String DEREGISTER_BY_CLASSLOADER =3D "deregisterBy=
ClassLoader"; //$NON-NLS-1$
- =
- /**
- * The environment property used as a flag to deregister the driver by=
ClassName
- */
- public static final String DEREGISTER_BY_CLASSNAME =3D "deregisterByCl=
assName"; //$NON-NLS-1$
- =
- /**
- * The environment property used to identify a class loader to load co=
nnector.
- * The default class loader will be used if it is not defined.
- * This is an optional property.
- * @since 4.0
- */
- public static final String CONNECTOR_CLASS_LOADER =3D "ConnectorClassL=
oader"; //$NON-NLS-1$
-
- /**
* The name of the VM where the connector is running on.
* @since 4.0
*/
public static final String CONNECTOR_VM_NAME =3D "ConnectorVMName"; //=
$NON-NLS-1$
=
- public static final String USE_RESULTSET_CACHE =3D "ResultSetCacheEnab=
led"; //$NON-NLS-1$
- public static final String MAX_RESULTSET_CACHE_SIZE =3D "ResultSetCach=
eMaxSize"; //$NON-NLS-1$
- public static final String MAX_RESULTSET_CACHE_AGE =3D "ResultSetCache=
MaxAge"; //$NON-NLS-1$
- public static final String RESULTSET_CACHE_SCOPE =3D "ResultSetCacheSc=
ope"; //$NON-NLS-1$
-
/**
* Indicates whether the connector represents a pooled resource. If i=
t does, then
* synchronous workers will be used.
*/
public static final String SYNCH_WORKERS =3D "SynchWorkers"; //$NON-NL=
S-1$
+ =
+ public static final String USING_CUSTOM_CLASSLOADER =3D "UsingCustomCl=
assloader"; //$NON-NLS-1$
+ =
+ public static final String CONNECTOR_CLASSPATH =3D "ConnectorClassPath=
"; //$NON-NLS-1$
+ =
+ public static final String IS_XA =3D "IsXA"; //$NON-NLS-1$
+ =
+ public static final String USE_CREDENTIALS_MAPS =3D "UseCredentialMaps=
"; //$NON-NLS-1$
+ =
+ public static final String ADMIN_CONNECTIONS_ALLOWED =3D "AdminConnect=
ionsAllowed"; //$NON-NLS-1$
+
}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/ConnectionListener.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/ConnectionListener.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/ConnectionListener.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,48 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.jdbc;
-
-import java.sql.Connection;
-
-import com.metamatrix.connector.api.ConnectorEnvironment;
-
-/**
- * Connection listner for the life cycle events for the connection =
- */
-public interface ConnectionListener {
- =
- /**
- * This call will be invoked right after the connection to the datasou=
rce
- * is open by the JDBCConnectionFactory. This will invoke=
d every =
- * connection in pool.
- * @param connection
- */
- void afterConnectionCreation(Connection connection, ConnectorEnvironme=
nt env);
- /**
- * This call will be invoked just before the connection to the datasou=
rce
- * is relased to the connection pool or closed, which ever action take=
n by
- * the JDBCConnectionFactory =
- * @param connection
- */ =
- void beforeConnectionClose(Connection connection, ConnectorEnvironment=
env );
-}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/ConnectionQueryStrategy.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/ConnectionQueryStrategy.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/ConnectionQueryStrategy.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,66 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.connector.jdbc;
-
-import java.sql.Connection;
-import java.sql.SQLException;
-import java.sql.Statement;
-
-/**
- * Connection strategy that tests a connection by running a test query. =
- */
-public class ConnectionQueryStrategy implements ConnectionStrategy{
- private String connTestquery;
- =
- public ConnectionQueryStrategy(String query){
- this.connTestquery =3D query;
- } =
- =
- /**
- * @see com.metamatrix.connector.jdbc.ConnectionStrategy#isConnectionA=
live()
- */
- public boolean isConnectionAlive(Connection connection) {
- Statement statement =3D null;
- try {
- if(connection.isClosed()){
- return false;
- } =
- statement =3D connection.createStatement();
- statement.executeQuery(connTestquery);
- } catch(SQLException e) {
- return false;
- } finally {
- if ( statement !=3D null ) {
- try {
- statement.close();
- statement=3Dnull;
- } catch ( SQLException e ) {
- }
- }
- }
- return true;
- }
- =
-}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/ConnectionStrategy.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/ConnectionStrategy.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/ConnectionStrategy.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,36 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.connector.jdbc;
-
-import java.sql.Connection;
-
-public interface ConnectionStrategy {
- =
- /**
- * @return true if the connection is alive. false if the connection i=
s closed or failed. =
- */
- boolean isConnectionAlive(Connection connection);
- =
-}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/DefaultConnectionListener.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/DefaultConnectionListener.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/DefaultConnectionListener.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,75 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.jdbc;
-
-import java.sql.Connection;
-import java.sql.DatabaseMetaData;
-import java.sql.SQLException;
-
-import com.metamatrix.connector.api.ConnectorEnvironment;
-
-/**
- * A default connection listener object, on a given connection factory. =
- * @author Ramesh Reddy
- */
-public class DefaultConnectionListener implements ConnectionListener {
- // Since this going to used inside a pool, we would like to report on=
ly once =
- boolean alreadyReportedDetails =3D false; =
-
- /**
- * defect request 13979 & 13978
- */
- public void afterConnectionCreation(Connection connection, ConnectorEn=
vironment env) {
- =
- if (alreadyReportedDetails) {
- return; =
- }
- =
- alreadyReportedDetails =3D true;
- // now dig some details about this driver/database for log.
- try {
- StringBuffer sb =3D new StringBuffer();
- DatabaseMetaData dbmd =3D connection.getMetaData();
- sb.append("Commit=3D").append(connection.getAutoCommit()); //$=
NON-NLS-1$
- sb.append(";DatabaseProductName=3D").append(dbmd.getDatabasePr=
oductName()); //$NON-NLS-1$
- sb.append(";DatabaseProductVersion=3D").append(dbmd.getDatabas=
eProductVersion()); //$NON-NLS-1$
- sb.append(";DriverMajorVersion=3D").append(dbmd.getDriverMajor=
Version()); //$NON-NLS-1$
- sb.append(";DriverMajorVersion=3D").append(dbmd.getDriverMinor=
Version()); //$NON-NLS-1$
- sb.append(";DriverName=3D").append(dbmd.getDriverName()); //$N=
ON-NLS-1$
- sb.append(";DriverVersion=3D").append(dbmd.getDriverVersion())=
; //$NON-NLS-1$
- sb.append(";IsolationLevel=3D").append(dbmd.getDefaultTransact=
ionIsolation()); //$NON-NLS-1$
- =
- env.getLogger().logInfo(sb.toString());
- } catch (SQLException e) {
- String errorStr =3D JDBCPlugin.Util.getString("ConnectionListe=
ner.failed_to_report_jdbc_connection_details"); //$NON-NLS-1$ =
- env.getLogger().logInfo(errorStr); =
- }
- =
- }
-
- /**
- * defect request 13979 & 13978
- */
- public void beforeConnectionClose(Connection connection, ConnectorEnvi=
ronment env) {
- }
-}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCBaseExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCBaseExecution.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCBaseExecution.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -37,11 +37,10 @@
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.basic.BasicExecution;
-import com.metamatrix.connector.jdbc.extension.ResultsTranslator;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
-import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
+import com.metamatrix.connector.identity.ConnectorIdentity;
+import com.metamatrix.connector.jdbc.translator.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.connector.language.ICommand;
-import com.metamatrix.connector.pool.ConnectorIdentity;
=
/**
*/
@@ -53,8 +52,7 @@
=
// Passed to constructor
protected Connection connection;
- protected SQLTranslator sqlTranslator;
- protected ResultsTranslator resultsTranslator;
+ protected Translator sqlTranslator;
protected ConnectorIdentity id;
protected ConnectorLogger logger;
protected ExecutionContext context;
@@ -71,14 +69,12 @@
// =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
=
protected JDBCBaseExecution(Connection connection,
- SQLTranslator sqlTranslator,
- ResultsTranslator resultsTranslator,
+ Translator sqlTranslator,
ConnectorLogger logger,
Properties props,
ExecutionContext context) {
this.connection =3D connection;
this.sqlTranslator =3D sqlTranslator;
- this.resultsTranslator =3D resultsTranslator;
this.logger =3D logger;
this.context =3D context;
=
@@ -88,7 +84,7 @@
}
=
fetchSize =3D PropertiesUtils.getIntProperty(props, JDBCPropertyNa=
mes.FETCH_SIZE, context.getBatchSize());
- int max =3D resultsTranslator.getMaxResultRows();
+ int max =3D sqlTranslator.getMaxResultRows();
if (max > 0) {
fetchSize =3D Math.min(fetchSize, max);
}
@@ -224,8 +220,8 @@
}
=
protected void setSizeContraints(Statement statement) throws SQLExcept=
ion {
- if (resultsTranslator.getMaxResultRows() > 0) {
- statement.setMaxRows(resultsTranslator.getMaxResultRows());
+ if (sqlTranslator.getMaxResultRows() > 0) {
+ statement.setMaxRows(sqlTranslator.getMaxResultRows());
}
statement.setFetchSize(fetchSize);
}
@@ -270,7 +266,7 @@
return this.connection;
}
=
- public SQLTranslator getSqlTranslator() {
+ public Translator getSqlTranslator() {
return sqlTranslator;
}
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCConnector.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCConnector.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -24,66 +24,119 @@
*/
package com.metamatrix.connector.jdbc;
=
+import java.lang.reflect.InvocationHandler;
+import java.lang.reflect.Method;
+import java.lang.reflect.Proxy;
+import java.sql.Driver;
+import java.sql.DriverManager;
+import java.sql.SQLException;
+import java.util.Enumeration;
+import java.util.Properties;
+
+import javax.sql.DataSource;
+import javax.sql.XADataSource;
+
+import com.metamatrix.common.util.PropertiesUtils;
+import com.metamatrix.connector.DataPlugin;
import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.api.Connector;
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
+import com.metamatrix.connector.api.CredentialMap;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ConnectorAnnotations.ConnectionPooling;
-import com.metamatrix.connector.pool.ConnectorIdentity;
-import com.metamatrix.connector.pool.ConnectorIdentityFactory;
+import com.metamatrix.connector.identity.ConnectorIdentity;
+import com.metamatrix.connector.identity.ConnectorIdentityFactory;
+import com.metamatrix.connector.identity.SingleIdentity;
+import com.metamatrix.connector.identity.UserIdentity;
+import com.metamatrix.connector.internal.ConnectorPropertyNames;
+import com.metamatrix.connector.jdbc.translator.Translator;
+import com.metamatrix.connector.jdbc.xa.JDBCSourceXAConnection;
+import com.metamatrix.connector.jdbc.xa.XAJDBCPropertyNames;
+import com.metamatrix.connector.xa.api.TransactionContext;
+import com.metamatrix.connector.xa.api.XAConnection;
+import com.metamatrix.connector.xa.api.XAConnector;
+import com.metamatrix.core.MetaMatrixCoreException;
+import com.metamatrix.core.util.ReflectionHelper;
=
/**
* JDBC implementation of Connector interface.
*/
@ConnectionPooling
-public class JDBCConnector implements Connector, ConnectorIdentityFactory {
- protected ConnectorEnvironment environment;
+public class JDBCConnector implements XAConnector, ConnectorIdentityFactor=
y {
+ =
+ public static final String INVALID_AUTHORIZATION_SPECIFICATION_NO_SUBC=
LASS =3D "28000"; //$NON-NLS-1$
+
+ static final int NO_ISOLATION_LEVEL_SET =3D Integer.MIN_VALUE;
+
+ enum TransactionIsolationLevel {
+ TRANSACTION_READ_UNCOMMITTED(java.sql.Connection.TRANSACTION_READ_=
UNCOMMITTED),
+ TRANSACTION_READ_COMMITTED(java.sql.Connection.TRANSACTION_READ_CO=
MMITTED),
+ TRANSACTION_REPEATABLE_READ(java.sql.Connection.TRANSACTION_REPEAT=
ABLE_READ),
+ TRANSACTION_SERIALIZABLE(java.sql.Connection.TRANSACTION_SERIALIZA=
BLE),
+ TRANSACTION_NONE(java.sql.Connection.TRANSACTION_NONE);
+
+ private int connectionContant;
+
+ private TransactionIsolationLevel(int connectionConstant) {
+ this.connectionContant =3D connectionConstant;
+ }
+ =
+ public int getConnectionConstant() {
+ return connectionContant;
+ }
+ }
+ =
+ protected ConnectorEnvironment environment;
private ConnectorLogger logger;
- private JDBCSourceConnectionFactory factory;
private ConnectorCapabilities capabilities;
+ private Translator sqlTranslator;
+ private DataSource ds;
+ private XADataSource xaDs;
+ private int transIsoLevel =3D NO_ISOLATION_LEVEL_SET;
=
- static ConnectorCapabilities createCapabilities(ConnectorEnvironment envi=
ronment, ClassLoader loader)
+ private boolean useCredentialMap;
+ private boolean adminConnectionsAllowed =3D true;
+ private String connectorName;
+ =
+ @Override
+ public ConnectorIdentity createIdentity(ExecutionContext context)
throws ConnectorException {
- //create Capabilities
- String className =3D environment.getProperties().getProperty(JDBCP=
ropertyNames.EXT_CAPABILITY_CLASS); =
- if(className =3D=3D null){
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnection.Property_{0}_is_required,_but_not_defined_1", JDBCPropertyNa=
mes.EXT_CAPABILITY_CLASS)); //$NON-NLS-1$
- }
- =
- try {
- Class capabilitiesClass =3D loader.loadClass(className);
- ConnectorCapabilities result =3D (ConnectorCapabilities) capabilitiesCl=
ass.newInstance();
- if(result instanceof JDBCCapabilities) {
- String setCriteriaBatchSize =3D environment.getProperties().g=
etProperty(JDBCPropertyNames.SET_CRITERIA_BATCH_SIZE);
- if(setCriteriaBatchSize !=3D null) {
- int maxInCriteriaSize =3D Integer.parseInt(setCriteriaBat=
chSize);
- if(maxInCriteriaSize > 0) {
- ((JDBCCapabilities)result).setMaxInCriteriaSize(maxIn=
CriteriaSize);
- }
- } =
- }
- return result;
- } catch (Exception e) {
- throw new ConnectorException(e);
+ if (context =3D=3D null) {
+ if (adminConnectionsAllowed) {
+ return new SingleIdentity();
+ }
+ throw new ConnectorException(DataPlugin.Util.getString("UserIdentityFac=
tory.single_identity_not_supported")); //$NON-NLS-1$
}
+ Object payload =3D context.getTrustedPayload();
+ if (!(payload instanceof CredentialMap)) {
+ if (useCredentialMap) {
+ throw new ConnectorException(JDBCPlugin.Util.getString("JDBCUserIdenti=
tyConnectionFactory.Unable_to_get_credentials")); //$NON-NLS-1$
+ }
+ return new SingleIdentity();
+ }
+ CredentialMap credMap =3D (CredentialMap)payload;
+ String user =3D credMap.getUser(connectorName);
+ String password =3D credMap.getPassword(connectorName);
+ if (user =3D=3D null || password =3D=3D null) {
+ throw new ConnectorException("Payload missing credentials for " + conne=
ctorName); //$NON-NLS-1$
+ }
+ return new UserIdentity(context.getUser(), user, password);
}
-
- public void stop() { =
- cleanUp();
- =
- logger.logInfo(JDBCPlugin.Util.getString("JDBCConnector.JDBCConnec=
tor_stopped._3")); //$NON-NLS-1$
- }
+ =
+ public void setConnectorName(String connectorName) {
+ this.connectorName =3D connectorName;
+ }
+ =
+ public void setUseCredentialMap(boolean useCredentialMap) {
+ this.useCredentialMap =3D useCredentialMap;
+ }
+ =
+ public void setAdminConnectionsAllowed(boolean adminConnectionsAllowed) {
+ this.adminConnectionsAllowed =3D adminConnectionsAllowed;
+ }
=
- public void cleanUp() {
- //Shutdown Factory
- if(this.factory !=3D null) {
- this.factory.shutdown();
- }
- }
-
@Override
public void start(ConnectorEnvironment environment)
throws ConnectorException {
@@ -93,42 +146,289 @@
logger.logInfo(JDBCPlugin.Util.getString("JDBCConnector.JDBCConnec=
tor_initialized._1")); //$NON-NLS-1$
=
capabilities =3D createCapabilities(environment, Thread.currentThr=
ead().getContextClassLoader());
- String scfClassName =3D environment.getProperties().getProperty(JD=
BCPropertyNames.EXT_CONNECTION_FACTORY_CLASS, "com.metamatrix.connector.jdb=
c.JDBCSingleIdentityConnectionFactory"); //$NON-NLS-1$
=
+ Properties connectionProps =3D environment.getProperties();
+
+ // Get the JDBC properties ...
+ String dataSourceClassName =3D connectionProps.getProperty(JDBCPro=
pertyNames.CONNECTION_SOURCE_CLASS);
+ =
+ // Verify required items
+ if (dataSourceClassName =3D=3D null || dataSourceClassName.trim().=
length() =3D=3D 0) {
+ throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.Missing_JDBC_driver_class_name_1")); //$NON-NLS-1$
+ }
+ dataSourceClassName =3D dataSourceClassName.trim();
+
+ String levelStr =3D connectionProps.getProperty(JDBCPropertyNames.=
TRANSACTION_ISOLATION_LEVEL);
+ =
+ if(levelStr !=3D null && levelStr.trim().length() !=3D 0){
+ transIsoLevel =3D TransactionIsolationLevel.valueOf(levelStr.toUp=
perCase()).getConnectionConstant();
+ }
+ =
try {
- //create source connection factory
- Class scfClass =3D Thread.currentThread().getContextClassLoade=
r().loadClass(scfClassName);
- this.factory =3D (JDBCSourceConnectionFactory) scfClass.newIns=
tance();
- factory.initialize(environment);
- } catch (ClassNotFoundException e1) {
- throw new ConnectorException(e1);
- } catch (InstantiationException e2) {
- throw new ConnectorException(e2);
- } catch (IllegalAccessException e3) {
- throw new ConnectorException(e3);
- } catch (ConnectorException e5) {
- this.cleanUp();
- throw e5;
+ String className =3D environment.getProperties().getProperty(J=
DBCPropertyNames.EXT_TRANSLATOR_CLASS, Translator.class.getName()); =
+ this.sqlTranslator =3D (Translator)ReflectionHelper.create(cla=
ssName, null, Thread.currentThread().getContextClassLoader());
+ } catch (MetaMatrixCoreException e) {
+ throw new ConnectorException(e);
}
+ sqlTranslator.initialize(environment);
+ =
+ if (this.adminConnectionsAllowed) {
+ testConnection();
+ }
=
logger.logInfo(JDBCPlugin.Util.getString("JDBCConnector.JDBCConnec=
tor_started._4")); //$NON-NLS-1$
}
+ =
+ private void testConnection() throws ConnectorException {
+ Connection connection =3D null;
+ try {
+ connection =3D getConnection(null);
+ } catch (ConnectorException e) {
+ SQLException ex =3D (SQLException)e.getCause();
+ String sqlState =3D ex.getSQLState();
+ if (sqlState !=3D null && INVALID_AUTHORIZATION_SPECIFICATION_=
NO_SUBCLASS.equals(sqlState)) {
+ throw e;
+ }
+ this.logger.logError(e.getMessage(), e);
+ } finally {
+ if (connection !=3D null) {
+ connection.close();
+ }
+ }
+ }
+ =
+ @Override
+ public void stop() { =
+ /*
+ * attempt to deregister drivers that may have been implicitly registered
+ * with the driver manager
+ */
+ Enumeration drivers =3D DriverManager.getDrivers();
=
- /*
- * @see com.metamatrix.data.Connector#getConnection(com.metamatrix.dat=
a.SecurityContext)
- */
+ String driverClassname =3D this.environment.getProperties().getPro=
perty(JDBCPropertyNames.CONNECTION_SOURCE_CLASS);
+ boolean usingCustomClassLoader =3D PropertiesUtils.getBooleanPrope=
rty(this.environment.getProperties(), ConnectorPropertyNames.USING_CUSTOM_C=
LASSLOADER, false);
+
+ while(drivers.hasMoreElements()){
+ Driver tempdriver =3D (Driver)drivers.nextElement();
+ if(tempdriver.getClass().getClassLoader() !=3D this.getClass()=
.getClassLoader()) {
+ continue;
+ }
+ if(usingCustomClassLoader || tempdriver.getClass().getName().e=
quals(driverClassname)) {
+ try {
+ DriverManager.deregisterDriver(tempdriver);
+ } catch (Throwable e) {
+ this.environment.getLogger().logError(e.getMessage());
+ }
+ }
+ }
+ =
+ logger.logInfo(JDBCPlugin.Util.getString("JDBCConnector.JDBCConnec=
tor_stopped._3")); //$NON-NLS-1$
+ }
+ =
+ @Override
public Connection getConnection(ExecutionContext context) throws Conne=
ctorException {
- return factory.getConnection(context);
+ DataSource dataSource =3D getDataSource();
+ if (dataSource =3D=3D null) {
+ return getXAConnection(context, null);
+ }
+ java.sql.Connection conn =3D null;
+ try { =
+ if (context =3D=3D null || context.getConnectorIdentity() instanceof Si=
ngleIdentity) {
+ conn =3D dataSource.getConnection();
+ } else if (context.getConnectorIdentity() instanceof UserIdentity) {
+ UserIdentity id =3D (UserIdentity)context.getConnectorIdentity();
+ conn =3D dataSource.getConnection(id.getMappedUser(), id.getPassword()=
);
+ }
+ setDefaultTransactionIsolationLevel(conn);
+ } catch (SQLException e) {
+ throw new ConnectorException(e);
+ }
+ return new JDBCSourceConnection(conn, this.environment, sqlTranslator);
}
+ =
+ @Override
+ public XAConnection getXAConnection(
+ ExecutionContext context,
+ TransactionContext transactionContext) throws ConnectorException {
+ XADataSource xaDataSource =3D getXADataSource();
+ if (xaDataSource =3D=3D null) {
+ throw new UnsupportedOperationException("Connector is not XA capable");
+ }
+ javax.sql.XAConnection conn =3D null;
+ try {
+ if (context =3D=3D null || context.getConnectorIdentity() instanceof Si=
ngleIdentity) {
+ conn =3D xaDataSource.getXAConnection();
+ } else if (context.getConnectorIdentity() instanceof UserIdentity) {
+ UserIdentity id =3D (UserIdentity)context.getConnectorIdentity();
+ conn =3D xaDataSource.getXAConnection(id.getMappedUser(), id.getPasswo=
rd());
+ }
+ java.sql.Connection c =3D conn.getConnection();
+ setDefaultTransactionIsolationLevel(c);
+ return new JDBCSourceXAConnection(c, conn, this.environment, sqlTransla=
tor);
+ } catch (SQLException e) {
+ throw new ConnectorException(e);
+ }
+ }
=
@Override
public ConnectorCapabilities getCapabilities() {
return capabilities;
}
=
- @Override
- public ConnectorIdentity createIdentity(ExecutionContext context)
- throws ConnectorException {
- return factory.createIdentity(context);
+ static ConnectorCapabilities createCapabilities(ConnectorEnvironment envi=
ronment, ClassLoader loader)
+ throws ConnectorException {
+ //create Capabilities
+ String className =3D environment.getProperties().getProperty(JDBCPropert=
yNames.EXT_CAPABILITY_CLASS, JDBCCapabilities.class.getName()); =
+ try {
+ ConnectorCapabilities result =3D (ConnectorCapabilities)ReflectionHe=
lper.create(className, null, loader);
+ if(result instanceof JDBCCapabilities) {
+ String setCriteriaBatchSize =3D environment.getProperties().getP=
roperty(JDBCPropertyNames.SET_CRITERIA_BATCH_SIZE);
+ if(setCriteriaBatchSize !=3D null) {
+ int maxInCriteriaSize =3D Integer.parseInt(setCriteriaBatchS=
ize);
+ if(maxInCriteriaSize > 0) {
+ ((JDBCCapabilities)result).setMaxInCriteriaSize(maxInCri=
teriaSize);
+ }
+ } =
+ }
+ return result;
+ } catch (Exception e) {
+ throw new ConnectorException(e);
+ }
}
+ =
+ protected void createDataSources(String dataSourceClassName, final Pro=
perties connectionProps) throws ConnectorException {
+ // create data source
+ Object temp =3D null;
+ try {
+ temp =3D ReflectionHelper.create(dataSourceClassName, null, Threa=
d.currentThread().getContextClassLoader());
+ } catch (MetaMatrixCoreException e) {
+ throw new ConnectorException(e,JDBCPlugin.Util.getString("JDBCSource=
ConnectionFactory.Unable_to_load_the_JDBC_driver_class_6", dataSourceClassN=
ame)); //$NON-NLS-1$
+ }
+
+ final String url =3D connectionProps.getProperty(JDBCPropertyNames=
.URL);
+ if (url =3D=3D null || url.trim().length() =3D=3D 0) {
+ throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.Missing_JDBC_database_name_3")); //$NON-NLS-1$
+ }
+ =
+ if (temp instanceof Driver) {
+ final Driver driver =3D (Driver)temp;
+ // check URL if there is one
+ validateURL(driver, url);
+ this.ds =3D (DataSource)Proxy.newProxyInstance(Thread.currentThread(=
).getContextClassLoader(), new Class[] {DataSource.class}, new InvocationHa=
ndler() {
+ @Override
+ public Object invoke(Object proxy, Method method,
+ Object[] args) throws Throwable {
+ if (method.getName().equals("getConnection")) {
+ Properties p =3D new Properties();
+ if (args.length =3D=3D 2) {
+ p.put("user", args[0]);
+ p.put("password", args[1]);
+ } else {
+ p.put("user", connectionProps.getProperty(JDBCPropertyNames.USER=
NAME));
+ p.put("password", connectionProps.getProperty(JDBCPropertyNames.=
PASSWORD));
+ }
+ return driver.connect(url, p);
+ } =
+ throw new UnsupportedOperationException("Driver DataSource proxy o=
nly provides Connections");
+ }
+ });
+ } else {
+ parseURL(url, connectionProps);
+ if (temp instanceof DataSource) {
+ this.ds =3D (DataSource)temp;
+ PropertiesUtils.setBeanProperties(this.ds, connectionProps, n=
ull);
+ } else if (temp instanceof XADataSource) {
+ this.xaDs =3D (XADataSource)temp;
+ PropertiesUtils.setBeanProperties(this.xaDs, connectionProps,=
null);
+ } else {
+ throw new ConnectorException("Specified class is not a XADataSource=
, DataSource, or Driver " + dataSourceClassName);
+ }
+ } =
+ if (this.ds instanceof XADataSource) {
+ this.xaDs =3D (XADataSource)this.ds;
+ }
+ }
+ =
+ public DataSource getDataSource() {
+ return ds;
+ }
+ =
+ public XADataSource getXADataSource() {
+ return xaDs;
+ }
+ =
+ private void validateURL(Driver driver, String url) throws ConnectorEx=
ception {
+ boolean acceptsURL =3D false;
+ try {
+ acceptsURL =3D driver.acceptsURL(url);
+ } catch ( SQLException e ) {
+ throw new ConnectorException(e);
+ }
+ if(!acceptsURL ){
+ throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.Driver__7", driver.getClass().getName(), url)); //$NO=
N-NLS-1$
+ }
+ }
+ =
+ /**
+ * Parse URL for DataSource connection properties and add to connectio=
nProps.
+ * @param url
+ * @param connectionProps
+ * @throws ConnectorException =
+ */
+ static void parseURL(final String url, final Properties connectionProp=
s) throws ConnectorException {
+ // Will be: [jdbc:mmx:dbType://aHost:aPort], [DatabaseName=3DaData=
Base], [CollectionID=3DaCollectionID], ...
+ final String[] urlParts =3D url.split(";"); //$NON-NLS-1$
+
+ // Will be: [jdbc:mmx:dbType:], [aHost:aPort]
+ final String[] protoHost =3D urlParts[0].split("//"); //$NON-NLS-1$
+
+ // Will be: [aHost], [aPort]
+ final String[] hostPort =3D protoHost[1].split(":"); //$NON-NLS-1$
+ connectionProps.setProperty(XAJDBCPropertyNames.SERVER_NAME, (Stri=
ng)hostPort[0]);
+ connectionProps.setProperty(XAJDBCPropertyNames.PORT_NUMBER, (Stri=
ng)hostPort[1]);
+
+ // For "databaseName", "SID", and all optional props
+ // (=3D;=3D;...)
+ for ( int i =3D 1; i < urlParts.length; i++ ) {
+ final String nameVal =3D (String) urlParts[i];
+ // Will be: [propName], [propVal]
+ final String[] aProp =3D nameVal.split("=3D"); //$NON-NLS-1$
+ if ( aProp.length > 1) {
+ // Set optional prop names lower case so that we can find
+ // set method names for them when we introspect the DataSo=
urce
+ connectionProps.setProperty(aProp[0].toLowerCase(), aProp[=
1]);
+ }
+ }
+ =
+ String serverName =3D connectionProps.getProperty(XAJDBCPropertyNa=
mes.SERVER_NAME);
+ String serverPort =3D connectionProps.getProperty(XAJDBCPropertyNa=
mes.PORT_NUMBER);
+ if ( serverName =3D=3D null || serverName.trim().length() =3D=3D 0 ) {
+ throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.MissingProp", //$NON-NLS-1$
+ XAJDBCPropertyNames.SERVER_NAME));
+ }
+ if ( serverPort =3D=3D null || serverPort.trim().length() =3D=3D 0=
) {
+ throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.MissingProp", //$NON-NLS-1$
+ XAJDBCPropertyNames.PORT_NUMBER));
+ }
+ =
+ // Unique resource name for this connector
+ final StringBuffer dataSourceResourceName =3D new StringBuffer(con=
nectionProps.getProperty(XAJDBCPropertyNames.DATASOURCE_NAME, "XADS")); //$=
NON-NLS-1$
+ dataSourceResourceName.append('_'); =
+ dataSourceResourceName.append(serverName);
+ dataSourceResourceName.append('_'); =
+ dataSourceResourceName.append(connectionProps.getProperty(Connecto=
rPropertyNames.CONNECTOR_ID));
+ connectionProps.setProperty( XAJDBCPropertyNames.DATASOURCE_NAME, =
dataSourceResourceName.toString());
+ }
+ =
+ public int getDefaultTransactionIsolationLevel() {
+ return this.transIsoLevel;
+ }
+ =
+ protected void setDefaultTransactionIsolationLevel(java.sql.Connection sq=
lConn)
+ throws SQLException {
+ if(getDefaultTransactionIsolationLevel() !=3D NO_ISOLATION_LEVEL_SET && =
getDefaultTransactionIsolationLevel() !=3D java.sql.Connection.TRANSACTION_=
NONE){
+ sqlConn.setTransactionIsolation(getDefaultTransactionIsolationLevel(=
));
+ }
+ }
+ =
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCProcedureExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCProcedureExecution.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCProcedureExecution.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -38,10 +38,8 @@
import com.metamatrix.connector.api.DataNotAvailableException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ProcedureExecution;
-import com.metamatrix.connector.jdbc.extension.ResultsTranslator;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
-import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
-import com.metamatrix.connector.jdbc.extension.ValueRetriever;
+import com.metamatrix.connector.jdbc.translator.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.connector.jdbc.util.JDBCExecutionHelper;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IParameter;
@@ -61,20 +59,18 @@
/**
* @param connection
* @param sqlTranslator
- * @param resultsTranslator
- * @param id
* @param logger
* @param props
+ * @param id
*/
public JDBCProcedureExecution(ICommand command,
Connection connection,
- SQLTranslator sqlTranslator,
- ResultsTranslator resultsTranslator,
+ Translator sqlTranslator,
ConnectorLogger logger,
- Properties props, RuntimeMetadata metadata,
- ExecutionContext context,
+ Properties props,
+ RuntimeMetadata metadata, ExecutionContext context,
ConnectorEnvironment env) {
- super(command, connection, sqlTranslator, resultsTranslator, logge=
r, props, context, env);
+ super(command, connection, sqlTranslator, logger, props, context, =
env);
this.metadata =3D metadata;
}
=
@@ -92,7 +88,7 @@
//create parameter index map
parameterIndexMap =3D createParameterIndexMap(procedure.getPar=
ameters(), sql);
CallableStatement cstmt =3D getCallableStatement(sql);
- results =3D resultsTranslator.executeStoredProcedure(cstmt, tr=
anslatedComm);
+ results =3D sqlTranslator.executeStoredProcedure(cstmt, transl=
atedComm);
if (results !=3D null) {
initResultSetInfo();
}
@@ -191,12 +187,11 @@
throw new ConnectorException(JDBCPlugin.Util.getString("JDBCPr=
ocedureExecution.Unexpected_exception_1")); //$NON-NLS-1$
}
try {
- ValueRetriever valueRetriver =3D this.resultsTranslator.getValueR=
etriever();
- Object value =3D valueRetriver.retrieveValue((CallableStatement)t=
his.statement, index.intValue(), parameter.getType(), calendar, env.getType=
Facility());
+ Object value =3D sqlTranslator.retrieveValue((CallableStatement)t=
his.statement, index.intValue(), parameter.getType());
if(value =3D=3D null){
return null;
}
- Object result =3D JDBCExecutionHelper.convertValue(value, para=
meter.getType(), this.resultsTranslator.getValueTranslators(), this.results=
Translator.getTypeFacility(), trimString, context);
+ Object result =3D JDBCExecutionHelper.convertValue(value, para=
meter.getType(), this.sqlTranslator.getValueTranslators(), this.sqlTranslat=
or.getTypeFacility(), trimString, context);
return result;
} catch (SQLException e) {
throw new ConnectorException(e);
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCPropertyNames.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCPropertyNames.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCPropertyNames.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -23,21 +23,13 @@
package com.metamatrix.connector.jdbc;
=
public class JDBCPropertyNames {
- public static final String DRIVER_CLASS =3D "Driver"; //$NON-NLS-1$
+ public static final String CONNECTION_SOURCE_CLASS =3D "Driver"; //$NO=
N-NLS-1$
public static final String URL =3D "URL"; //$NON-NLS-1$
public static final String USERNAME =3D "User"; //$NON-NLS-1$
public static final String PASSWORD =3D "Password"; //$NON-NLS-1$
- public static final String MAX_SQL_LENGTH =3D "MaxSQLLength"; //$NON-N=
LS-1$
=
/**
* This is the property name of the ConnectorService property that defi=
nes
- * what character, if any, will be used to wrap date type of criteria v=
alues
- * in SQL statements submitted to the data source.
- */
- public static final String DATE_WRAP_CHAR =3D "DateWrapChar"; //$NON-N=
LS-1$
-
- /**
- * This is the property name of the ConnectorService property that defi=
nes
* whether or not String type values in Criteria statements in SQL quer=
ies to
* the data source should have spaces trimmed from them.
*/
@@ -61,20 +53,6 @@
public static final String TRANSACTION_ISOLATION_LEVEL =3D "Transactio=
nIsolationLevel"; //$NON-NLS-1$
=
/**
- * This property can be used to specify a limit on the size of Blobs,=
in bytes, that =
- * will be retrieved from a source.
- * @since 3.0 =
- */
- public static final String MAX_BLOB_BYTES =3D "MaxBlobBytes"; //$N=
ON-NLS-1$
-
- /**
- * This property can be used to specify a limit on the size of Clobs,=
in characters, that =
- * will be retrieved from a source.
- * @since 3.0 =
- */
- public static final String MAX_CLOB_CHARS=3D "MaxClobChars"; //$NON-N=
LS-1$
-
- /**
* This is the property name of the ConnectorService property that def=
ines
* the time zone of the source database. This property should only be=
used in =
* cases where the source database is in a different time zone than th=
e =
@@ -92,23 +70,11 @@
=
/**
* This property is used to specify the implementation of
- * com.metamatrix.connector.jdbc.extension.SQLTranslator
+ * com.metamatrix.connector.jdbc.extension.Translator
*/
- public static final String EXT_SQL_TRANSLATOR_CLASS=3D "ExtensionSQLTr=
anslationClass"; //$NON-NLS-1$
+ public static final String EXT_TRANSLATOR_CLASS=3D "ExtensionTranslati=
onClass"; //$NON-NLS-1$
=
/**
- * This property is used to specify the implementation of
- * com.metamatrix.connector.jdbc.extension.ResultsTranslator. =
- */
- public static final String EXT_RESULTS_TRANSLATOR_CLASS=3D "ExtensionR=
esultsTranslationClass"; //$NON-NLS-1$
-
- /**
- * This property is used to specify the implementation of
- * com.metamatrix.data.pool.SourceConnectionFactory
- */
- public static final String EXT_CONNECTION_FACTORY_CLASS=3D "ExtensionC=
onnectionFactoryClass"; //$NON-NLS-1$
- =
- /**
* This property can be used to specify the fetch size used from the c=
onnector to
* its underlying source.
*/
@@ -126,5 +92,10 @@
* This property is used to turn on/off the use of the default comment=
s like
* connection id and requestid in the source SQL query.
*/
- public static final String USE_COMMENTS_SOURCE_QUERY=3D "UseCommentsIn=
SourceQuery"; //$NON-NLS-1$
+ public static final String USE_COMMENTS_SOURCE_QUERY=3D "UseCommentsIn=
SourceQuery"; //$NON-NLS-1$ =
+ =
+ public static final String CONNECTION_TEST_QUERY =3D "ConnectionTestQu=
ery"; //$NON-NLS-1$
+ =
+ public static final String IS_VALID_TIMEOUT =3D "IsValidTimeout"; //$N=
ON-NLS-1$
+
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCQueryExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCQueryExecution.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCQueryExecution.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -32,10 +32,8 @@
import java.sql.SQLException;
import java.sql.Types;
import java.util.ArrayList;
-import java.util.Calendar;
import java.util.List;
import java.util.Properties;
-import java.util.TimeZone;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
@@ -45,9 +43,8 @@
import com.metamatrix.connector.api.ResultSetExecution;
import com.metamatrix.connector.api.TypeFacility;
import com.metamatrix.connector.api.ValueTranslator;
-import com.metamatrix.connector.jdbc.extension.ResultsTranslator;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
-import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.connector.jdbc.util.JDBCExecutionHelper;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IQueryCommand;
@@ -63,7 +60,6 @@
=
protected ResultSet results;
protected Class[] columnDataTypes;
- protected Calendar calendar;
protected ConnectorEnvironment env;
protected ICommand command;
private boolean[] transformKnown;
@@ -76,22 +72,13 @@
// =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
=
public JDBCQueryExecution(ICommand command, Connection connection,
- SQLTranslator sqlTranslator,
- ResultsTranslator resultsTranslator,
+ Translator sqlTranslator,
ConnectorLogger logger,
Properties props,
ExecutionContext context,
ConnectorEnvironment env) {
- super(connection, sqlTranslator, resultsTranslator, logger, props,=
context);
+ super(connection, sqlTranslator, logger, props, context);
this.command =3D command;
- TimeZone dbmsTimeZone =3D resultsTranslator.getDatabaseTimezone();
-
- if (dbmsTimeZone !=3D null) {
- calendar =3D Calendar.getInstance(dbmsTimeZone);
- } else {
- calendar =3D Calendar.getInstance();
- }
- =
this.env =3D env;
}
=
@@ -111,7 +98,7 @@
results =3D getStatement().executeQuery(sql);
} else {
PreparedStatement pstatement =3D getPreparedStatement(sql);
- resultsTranslator.bindPreparedStatementValues(this.connect=
ion, pstatement, translatedComm);
+ sqlTranslator.bindPreparedStatementValues(this.connection,=
pstatement, translatedComm);
results =3D pstatement.executeQuery();
} =
addStatementWarnings();
@@ -154,13 +141,13 @@
=
for (int i =3D 0; i < columnDataTypes.length; i++) {
// Convert from 0-based to 1-based
- Object value =3D resultsTranslator.getValueRetriever()=
.retrieveValue(results, i+1, columnDataTypes[i], calendar, env.getTypeFacil=
ity());
+ Object value =3D sqlTranslator.retrieveValue(results, =
i+1, columnDataTypes[i]);
if(value !=3D null) {
// Determine transformation if unknown
if(! transformKnown[i]) {
Class valueType =3D value.getClass();
if(!columnDataTypes[i].isAssignableFrom(valueT=
ype)) {
- transforms[i] =3D JDBCExecutionHelper.dete=
rmineTransformation(valueType, columnDataTypes[i], resultsTranslator.getVal=
ueTranslators(), resultsTranslator.getTypeFacility());
+ transforms[i] =3D JDBCExecutionHelper.dete=
rmineTransformation(valueType, columnDataTypes[i], sqlTranslator.getValueTr=
anslators(), sqlTranslator.getTypeFacility());
}
transformKnown[i] =3D true;
}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/JDBCSingleIdentityConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCSingleIdentityConnectionFactory.java 2009-02-23 16:17:44 UTC (rev =
480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCSingleIdentityConnectionFactory.java 2009-02-23 17:43:19 UTC (rev =
481)
@@ -1,116 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.connector.jdbc;
-
-import java.sql.Driver;
-import java.sql.SQLException;
-import java.util.Properties;
-
-import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.api.ConnectorLogger;
-import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.pool.SingleIdentityFactory;
-
-/**
- * Factory to create JDBCSourceConnection for SingleIdentity.
- */
-public class JDBCSingleIdentityConnectionFactory extends JDBCSourceConnect=
ionFactory {
- public static final String INVALID_AUTHORIZATION_SPECIFICATION_NO_SUBC=
LASS =3D "28000"; //$NON-NLS-1$
- private Driver driver;
- private String url;
- private int transIsoLevel;
- private Properties userProps;
- protected ConnectionListener connectionListener =3D new DefaultConnect=
ionListener();
- private ConnectorLogger logger;
-
- public JDBCSingleIdentityConnectionFactory() {
- super(new SingleIdentityFactory());
- }
- =
- public void initialize(ConnectorEnvironment env) throws ConnectorExcep=
tion {
- super.initialize(env);
- verifyConnectionProperties(env.getProperties());
- logger =3D env.getLogger();
- // attempt to get a connection to verify that properties are valid
- testConnection();
- }
- =
- protected void verifyConnectionProperties(Properties connectionProps) =
throws ConnectorException{
- // Find driver =
- String driverClassName =3D connectionProps.getProperty(JDBCPropert=
yNames.DRIVER_CLASS);
- driver =3D createDriver(driverClassName);
-
- // check URL
- url =3D connectionProps.getProperty(JDBCPropertyNames.URL);
- validateURL(driver, url);
-
- // Build connection properties from user name and password
- String username =3D connectionProps.getProperty(JDBCPropertyNames.=
USERNAME);
- String password =3D connectionProps.getProperty(JDBCPropertyNames.=
PASSWORD);
- userProps =3D new Properties();
- if (username !=3D null && username.trim().length() > 0) {
- userProps.setProperty("user", username.trim()); //$NON-NLS-1$
- }
-
- if ( password !=3D null && password.trim().length() > 0 ) {
- userProps.setProperty("password", password.trim()); //$NON-NLS=
-1$
- }
- =
- transIsoLevel =3D interpretTransactionIsolationLevel( connectionPr=
ops.getProperty(JDBCPropertyNames.TRANSACTION_ISOLATION_LEVEL)); =
- }
- =
- private void testConnection() throws ConnectorException {
- try {
- Connection connection =3D getConnection(null);
- connection.close();
- } catch (ConnectorException e) {
- SQLException ex =3D (SQLException)e.getCause();
- String sqlState =3D ex.getSQLState();
- if (sqlState !=3D null && INVALID_AUTHORIZATION_SPECIFICATION_=
NO_SUBCLASS.equals(sqlState)) {
- throw e;
- }
- this.logger.logError(e.getMessage(), e);
- } =
- }
- =
- public Connection getConnection(ExecutionContext ctx) throws Connector=
Exception {
- return createJDBCConnection(driver, url, transIsoLevel, userProps);
- }
-
- protected int getTransactionIsolation(){
- return this.transIsoLevel;
- }
- =
- /**
- * Connection Listener only used in the SingleIdentityConnections for =
now.
- * @see com.metamatrix.connector.jdbc.JDBCSourceConnectionFactory#getC=
onnectionListener()
- */
- protected ConnectionListener getConnectionListener() {
- return connectionListener;
- }
- =
-}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCSourceConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCSourceConnection.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCSourceConnection.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -24,7 +24,9 @@
*/
package com.metamatrix.connector.jdbc;
=
+import java.sql.Connection;
import java.sql.SQLException;
+import java.sql.Statement;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
@@ -34,91 +36,91 @@
import com.metamatrix.connector.api.ResultSetExecution;
import com.metamatrix.connector.api.UpdateExecution;
import com.metamatrix.connector.basic.BasicConnection;
-import com.metamatrix.connector.jdbc.extension.ResultsTranslator;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
+import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IProcedure;
import com.metamatrix.connector.language.IQueryCommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.connector.pool.PoolAwareConnection;
=
/**
* =
*/
-public class JDBCSourceConnection extends BasicConnection implements PoolA=
wareConnection {
+public class JDBCSourceConnection extends BasicConnection {
protected java.sql.Connection physicalConnection;
protected ConnectorEnvironment environment;
private ConnectorLogger logger;
- private ConnectionStrategy connectionStrategy;
- private ConnectionListener connectionListener;
- private SQLTranslator sqlTranslator;
- private ResultsTranslator resultsTranslator;
+ private Translator sqlTranslator;
=
- /**
- * @param connection
- */
- public JDBCSourceConnection(java.sql.Connection connection, ConnectorE=
nvironment environment, ConnectionStrategy connectionStrategy, ResultsTrans=
lator resultsTranslator, SQLTranslator sqlTranslator) throws ConnectorExcep=
tion{
- this(connection, environment, connectionStrategy, null, resultsTra=
nslator, sqlTranslator);
- }
- =
- public JDBCSourceConnection(java.sql.Connection connection, ConnectorE=
nvironment environment, ConnectionStrategy connectionStrategy, ConnectionLi=
stener connectionListener, ResultsTranslator resultsTranslator, SQLTranslat=
or sqlTranslator) throws ConnectorException {
- physicalConnection =3D connection;
+ public JDBCSourceConnection(java.sql.Connection connection, ConnectorE=
nvironment environment, Translator sqlTranslator) throws ConnectorException=
{
+ this.physicalConnection =3D connection;
this.environment =3D environment;
this.logger =3D environment.getLogger();
- this.connectionStrategy =3D connectionStrategy;
- this.connectionListener =3D connectionListener;
- =
-
- // notify the listner that coneection created
- if (this.connectionListener !=3D null) { =
- this.connectionListener.afterConnectionCreation(this.physicalC=
onnection, this.environment);
- }
+ this.sqlTranslator =3D sqlTranslator;
+ this.sqlTranslator.afterConnectionCreation(connection);
}
=
@Override
public ResultSetExecution createResultSetExecution(IQueryCommand comma=
nd,
ExecutionContext executionContext, RuntimeMetadata metadata)
throws ConnectorException {
- return new JDBCQueryExecution(command, this.physicalConnection, sqlTr=
anslator, resultsTranslator, logger, this.environment.getProperties(), exec=
utionContext, this.environment);
+ return new JDBCQueryExecution(command, this.physicalConnection, sqlTr=
anslator, logger, this.environment.getProperties(), executionContext, this.=
environment);
}
=
@Override
public ProcedureExecution createProcedureExecution(IProcedure command,
ExecutionContext executionContext, RuntimeMetadata metadata)
throws ConnectorException {
- return new JDBCProcedureExecution(command, this.physicalConnection, s=
qlTranslator, resultsTranslator, logger, this.environment.getProperties(), =
metadata, executionContext, this.environment);
+ return new JDBCProcedureExecution(command, this.physicalConnection, s=
qlTranslator, logger, this.environment.getProperties(), metadata, execution=
Context, this.environment);
}
=
@Override
public UpdateExecution createUpdateExecution(ICommand command,
ExecutionContext executionContext, RuntimeMetadata metadata)
throws ConnectorException {
- return new JDBCUpdateExecution(command, this.physicalConnection, sqlT=
ranslator, resultsTranslator, logger, this.environment.getProperties(), exe=
cutionContext); =
+ return new JDBCUpdateExecution(command, this.physicalConnection, sqlT=
ranslator, logger, this.environment.getProperties(), executionContext); =
}
=
@Override
public void close() {
- try {
- // notify the listener that connection being destroyed
- if (connectionListener !=3D null) { =
- connectionListener.beforeConnectionClose(physicalConnectio=
n, environment);
- }
+ closeSourceConnection();
+ }
+
+ protected void closeSourceConnection() {
+ try {
this.physicalConnection.close();
} catch(SQLException e) {
logger.logDetail("Exception during close: " + e.getMessage());
}
- }
+ }
=
@Override
public boolean isAlive() {
- if (connectionStrategy =3D=3D null) {
- try {
- return !this.physicalConnection.isClosed();
- } catch (SQLException e) {
+ Connection connection =3D this.physicalConnection;
+ Statement statement =3D null;
+ try {
+ int timeout =3D this.sqlTranslator.getIsValidTimeout();
+ if (timeout >=3D 0) {
+ return connection.isValid(timeout);
+ }
+ if(connection.isClosed()){
return false;
+ } =
+ String connectionTestQuery =3D sqlTranslator.getConnectionTest=
Query();
+ if (connectionTestQuery !=3D null) {
+ statement =3D connection.createStatement();
+ statement.executeQuery(connectionTestQuery);
}
+ } catch(SQLException e) {
+ return false;
+ } finally {
+ if ( statement !=3D null ) {
+ try {
+ statement.close();
+ } catch ( SQLException e ) {
+ }
+ }
}
- return connectionStrategy.isConnectionAlive(this.physicalConnectio=
n);
+ return true;
}
=
@Override
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/JDBCSourceConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCSourceConnectionFactory.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCSourceConnectionFactory.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,230 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.connector.jdbc;
-
-import java.sql.Connection;
-import java.sql.Driver;
-import java.sql.DriverManager;
-import java.sql.SQLException;
-import java.util.Enumeration;
-import java.util.Properties;
-
-import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.internal.ConnectorPropertyNames;
-import com.metamatrix.connector.jdbc.extension.ResultsTranslator;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
-import com.metamatrix.connector.pool.ConnectorIdentity;
-import com.metamatrix.connector.pool.ConnectorIdentityFactory;
-
-/**
- * Represents a base class for a JDBC source connection factory. Subclass=
es
- * are expected to obtain the properties for their connection in different
- * ways (either from connector properties, from security context, or from
- * some lookup to an external source). =
- */
-public abstract class JDBCSourceConnectionFactory implements ConnectorIden=
tityFactory {
- =
- protected static final int NO_ISOLATION_LEVEL_SET =3D Integer.MIN_VALU=
E;
- =
- private ConnectorEnvironment environment;
- =
- private String deregisterType;
- =
- private ConnectorIdentityFactory connectorIdentityFactory;
- private SQLTranslator sqlTranslator;
- private ResultsTranslator resultsTranslator;
- =
- /**
- *
- */
- public JDBCSourceConnectionFactory(ConnectorIdentityFactory connectorI=
dentityFactory) {
- this.connectorIdentityFactory =3D connectorIdentityFactory;
- }
-
- public void initialize(ConnectorEnvironment env) throws ConnectorExcep=
tion {
- this.environment =3D env;
- Properties props =3D env.getProperties();
- this.deregisterType =3D props.getProperty(ConnectorPropertyNames.D=
EREGISTER_DRIVER, ConnectorPropertyNames.DEREGISTER_BY_CLASSLOADER);
- ClassLoader loader =3D Thread.currentThread().getContextClassLoade=
r();
-
- Properties connectorProps =3D environment.getProperties();
- //create SQLTranslator
- String className =3D connectorProps.getProperty(JDBCPropertyNames.=
EXT_SQL_TRANSLATOR_CLASS); =
- if(className =3D=3D null){
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnection.Property_{0}_is_required,_but_not_defined_1", JDBCPropertyNa=
mes.EXT_SQL_TRANSLATOR_CLASS)); //$NON-NLS-1$
- }
- try {
- Class sqlTransClass =3D Thread.currentThread().getContextClassLoader().=
loadClass(className);
- sqlTranslator =3D (SQLTranslator) sqlTransClass.newInstance();
- sqlTranslator.initialize(environment);
- =
- //create ResultsTranslator
- className =3D connectorProps.getProperty(JDBCPropertyNames.EXT_RE=
SULTS_TRANSLATOR_CLASS); =
- if(className =3D=3D null){
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCS=
ourceConnection.Property_{0}_is_required,_but_not_defined_1", JDBCPropertyN=
ames.EXT_RESULTS_TRANSLATOR_CLASS)); //$NON-NLS-1$
- }
- Class resultsTransClass =3D loader.loadClass(className);
- resultsTranslator =3D (ResultsTranslator) resultsTransClass.newIn=
stance();
- resultsTranslator.initialize(environment);
- } catch (ClassNotFoundException e) {
- throw new ConnectorException(e);
- } catch (InstantiationException e) {
- throw new ConnectorException(e);
- } catch (IllegalAccessException e) {
- throw new ConnectorException(e);
- }
- }
- =
- protected ConnectorEnvironment getConnectorEnvironment() {
- return this.environment;
- }
- =
- protected Driver createDriver(String driverClassName) throws Connector=
Exception {
- // Verify required items
- if (driverClassName =3D=3D null || driverClassName.trim().length()=
=3D=3D 0) {
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.Missing_JDBC_driver_class_name_1")); //$NON-NLS-1$
- }
- try {
- Class clazz =3D Thread.currentThread().getContextClassLoader().lo=
adClass(driverClassName);
- return (Driver) clazz.newInstance();
- } catch(Exception e) {
- throw new ConnectorException(e, JDBCPlugin.Util.getString("JDB=
CSourceConnectionFactory.Unable_to_load_the_JDBC_driver_class_6", driverCla=
ssName)); //$NON-NLS-1$
- }
- }
- =
- protected void validateURL(Driver driver, String url) throws Connector=
Exception {
- if (url =3D=3D null || url.trim().length() =3D=3D 0) {
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.Missing_JDBC_database_name_3")); //$NON-NLS-1$
- }
-
- boolean acceptsURL =3D false;
- try {
- acceptsURL =3D driver.acceptsURL(url);
- } catch ( SQLException e ) {
- throw new ConnectorException(e);
- }
- if(!acceptsURL ){
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.Driver__7", driver.getClass().getName(), url)); //$NO=
N-NLS-1$
- }
- }
- =
- /**
- * This creates a JDBC connection.
- * @throws ConnectorException if there is an error establishing the c=
onnection.
- */
- protected com.metamatrix.connector.api.Connection createJDBCConnection=
(Driver driver, String url, int transactionIsolationLevel, Properties userP=
rops) throws ConnectorException {
- Connection connection =3D null;
-
- // Connect
- try {
- connection =3D driver.connect(url, userProps);
- if(transactionIsolationLevel !=3D NO_ISOLATION_LEVEL_SET){
- connection.setTransactionIsolation(transactionIsolationLev=
el);
- }
- } catch ( SQLException e ) {
- throw new ConnectorException(e);
- }
-
- return new JDBCSourceConnection(connection, this.environment, crea=
teConnectionStrategy(), getConnectionListener(), resultsTranslator, sqlTran=
slator);
- }
-
- /**
- * Subclass can override this method to provide an actual ConnectionLi=
stener
- */
- protected ConnectionListener getConnectionListener() {
- return null;
- }
- =
- /**
- * Subclass can override this method to provide an actual ConnectionSt=
rategy
- */
- protected ConnectionStrategy createConnectionStrategy() {
- return null; =
- }
-
- protected int interpretTransactionIsolationLevel( String levelStr ) th=
rows ConnectorException {
- int isoLevel =3D NO_ISOLATION_LEVEL_SET;
- if(levelStr =3D=3D null || levelStr.trim().length() =3D=3D 0){
- return isoLevel;
- }
- =
- levelStr =3D levelStr.toUpperCase();
-
- if (levelStr.equals("TRANSACTION_READ_UNCOMMITTED")) { //$NON-NLS-=
1$
- isoLevel =3D Connection.TRANSACTION_READ_UNCOMMITTED;
- } else if (levelStr.equals("TRANSACTION_READ_COMMITTED")) {//$NON-=
NLS-1$
- isoLevel =3D Connection.TRANSACTION_READ_COMMITTED;
- } else if (levelStr.equals("TRANSACTION_REPEATABLE_READ")) {//$NON=
-NLS-1$
- isoLevel =3D Connection.TRANSACTION_REPEATABLE_READ;
- } else if (levelStr.equals("TRANSACTION_SERIALIZABLE")) {//$NON-NL=
S-1$
- isoLevel =3D Connection.TRANSACTION_SERIALIZABLE;
- } else if (levelStr.equals("TRANSACTION_NONE")) {//$NON-NLS-1$
- isoLevel =3D Connection.TRANSACTION_NONE;
- } else {
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.til", levelStr)); //$NON-NLS-1$
- }
- return isoLevel;
- }
- =
- public void shutdown() {
- Enumeration drivers =3D DriverManager.getDrivers();
- //this is not correct the correct name for datasources, but we wil=
l still do the deregister
- String driverClassname =3D this.environment.getProperties().getPro=
perty(JDBCPropertyNames.DRIVER_CLASS);
- // De-Register Driver
- while(drivers.hasMoreElements()){
- Driver tempdriver =3D (Driver)drivers.nextElement();
- if(tempdriver.getClass().getClassLoader() !=3D this.getClass()=
.getClassLoader()) {
- continue;
- }
- if(ConnectorPropertyNames.DEREGISTER_BY_CLASSLOADER.equals(thi=
s.deregisterType) =
- || tempdriver.getClass().getName().equals(driverClassname)) {
- try {
- DriverManager.deregisterDriver(tempdriver);
- } catch (Throwable e) {
- this.environment.getLogger().logError(e.getMessage());
- }
- }
- }
- }
- =
- public abstract com.metamatrix.connector.api.Connection getConnection(=
ExecutionContext context) throws ConnectorException;
- =
- @Override
- public ConnectorIdentity createIdentity(ExecutionContext context)
- throws ConnectorException {
- return this.connectorIdentityFactory.createIdentity(context);
- }
- =
- public ResultsTranslator getResultsTranslator() {
- return resultsTranslator;
- }
- =
- public SQLTranslator getSqlTranslator() {
- return sqlTranslator;
- }
- =
-}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCUpdateExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCUpdateExecution.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCUpdateExecution.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -34,9 +34,8 @@
import com.metamatrix.connector.api.DataNotAvailableException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.UpdateExecution;
-import com.metamatrix.connector.jdbc.extension.ResultsTranslator;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
-import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.connector.language.IBatchedUpdates;
import com.metamatrix.connector.language.IBulkInsert;
import com.metamatrix.connector.language.ICommand;
@@ -52,18 +51,16 @@
/**
* @param connection
* @param sqlTranslator
- * @param resultsTranslator
- * @param id
* @param logger
* @param props
+ * @param id
*/
public JDBCUpdateExecution(ICommand command, Connection connection,
- SQLTranslator sqlTranslator,
- ResultsTranslator resultsTranslator,
+ Translator sqlTranslator,
ConnectorLogger logger,
Properties props,
ExecutionContext context) {
- super(connection, sqlTranslator, resultsTranslator, logger, props,=
context);
+ super(connection, sqlTranslator, logger, props, context);
this.command =3D command;
}
=
@@ -119,7 +116,7 @@
}
pstmt =3D getPreparedStatement(command.getSql());
}
- resultsTranslator.bindPreparedStatementValues(this.con=
nection, pstmt, command);
+ sqlTranslator.bindPreparedStatementValues(this.connect=
ion, pstmt, command);
pstmt.addBatch();
} else {
if (previousCommand !=3D null && previousCommand.isPre=
pared()) {
@@ -174,7 +171,7 @@
connection.setAutoCommit(false);
}
PreparedStatement stmt =3D getPreparedStatement(sql);
- updateCount =3D resultsTranslator.executeStatementForBulkInser=
t(this.connection, stmt, translatedComm);
+ updateCount =3D sqlTranslator.executeStatementForBulkInsert(th=
is.connection, stmt, translatedComm);
addStatementWarnings();
succeeded =3D true;
} catch (SQLException e) {
@@ -217,7 +214,7 @@
updateCount =3D getStatement().executeUpdate(sql);
} else {
PreparedStatement pstatement =3D getPreparedStatement(sql);
- resultsTranslator.bindPreparedStatementValues(this.connect=
ion, pstatement, translatedComm);
+ sqlTranslator.bindPreparedStatementValues(this.connection,=
pstatement, translatedComm);
updateCount =3D pstatement.executeUpdate();
} =
addStatementWarnings();
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/JDBCUserIdentityConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCUserIdentityConnectionFactory.java 2009-02-23 16:17:44 UTC (rev 48=
0)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCUserIdentityConnectionFactory.java 2009-02-23 17:43:19 UTC (rev 48=
1)
@@ -1,116 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.jdbc;
-
-import java.sql.Driver;
-import java.util.Properties;
-
-import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.api.CredentialMap;
-import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.pool.UserIdentityFactory;
-
-/**
- */
-public class JDBCUserIdentityConnectionFactory extends JDBCSourceConnectio=
nFactory {
-
- private Driver driver;
- private String url;
- private int transIsoLevel;
- private String system;
-
- public JDBCUserIdentityConnectionFactory() {
- super(new UserIdentityFactory());
- }
- =
- public void initialize(ConnectorEnvironment env) throws ConnectorExcep=
tion {
- super.initialize(env);
- system =3D getConnectorEnvironment().getConnectorName();
- verifyConnectionProperties(env.getProperties());
- }
-
- protected void verifyConnectionProperties(Properties connectionProps) =
throws ConnectorException{
- // Find driver =
- String driverClassName =3D connectionProps.getProperty(JDBCPropert=
yNames.DRIVER_CLASS);
- driver =3D createDriver(driverClassName);
- =
- // check URL if there is one
- url =3D connectionProps.getProperty(JDBCPropertyNames.URL);
- if(url !=3D null && url.trim().length() > 0) {
- validateURL(driver, url);
- }
- =
- // Get transaction isolation level
- transIsoLevel =3D interpretTransactionIsolationLevel( connectionPr=
ops.getProperty(JDBCPropertyNames.TRANSACTION_ISOLATION_LEVEL)); =
- }
- =
- protected String getUrl() {
- return this.url;
- }
- =
- protected int getTransactionIsolationLevel() {
- return this.transIsoLevel;
- }
-
- public Connection getConnection(ExecutionContext context) throws Conne=
ctorException {
- String[] userProperties =3D getUserProperties(context);
- =
- Properties props =3D new Properties();
- props.put("user", userProperties[0]); //$NON-NLS-1$
- props.put("password", userProperties[1]); //$NON-NLS-1$
- return createJDBCConnection(this.driver, getUrl(), getTransactionI=
solationLevel(), props);
- }
- =
- protected String[] getUserProperties(ExecutionContext context) throws =
ConnectorException {
- =
- // By default, assume the session token is a CredentialMap and pul=
l out the user/password props
- Object trustedPayload =3D context.getTrustedPayload(); =
- =
- if(trustedPayload instanceof CredentialMap) {
- CredentialMap credentials =3D (CredentialMap)trustedPayload;
- String user =3D credentials.getUser(system);
- validatePropertyExists(user, CredentialMap.USER_KEYWORD);
- =
- String password =3D credentials.getPassword(system);
- validatePropertyExists(password, CredentialMap.PASSWORD_KEYWORD);=
=
- =
- return new String[] { user, password };
- }
-
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCUserId=
entityConnectionFactory.Unable_to_get_credentials")); //$NON-NLS-1$
- } =
-
- /** =
- * @param property
- * @throws ConnectorException
- * @since 4.3
- */
- private void validatePropertyExists(String property, String propertyNa=
me) throws ConnectorException {
- if(property =3D=3D null) {
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCUs=
erIdentityConnectionFactory.Connection_property_missing", propertyName, sys=
tem)); //$NON-NLS-1$
- }
- }
- =
-}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/SimpleCapabilities.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/SimpleCapabilities.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/SimpleCapabilities.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -344,13 +344,6 @@
return null;
}
=
- /*
- * @see com.metamatrix.data.api.ConnectorCapabilities#supportsXATransa=
ctions()
- */
- public boolean supportsXATransactions() {
- return false;
- }
-
public boolean supportsInlineViews() {
return false;
} =
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/access/AccessSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/access/AccessSQLTranslator.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/access/AccessSQLTranslator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -24,10 +24,10 @@
*/
package com.metamatrix.connector.jdbc.access;
=
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
+import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.connector.language.ILimit;
=
-public class AccessSQLTranslator extends SQLTranslator {
+public class AccessSQLTranslator extends Translator {
=
@Override
public boolean hasTimeType() {
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/db2/DB2ConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/db2/DB2ConvertModifier.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/db2/DB2ConvertModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -26,9 +26,9 @@
import java.util.List;
=
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.jdbc.extension.FunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.DropFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.DropFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.FunctionModifier;
import com.metamatrix.connector.language.*;
import com.metamatrix.connector.language.ICompareCriteria.Operator;
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/db2/DB2SQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/db2/DB2SQLTranslator.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/db2/DB2SQLTranslator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -31,8 +31,8 @@
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.SourceSystemFunctions;
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
-import com.metamatrix.connector.jdbc.extension.impl.AliasModifier;
+import com.metamatrix.connector.jdbc.translator.AliasModifier;
+import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IJoin;
import com.metamatrix.connector.language.ILimit;
@@ -43,7 +43,7 @@
=
/**
*/
-public class DB2SQLTranslator extends SQLTranslator {
+public class DB2SQLTranslator extends Translator {
=
@Override
public void initialize(ConnectorEnvironment env) throws ConnectorExceptio=
n {
@@ -80,7 +80,7 @@
}
=
@Override
- public String getConnectionTestQuery() {
+ public String getDefaultConnectionTestQuery() {
return "Select 'x' from sysibm.systables where 1 =3D 2"; //$NON-NLS-1$
}
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/derby/DerbyConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/derby/DerbyConvertModifier.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/derby/DerbyConvertModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -26,9 +26,9 @@
import java.util.List;
=
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.jdbc.extension.FunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.DropFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.DropFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.FunctionModifier;
import com.metamatrix.connector.language.*;
import com.metamatrix.connector.language.ICompareCriteria.Operator;
=
@@ -45,7 +45,7 @@
}
=
/** =
- * @see com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModi=
fier#translate(com.metamatrix.connector.language.IFunction)
+ * @see com.metamatrix.connector.jdbc.translator.BasicFunctionModifier=
#translate(com.metamatrix.connector.language.IFunction)
* @since 5.0
*/
public List translate(IFunction function) {
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/derby/DerbySQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/derby/DerbySQLTranslator.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/derby/DerbySQLTranslator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -25,15 +25,15 @@
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.SourceSystemFunctions;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
-import com.metamatrix.connector.jdbc.extension.impl.AliasModifier;
-import com.metamatrix.connector.jdbc.extension.impl.EscapeSyntaxModifier;
+import com.metamatrix.connector.jdbc.translator.AliasModifier;
+import com.metamatrix.connector.jdbc.translator.EscapeSyntaxModifier;
+import com.metamatrix.connector.jdbc.translator.Translator;
=
=
/** =
* @since 4.3
*/
-public class DerbySQLTranslator extends SQLTranslator {
+public class DerbySQLTranslator extends Translator {
=
@Override
public void initialize(ConnectorEnvironment env) throws ConnectorExceptio=
n {
@@ -54,7 +54,7 @@
}
=
@Override
- public String getConnectionTestQuery() {
+ public String getDefaultConnectionTestQuery() {
return "Select 0 from sys.systables where 1 =3D 2"; //$NON-NLS-1$
}
=
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/extension/BindValueVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/BindValueVisitor.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/BindValueVisitor.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,136 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.jdbc.extension;
-
-import com.metamatrix.connector.language.ICompareCriteria;
-import com.metamatrix.connector.language.IExistsCriteria;
-import com.metamatrix.connector.language.IFunction;
-import com.metamatrix.connector.language.IInCriteria;
-import com.metamatrix.connector.language.IInlineView;
-import com.metamatrix.connector.language.IInsert;
-import com.metamatrix.connector.language.ILanguageObject;
-import com.metamatrix.connector.language.ILikeCriteria;
-import com.metamatrix.connector.language.ILiteral;
-import com.metamatrix.connector.language.IScalarSubquery;
-import com.metamatrix.connector.language.ISearchedCaseExpression;
-import com.metamatrix.connector.language.ISetClause;
-import com.metamatrix.connector.language.ISubqueryCompareCriteria;
-import com.metamatrix.connector.visitor.framework.HierarchyVisitor;
-
-/**
- * This visitor will mark literals in well known locations as bindValues.
- * These values will be put in the generated SQL as ? =
- * and have the corresponding value set on the PreparedStatement =
- */
-final class BindValueVisitor extends HierarchyVisitor {
-
- private boolean replaceWithBinding =3D false;
-
- public void visit(IInlineView obj) {
- replaceWithBinding =3D false;
- visitNode(obj.getQuery());
- }
-
- public void visit(IScalarSubquery obj) {
- replaceWithBinding =3D false;
- super.visit(obj);
- }
-
- public void visit(IExistsCriteria obj) {
- replaceWithBinding =3D false;
- super.visit(obj);
- }
-
- public void visit(ISubqueryCompareCriteria obj) {
- replaceWithBinding =3D false;
- super.visit(obj);
- }
-
- /**
- * In general it is not appropriate to use bind values within a functi=
on
- * unless the particulars of the function parameters are know. =
- * As needed, other visitors or modifiers can set the literals used wi=
thin
- * a particular function as bind variables. =
- */
- public void visit(IFunction obj) {
- replaceWithBinding =3D false;
- super.visit(obj);
- }
-
- public void visit(IInCriteria obj) {
- replaceWithBinding =3D true;
- visitNodes(obj.getRightExpressions());
- }
-
- public void visit(ILikeCriteria obj) {
- replaceWithBinding =3D true;
- visitNode(obj.getRightExpression());
- }
-
- /**
- * Note that this will only visit the right expression. In general mo=
st compares
- * involving literals will be something like element =3D literal (this=
is enforced as
- * much as possible by the QueryRewriter). In rare circumstances, it =
is possible to
- * have literal =3D literal (most notably null <> null). Using bind v=
ariables on
- * both sides of the operator is not supported by most databases.
- */
- public void visit(ICompareCriteria obj) {
- replaceWithBinding =3D true;
- visitNode(obj.getRightExpression());
- }
-
- /**
- * Will look for bind values in the when criteria.
- * The actual restriction for case statements seems to be that at leas=
t one branch must
- * not contain a bind variable.
- */
- public void visit(ISearchedCaseExpression obj) {
- for (int i =3D 0; i < obj.getWhenCount(); i++) {
- visitNode(obj.getWhenCriteria(i));
- }
- }
-
- @Override
- public void visit(IInsert obj) {
- replaceWithBinding =3D true;
- visitNodes(obj.getValues());
- }
- =
- @Override
- public void visit(ISetClause obj) {
- replaceWithBinding =3D true;
- visitNode(obj.getValue());
- }
-
- public void visit(ILiteral obj) {
- if (replaceWithBinding || TranslatedCommand.isBindEligible(obj)) {
- obj.setBindValue(true);
- }
- }
- =
- public void visitNode(ILanguageObject obj) {
- boolean replacementMode =3D replaceWithBinding;
- super.visitNode(obj);
- this.replaceWithBinding =3D replacementMode;
- }
-}
\ No newline at end of file
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/extension/FunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/FunctionModifier.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/FunctionModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,57 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.connector.jdbc.extension;
-
-import java.util.List;
-
-import com.metamatrix.connector.language.IExpression;
-import com.metamatrix.connector.language.IFunction;
-
-/**
- * Implementations of this interface are used to modify metamatrix functio=
ns
- * coming in to the connector into alternate datasource-specific language,=
if
- * necessary. =
- */
-public interface FunctionModifier {
- =
- /**
- * Takes an IFunction and returns the datasource-specific IExpression,
- * or can possibly return the unmodified function parameter itself. =
- * @param function
- * @return IExpression or unmodified function
- * @since 4.2
- */
- IExpression modify(IFunction function);
- =
- /**
- * Return a List of translated parts (LanguageObjects and Strings), or=
null
- * if this FunctionModifier wishes to rely on the default translation =
of the
- * conversion visitor. =
- * @param function IFunction to be translated
- * @return List of translated parts, or null
- * @since 4.2
- */
- List translate(IFunction function);
-}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/extension/ResultsTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/ResultsTranslator.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/ResultsTranslator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,126 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.connector.jdbc.extension;
-
-import java.sql.CallableStatement;
-import java.sql.Connection;
-import java.sql.PreparedStatement;
-import java.sql.ResultSet;
-import java.sql.SQLException;
-import java.util.List;
-import java.util.TimeZone;
-
-import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.language.ICommand;
-
-/**
- * Specify database-specific behavior for translating results.
- */
-public interface ResultsTranslator {
- =
- /**
- * Initialize the results translator with the connector's environment,=
which
- * can be used to retrieve configuration parameters
- * @param env The connector environment
- * @throws ConnectorException If an error occurs during initialization
- */
- void initialize(ConnectorEnvironment env) throws ConnectorException; =
-
- /**
- * Get a list of ValueTranslator objects that specify database-specifi=
c value
- * translation logic. By default, the JDBC connector has a large set =
of available
- * translator.
- * @return List of ValueTranslator
- */
- List getValueTranslators();
-
- /**
- * Used to specify a special database-specific value retriever. By de=
fault, the BasicValueRetriever
- * will be used to retrieve objects from the ResultSet via the getObje=
ct() method. =
- * @return The specialized ValueRetriever
- */
- ValueRetriever getValueRetriever(); =
- =
- /**
- * Execute a stored procedure - this is often database-dependent.
- * @param stmt The CallableStatement created by the connector
- * @param command The translated command information
- * @return The ResultSet returned by the stored procedure
- * @throws SQLException If an error occurs during execution
- */
- ResultSet executeStoredProcedure(CallableStatement stmt, TranslatedCom=
mand command) throws SQLException ;
- =
- /**
- * Populate the prepared statement.
- * The prepared statement values will be set.
- * @param conn
- * @param stmt
- * @param command
- * @throws SQLException
- */
- public void bindPreparedStatementValues(Connection conn, PreparedState=
ment stmt, TranslatedCommand command) throws SQLException;
- =
- /**
- * Execute the bulk insert statement. =
- * @param conn The connection
- * @param stmt The prepared statement with the query
- * @param command The translated command, which contains the large obj=
ects to prepare with
- * @return Update count for the execution
- * @throws SQLException If an error occurs during execution
- */
- public int executeStatementForBulkInsert(Connection conn, PreparedStat=
ement stmt, TranslatedCommand command) throws SQLException; =
- =
- /**
- * Determine the time zone the database is located in. Typically, thi=
s time zone is =
- * the same as the local time zone, in which case, null should be retu=
rned.
- * @return Database time zone
- */
- TimeZone getDatabaseTimezone();
- =
- /**
- * Allow an extension to modify any batch before it is returned to Met=
aMatrix. This
- * method can be used to apply row-level entitlements, modify data val=
ues for particular
- * users, etc. =
- * @param batch The batch to return
- * @param context The execution context for the query =
- * @param command The modified command that was obtained from the tran=
slation visitor provided by the SQLTranslator
- * @return The batch to use instead
- * @since 4.2
- */
- List modifyRow(List batch, ExecutionContext context, ICommand command)=
; =
- =
- /**
- * Get the max result rows allowed
- * =
- * @return the max result rows
- */
- int getMaxResultRows();
- =
- =
- TypeFacility getTypeFacility();
-}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/extension/SQLConversionVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/SQLConversionVisitor.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/SQLConversionVisitor.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,347 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.connector.jdbc.extension;
-
-import java.sql.Time;
-import java.sql.Timestamp;
-import java.text.DecimalFormat;
-import java.util.ArrayList;
-import java.util.Calendar;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Map;
-import java.util.TimeZone;
-
-import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.language.IBulkInsert;
-import com.metamatrix.connector.language.ICommand;
-import com.metamatrix.connector.language.IElement;
-import com.metamatrix.connector.language.IFunction;
-import com.metamatrix.connector.language.ILanguageObject;
-import com.metamatrix.connector.language.ILimit;
-import com.metamatrix.connector.language.ILiteral;
-import com.metamatrix.connector.language.IParameter;
-import com.metamatrix.connector.language.IProcedure;
-import com.metamatrix.connector.language.IQuery;
-import com.metamatrix.connector.language.IQueryCommand;
-import com.metamatrix.connector.language.ISetQuery;
-import com.metamatrix.connector.language.IParameter.Direction;
-import com.metamatrix.connector.language.ISetQuery.Operation;
-import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.connector.visitor.util.SQLStringVisitor;
-
-/**
- * This visitor takes an ICommand and does DBMS-specific conversion on it
- * to produce a SQL String. This class is expected to be subclassed.
- * Specialized instances of this class can be gotten from a SQL Translator
- * {@link SQLTranslator#getTranslationVisitor(RuntimeMetadata) using this =
method}.
- */
-public class SQLConversionVisitor extends SQLStringVisitor{
-
- private static DecimalFormat DECIMAL_FORMAT =3D =
- new DecimalFormat("#############################0.0###############=
##############"); //$NON-NLS-1$ =
- private static double SCIENTIC_LOW =3D Math.pow(10, -3);
- private static double SCIENTIC_HIGH =3D Math.pow(10, 7);
- =
- private Map modifiers;
- private ExecutionContext context;
- private SQLTranslator translator;
- private Calendar cal;
-
- private boolean prepared;
- =
- private List preparedValues =3D new ArrayList();
- private List preparedTypes =3D new ArrayList();
- =
- public SQLConversionVisitor(SQLTranslator translator) {
- this.translator =3D translator;
- this.prepared =3D translator.usePreparedStatements();
- this.modifiers =3D translator.getFunctionModifiers();
- TimeZone tz =3D translator.getDatabaseTimeZone();
- if (tz !=3D null) {
- this.cal =3D Calendar.getInstance(tz);
- }
- }
-
- public void visit(IBulkInsert obj) {
- this.prepared =3D true;
-
- super.visit(obj);
- =
- for (int i =3D 0; i < obj.getElements().size(); i++) {
- IElement element =3D (IElement) obj.getElements().get(i);
- this.preparedTypes.add(element.getType());
- }
-
- this.preparedValues =3D obj.getRows();
- } =
- =
- /**
- * @param type
- * @param object
- * @param valuesbuffer
- */
- private void translateSQLType(Class type, Object obj, StringBuffer val=
uesbuffer) {
- if (obj =3D=3D null) {
- valuesbuffer.append(NULL);
- } else {
- if(Number.class.isAssignableFrom(type)) {
- boolean useFormatting =3D false;
- =
- if (Double.class.isAssignableFrom(type)){
- double value =3D ((Double)obj).doubleValue();
- useFormatting =3D (value <=3D SCIENTIC_LOW || value >=
=3D SCIENTIC_HIGH); =
- }
- else if (Float.class.isAssignableFrom(type)){
- float value =3D ((Float)obj).floatValue();
- useFormatting =3D (value <=3D SCIENTIC_LOW || value >=
=3D SCIENTIC_HIGH);
- }
- // The formatting is to avoid the so-called "scientic-nota=
tion"
- // where toString will use for numbers greater than 10p7 a=
nd
- // less than 10p-3, where database may not understand.
- if (useFormatting) {
- synchronized (DECIMAL_FORMAT) {
- valuesbuffer.append(DECIMAL_FORMAT.format(obj));
- }
- }
- else {
- valuesbuffer.append(obj);
- }
- } else if(type.equals(TypeFacility.RUNTIME_TYPES.BOOLEAN)) {
- valuesbuffer.append(translator.translateLiteralBoolean((Bo=
olean)obj));
- } else if(type.equals(TypeFacility.RUNTIME_TYPES.TIMESTAMP)) {
- valuesbuffer.append(translator.translateLiteralTimestamp((=
Timestamp)obj, cal));
- } else if(type.equals(TypeFacility.RUNTIME_TYPES.TIME)) {
- valuesbuffer.append(translator.translateLiteralTime((Time)=
obj, cal));
- } else if(type.equals(TypeFacility.RUNTIME_TYPES.DATE)) {
- valuesbuffer.append(translator.translateLiteralDate((java.=
sql.Date)obj, cal));
- } else {
- // If obj is string, toSting() will not create a new Strin=
g =
- // object, it returns it self, so new object creation. =
- valuesbuffer.append("'") //$NON-NLS-1$
- .append(escapeString(obj.toString()))
- .append("'"); //$NON-NLS-1$
- }
- } =
- }
-
- /**
- * @see com.metamatrix.connector.visitor.util.SQLStringVisitor#visit(c=
om.metamatrix.connector.language.IProcedure)
- */
- public void visit(IProcedure obj) {
- this.prepared =3D true;
- /*
- * preparedValues is now a list of procedure params instead of jus=
t values
- */
- this.preparedValues =3D obj.getParameters();
- super.buffer.append(generateSqlForStoredProcedure(obj));
- }
-
- /**
- * @see com.metamatrix.connector.visitor.util.SQLStringVisitor#visit(c=
om.metamatrix.connector.language.IFunction)
- */
- public void visit(IFunction obj) {
- if(this.modifiers !=3D null) {
- FunctionModifier functionModifier =3D (FunctionModifier)this.m=
odifiers.get(obj.getName().toLowerCase());
- if(functionModifier !=3D null) {
- List parts =3D functionModifier.translate(obj);
- =
- // null means the FunctionModifier will rely on default tr=
anslation
- if (parts !=3D null) {
- Iterator iter =3D parts.iterator();
- while(iter.hasNext()) {
- Object part =3D iter.next();
- if(part instanceof String) {
- buffer.append(part);
- } else {
- append((ILanguageObject)part);
- }
- }
- return;
- } =
- } =
- } =
- super.visit(obj);
- }
-
- /**
- * @see com.metamatrix.connector.visitor.util.SQLStringVisitor#visit(c=
om.metamatrix.connector.language.ILiteral)
- */
- public void visit(ILiteral obj) {
- if (this.prepared && obj.isBindValue()) {
- buffer.append(UNDEFINED_PARAM);
- preparedValues.add(obj.getValue());
- preparedTypes.add(obj.getType());
- } else {
- translateSQLType(obj.getType(), obj.getValue(), buffer);
- }
- }
-
- /**
- * Set the per-command execution context on this visitor. =
- * @param context ExecutionContext
- * @since 4.3
- */
- public void setExecutionContext(ExecutionContext context) {
- this.context =3D context;
- }
- =
- /**
- * Retrieve the per-command execution context for this visitor =
- * (intended for subclasses to use).
- * @return
- * @since 4.3
- */
- protected ExecutionContext getExecutionContext() {
- return this.context;
- }
-
- protected String getSourceComment(ICommand command) {
- return this.translator.getSourceComment(this.context, command);
- }
- =
- /**
- * This is a generic implementation. Subclass should override this met=
hod
- * if necessary.
- * @param exec The command for the stored procedure.
- * @return String to be executed by CallableStatement.
- */
- protected String generateSqlForStoredProcedure(IProcedure exec) {
- StringBuffer prepareCallBuffer =3D new StringBuffer();
- prepareCallBuffer.append("{ "); //$NON-NLS-1$
-
- List params =3D exec.getParameters();
-
- //check whether a "?" is needed if there are returns
- boolean needQuestionMark =3D false;
- Iterator iter =3D params.iterator();
- while(iter.hasNext()){
- IParameter param =3D (IParameter)iter.next();
- if(param.getDirection() =3D=3D Direction.RETURN){
- needQuestionMark =3D true;
- break;
- }
- }
- =
- prepareCallBuffer.append(getSourceComment(exec));
- =
- if(needQuestionMark){
- prepareCallBuffer.append("?=3D"); //$NON-NLS-1$
- }
-
- prepareCallBuffer.append(" call ");//$NON-NLS-1$
- prepareCallBuffer.append(exec.getMetadataID() !=3D null ? getName(=
exec.getMetadataID()) : exec.getProcedureName());
- prepareCallBuffer.append("("); //$NON-NLS-1$
-
- int numberOfParameters =3D 0;
- iter =3D params.iterator();
- while(iter.hasNext()){
- IParameter param =3D (IParameter)iter.next();
- if(param.getDirection() =3D=3D Direction.IN || param.getDirect=
ion() =3D=3D Direction.OUT || param.getDirection() =3D=3D Direction.INOUT){
- if(numberOfParameters > 0){
- prepareCallBuffer.append(","); //$NON-NLS-1$
- }
- prepareCallBuffer.append("?"); //$NON-NLS-1$
- numberOfParameters++;
- }
- }
- prepareCallBuffer.append(")"); //$NON-NLS-1$
- prepareCallBuffer.append("}"); //$NON-NLS-1$
- return prepareCallBuffer.toString();
- }
- =
- /** =
- * @return the preparedValues
- */
- List getPreparedValues() {
- return this.preparedValues;
- }
- =
- /** =
- * @return the preparedValues
- */
- List getPreparedTypes() {
- return this.preparedTypes;
- }
- =
- public boolean isPrepared() {
- return prepared;
- }
- =
- public void setPrepared(boolean prepared) {
- this.prepared =3D prepared;
- }
- =
- @Override
- protected boolean useAsInGroupAlias() {
- return this.translator.useAsInGroupAlias();
- }
- =
- @Override
- public void visit(IQuery obj) {
- if (obj.getLimit() !=3D null) {
- handleLimit(obj);
- } else {
- super.visit(obj);
- }
- }
- =
- @Override
- public void visit(ISetQuery obj) {
- if (obj.getLimit() !=3D null) {
- handleLimit(obj);
- } else {
- super.visit(obj);
- }
- }
- =
- @Override
- protected boolean useParensForSetQueries() {
- return translator.useParensForSetQueries();
- }
- =
- private void handleLimit(IQueryCommand obj) {
- ILimit limit =3D obj.getLimit();
- obj.setLimit(null);
- StringBuffer current =3D this.buffer;
- this.buffer =3D new StringBuffer();
- append(obj);
- current.append(this.translator.addLimitString(this.buffer.toString(),=
limit));
- this.buffer =3D current;
- obj.setLimit(limit);
- }
- =
- @Override
- protected String replaceElementName(String group, String element) {
- return translator.replaceElementName(group, element);
- }
- =
- @Override
- protected void appendSetOperation(Operation operation) {
- buffer.append(translator.getSetOperationString(operation));
- }
- =
-}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/extension/SQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/SQLTranslator.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/SQLTranslator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,248 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.jdbc.extension;
-
-import java.sql.Time;
-import java.sql.Timestamp;
-import java.text.MessageFormat;
-import java.util.Calendar;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.TimeZone;
-
-import com.metamatrix.common.util.PropertiesUtils;
-import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.jdbc.JDBCPropertyNames;
-import com.metamatrix.connector.language.ICommand;
-import com.metamatrix.connector.language.ILanguageFactory;
-import com.metamatrix.connector.language.ILimit;
-import com.metamatrix.connector.language.ISetQuery;
-
-/**
- * Base class for creating source SQL queries and retrieving results.
- * Specific databases should override as necessary.
- */
-public class SQLTranslator {
-
- private static final MessageFormat COMMENT =3D new MessageFormat("/*te=
iid sessionid:{0}, requestid:{1}.{2}*/ "); //$NON-NLS-1$
-
- public final static TimeZone DEFAULT_TIME_ZONE =3D TimeZone.getDefault=
();
-
- private Map functionModifiers =3D new HashMap();
- private TimeZone databaseTimeZone;
- private ConnectorEnvironment environment;
- =
- private boolean useComments;
- private boolean usePreparedStatements;
- =
- /**
- * Initialize the SQLTranslator.
- * @param env
- * @param metadata
- * @throws ConnectorException
- */
- public void initialize(ConnectorEnvironment env) throws ConnectorExcep=
tion {
- this.environment =3D env;
-
- String timeZone =3D env.getProperties().getProperty(JDBCPropertyNa=
mes.DATABASE_TIME_ZONE);
- if(timeZone !=3D null && timeZone.trim().length() > 0) {
- TimeZone tz =3D TimeZone.getTimeZone(timeZone);
- // Check that the dbms time zone is really different than the =
local time zone
- if(!DEFAULT_TIME_ZONE.hasSameRules(tz)) {
- this.databaseTimeZone =3D tz; =
- } =
- } =
- =
- this.useComments =3D PropertiesUtils.getBooleanProperty(env.getPro=
perties(), JDBCPropertyNames.USE_COMMENTS_SOURCE_QUERY, false);
- this.usePreparedStatements =3D PropertiesUtils.getBooleanProperty(=
env.getProperties(), JDBCPropertyNames.USE_BIND_VARIABLES, false);
- }
- =
- public TimeZone getDatabaseTimeZone() {
- return databaseTimeZone;
- }
- =
- public ConnectorEnvironment getEnvironment() {
- return environment;
- }
- =
- public ILanguageFactory getLanguageFactory() {
- return environment.getLanguageFactory();
- }
- =
- /**
- * Modify the command.
- * @param command
- * @param context
- * @return
- */
- public ICommand modifyCommand(ICommand command, ExecutionContext conte=
xt) throws ConnectorException {
- return command;
- }
- =
- /**
- * Return a map of function name in lower case to FunctionModifier.
- * @return Map of function name to FunctionModifier.
- */
- public Map getFunctionModifiers() {
- return functionModifiers;
- }
- =
- public void registerFunctionModifier(String name, FunctionModifier mod=
ifier) {
- this.functionModifiers.put(name, modifier);
- }
- =
- /**
- * Subclasses should override this method to provide a different sql t=
ranslation
- * of the literal boolean value. By default, a boolean literal is rep=
resented as:
- * '0' or '1'.
- * @param booleanValue Boolean value, never null
- * @return Translated string
- */
- public String translateLiteralBoolean(Boolean booleanValue) {
- if(booleanValue.booleanValue()) {
- return "1"; //$NON-NLS-1$
- }
- return "0"; //$NON-NLS-1$
- }
-
- /**
- * Subclasses should override this method to provide a different sql t=
ranslation
- * of the literal date value. By default, a date literal is represent=
ed as:
- * {d'2002-12-31'}
- * @param dateValue Date value, never null
- * @return Translated string
- */
- public String translateLiteralDate(java.sql.Date dateValue, Calendar c=
al) {
- return "{d'" + formatDateValue(dateValue, cal) + "'}"; //$NON-NLS-=
1$ //$NON-NLS-2$
- }
-
- /**
- * Subclasses should override this method to provide a different sql t=
ranslation
- * of the literal time value. By default, a time literal is represent=
ed as:
- * {t'23:59:59'}
- * @param timeValue Time value, never null
- * @return Translated string
- */
- public String translateLiteralTime(Time timeValue, Calendar cal) {
- if (!hasTimeType()) {
- return "{ts'1970-01-01 " + formatDateValue(timeValue, cal) + "'}"; /=
/$NON-NLS-1$ //$NON-NLS-2$
- }
- return "{t'" + formatDateValue(timeValue, cal) + "'}"; //$NON-NLS-=
1$ //$NON-NLS-2$
- }
-
- /**
- * Subclasses should override this method to provide a different sql t=
ranslation
- * of the literal timestamp value. By default, a timestamp literal is
- * represented as: {ts'2002-12-31 23:59:59'}.
- * @param timestampValue Timestamp value, never null
- * @return Translated string
- */
- public String translateLiteralTimestamp(Timestamp timestampValue, Cale=
ndar cal) {
- return "{ts'" + formatDateValue(timestampValue, cal) + "'}"; //$NO=
N-NLS-1$ //$NON-NLS-2$
- }
- =
- /**
- * Format the dateObject (of type date, time, or timestamp) into a str=
ing
- * using the DatabaseTimeZone format.
- * @param dateObject
- * @param cal
- * @return Formatted string
- */
- public String formatDateValue(java.util.Date dateObject, Calendar cal)=
{
- if (dateObject instanceof Timestamp && getTimestampNanoSecondPreci=
sion() < 9) {
- Timestamp ts =3D (Timestamp)dateObject;
- Timestamp newTs =3D new Timestamp(ts.getTime());
- if (getTimestampNanoSecondPrecision() > 0) {
- int mask =3D 10^(9-getTimestampNanoSecondPrecision());
- newTs.setNanos(ts.getNanos()/mask*mask);
- }
- dateObject =3D newTs;
- }
- =
- if(cal =3D=3D null) {
- return dateObject.toString();
- }
- =
- return getEnvironment().getTypeFacility().convertDate(dateObject,
- DEFAULT_TIME_ZONE, cal, dateObject.getClass()).toString(); =
- } =
- =
- public boolean addSourceComment() {
- return useComments;
- } =
- =
- public String addLimitString(String queryCommand, ILimit limit) {
- return queryCommand + " " + limit.toString(); //$NON-NLS-1$
- }
- =
- /**
- * Indicates whether group alias should be of the form
- * "...FROM groupA AS X" or "...FROM groupA X". Certain
- * data sources (such as Oracle) may not support the first
- * form. =
- * @return boolean
- */
- public boolean useAsInGroupAlias(){
- return true;
- }
- =
- public boolean usePreparedStatements() {
- return this.usePreparedStatements;
- }
- =
- public boolean useParensForSetQueries() {
- return false;
- }
- =
- public boolean hasTimeType() {
- return true;
- }
- =
- public String getSetOperationString(ISetQuery.Operation operation) {
- return operation.toString();
- }
- =
- public String getSourceComment(ExecutionContext context, ICommand comm=
and) {
- if (addSourceComment() && context !=3D null) {
- synchronized (COMMENT) {
- return COMMENT.format(new Object[] {context.getConnectionIden=
tifier(), context.getRequestIdentifier(), context.getPartIdentifier()});
- }
- }
- return ""; //$NON-NLS-1$ =
- }
- =
- public String replaceElementName(String group, String element) {
- return null;
- }
- =
- public int getTimestampNanoSecondPrecision() {
- return 9;
- }
- =
- public String getConnectionTestQuery() {
- return "select 1"; //$NON-NLS-1$
- }
- =
-}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/extension/TranslatedCommand.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/TranslatedCommand.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/TranslatedCommand.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,171 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.connector.jdbc.extension;
-
-import java.util.List;
-import java.util.Map;
-
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.jdbc.util.FunctionReplacementVisitor;
-import com.metamatrix.connector.language.ICommand;
-import com.metamatrix.connector.language.ILiteral;
-import com.metamatrix.connector.visitor.util.CollectorVisitor;
-
-/**
- * This is a utility class used to translate an ICommand using a SQLConver=
sionVisitor.
- * The SQLConversionVisitor should not be invoked directly; this object wi=
ll use it to
- * translate the ICommand.
- */
-public class TranslatedCommand {
-
- private String sql;
- private boolean prepared;
- private List preparedValues;
- private List preparedTypes;
- =
- private SQLConversionVisitor sqlConversionVisitor;
- private FunctionReplacementVisitor functionVisitor;
- private ExecutionContext context;
- private SQLTranslator sqlTranslator;
- =
- /**
- * Constructor, takes a SQLConversionVisitor subclass =
- * @param visitor a SQLConversionVisitor subclass =
- */
- public TranslatedCommand(ExecutionContext context, SQLTranslator sqlTr=
anslator){
- this.context =3D context;
- this.sqlTranslator =3D sqlTranslator;
- =
- Map modifiers =3D sqlTranslator.getFunction=
Modifiers();
- this.sqlConversionVisitor =3D new SQLConversionVisitor(sqlTranslat=
or);
- sqlConversionVisitor.setExecutionContext(context);
- this.functionVisitor =3D new FunctionReplacementVisitor(modifiers);
- }
- =
- public TranslatedCommand(ExecutionContext context, SQLTranslator sqlTr=
anslator, SQLConversionVisitor sqlConversionVisitor, FunctionReplacementVis=
itor functionVisitor) {
- this.context =3D context;
- this.sqlTranslator =3D sqlTranslator;
- this.sqlConversionVisitor =3D sqlConversionVisitor;
- this.functionVisitor =3D functionVisitor;
- }
- =
- /**
- * The method to cause this object to do it's thing. This method shou=
ld
- * be called right after the constructor; afterward, all of the getter=
methods
- * can be called to retrieve results. =
- * @param command ICommand to be translated
- * @throws ConnectorException =
- */
- public void translateCommand(ICommand command) throws ConnectorExcepti=
on {
- this.sql =3D getSQL(command);
- this.preparedValues =3D this.sqlConversionVisitor.getPreparedValue=
s();
- this.preparedTypes =3D this.sqlConversionVisitor.getPreparedTypes(=
);
- this.prepared =3D this.sqlConversionVisitor.isPrepared();
- }
- =
- private String getSQL(ICommand command) throws ConnectorException {
- command =3D sqlTranslator.modifyCommand(command, context);
- command.acceptVisitor(functionVisitor);
- =
- if (sqlTranslator.usePreparedStatements() || hasBindValue(command)=
) {
- this.sqlConversionVisitor.setPrepared(true);
- =
- command.acceptVisitor(new BindValueVisitor());
- }
- =
- this.sqlConversionVisitor.append(command);
- return this.sqlConversionVisitor.toString();
- }
-
- /**
- * Simple check to see if any values in the command should be replaced=
with bind values
- * =
- * @param command
- * @return
- */
- private boolean hasBindValue(ICommand command) {
- for (ILiteral l : CollectorVisitor.collectObjects(ILiteral.class, =
command)) {
- if (l.isBindValue() || isBindEligible(l)) {
- return true;
- }
- }
- return false;
- }
-
- /** =
- * @param l
- * @return
- */
- static boolean isBindEligible(ILiteral l) {
- if (TypeFacility.RUNTIME_TYPES.CLOB.equals(l.getType())
- || TypeFacility.RUNTIME_TYPES.BLOB.equals(l.getTyp=
e()) =
- || TypeFacility.RUNTIME_TYPES.OBJECT.equals(l.getT=
ype())) {
- return true;
- }
- return false;
- }
- =
- /**
- * Return List of values to set on a prepared statement, if =
- * necessary (see {@link #getStatementType})
- * @return List of values to be set on a prepared statement
- */
- public List getPreparedValues() {
- return preparedValues;
- }
- =
- /**
- * Return List of types to set on a prepared statement, if =
- * necessary (see {@link #getStatementType})
- * @return List of types to be set on a prepared statement
- */
- public List getPreparedTypes() {
- return preparedTypes;
- }
-
- /**
- * Get String SQL of translated command; but use =
- * {@link #nextLargeSetQuerySQL} if this command is =
- * a {@link #isLargeSetQuery large set query}
- * @return SQL of translated command, or null if the
- * command is a {@link #isLargeSetQuery large set query}
- */
- public String getSql() {
- return sql;
- }
-
- /**
- * Return the statement type, one of {@link #STMT_TYPE_STATEMENT},
- * {@link #STMT_TYPE_PREPARED_STATEMENT}, or
- * {@link #STMT_TYPE_CALLABLE_STATEMENT}
- * @return statement type of translated command
- */
- public boolean isPrepared() {
- return prepared;
- }
-
-}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/extension/ValueRetriever.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/ValueRetriever.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/extension/ValueRetriever.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,62 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.jdbc.extension;
-
-import java.sql.CallableStatement;
-import java.sql.ResultSet;
-import java.sql.SQLException;
-import java.util.Calendar;
-
-import com.metamatrix.connector.api.TypeFacility;
-
-/**
- * Specifies how value objects are retrieved from JDBC ResultSet for diffe=
rent =
- * expected output types. This allows database-specific connectors to use =
- * specialized methods like getClob() rather than generic getObject() meth=
ods. =
- */
-public interface ValueRetriever {
- =
- /**
- * Retrieve the value at columnIndex from the specified <=
code>results.
- * =
- * @param results The results to retrieve the value from =
- * @param columnIndex The index to use when retrieving the value
- * @param expectedType The MetaMatrix runtime type class that is expec=
ted to be returned, as =
- * specified by the select statement of the query
- * @param cal The Calendar to be used for Date, Time, and Timestamp va=
lues
- * @return The object that was retrieved
- * @throws SQLException If an error occurred retrieving the value
- */
- Object retrieveValue(ResultSet results, int columnIndex, Class expecte=
dType, Calendar cal, TypeFacility typeFacility) throws SQLException;
- =
- /**
- * Retrieve the value at parameterIndex from the callable=
statement
- * @param results
- * @param parameterIndex
- * @param expectedType
- * @param cal
- * @return
- * @throws SQLException
- */
- Object retrieveValue(CallableStatement results, int parameterIndex, Cl=
ass expectedType, Calendar cal, TypeFacility typeFacility) throws SQLExcept=
ion; =
-}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/informix/InformixSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/informix/InformixSQLTranslator.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/informix/InformixSQLTranslator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -27,12 +27,12 @@
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.SourceSystemFunctions;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
-import com.metamatrix.connector.jdbc.extension.impl.DropFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.DropFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.Translator;
=
/**
*/
-public class InformixSQLTranslator extends SQLTranslator {
+public class InformixSQLTranslator extends Translator {
=
@Override
public void initialize(ConnectorEnvironment env) throws ConnectorExceptio=
n {
@@ -41,7 +41,7 @@
}
=
@Override
- public String getConnectionTestQuery() {
+ public String getDefaultConnectionTestQuery() {
return "select 'x' from informix.sysusers where 1=3D0"; //$NON-NLS-1$
}
=
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/mm/MMSingleIdentityConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/mm/MMSingleIdentityConnectionFactory.java 2009-02-23 16:17:44 UTC (rev=
480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/mm/MMSingleIdentityConnectionFactory.java 2009-02-23 17:43:19 UTC (rev=
481)
@@ -1,45 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.connector.jdbc.mm;
-
-import com.metamatrix.connector.jdbc.*;
-import com.metamatrix.connector.jdbc.ConnectionStrategy;
-import com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory;
-
-/** =
- * @since 4.3
- */
-public class MMSingleIdentityConnectionFactory extends JDBCSingleIdentityC=
onnectionFactory{
- private String queryTest =3D "Select 1"; //$NON-NLS-1$
- =
- /** =
- * @see com.metamatrix.connector.jdbc.JDBCSourceConnectionFactory#crea=
teConnectionStrategy()
- * @since 4.3
- */
- protected ConnectionStrategy createConnectionStrategy() {
- return new ConnectionQueryStrategy(queryTest); =
- }
- =
-}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/mysql/MySQLConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/mysql/MySQLConvertModifier.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/mysql/MySQLConvertModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -25,8 +25,8 @@
import java.util.Arrays;
import java.util.List;
=
-import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.DropFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.DropFunctionModifier;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/mysql/MySQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/mysql/MySQLTranslator.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/mysql/MySQLTranslator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -25,18 +25,17 @@
import java.sql.Date;
import java.sql.Time;
import java.sql.Timestamp;
-import java.util.Calendar;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.SourceSystemFunctions;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
+import com.metamatrix.connector.jdbc.translator.Translator;
=
=
/** =
* @since 4.3
*/
-public class MySQLTranslator extends SQLTranslator {
+public class MySQLTranslator extends Translator {
=
@Override
public void initialize(ConnectorEnvironment env) throws ConnectorExcep=
tion {
@@ -45,18 +44,18 @@
} =
=
@Override
- public String translateLiteralDate(Date dateValue, Calendar cal) {
- return "DATE('" + formatDateValue(dateValue, cal) + "')"; //$NON-=
NLS-1$//$NON-NLS-2$
+ public String translateLiteralDate(Date dateValue) {
+ return "DATE('" + formatDateValue(dateValue) + "')"; //$NON-NLS-1=
$//$NON-NLS-2$
}
=
@Override
- public String translateLiteralTime(Time timeValue, Calendar cal) {
- return "TIME('" + formatDateValue(timeValue, cal) + "')"; //$NON-=
NLS-1$//$NON-NLS-2$
+ public String translateLiteralTime(Time timeValue) {
+ return "TIME('" + formatDateValue(timeValue) + "')"; //$NON-NLS-1=
$//$NON-NLS-2$
}
=
@Override
- public String translateLiteralTimestamp(Timestamp timestampValue, Cale=
ndar cal) {
- return "TIMESTAMP('" + formatDateValue(timestampValue, cal) + "')"=
; //$NON-NLS-1$//$NON-NLS-2$
+ public String translateLiteralTimestamp(Timestamp timestampValue) {
+ return "TIMESTAMP('" + formatDateValue(timestampValue) + "')"; //=
$NON-NLS-1$//$NON-NLS-2$
}
=
@Override
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/ConcatFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/ConcatFunctionModifier.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/ConcatFunctionModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -27,7 +27,7 @@
import java.util.List;
=
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
import com.metamatrix.connector.language.ICriteria;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
@@ -54,7 +54,7 @@
}
=
/** =
- * @see com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModi=
fier#modify(com.metamatrix.connector.language.IFunction)
+ * @see com.metamatrix.connector.jdbc.translator.BasicFunctionModifier=
#modify(com.metamatrix.connector.language.IFunction)
*/
public IExpression modify(IFunction function) {
List when =3D new ArrayList();
@@ -111,7 +111,7 @@
}
=
/** =
- * @see com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModi=
fier#translate(com.metamatrix.connector.language.IFunction)
+ * @see com.metamatrix.connector.jdbc.translator.BasicFunctionModifier=
#translate(com.metamatrix.connector.language.IFunction)
*/
public List translate(IFunction function) {
return null; //allow default translation
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/DayWeekQuarterFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/DayWeekQuarterFunctionModifier.java 2009-02-23 16:17:44 UTC (re=
v 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/DayWeekQuarterFunctionModifier.java 2009-02-23 17:43:19 UTC (re=
v 481)
@@ -22,8 +22,8 @@
=
package com.metamatrix.connector.jdbc.oracle;
=
-import com.metamatrix.connector.jdbc.extension.FunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.FunctionModifier;
import com.metamatrix.connector.language.*;
=
/**
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/ExtractFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/ExtractFunctionModifier.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/ExtractFunctionModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -25,8 +25,8 @@
import java.util.ArrayList;
import java.util.List;
=
-import com.metamatrix.connector.jdbc.extension.FunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.FunctionModifier;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/LeftOrRightFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/LeftOrRightFunctionModifier.java 2009-02-23 16:17:44 UTC (rev 4=
80)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/LeftOrRightFunctionModifier.java 2009-02-23 17:43:19 UTC (rev 4=
81)
@@ -23,8 +23,8 @@
package com.metamatrix.connector.jdbc.oracle;
=
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.jdbc.extension.FunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.FunctionModifier;
import com.metamatrix.connector.language.*;
=
/**
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/LocateFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/LocateFunctionModifier.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/LocateFunctionModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -22,8 +22,8 @@
=
package com.metamatrix.connector.jdbc.oracle;
=
-import com.metamatrix.connector.jdbc.extension.FunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.FunctionModifier;
import com.metamatrix.connector.language.*;
=
/**
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/Log10FunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/Log10FunctionModifier.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/Log10FunctionModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -22,8 +22,8 @@
=
package com.metamatrix.connector.jdbc.oracle;
=
-import com.metamatrix.connector.jdbc.extension.FunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.FunctionModifier;
import com.metamatrix.connector.language.*;
=
public class Log10FunctionModifier extends BasicFunctionModifier implement=
s FunctionModifier {
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/MonthOrDayNameFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/MonthOrDayNameFunctionModifier.java 2009-02-23 16:17:44 UTC (re=
v 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/MonthOrDayNameFunctionModifier.java 2009-02-23 17:43:19 UTC (re=
v 481)
@@ -22,8 +22,8 @@
=
package com.metamatrix.connector.jdbc.oracle;
=
-import com.metamatrix.connector.jdbc.extension.FunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.FunctionModifier;
import com.metamatrix.connector.language.*;
=
/**
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/OracleConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleConvertModifier.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleConvertModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -25,9 +25,9 @@
import java.util.List;
=
import com.metamatrix.connector.api.ConnectorLogger;
-import com.metamatrix.connector.jdbc.extension.FunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.DropFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.DropFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.FunctionModifier;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
@@ -46,7 +46,7 @@
/**
* Intentionally return null, rely on the SQLStringVisitor being used =
by caller
* (Oracle or Oracle8 SQLConversionVisitor (SQLConversionVisitor))
- * @see com.metamatrix.connector.jdbc.extension.FunctionModifier#trans=
late(com.metamatrix.connector.language.IFunction)
+ * @see com.metamatrix.connector.jdbc.translator.FunctionModifier#tran=
slate(com.metamatrix.connector.language.IFunction)
*/
public List translate(IFunction function) {
return null;
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/oracle/OracleResultsTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleResultsTranslator.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleResultsTranslator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,43 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.connector.jdbc.oracle;
-
-import java.sql.PreparedStatement;
-import java.sql.SQLException;
-import java.sql.Types;
-import java.util.Calendar;
-
-import com.metamatrix.connector.jdbc.extension.impl.BasicResultsTranslator;
-
-public class OracleResultsTranslator extends BasicResultsTranslator {
- protected void bindValue(PreparedStatement stmt, Object param, Class p=
aramType, int i, Calendar cal) throws SQLException {
- if(param =3D=3D null && Object.class.equals(paramType)){
- //Oracle drive does not support JAVA_OBJECT type
- stmt.setNull(i, Types.LONGVARBINARY);
- return;
- }
- super.bindValue(stmt, param, paramType, i, cal);
- }
-}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/OracleSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleSQLTranslator.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleSQLTranslator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -24,14 +24,21 @@
*/
package com.metamatrix.connector.jdbc.oracle;
=
+import java.sql.Connection;
+import java.sql.PreparedStatement;
+import java.sql.ResultSet;
+import java.sql.SQLException;
+import java.sql.Statement;
+import java.sql.Types;
import java.util.List;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.SourceSystemFunctions;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
-import com.metamatrix.connector.jdbc.extension.impl.AliasModifier;
+import com.metamatrix.connector.jdbc.JDBCPlugin;
+import com.metamatrix.connector.jdbc.translator.AliasModifier;
+import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IElement;
import com.metamatrix.connector.language.IGroup;
@@ -44,7 +51,7 @@
=
/**
*/
-public class OracleSQLTranslator extends SQLTranslator {
+public class OracleSQLTranslator extends Translator {
=
public final static String HINT_PREFIX =3D "/*+"; //$NON-NLS-1$
public final static String DUAL =3D "DUAL"; //$NON-NLS-1$
@@ -223,8 +230,52 @@
}
=
@Override
- public String getConnectionTestQuery() {
+ public String getDefaultConnectionTestQuery() {
return "Select 'x' from DUAL"; //$NON-NLS-1$
}
=
+ @Override
+ public void bindValue(PreparedStatement stmt, Object param, Class para=
mType, int i) throws SQLException {
+ if(param =3D=3D null && Object.class.equals(paramType)){
+ //Oracle drive does not support JAVA_OBJECT type
+ stmt.setNull(i, Types.LONGVARBINARY);
+ return;
+ }
+ super.bindValue(stmt, param, paramType, i);
+ }
+ =
+ @Override
+ public void afterInitialConnectionCreation(Connection connection) {
+ String errorStr =3D JDBCPlugin.Util.getString("ConnectionListener.fai=
led_to_report_oracle_connection_details"); //$NON-NLS-1$
+ ResultSet rs =3D null;
+ Statement stmt =3D null;
+ try { =
+ stmt =3D connection.createStatement();
+ rs =3D stmt.executeQuery("select * from v$instance"); =
+ =
+ int columnCount =3D rs.getMetaData().getColumnCount();
+ while (rs.next()) {
+ StringBuffer sb =3D new StringBuffer();
+ for (int i =3D 1; i <=3D columnCount; i++) {
+ sb.append(rs.getMetaData().getColumnName(i)).append("=
=3D").append(rs.getString(i)).append(";"); //$NON-NLS-1$ //$NON-NLS-2$
+ } =
+ // log the queried information
+ getEnvironment().getLogger().logInfo(sb.toString()); =
=
+ } =
+ =
+ } catch (SQLException e) {
+ getEnvironment().getLogger().logInfo(errorStr); =
+ }finally {
+ try {
+ if (rs !=3D null) {
+ rs.close();
+ } =
+ if (stmt !=3D null) {
+ stmt.close();
+ }
+ } catch (SQLException e1) {
+ getEnvironment().getLogger().logInfo(errorStr);
+ }
+ }
+ }
}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/oracle/OracleSingleIdentityConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleSingleIdentityConnectionFactory.java 2009-02-23 16:17:44 =
UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleSingleIdentityConnectionFactory.java 2009-02-23 17:43:19 =
UTC (rev 481)
@@ -1,120 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.connector.jdbc.oracle;
-
-import java.sql.Connection;
-import java.sql.ResultSet;
-import java.sql.SQLException;
-import java.sql.Statement;
-
-import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.jdbc.ConnectionListener;
-import com.metamatrix.connector.jdbc.ConnectionQueryStrategy;
-import com.metamatrix.connector.jdbc.ConnectionStrategy;
-import com.metamatrix.connector.jdbc.DefaultConnectionListener;
-import com.metamatrix.connector.jdbc.JDBCPlugin;
-import com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory;
-
-public class OracleSingleIdentityConnectionFactory extends JDBCSingleIdent=
ityConnectionFactory{
- private String queryTest =3D "Select 'x' from DUAL"; //$NON-NLS-1$
- private ConnectionListener connectionListener =3D new OracleConnection=
Listener();
- =
- protected ConnectionStrategy createConnectionStrategy() {
- return new ConnectionQueryStrategy(queryTest); =
- }
- =
- /**
- * @see com.metamatrix.connector.jdbc.JDBCSourceConnectionFactory#getC=
onnectionListener()
- */
- protected ConnectionListener getConnectionListener() {
- return connectionListener;
- }
- =
- /**
- * A connection listener strategy class, where gets called after the c=
onnection =
- * is created and before connection is terminated.
- */
- private static class OracleConnectionListener extends DefaultConnectio=
nListener{
- // Since this going to used inside a pool, we would like to repor=
t only once =
- boolean alreadyReportedDetails =3D false; =
- =
- /**
- * log some debug information about the oracle driver being used.
- * defect request 13979 & 13978
- * @see com.metamatrix.connector.jdbc.ConnectionStrategy#afterConn=
ectionCreation(java.sql.Connection)
- */
- public void afterConnectionCreation(Connection connection, Connect=
orEnvironment env) {
- super.afterConnectionCreation(connection, env);
- =
- if (alreadyReportedDetails) { =
- return;
- }
- =
- alreadyReportedDetails =3D true; =
- String errorStr =3D JDBCPlugin.Util.getString("ConnectionListe=
ner.failed_to_report_oracle_connection_details"); //$NON-NLS-1$
- executeSQL(connection, env, "select * from v$instance", errorS=
tr); //$NON-NLS-1$
- }
-
- /**
- * Execute any SQL aginst the connection
- * @param connection
- * @param env
- * @param sql
- */
- private void executeSQL(Connection connection, ConnectorEnvironmen=
t env, String sql, String errorStr) { =
- ResultSet rs =3D null;
- Statement stmt =3D null;
- try { =
- stmt =3D connection.createStatement();
- rs =3D stmt.executeQuery(sql); =
- =
- =
- int columnCount =3D rs.getMetaData().getColumnCount();
- while (rs.next()) {
- StringBuffer sb =3D new StringBuffer();
- for (int i =3D 1; i <=3D columnCount; i++) {
- sb.append(rs.getMetaData().getColumnName(i)).appen=
d("=3D").append(rs.getString(i)).append(";"); //$NON-NLS-1$ //$NON-NLS-2$
- } =
- // log the queried information
- env.getLogger().logInfo(sb.toString()); =
=
- } =
- =
- } catch (SQLException e) {
- env.getLogger().logInfo(errorStr); =
- }finally {
- try {
- if (rs !=3D null) {
- rs.close();
- } =
- if (stmt !=3D null) {
- stmt.close();
- }
- } catch (SQLException e1) {
- env.getLogger().logInfo(errorStr);
- }
- }
- } =
- }
-}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/oracle/OracleUserIdentityConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleUserIdentityConnectionFactory.java 2009-02-23 16:17:44 UT=
C (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleUserIdentityConnectionFactory.java 2009-02-23 17:43:19 UT=
C (rev 481)
@@ -1,38 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.connector.jdbc.oracle;
-
-import com.metamatrix.connector.jdbc.*;
-import com.metamatrix.connector.jdbc.ConnectionStrategy;
-import com.metamatrix.connector.jdbc.JDBCUserIdentityConnectionFactory;
-
-public class OracleUserIdentityConnectionFactory extends JDBCUserIdentityC=
onnectionFactory{
- private String queryTest =3D "Select 'x' from DUAL"; //$NON-NLS-1$
- =
- protected ConnectionStrategy createConnectionStrategy() {
- return new ConnectionQueryStrategy(queryTest); =
- }
-
-}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/postgresql/DatePartFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/postgresql/DatePartFunctionModifier.java 2009-02-23 16:17:44 UTC (rev =
480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/postgresql/DatePartFunctionModifier.java 2009-02-23 17:43:19 UTC (rev =
481)
@@ -22,7 +22,7 @@
=
package com.metamatrix.connector.jdbc.postgresql;
=
-import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/postgresql/PostgreSQLConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/postgresql/PostgreSQLConvertModifier.java 2009-02-23 16:17:44 UTC (rev=
480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/postgresql/PostgreSQLConvertModifier.java 2009-02-23 17:43:19 UTC (rev=
481)
@@ -27,9 +27,9 @@
import java.util.Arrays;
import java.util.List;
=
-import com.metamatrix.connector.jdbc.extension.FunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.DropFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.DropFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.FunctionModifier;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/postgresql/PostgreSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/postgresql/PostgreSQLTranslator.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/postgresql/PostgreSQLTranslator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -25,17 +25,16 @@
import java.sql.Date;
import java.sql.Time;
import java.sql.Timestamp;
-import java.util.Calendar;
=
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.SourceSystemFunctions;
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
-import com.metamatrix.connector.jdbc.extension.impl.AliasModifier;
import com.metamatrix.connector.jdbc.oracle.LeftOrRightFunctionModifier;
import com.metamatrix.connector.jdbc.oracle.MonthOrDayNameFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.AliasModifier;
+import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.connector.language.IAggregate;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.ILimit;
@@ -46,7 +45,7 @@
/** =
* @since 4.3
*/
-public class PostgreSQLTranslator extends SQLTranslator {
+public class PostgreSQLTranslator extends Translator {
=
public void initialize(ConnectorEnvironment env) throws ConnectorExcep=
tion {
=
@@ -88,18 +87,18 @@
}
=
@Override
- public String translateLiteralDate(Date dateValue, Calendar cal) {
- return "DATE '" + formatDateValue(dateValue, cal) + "'"; //$NON-NL=
S-1$//$NON-NLS-2$
+ public String translateLiteralDate(Date dateValue) {
+ return "DATE '" + formatDateValue(dateValue) + "'"; //$NON-NLS-1$/=
/$NON-NLS-2$
}
=
@Override
- public String translateLiteralTime(Time timeValue, Calendar cal) {
- return "TIME '" + formatDateValue(timeValue, cal) + "'"; //$NON-NL=
S-1$//$NON-NLS-2$
+ public String translateLiteralTime(Time timeValue) {
+ return "TIME '" + formatDateValue(timeValue) + "'"; //$NON-NLS-1$/=
/$NON-NLS-2$
}
=
@Override
- public String translateLiteralTimestamp(Timestamp timestampValue, Cale=
ndar cal) {
- return "to_timestamp('" + formatDateValue(timestampValue, cal) + "=
', 'YYYY-MM-DD HH24:MI:SS.US')"; //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$
+ public String translateLiteralTimestamp(Timestamp timestampValue) {
+ return "to_timestamp('" + formatDateValue(timestampValue) + "', 'Y=
YYY-MM-DD HH24:MI:SS.US')"; //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$
}
=
@Override
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/sqlserver/SqlServerSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/sqlserver/SqlServerSQLTranslator.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/sqlserver/SqlServerSQLTranslator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -27,9 +27,8 @@
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.SourceSystemFunctions;
-import com.metamatrix.connector.jdbc.extension.impl.AliasModifier;
import com.metamatrix.connector.jdbc.sybase.SybaseSQLTranslator;
-import com.metamatrix.connector.language.ILimit;
+import com.metamatrix.connector.jdbc.translator.AliasModifier;
=
/**
*/
@@ -37,7 +36,7 @@
=
public void initialize(ConnectorEnvironment env) throws ConnectorExcep=
tion {
super.initialize(env);
- //FEDERATE-168 remove mod modifier for SQL Server 2008
+ //TEIID-31 remove mod modifier for SQL Server 2008
registerFunctionModifier(SourceSystemFunctions.DAYOFMONTH, new Ali=
asModifier("day")); //$NON-NLS-1$ //$NON-NLS-2$
registerFunctionModifier(SourceSystemFunctions.REPEAT, new AliasMo=
difier("replicate")); //$NON-NLS-1$ //$NON-NLS-2$
}
@@ -46,10 +45,5 @@
public String getLengthFunctionName() {
return "len"; //$NON-NLS-1$
}
- =
- @Override
- public String addLimitString(String queryCommand, ILimit limit) {
- return "SELECT TOP " + limit.getRowLimit() + " * FROM (" + queryComma=
nd + ") AS X"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- }
-
+ =
}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/ssl/JDBCSequeLinkSingleIdentityConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/ssl/JDBCSequeLinkSingleIdentityConnectionFactory.java 2009-02-23 16:17=
:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/ssl/JDBCSequeLinkSingleIdentityConnectionFactory.java 2009-02-23 17:43=
:19 UTC (rev 481)
@@ -1,97 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- * com.metamatrix.connector.jdbc.ssl.JDBCSequeLinkSingleIdentityConnection=
Factory
- * Created by JChoate on Jan 28, 2005
- * (c) 2005 MetaMatrix, Inc.
- */
-package com.metamatrix.connector.jdbc.ssl;
-
-import java.sql.Connection;
-import java.sql.Driver;
-import java.sql.SQLException;
-import java.util.Properties;
-
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.jdbc.ConnectionQueryStrategy;
-import com.metamatrix.connector.jdbc.ConnectionStrategy;
-import com.metamatrix.connector.jdbc.JDBCPropertyNames;
-import com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory;
-import com.metamatrix.connector.jdbc.JDBCSourceConnection;
-
-public class JDBCSequeLinkSingleIdentityConnectionFactory extends
- JDBCSingleIdentityConnectionFactory {
- =
- private static final String JDBC_CAPABILITIES =3D "com.metamatrix.co=
nnector.jdbc.JDBCCapabilities"; //$NON-NLS-1$
- private static final String ORACLE_CAPABILITIES =3D "com.metamatrix.co=
nnector.jdbc.oracle.OracleCapabilities"; //$NON-NLS-1$
- private static final String DB2_CAPABILITIES =3D "com.metamatrix.co=
nnector.jdbc.db2.DB2Capabilities"; //$NON-NLS-1$
- private static final String SYBASE_CAPABILITIES =3D "com.metamatrix.co=
nnector.jdbc.sybase.SybaseCapabilities"; //$NON-NLS-1$
- private static final String SQLSERVER_CAPABILITIES =3D "com.metamatrix=
.connector.jdbc.sqlserver.SqlServerCapabilities"; //$NON-NLS-1$
- =
- // Fix for Case 4049 - USTranscom
- // By default we were not creating a connectionStrategy and therefore =
not testing connections
- // when pulling them from the pool, this caused problems when the Sequ=
eLink proxy would go down
- // and come back up since we never removed the bad connection. =
- // Adding this logic lets us run the test query when getting connectio=
ns from the pool. =
- // This is a slight hack, ultimately we want to add an option to Oracl=
e, DB2, etc.. connectorTypes
- // to select ssl mode and remove this Connector type. =
- protected ConnectionStrategy createConnectionStrategy() {
-
- String capabilityClass =3D this.getConnectorEnvironment().getPrope=
rties().getProperty(JDBCPropertyNames.EXT_CAPABILITY_CLASS, JDBC_CAPABILITI=
ES); =
- String queryTest =3D null;
- =
- if (capabilityClass.equals(ORACLE_CAPABILITIES)) {
- queryTest =3D "Select 'x' from DUAL"; //$NON-NLS-1$
- } else if (capabilityClass.equals(DB2_CAPABILITIES)) {
- queryTest =3D "Select 'x' from sysibm.systables where 1 =3D 2"=
; //$NON-NLS-1$
- } else if (capabilityClass.equals(SYBASE_CAPABILITIES)) {
- queryTest =3D "Select 'x'"; //$NON-NLS-1$
- } else if (capabilityClass.equals(SQLSERVER_CAPABILITIES)) {
- queryTest =3D "Select 'x'"; //$NON-NLS-1$
- } else {
- return null;
- }
- return new ConnectionQueryStrategy(queryTest); =
- }
-
- /**
- * This creates a JDBC connection.
- * It overrides the functionality in abstract class com.metamatrix.con=
nector.jdbc.JDBCSourceConnectionFactory
- * @throws ConnectorException if there is an error establishing the c=
onnection.
- */
- protected com.metamatrix.connector.api.Connection createJDBCConnection=
(Driver driver, String url, int transactionIsolationLevel, Properties userP=
rops) throws ConnectorException {
- Connection connection =3D null;
-
- // Connect
- try {
- connection =3D driver.connect(url, userProps);
- if(transactionIsolationLevel !=3D NO_ISOLATION_LEVEL_SET){
- connection.setTransactionIsolation(transactionIsolationLev=
el);
- }
- } catch ( SQLException e ) {
- throw new ConnectorException(e);
- }
-
- return new JDBCSourceConnection(connection, getConnectorEnvironmen=
t(), createConnectionStrategy(), getConnectionListener(), getResultsTransla=
tor(), getSqlTranslator());
- }
-}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/sybase/ModFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/sybase/ModFunctionModifier.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/sybase/ModFunctionModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -25,7 +25,7 @@
import java.util.List;
=
import com.metamatrix.connector.api.TypeFacility.RUNTIME_TYPES;
-import com.metamatrix.connector.jdbc.extension.impl.AliasModifier;
+import com.metamatrix.connector.jdbc.translator.AliasModifier;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/sybase/SybaseConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/sybase/SybaseConvertModifier.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/sybase/SybaseConvertModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -25,9 +25,9 @@
import java.util.ArrayList;
import java.util.List;
=
-import com.metamatrix.connector.jdbc.extension.FunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
-import com.metamatrix.connector.jdbc.extension.impl.DropFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.DropFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.FunctionModifier;
import com.metamatrix.connector.language.*;
=
/**
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/sybase/SybaseSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/sybase/SybaseSQLTranslator.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/sybase/SybaseSQLTranslator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -27,13 +27,14 @@
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.SourceSystemFunctions;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
-import com.metamatrix.connector.jdbc.extension.impl.AliasModifier;
-import com.metamatrix.connector.jdbc.extension.impl.SubstringFunctionModif=
ier;
+import com.metamatrix.connector.jdbc.translator.AliasModifier;
+import com.metamatrix.connector.jdbc.translator.SubstringFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.Translator;
+import com.metamatrix.connector.language.ILimit;
=
/**
*/
-public class SybaseSQLTranslator extends SQLTranslator {
+public class SybaseSQLTranslator extends Translator {
=
/* =
* @see com.metamatrix.connector.jdbc.extension.SQLTranslator#initiali=
ze(com.metamatrix.data.api.ConnectorEnvironment, com.metamatrix.data.metada=
ta.runtime.RuntimeMetadata)
@@ -62,6 +63,11 @@
@Override
public boolean hasTimeType() {
return false;
- }
+ }
=
+ @Override
+ public String addLimitString(String queryCommand, ILimit limit) {
+ return "SELECT TOP " + limit.getRowLimit() + " * FROM (" + queryComma=
nd + ") AS X"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
+ }
+ =
}
Copied: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connec=
tor/jdbc/translator/AliasModifier.java (from rev 475, trunk/connectors/conn=
ector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/Alias=
Modifier.java)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/AliasModifier.java (rev 0)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/AliasModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -0,0 +1,51 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+/*
+ */
+package com.metamatrix.connector.jdbc.translator;
+
+import com.metamatrix.connector.language.*;
+
+/**
+ */
+public class AliasModifier extends BasicFunctionModifier {
+ // The alias to use
+ private String alias;
+ =
+ /**
+ * Constructor that takes the alias to use for functions.
+ * @param alias The alias to replace the incoming function name with
+ */
+ public AliasModifier(String alias) {
+ this.alias =3D alias; =
+ }
+ =
+ /**
+ * @see com.metamatrix.connector.jdbc.translator.FunctionModifier#modi=
fy(com.metamatrix.connector.language.IFunction)
+ */
+ public IExpression modify(IFunction function) {
+ function.setName(alias);
+ return function;
+ }
+
+}
Property changes on: trunk/connectors/connector-jdbc/src/main/java/com/meta=
matrix/connector/jdbc/translator/AliasModifier.java
___________________________________________________________________
Name: svn:mergeinfo
+ =
Copied: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connec=
tor/jdbc/translator/BasicFunctionModifier.java (from rev 475, trunk/connect=
ors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/im=
pl/BasicFunctionModifier.java)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/BasicFunctionModifier.java (rev 0)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/BasicFunctionModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -0,0 +1,116 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+/*
+ */
+package com.metamatrix.connector.jdbc.translator;
+
+import java.util.ArrayList;
+import java.util.List;
+import java.util.Map;
+import java.util.HashMap;
+
+import com.metamatrix.connector.api.TypeFacility;
+import com.metamatrix.connector.language.IExpression;
+import com.metamatrix.connector.language.IFunction;
+
+/**
+ */
+public abstract class BasicFunctionModifier implements FunctionModifier {
+
+ /*
+ * Public sharing part for the mapping between class and type in forma=
t of MapInteger>.
+ */
+ public static final int STRING =3D 0;
+ public static final int CHAR =3D 1;
+ public static final int BOOLEAN =3D 2;
+ public static final int BYTE =3D 3;
+ public static final int SHORT =3D 4;
+ public static final int INTEGER =3D 5;
+ public static final int LONG =3D 6;
+ public static final int BIGINTEGER =3D 7;
+ public static final int FLOAT =3D 8;
+ public static final int DOUBLE =3D 9;
+ public static final int BIGDECIMAL =3D 10;
+ public static final int DATE =3D 11;
+ public static final int TIME =3D 12;
+ public static final int TIMESTAMP =3D 13;
+ public static final int OBJECT =3D 14;
+ public static final int BLOB =3D 15;
+ public static final int CLOB =3D 16;
+ public static final int XML =3D 17;
+
+ public static final Map typeMap =3D new HashMap();
+ =
+ static {
+ typeMap.put(TypeFacility.RUNTIME_TYPES.STRING, new Integer(STRING)=
);
+ typeMap.put(TypeFacility.RUNTIME_TYPES.CHAR, new Integer(CHAR));
+ typeMap.put(TypeFacility.RUNTIME_TYPES.BOOLEAN, new Integer(BOOLEA=
N));
+ typeMap.put(TypeFacility.RUNTIME_TYPES.BYTE, new Integer(BYTE));
+ typeMap.put(TypeFacility.RUNTIME_TYPES.SHORT, new Integer(SHORT));
+ typeMap.put(TypeFacility.RUNTIME_TYPES.INTEGER, new Integer(INTEGE=
R));
+ typeMap.put(TypeFacility.RUNTIME_TYPES.LONG, new Integer(LONG));
+ typeMap.put(TypeFacility.RUNTIME_TYPES.BIG_INTEGER, new Integer(BI=
GINTEGER));
+ typeMap.put(TypeFacility.RUNTIME_TYPES.FLOAT, new Integer(FLOAT));
+ typeMap.put(TypeFacility.RUNTIME_TYPES.DOUBLE, new Integer(DOUBLE)=
);
+ typeMap.put(TypeFacility.RUNTIME_TYPES.BIG_DECIMAL, new Integer(BI=
GDECIMAL));
+ typeMap.put(TypeFacility.RUNTIME_TYPES.DATE, new Integer(DATE));
+ typeMap.put(TypeFacility.RUNTIME_TYPES.TIME, new Integer(TIME));
+ typeMap.put(TypeFacility.RUNTIME_TYPES.TIMESTAMP, new Integer(TIME=
STAMP));
+ typeMap.put(TypeFacility.RUNTIME_TYPES.OBJECT, new Integer(OBJECT)=
); =
+ typeMap.put(TypeFacility.RUNTIME_TYPES.BLOB, new Integer(BLOB));
+ typeMap.put(TypeFacility.RUNTIME_TYPES.CLOB, new Integer(CLOB));
+ typeMap.put(TypeFacility.RUNTIME_TYPES.XML, new Integer(XML));
+ } =
+ =
+ /**
+ * Subclass should override this method as needed.
+ * @see com.metamatrix.connector.jdbc.translator.FunctionModifier#modi=
fy(com.metamatrix.connector.language.IFunction)
+ */
+ public IExpression modify(IFunction function) {
+ return function;
+ }
+
+ /**
+ * Subclass should override this method as needed.
+ * @see com.metamatrix.connector.jdbc.translator.FunctionModifier#tran=
slate(com.metamatrix.connector.language.IFunction)
+ */
+ public List translate(IFunction function) {
+ List objs =3D new ArrayList();
+ objs.add(function.getName());
+ objs.add("("); //$NON-NLS-1$
+ IExpression[] params =3D function.getParameters();
+ if(params.length > 0) { =
+ objs.add(params[0]);
+ if(params.length > 1) {
+ for(int i=3D1; i null). Using bind v=
ariables on
+ * both sides of the operator is not supported by most databases.
+ */
+ public void visit(ICompareCriteria obj) {
+ replaceWithBinding =3D true;
+ visitNode(obj.getRightExpression());
+ }
+
+ /**
+ * Will look for bind values in the when criteria.
+ * The actual restriction for case statements seems to be that at leas=
t one branch must
+ * not contain a bind variable.
+ */
+ public void visit(ISearchedCaseExpression obj) {
+ for (int i =3D 0; i < obj.getWhenCount(); i++) {
+ visitNode(obj.getWhenCriteria(i));
+ }
+ }
+
+ @Override
+ public void visit(IInsert obj) {
+ replaceWithBinding =3D true;
+ visitNodes(obj.getValues());
+ }
+ =
+ @Override
+ public void visit(ISetClause obj) {
+ replaceWithBinding =3D true;
+ visitNode(obj.getValue());
+ }
+
+ public void visit(ILiteral obj) {
+ if (replaceWithBinding || TranslatedCommand.isBindEligible(obj)) {
+ obj.setBindValue(true);
+ }
+ }
+ =
+ public void visitNode(ILanguageObject obj) {
+ boolean replacementMode =3D replaceWithBinding;
+ super.visitNode(obj);
+ this.replaceWithBinding =3D replacementMode;
+ }
+}
\ No newline at end of file
Property changes on: trunk/connectors/connector-jdbc/src/main/java/com/meta=
matrix/connector/jdbc/translator/BindValueVisitor.java
___________________________________________________________________
Name: svn:mergeinfo
+ =
Copied: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connec=
tor/jdbc/translator/DropFunctionModifier.java (from rev 475, trunk/connecto=
rs/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/imp=
l/DropFunctionModifier.java)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/DropFunctionModifier.java (rev 0)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/DropFunctionModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -0,0 +1,50 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+package com.metamatrix.connector.jdbc.translator;
+
+import com.metamatrix.connector.jdbc.JDBCPlugin;
+import com.metamatrix.connector.language.*;
+
+/**
+ * This FunctionModifier will cause this function to be dropped by replaci=
ng the function
+ * with (by default) the first argument of the function. Optionally, the =
replacement index =
+ * can be overridden. This modifier should only be used with functions ha=
ving the
+ * minimum or more number of arguments. =
+ */
+public class DropFunctionModifier extends BasicFunctionModifier implements=
FunctionModifier {
+
+ private int replaceIndex =3D 0;
+ =
+ public void setReplaceIndex(int index) {
+ this.replaceIndex =3D index;
+ }
+ =
+ public IExpression modify(IFunction function) {
+ IExpression[] args =3D function.getParameters();
+ if(args.length <=3D replaceIndex) { =
+ throw new IllegalArgumentException(JDBCPlugin.Util.getString("=
DropFunctionModifier.DropFunctionModifier_can_only_be_used_on_functions_wit=
h___1") + function); //$NON-NLS-1$
+ }
+
+ return args[replaceIndex];
+ }
+}
Property changes on: trunk/connectors/connector-jdbc/src/main/java/com/meta=
matrix/connector/jdbc/translator/DropFunctionModifier.java
___________________________________________________________________
Name: svn:mergeinfo
+ =
Copied: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connec=
tor/jdbc/translator/EscapeSyntaxModifier.java (from rev 475, trunk/connecto=
rs/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/imp=
l/EscapeSyntaxModifier.java)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/EscapeSyntaxModifier.java (rev 0)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/EscapeSyntaxModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -0,0 +1,54 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+package com.metamatrix.connector.jdbc.translator;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import com.metamatrix.connector.language.IFunction;
+
+/**
+ * Wrap a function in standard JDBC escape syntax. In some cases, the =
+ * driver can then convert to the correct database syntax for us. =
+ * @since 5.0
+ */
+public class EscapeSyntaxModifier extends BasicFunctionModifier {
+
+ public EscapeSyntaxModifier() {
+ super();
+ }
+ =
+ /** =
+ * @see com.metamatrix.connector.jdbc.translator.BasicFunctionModifier=
#translate(com.metamatrix.connector.language.IFunction)
+ * @since 5.0
+ */
+ public List translate(IFunction function) {
+ List normalParts =3D super.translate(function);
+ List wrappedParts =3D new ArrayList(normalParts.size() + 2);
+ wrappedParts.add("{fn "); //$NON-NLS-1$
+ wrappedParts.addAll(normalParts);
+ wrappedParts.add("}"); //$NON-NLS-1$
+ return wrappedParts;
+ }
+
+}
Property changes on: trunk/connectors/connector-jdbc/src/main/java/com/meta=
matrix/connector/jdbc/translator/EscapeSyntaxModifier.java
___________________________________________________________________
Name: svn:mergeinfo
+ =
Copied: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connec=
tor/jdbc/translator/FunctionModifier.java (from rev 475, trunk/connectors/c=
onnector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/Functio=
nModifier.java)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/FunctionModifier.java (rev 0)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/FunctionModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -0,0 +1,57 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+/*
+ */
+package com.metamatrix.connector.jdbc.translator;
+
+import java.util.List;
+
+import com.metamatrix.connector.language.IExpression;
+import com.metamatrix.connector.language.IFunction;
+
+/**
+ * Implementations of this interface are used to modify metamatrix functio=
ns
+ * coming in to the connector into alternate datasource-specific language,=
if
+ * necessary. =
+ */
+public interface FunctionModifier {
+ =
+ /**
+ * Takes an IFunction and returns the datasource-specific IExpression,
+ * or can possibly return the unmodified function parameter itself. =
+ * @param function
+ * @return IExpression or unmodified function
+ * @since 4.2
+ */
+ IExpression modify(IFunction function);
+ =
+ /**
+ * Return a List of translated parts (LanguageObjects and Strings), or=
null
+ * if this FunctionModifier wishes to rely on the default translation =
of the
+ * conversion visitor. =
+ * @param function IFunction to be translated
+ * @return List of translated parts, or null
+ * @since 4.2
+ */
+ List translate(IFunction function);
+}
Property changes on: trunk/connectors/connector-jdbc/src/main/java/com/meta=
matrix/connector/jdbc/translator/FunctionModifier.java
___________________________________________________________________
Name: svn:mergeinfo
+ =
Copied: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connec=
tor/jdbc/translator/SQLConversionVisitor.java (from rev 476, trunk/connecto=
rs/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/SQL=
ConversionVisitor.java)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/SQLConversionVisitor.java (rev 0)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/SQLConversionVisitor.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -0,0 +1,340 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+/*
+ */
+package com.metamatrix.connector.jdbc.translator;
+
+import java.sql.Time;
+import java.sql.Timestamp;
+import java.text.DecimalFormat;
+import java.util.ArrayList;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Map;
+
+import com.metamatrix.connector.api.ExecutionContext;
+import com.metamatrix.connector.api.TypeFacility;
+import com.metamatrix.connector.language.IBulkInsert;
+import com.metamatrix.connector.language.ICommand;
+import com.metamatrix.connector.language.IElement;
+import com.metamatrix.connector.language.IFunction;
+import com.metamatrix.connector.language.ILanguageObject;
+import com.metamatrix.connector.language.ILimit;
+import com.metamatrix.connector.language.ILiteral;
+import com.metamatrix.connector.language.IParameter;
+import com.metamatrix.connector.language.IProcedure;
+import com.metamatrix.connector.language.IQuery;
+import com.metamatrix.connector.language.IQueryCommand;
+import com.metamatrix.connector.language.ISetQuery;
+import com.metamatrix.connector.language.IParameter.Direction;
+import com.metamatrix.connector.language.ISetQuery.Operation;
+import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
+import com.metamatrix.connector.visitor.util.SQLStringVisitor;
+
+/**
+ * This visitor takes an ICommand and does DBMS-specific conversion on it
+ * to produce a SQL String. This class is expected to be subclassed.
+ * Specialized instances of this class can be gotten from a SQL Translator
+ * {@link Translator#getTranslationVisitor(RuntimeMetadata) using this met=
hod}.
+ */
+public class SQLConversionVisitor extends SQLStringVisitor{
+
+ private static DecimalFormat DECIMAL_FORMAT =3D =
+ new DecimalFormat("#############################0.0###############=
##############"); //$NON-NLS-1$ =
+ private static double SCIENTIC_LOW =3D Math.pow(10, -3);
+ private static double SCIENTIC_HIGH =3D Math.pow(10, 7);
+ =
+ private Map modifiers;
+ private ExecutionContext context;
+ private Translator translator;
+
+ private boolean prepared;
+ =
+ private List preparedValues =3D new ArrayList();
+ private List preparedTypes =3D new ArrayList();
+ =
+ public SQLConversionVisitor(Translator translator) {
+ this.translator =3D translator;
+ this.prepared =3D translator.usePreparedStatements();
+ this.modifiers =3D translator.getFunctionModifiers();
+ }
+
+ public void visit(IBulkInsert obj) {
+ this.prepared =3D true;
+
+ super.visit(obj);
+ =
+ for (int i =3D 0; i < obj.getElements().size(); i++) {
+ IElement element =3D (IElement) obj.getElements().get(i);
+ this.preparedTypes.add(element.getType());
+ }
+
+ this.preparedValues =3D obj.getRows();
+ } =
+ =
+ /**
+ * @param type
+ * @param object
+ * @param valuesbuffer
+ */
+ private void translateSQLType(Class type, Object obj, StringBuffer val=
uesbuffer) {
+ if (obj =3D=3D null) {
+ valuesbuffer.append(NULL);
+ } else {
+ if(Number.class.isAssignableFrom(type)) {
+ boolean useFormatting =3D false;
+ =
+ if (Double.class.isAssignableFrom(type)){
+ double value =3D ((Double)obj).doubleValue();
+ useFormatting =3D (value <=3D SCIENTIC_LOW || value >=
=3D SCIENTIC_HIGH); =
+ }
+ else if (Float.class.isAssignableFrom(type)){
+ float value =3D ((Float)obj).floatValue();
+ useFormatting =3D (value <=3D SCIENTIC_LOW || value >=
=3D SCIENTIC_HIGH);
+ }
+ // The formatting is to avoid the so-called "scientic-nota=
tion"
+ // where toString will use for numbers greater than 10p7 a=
nd
+ // less than 10p-3, where database may not understand.
+ if (useFormatting) {
+ synchronized (DECIMAL_FORMAT) {
+ valuesbuffer.append(DECIMAL_FORMAT.format(obj));
+ }
+ }
+ else {
+ valuesbuffer.append(obj);
+ }
+ } else if(type.equals(TypeFacility.RUNTIME_TYPES.BOOLEAN)) {
+ valuesbuffer.append(translator.translateLiteralBoolean((Bo=
olean)obj));
+ } else if(type.equals(TypeFacility.RUNTIME_TYPES.TIMESTAMP)) {
+ valuesbuffer.append(translator.translateLiteralTimestamp((=
Timestamp)obj));
+ } else if(type.equals(TypeFacility.RUNTIME_TYPES.TIME)) {
+ valuesbuffer.append(translator.translateLiteralTime((Time)=
obj));
+ } else if(type.equals(TypeFacility.RUNTIME_TYPES.DATE)) {
+ valuesbuffer.append(translator.translateLiteralDate((java.=
sql.Date)obj));
+ } else {
+ // If obj is string, toSting() will not create a new Strin=
g =
+ // object, it returns it self, so new object creation. =
+ valuesbuffer.append("'") //$NON-NLS-1$
+ .append(escapeString(obj.toString()))
+ .append("'"); //$NON-NLS-1$
+ }
+ } =
+ }
+
+ /**
+ * @see com.metamatrix.connector.visitor.util.SQLStringVisitor#visit(c=
om.metamatrix.connector.language.IProcedure)
+ */
+ public void visit(IProcedure obj) {
+ this.prepared =3D true;
+ /*
+ * preparedValues is now a list of procedure params instead of jus=
t values
+ */
+ this.preparedValues =3D obj.getParameters();
+ super.buffer.append(generateSqlForStoredProcedure(obj));
+ }
+
+ /**
+ * @see com.metamatrix.connector.visitor.util.SQLStringVisitor#visit(c=
om.metamatrix.connector.language.IFunction)
+ */
+ public void visit(IFunction obj) {
+ if(this.modifiers !=3D null) {
+ FunctionModifier functionModifier =3D (FunctionModifier)this.m=
odifiers.get(obj.getName().toLowerCase());
+ if(functionModifier !=3D null) {
+ List parts =3D functionModifier.translate(obj);
+ =
+ // null means the FunctionModifier will rely on default tr=
anslation
+ if (parts !=3D null) {
+ Iterator iter =3D parts.iterator();
+ while(iter.hasNext()) {
+ Object part =3D iter.next();
+ if(part instanceof String) {
+ buffer.append(part);
+ } else {
+ append((ILanguageObject)part);
+ }
+ }
+ return;
+ } =
+ } =
+ } =
+ super.visit(obj);
+ }
+
+ /**
+ * @see com.metamatrix.connector.visitor.util.SQLStringVisitor#visit(c=
om.metamatrix.connector.language.ILiteral)
+ */
+ public void visit(ILiteral obj) {
+ if (this.prepared && obj.isBindValue()) {
+ buffer.append(UNDEFINED_PARAM);
+ preparedValues.add(obj.getValue());
+ preparedTypes.add(obj.getType());
+ } else {
+ translateSQLType(obj.getType(), obj.getValue(), buffer);
+ }
+ }
+
+ /**
+ * Set the per-command execution context on this visitor. =
+ * @param context ExecutionContext
+ * @since 4.3
+ */
+ public void setExecutionContext(ExecutionContext context) {
+ this.context =3D context;
+ }
+ =
+ /**
+ * Retrieve the per-command execution context for this visitor =
+ * (intended for subclasses to use).
+ * @return
+ * @since 4.3
+ */
+ protected ExecutionContext getExecutionContext() {
+ return this.context;
+ }
+
+ protected String getSourceComment(ICommand command) {
+ return this.translator.getSourceComment(this.context, command);
+ }
+ =
+ /**
+ * This is a generic implementation. Subclass should override this met=
hod
+ * if necessary.
+ * @param exec The command for the stored procedure.
+ * @return String to be executed by CallableStatement.
+ */
+ protected String generateSqlForStoredProcedure(IProcedure exec) {
+ StringBuffer prepareCallBuffer =3D new StringBuffer();
+ prepareCallBuffer.append("{ "); //$NON-NLS-1$
+
+ List params =3D exec.getParameters();
+
+ //check whether a "?" is needed if there are returns
+ boolean needQuestionMark =3D false;
+ Iterator iter =3D params.iterator();
+ while(iter.hasNext()){
+ IParameter param =3D (IParameter)iter.next();
+ if(param.getDirection() =3D=3D Direction.RETURN){
+ needQuestionMark =3D true;
+ break;
+ }
+ }
+ =
+ prepareCallBuffer.append(getSourceComment(exec));
+ =
+ if(needQuestionMark){
+ prepareCallBuffer.append("?=3D"); //$NON-NLS-1$
+ }
+
+ prepareCallBuffer.append(" call ");//$NON-NLS-1$
+ prepareCallBuffer.append(exec.getMetadataID() !=3D null ? getName(=
exec.getMetadataID()) : exec.getProcedureName());
+ prepareCallBuffer.append("("); //$NON-NLS-1$
+
+ int numberOfParameters =3D 0;
+ iter =3D params.iterator();
+ while(iter.hasNext()){
+ IParameter param =3D (IParameter)iter.next();
+ if(param.getDirection() =3D=3D Direction.IN || param.getDirect=
ion() =3D=3D Direction.OUT || param.getDirection() =3D=3D Direction.INOUT){
+ if(numberOfParameters > 0){
+ prepareCallBuffer.append(","); //$NON-NLS-1$
+ }
+ prepareCallBuffer.append("?"); //$NON-NLS-1$
+ numberOfParameters++;
+ }
+ }
+ prepareCallBuffer.append(")"); //$NON-NLS-1$
+ prepareCallBuffer.append("}"); //$NON-NLS-1$
+ return prepareCallBuffer.toString();
+ }
+ =
+ /** =
+ * @return the preparedValues
+ */
+ List getPreparedValues() {
+ return this.preparedValues;
+ }
+ =
+ /** =
+ * @return the preparedValues
+ */
+ List getPreparedTypes() {
+ return this.preparedTypes;
+ }
+ =
+ public boolean isPrepared() {
+ return prepared;
+ }
+ =
+ public void setPrepared(boolean prepared) {
+ this.prepared =3D prepared;
+ }
+ =
+ @Override
+ protected boolean useAsInGroupAlias() {
+ return this.translator.useAsInGroupAlias();
+ }
+ =
+ @Override
+ public void visit(IQuery obj) {
+ if (obj.getLimit() !=3D null) {
+ handleLimit(obj);
+ } else {
+ super.visit(obj);
+ }
+ }
+ =
+ @Override
+ public void visit(ISetQuery obj) {
+ if (obj.getLimit() !=3D null) {
+ handleLimit(obj);
+ } else {
+ super.visit(obj);
+ }
+ }
+ =
+ @Override
+ protected boolean useParensForSetQueries() {
+ return translator.useParensForSetQueries();
+ }
+ =
+ private void handleLimit(IQueryCommand obj) {
+ ILimit limit =3D obj.getLimit();
+ obj.setLimit(null);
+ StringBuffer current =3D this.buffer;
+ this.buffer =3D new StringBuffer();
+ append(obj);
+ current.append(this.translator.addLimitString(this.buffer.toString(),=
limit));
+ this.buffer =3D current;
+ obj.setLimit(limit);
+ }
+ =
+ @Override
+ protected String replaceElementName(String group, String element) {
+ return translator.replaceElementName(group, element);
+ }
+ =
+ @Override
+ protected void appendSetOperation(Operation operation) {
+ buffer.append(translator.getSetOperationString(operation));
+ }
+ =
+}
Property changes on: trunk/connectors/connector-jdbc/src/main/java/com/meta=
matrix/connector/jdbc/translator/SQLConversionVisitor.java
___________________________________________________________________
Name: svn:mergeinfo
+ =
Copied: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connec=
tor/jdbc/translator/SubstringFunctionModifier.java (from rev 475, trunk/con=
nectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extensio=
n/impl/SubstringFunctionModifier.java)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/SubstringFunctionModifier.java (rev=
0)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/SubstringFunctionModifier.java 2009-02-23 17:43:19 UTC (rev=
481)
@@ -0,0 +1,63 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+package com.metamatrix.connector.jdbc.translator;
+
+import com.metamatrix.connector.language.IExpression;
+import com.metamatrix.connector.language.IFunction;
+import com.metamatrix.connector.language.ILanguageFactory;
+
+/**
+ * Common logic for Substring modifiers requiring 3 parameters
+ */
+public class SubstringFunctionModifier extends BasicFunctionModifier {
+
+ private ILanguageFactory languageFactory;
+ private String length_function;
+ =
+ public SubstringFunctionModifier(ILanguageFactory languageFactory, Str=
ing substring_function, String length_function) {
+ this.languageFactory =3D languageFactory; =
+ this.length_function =3D length_function;
+ }
+
+ /**
+ * @see com.metamatrix.connector.jdbc.translator.FunctionModifier#modi=
fy(com.metamatrix.query.sql.symbol.Function)
+ */
+ public IExpression modify(IFunction function) {
+ IExpression[] args =3D function.getParameters();
+ IExpression[] newArgs =3D new IExpression[3];
+ function.setParameters(newArgs);
+
+ newArgs[0] =3D args[0];
+ newArgs[1] =3D args[1];
+ =
+ if(args.length =3D=3D 2) {
+ newArgs[2] =3D languageFactory.createFunction(length_function,=
new IExpression[] { args[0] }, Integer.class); =
+ } else {
+ newArgs[2] =3D args[2];
+ }
+ =
+ function.setParameters(newArgs);
+ =
+ return function;
+ }
+}
\ No newline at end of file
Property changes on: trunk/connectors/connector-jdbc/src/main/java/com/meta=
matrix/connector/jdbc/translator/SubstringFunctionModifier.java
___________________________________________________________________
Name: svn:mergeinfo
+ =
Copied: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connec=
tor/jdbc/translator/TranslatedCommand.java (from rev 476, trunk/connectors/=
connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/Transl=
atedCommand.java)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/TranslatedCommand.java (rev 0)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/TranslatedCommand.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -0,0 +1,171 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+/*
+ */
+package com.metamatrix.connector.jdbc.translator;
+
+import java.util.List;
+import java.util.Map;
+
+import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.ExecutionContext;
+import com.metamatrix.connector.api.TypeFacility;
+import com.metamatrix.connector.jdbc.util.FunctionReplacementVisitor;
+import com.metamatrix.connector.language.ICommand;
+import com.metamatrix.connector.language.ILiteral;
+import com.metamatrix.connector.visitor.util.CollectorVisitor;
+
+/**
+ * This is a utility class used to translate an ICommand using a SQLConver=
sionVisitor.
+ * The SQLConversionVisitor should not be invoked directly; this object wi=
ll use it to
+ * translate the ICommand.
+ */
+public class TranslatedCommand {
+
+ private String sql;
+ private boolean prepared;
+ private List preparedValues;
+ private List preparedTypes;
+ =
+ private SQLConversionVisitor sqlConversionVisitor;
+ private FunctionReplacementVisitor functionVisitor;
+ private ExecutionContext context;
+ private Translator sqlTranslator;
+ =
+ /**
+ * Constructor, takes a SQLConversionVisitor subclass =
+ * @param visitor a SQLConversionVisitor subclass =
+ */
+ public TranslatedCommand(ExecutionContext context, Translator sqlTrans=
lator){
+ this.context =3D context;
+ this.sqlTranslator =3D sqlTranslator;
+ =
+ Map modifiers =3D sqlTranslator.getFunction=
Modifiers();
+ this.sqlConversionVisitor =3D new SQLConversionVisitor(sqlTranslat=
or);
+ sqlConversionVisitor.setExecutionContext(context);
+ this.functionVisitor =3D new FunctionReplacementVisitor(modifiers);
+ }
+ =
+ public TranslatedCommand(ExecutionContext context, Translator sqlTrans=
lator, SQLConversionVisitor sqlConversionVisitor, FunctionReplacementVisito=
r functionVisitor) {
+ this.context =3D context;
+ this.sqlTranslator =3D sqlTranslator;
+ this.sqlConversionVisitor =3D sqlConversionVisitor;
+ this.functionVisitor =3D functionVisitor;
+ }
+ =
+ /**
+ * The method to cause this object to do it's thing. This method shou=
ld
+ * be called right after the constructor; afterward, all of the getter=
methods
+ * can be called to retrieve results. =
+ * @param command ICommand to be translated
+ * @throws ConnectorException =
+ */
+ public void translateCommand(ICommand command) throws ConnectorExcepti=
on {
+ this.sql =3D getSQL(command);
+ this.preparedValues =3D this.sqlConversionVisitor.getPreparedValue=
s();
+ this.preparedTypes =3D this.sqlConversionVisitor.getPreparedTypes(=
);
+ this.prepared =3D this.sqlConversionVisitor.isPrepared();
+ }
+ =
+ private String getSQL(ICommand command) throws ConnectorException {
+ command =3D sqlTranslator.modifyCommand(command, context);
+ command.acceptVisitor(functionVisitor);
+ =
+ if (sqlTranslator.usePreparedStatements() || hasBindValue(command)=
) {
+ this.sqlConversionVisitor.setPrepared(true);
+ =
+ command.acceptVisitor(new BindValueVisitor());
+ }
+ =
+ this.sqlConversionVisitor.append(command);
+ return this.sqlConversionVisitor.toString();
+ }
+
+ /**
+ * Simple check to see if any values in the command should be replaced=
with bind values
+ * =
+ * @param command
+ * @return
+ */
+ private boolean hasBindValue(ICommand command) {
+ for (ILiteral l : CollectorVisitor.collectObjects(ILiteral.class, =
command)) {
+ if (l.isBindValue() || isBindEligible(l)) {
+ return true;
+ }
+ }
+ return false;
+ }
+
+ /** =
+ * @param l
+ * @return
+ */
+ static boolean isBindEligible(ILiteral l) {
+ if (TypeFacility.RUNTIME_TYPES.CLOB.equals(l.getType())
+ || TypeFacility.RUNTIME_TYPES.BLOB.equals(l.getTyp=
e()) =
+ || TypeFacility.RUNTIME_TYPES.OBJECT.equals(l.getT=
ype())) {
+ return true;
+ }
+ return false;
+ }
+ =
+ /**
+ * Return List of values to set on a prepared statement, if =
+ * necessary (see {@link #getStatementType})
+ * @return List of values to be set on a prepared statement
+ */
+ public List getPreparedValues() {
+ return preparedValues;
+ }
+ =
+ /**
+ * Return List of types to set on a prepared statement, if =
+ * necessary (see {@link #getStatementType})
+ * @return List of types to be set on a prepared statement
+ */
+ public List getPreparedTypes() {
+ return preparedTypes;
+ }
+
+ /**
+ * Get String SQL of translated command; but use =
+ * {@link #nextLargeSetQuerySQL} if this command is =
+ * a {@link #isLargeSetQuery large set query}
+ * @return SQL of translated command, or null if the
+ * command is a {@link #isLargeSetQuery large set query}
+ */
+ public String getSql() {
+ return sql;
+ }
+
+ /**
+ * Return the statement type, one of {@link #STMT_TYPE_STATEMENT},
+ * {@link #STMT_TYPE_PREPARED_STATEMENT}, or
+ * {@link #STMT_TYPE_CALLABLE_STATEMENT}
+ * @return statement type of translated command
+ */
+ public boolean isPrepared() {
+ return prepared;
+ }
+
+}
Property changes on: trunk/connectors/connector-jdbc/src/main/java/com/meta=
matrix/connector/jdbc/translator/TranslatedCommand.java
___________________________________________________________________
Name: svn:mergeinfo
+ =
Copied: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connec=
tor/jdbc/translator/Translator.java (from rev 476, trunk/connectors/connect=
or-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/SQLTranslator=
.java)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/Translator.java (rev 0)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/Translator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -0,0 +1,714 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+package com.metamatrix.connector.jdbc.translator;
+
+import java.math.BigDecimal;
+import java.math.BigInteger;
+import java.sql.CallableStatement;
+import java.sql.Connection;
+import java.sql.DatabaseMetaData;
+import java.sql.PreparedStatement;
+import java.sql.ResultSet;
+import java.sql.SQLException;
+import java.sql.Time;
+import java.sql.Timestamp;
+import java.text.MessageFormat;
+import java.util.ArrayList;
+import java.util.Calendar;
+import java.util.HashMap;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Map;
+import java.util.TimeZone;
+
+import com.metamatrix.common.util.PropertiesUtils;
+import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.ExecutionContext;
+import com.metamatrix.connector.api.TypeFacility;
+import com.metamatrix.connector.api.ValueTranslator;
+import com.metamatrix.connector.internal.ConnectorPropertyNames;
+import com.metamatrix.connector.jdbc.JDBCPlugin;
+import com.metamatrix.connector.jdbc.JDBCPropertyNames;
+import com.metamatrix.connector.language.ICommand;
+import com.metamatrix.connector.language.ILanguageFactory;
+import com.metamatrix.connector.language.ILimit;
+import com.metamatrix.connector.language.IParameter;
+import com.metamatrix.connector.language.ISetQuery;
+import com.metamatrix.connector.language.IParameter.Direction;
+
+/**
+ * Base class for creating source SQL queries and retrieving results.
+ * Specific databases should override as necessary.
+ */
+public class Translator {
+
+ // Because the retrieveValue() method will be hit for every value of =
+ // every JDBC result set returned, we do lots of weird special stuff h=
ere =
+ // to improve the performance (most importantly to remove big if/else =
checks
+ // of every possible type. =
+ =
+ private static final Map, Integer> TYPE_CODE_MAP =3D new Hash=
Map, Integer>();
+ =
+ private static final int INTEGER_CODE =3D 0;
+ private static final int LONG_CODE =3D 1;
+ private static final int DOUBLE_CODE =3D 2;
+ private static final int BIGDECIMAL_CODE =3D 3;
+ private static final int SHORT_CODE =3D 4;
+ private static final int FLOAT_CODE =3D 5;
+ private static final int TIME_CODE =3D 6;
+ private static final int DATE_CODE =3D 7;
+ private static final int TIMESTAMP_CODE =3D 8;
+ private static final int BLOB_CODE =3D 9;
+ private static final int CLOB_CODE =3D 10;
+ =
+ static {
+ TYPE_CODE_MAP.put(TypeFacility.RUNTIME_TYPES.INTEGER, new Integer(=
INTEGER_CODE));
+ TYPE_CODE_MAP.put(TypeFacility.RUNTIME_TYPES.LONG, new Integer(LON=
G_CODE));
+ TYPE_CODE_MAP.put(TypeFacility.RUNTIME_TYPES.DOUBLE, new Integer(D=
OUBLE_CODE));
+ TYPE_CODE_MAP.put(TypeFacility.RUNTIME_TYPES.BIG_DECIMAL, new Inte=
ger(BIGDECIMAL_CODE));
+ TYPE_CODE_MAP.put(TypeFacility.RUNTIME_TYPES.SHORT, new Integer(SH=
ORT_CODE));
+ TYPE_CODE_MAP.put(TypeFacility.RUNTIME_TYPES.FLOAT, new Integer(FL=
OAT_CODE));
+ TYPE_CODE_MAP.put(TypeFacility.RUNTIME_TYPES.TIME, new Integer(TIM=
E_CODE));
+ TYPE_CODE_MAP.put(TypeFacility.RUNTIME_TYPES.DATE, new Integer(DAT=
E_CODE));
+ TYPE_CODE_MAP.put(TypeFacility.RUNTIME_TYPES.TIMESTAMP, new Intege=
r(TIMESTAMP_CODE));
+ TYPE_CODE_MAP.put(TypeFacility.RUNTIME_TYPES.BLOB, new Integer(BLO=
B_CODE));
+ TYPE_CODE_MAP.put(TypeFacility.RUNTIME_TYPES.CLOB, new Integer(CLO=
B_CODE));
+ }
+ =
+ private static final MessageFormat COMMENT =3D new MessageFormat("/*te=
iid sessionid:{0}, requestid:{1}.{2}*/ "); //$NON-NLS-1$
+ public final static TimeZone DEFAULT_TIME_ZONE =3D TimeZone.getDefault=
();
+
+ private static final ThreadLocal CALENDAR =3D new ThreadLoca=
l();
+
+ private Map functionModifiers =3D new HashMap();
+ private TimeZone databaseTimeZone;
+ private ConnectorEnvironment environment;
+ =
+ private boolean useComments;
+ private boolean usePreparedStatements;
+ =
+ private List> valueTranslators =3D new ArrayList=
>();
+ private int maxResultRows =3D 0;
+ private TypeFacility typeFacility;
+
+ private volatile boolean initialConnection;
+ private String connectionTestQuery;
+ private int isValidTimeout =3D -1;
+ =
+ /**
+ * Initialize the SQLTranslator.
+ * @param env
+ * @param metadata
+ * @throws ConnectorException
+ */
+ public void initialize(ConnectorEnvironment env) throws ConnectorExcep=
tion {
+ this.environment =3D env;
+ this.typeFacility =3D env.getTypeFacility();
+
+ String timeZone =3D env.getProperties().getProperty(JDBCPropertyNa=
mes.DATABASE_TIME_ZONE);
+ if(timeZone !=3D null && timeZone.trim().length() > 0) {
+ TimeZone tz =3D TimeZone.getTimeZone(timeZone);
+ // Check that the dbms time zone is really different than the =
local time zone
+ if(!DEFAULT_TIME_ZONE.hasSameRules(tz)) {
+ this.databaseTimeZone =3D tz; =
+ } =
+ } =
+ =
+ this.useComments =3D PropertiesUtils.getBooleanProperty(env.getPro=
perties(), JDBCPropertyNames.USE_COMMENTS_SOURCE_QUERY, false);
+ this.usePreparedStatements =3D PropertiesUtils.getBooleanProperty(=
env.getProperties(), JDBCPropertyNames.USE_BIND_VARIABLES, false);
+ this.connectionTestQuery =3D env.getProperties().getProperty(JDBCProp=
ertyNames.CONNECTION_TEST_QUERY, getDefaultConnectionTestQuery());
+ this.isValidTimeout =3D PropertiesUtils.getIntProperty(env.getPropert=
ies(), JDBCPropertyNames.IS_VALID_TIMEOUT, -1);
+ =
+ String maxResultRowsString =3D env.getProperties().getProperty(Connec=
torPropertyNames.MAX_RESULT_ROWS);
+ if ( maxResultRowsString !=3D null && maxResultRowsString.trim().l=
ength() > 0 ) {
+ try {
+ maxResultRows =3D Integer.parseInt(maxResultRowsString);
+ String exceptionOnMaxRowsString =3D env.getProperties().ge=
tProperty(
+ ConnectorPropertyNames.EXCEPTION_ON_MAX_ROWS);
+ maxResultRows =3D Math.max(0, maxResultRows);
+ //if the connector work needs to throw an excpetion, set t=
he size plus 1
+ if (maxResultRows > 0 && Boolean.valueOf(exceptionOnMaxRow=
sString).booleanValue()) {
+ maxResultRows++;
+ }
+ } catch (NumberFormatException e) {
+ //this will already be logged by the connector worker
+ }
+ }
+ }
+ =
+ public TimeZone getDatabaseTimeZone() {
+ return databaseTimeZone;
+ }
+ =
+ public Calendar getDatabaseCalendar() {
+ if (this.databaseTimeZone =3D=3D null) {
+ return null;
+ }
+ Calendar cal =3D CALENDAR.get();
+ if (cal =3D=3D null) {
+ cal =3D Calendar.getInstance(this.databaseTimeZone);
+ CALENDAR.set(cal);
+ }
+ return cal;
+ }
+ =
+ public final ConnectorEnvironment getEnvironment() {
+ return environment;
+ }
+ =
+ public final ILanguageFactory getLanguageFactory() {
+ return environment.getLanguageFactory();
+ }
+ =
+ /**
+ * Modify the command.
+ * @param command
+ * @param context
+ * @return
+ */
+ public ICommand modifyCommand(ICommand command, ExecutionContext conte=
xt) throws ConnectorException {
+ return command;
+ }
+ =
+ /**
+ * Return a map of function name in lower case to FunctionModifier.
+ * @return Map of function name to FunctionModifier.
+ */
+ public Map getFunctionModifiers() {
+ return functionModifiers;
+ }
+ =
+ public void registerFunctionModifier(String name, FunctionModifier mod=
ifier) {
+ this.functionModifiers.put(name, modifier);
+ }
+ =
+ public void registerValueTranslator(ValueTranslator, ?> translator) {
+ this.valueTranslators.add(translator);
+ }
+ =
+ /**
+ * Subclasses should override this method to provide a different sql t=
ranslation
+ * of the literal boolean value. By default, a boolean literal is rep=
resented as:
+ * '0' or '1'.
+ * @param booleanValue Boolean value, never null
+ * @return Translated string
+ */
+ public String translateLiteralBoolean(Boolean booleanValue) {
+ if(booleanValue.booleanValue()) {
+ return "1"; //$NON-NLS-1$
+ }
+ return "0"; //$NON-NLS-1$
+ }
+
+ /**
+ * Subclasses should override this method to provide a different sql t=
ranslation
+ * of the literal date value. By default, a date literal is represent=
ed as:
+ * {d'2002-12-31'}
+ * @param dateValue Date value, never null
+ * @return Translated string
+ */
+ public String translateLiteralDate(java.sql.Date dateValue) {
+ return "{d'" + formatDateValue(dateValue) + "'}"; //$NON-NLS-1$ //=
$NON-NLS-2$
+ }
+
+ /**
+ * Subclasses should override this method to provide a different sql t=
ranslation
+ * of the literal time value. By default, a time literal is represent=
ed as:
+ * {t'23:59:59'}
+ * @param timeValue Time value, never null
+ * @return Translated string
+ */
+ public String translateLiteralTime(Time timeValue) {
+ if (!hasTimeType()) {
+ return "{ts'1970-01-01 " + formatDateValue(timeValue) + "'}"; //$NON=
-NLS-1$ //$NON-NLS-2$
+ }
+ return "{t'" + formatDateValue(timeValue) + "'}"; //$NON-NLS-1$ //=
$NON-NLS-2$
+ }
+
+ /**
+ * Subclasses should override this method to provide a different sql t=
ranslation
+ * of the literal timestamp value. By default, a timestamp literal is
+ * represented as: {ts'2002-12-31 23:59:59'}.
+ * @param timestampValue Timestamp value, never null
+ * @return Translated string
+ */
+ public String translateLiteralTimestamp(Timestamp timestampValue) {
+ return "{ts'" + formatDateValue(timestampValue) + "'}"; //$NON-NLS=
-1$ //$NON-NLS-2$
+ }
+ =
+ /**
+ * Format the dateObject (of type date, time, or timestamp) into a str=
ing
+ * using the DatabaseTimeZone format.
+ * @param dateObject
+ * @return Formatted string
+ */
+ public String formatDateValue(java.util.Date dateObject) {
+ if (dateObject instanceof Timestamp && getTimestampNanoSecondPreci=
sion() < 9) {
+ Timestamp ts =3D (Timestamp)dateObject;
+ Timestamp newTs =3D new Timestamp(ts.getTime());
+ if (getTimestampNanoSecondPrecision() > 0) {
+ int mask =3D 10^(9-getTimestampNanoSecondPrecision());
+ newTs.setNanos(ts.getNanos()/mask*mask);
+ }
+ dateObject =3D newTs;
+ }
+ Calendar cal =3D getDatabaseCalendar();
+ if(cal =3D=3D null) {
+ return dateObject.toString();
+ }
+ =
+ return getEnvironment().getTypeFacility().convertDate(dateObject,
+ DEFAULT_TIME_ZONE, cal, dateObject.getClass()).toString(); =
+ } =
+ =
+ public boolean addSourceComment() {
+ return useComments;
+ } =
+ =
+ public String addLimitString(String queryCommand, ILimit limit) {
+ return queryCommand + " " + limit.toString(); //$NON-NLS-1$
+ }
+ =
+ /**
+ * Indicates whether group alias should be of the form
+ * "...FROM groupA AS X" or "...FROM groupA X". Certain
+ * data sources (such as Oracle) may not support the first
+ * form. =
+ * @return boolean
+ */
+ public boolean useAsInGroupAlias(){
+ return true;
+ }
+ =
+ public boolean usePreparedStatements() {
+ return this.usePreparedStatements;
+ }
+ =
+ public boolean useParensForSetQueries() {
+ return false;
+ }
+ =
+ public boolean hasTimeType() {
+ return true;
+ }
+ =
+ public String getSetOperationString(ISetQuery.Operation operation) {
+ return operation.toString();
+ }
+ =
+ public String getSourceComment(ExecutionContext context, ICommand comm=
and) {
+ if (addSourceComment() && context !=3D null) {
+ synchronized (COMMENT) {
+ return COMMENT.format(new Object[] {context.getConnectionIden=
tifier(), context.getRequestIdentifier(), context.getPartIdentifier()});
+ }
+ }
+ return ""; //$NON-NLS-1$ =
+ }
+ =
+ public String replaceElementName(String group, String element) {
+ return null;
+ }
+ =
+ public int getTimestampNanoSecondPrecision() {
+ return 9;
+ }
+ =
+ public String getConnectionTestQuery() {
+ return connectionTestQuery;
+ }
+ =
+ public String getDefaultConnectionTestQuery() {
+ return "select 1"; //$NON-NLS-1$
+ }
+ =
+ public TypeFacility getTypeFacility() {
+ return typeFacility;
+ }
+ =
+ /**
+ * This is a generic implementation. Because different databases handle
+ * stored procedures differently, subclasses should override this meth=
od
+ * if necessary.
+ */
+ public ResultSet executeStoredProcedure(CallableStatement statement, T=
ranslatedCommand command) throws SQLException {
+ List params =3D command.getPreparedValues();
+ int index =3D 1;
+ =
+ Iterator iter =3D params.iterator();
+ while(iter.hasNext()){
+ IParameter param =3D (IParameter)iter.next();
+ if(param.getDirection() =3D=3D Direction.RETURN){
+ registerSpecificTypeOfOutParameter(statement,param, index+=
+);
+ }
+ }
+ =
+ iter =3D params.iterator();
+ while(iter.hasNext()){
+ IParameter param =3D (IParameter)iter.next();
+ =
+ if(param.getDirection() =3D=3D Direction.INOUT){
+ registerSpecificTypeOfOutParameter(statement,param, index);
+ }else if(param.getDirection() =3D=3D Direction.OUT){
+ registerSpecificTypeOfOutParameter(statement,param, index+=
+);
+ }
+ =
+ if(param.getDirection() =3D=3D Direction.IN || param.getDirect=
ion() =3D=3D Direction.INOUT){
+ bindValue(statement, param.getValue(), param.getType(), in=
dex++);
+ }
+ }
+ =
+ boolean resultSetNext =3D statement.execute();
+ =
+ while (!resultSetNext) {
+ int update_count =3D statement.getUpdateCount();
+ if (update_count =3D=3D -1) {
+ break;
+ } =
+ resultSetNext =3D statement.getMoreResults();
+ }
+ return statement.getResultSet();
+ }
+
+ /**
+ * @see com.metamatrix.connector.jdbc.extension.ResultsTranslator#getV=
alueTranslators()
+ */
+ public List getValueTranslators() {
+ return valueTranslators;
+ }
+ =
+ /**
+ * For registering specific output parameter types we need to translat=
e these into the appropriate
+ * java.sql.Types output parameters
+ * We will need to match these up with the appropriate standard sql ty=
pes
+ * @param cstmt
+ * @param parameter
+ * @throws SQLException
+ */
+ protected void registerSpecificTypeOfOutParameter(CallableStatement st=
atement, IParameter param, int index) throws SQLException {
+ Class runtimeType =3D param.getType();
+ int typeToSet =3D TypeFacility.getSQLTypeFromRuntimeType(runtimeTy=
pe);
+ =
+ statement.registerOutParameter(index,typeToSet);
+ }
+ =
+ /**
+ * Will be called by Query and Update executions if a PreparedStatemen=
t is used.
+ * =
+ * bindValue is ultimately called from this method and for binding Cal=
lableStatement
+ * values, so subclasses should override that method if necessery to c=
hange the binding =
+ * behavior.
+ * =
+ * @see com.metamatrix.connector.jdbc.extension.ResultsTranslator#bind=
PreparedStatementValues(java.sql.Connection, java.sql.PreparedStatement, co=
m.metamatrix.connector.jdbc.translator.TranslatedCommand)
+ */
+ public void bindPreparedStatementValues(Connection conn, PreparedState=
ment stmt, TranslatedCommand command) throws SQLException {
+ List params =3D command.getPreparedValues();
+ =
+ setPreparedStatementValues(stmt, params, command.getPreparedTypes(=
));
+ }
+
+ private void setPreparedStatementValues(PreparedStatement stmt, List p=
aramValues, List paramTypes) throws SQLException {
+ Calendar cal =3D getDatabaseCalendar();
+ for (int i =3D 0; i< paramValues.size(); i++) {
+ Object parmvalue =3D paramValues.get(i);
+ Class paramType =3D (Class)paramTypes.get(i);
+ // this means the params is one row
+ bindValue(stmt, parmvalue, paramType, i+1);
+ } =
+ }
+
+ /**
+ * Sets prepared statement parameter i with param.
+ * =
+ * Performs special handling to translate dates using the database tim=
e zone and to
+ * translate biginteger, float, and char to JDBC safe objects.
+ * =
+ * @param stmt
+ * @param param
+ * @param paramType
+ * @param i
+ * @param cal
+ * @throws SQLException
+ */
+ protected void bindValue(PreparedStatement stmt, Object param, Class p=
aramType, int i) throws SQLException {
+ int type =3D TypeFacility.getSQLTypeFromRuntimeType(paramType);
+ =
+ if (param =3D=3D null) {
+ stmt.setNull(i, type);
+ return;
+ } =
+ //if this is a Date object, then use the database calendar
+ if (paramType.equals(TypeFacility.RUNTIME_TYPES.DATE)) {
+ stmt.setDate(i,(java.sql.Date)param, getDatabaseCalendar());
+ return;
+ } =
+ if (paramType.equals(TypeFacility.RUNTIME_TYPES.TIME)) {
+ stmt.setTime(i,(java.sql.Time)param, getDatabaseCalendar());
+ return;
+ } =
+ if (paramType.equals(TypeFacility.RUNTIME_TYPES.TIMESTAMP)) {
+ stmt.setTimestamp(i,(java.sql.Timestamp)param, getDatabaseCale=
ndar());
+ return;
+ }
+ //convert these the following to jdbc safe values
+ if (TypeFacility.RUNTIME_TYPES.BIG_INTEGER.equals(paramType)) {
+ param =3D new BigDecimal((BigInteger)param);
+ } else if (TypeFacility.RUNTIME_TYPES.FLOAT.equals(paramType)) {
+ param =3D new Double(((Float)param).doubleValue());
+ } else if (TypeFacility.RUNTIME_TYPES.CHAR.equals(paramType)) {
+ param =3D ((Character)param).toString();
+ }
+ stmt.setObject(i, param, type);
+ }
+ =
+ public int executeStatementForBulkInsert(Connection conn, PreparedStat=
ement stmt, TranslatedCommand command) throws SQLException {
+ List rows =3D command.getPreparedValues();
+ Calendar cal =3D getDatabaseCalendar();
+ int updateCount =3D 0;
+ =
+ for (int i =3D 0; i< rows.size(); i++) {
+ List row =3D (List) rows.get(i);
+ =
+ setPreparedStatementValues(stmt, row, command.getPreparedTypes=
());
+ =
+ stmt.addBatch();
+ }
+ =
+ int[] results =3D stmt.executeBatch();
+ =
+ for (int i=3D0; iCreates connections from DataSources both XA and non-XA.
- */
-public class JDBCSingleIdentityDSConnectionFactory extends JDBCSingleIdent=
ityConnectionFactory{
- private DataSource ds;
- private String resourceName;
-
- protected void verifyConnectionProperties(final Properties connectionP=
rops) throws ConnectorException {
- // Get the JDBC properties ...
- String dataSourceClassName =3D connectionProps.getProperty(JDBCPro=
pertyNames.DRIVER_CLASS);
- String username =3D connectionProps.getProperty(XAJDBCPropertyName=
s.USER);
- String password =3D connectionProps.getProperty(XAJDBCPropertyName=
s.PASSWORD);
- String serverName =3D connectionProps.getProperty(XAJDBCPropertyNa=
mes.SERVER_NAME);
- String serverPort =3D connectionProps.getProperty(XAJDBCPropertyNa=
mes.PORT_NUMBER);
-
- // Unique resource name for this connector
- final StringBuffer dataSourceResourceName =3D new StringBuffer(con=
nectionProps.getProperty(XAJDBCPropertyNames.DATASOURCE_NAME, "XADS")); //$=
NON-NLS-1$
- dataSourceResourceName.append('_'); =
- dataSourceResourceName.append(serverName);
- dataSourceResourceName.append('_'); =
- dataSourceResourceName.append(connectionProps.getProperty(XAJDBCPr=
opertyNames.CONNECTOR_ID));
- resourceName =3D dataSourceResourceName.toString();
- connectionProps.setProperty( XAJDBCPropertyNames.DATASOURCE_NAME, =
resourceName);
-
- // Verify required items
- if (dataSourceClassName =3D=3D null || dataSourceClassName.trim().=
length() =3D=3D 0) {
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.Missing_JDBC_driver_class_name_1")); //$NON-NLS-1$
- }
- dataSourceClassName =3D dataSourceClassName.trim();
- if ( serverName =3D=3D null || serverName.trim().length() =3D=3D 0=
) {
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.MissingProp", //$NON-NLS-1$
- XAJDBCPropertyNames.SERVER_NAME));
- }
- if ( serverPort =3D=3D null || serverPort.trim().length() =3D=3D 0=
) {
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.MissingProp", //$NON-NLS-1$
- XAJDBCPropertyNames.PORT_NUMBER));
- }
- if ( username =3D=3D null || username.trim().length() =3D=3D 0 ) {
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.MissingProp", //$NON-NLS-1$
- XAJDBCPropertyNames.USER));
- }
- if ( password =3D=3D null || password.trim().length() =3D=3D 0 ) {
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.MissingProp", //$NON-NLS-1$
- XAJDBCPropertyNames.PASSWORD));
- }
-
- // create data source
- final DataSource baseDs;
- try {
- Class clazz =3D Thread.currentThread().getContextClassLoader().lo=
adClass(dataSourceClassName);
- baseDs =3D (DataSource) clazz.newInstance();
- } catch(Exception e) {
- throw new ConnectorException(e,JDBCPlugin.Util.getString("JDBC=
SourceConnectionFactory.Unable_to_load_the_JDBC_driver_class_6", dataSource=
ClassName)); //$NON-NLS-1$
- }
-
- setDSProperties(connectionProps, baseDs);
-
- ds =3D baseDs;
- }
-
- @Override
- public PoolAwareConnection getConnection(ExecutionContext context) thr=
ows ConnectorException {
- try{
- XAConnection conn =3D ((XADataSource)ds).getXAConnection();
- Connection sqlConn =3D conn.getConnection();
- if(getTransactionIsolation() !=3D NO_ISOLATION_LEVEL_SET && ge=
tTransactionIsolation() !=3D Connection.TRANSACTION_NONE){
- sqlConn.setTransactionIsolation(getTransactionIsolation());
- }
- return new JDBCSourceXAConnection(sqlConn, conn, getConnectorE=
nvironment(), createConnectionStrategy(), getConnectionListener(), getResul=
tsTranslator(), getSqlTranslator());
- }catch(SQLException se){
- throw new ConnectorException(se);
- }
- }
-
- /**
- * @param props
- * @param dataSource
- */
- protected void setDSProperties(final Properties props, final DataSourc=
e dataSource) throws ConnectorException {
- // Move all prop names to lower case so we can use reflection to g=
et
- // method names and look them up in the connection props.
- final Properties connProps =3D lowerCaseAllPropNames(props);
- final Method[] methods =3D dataSource.getClass().getMethods();
- for (int i =3D 0; i < methods.length; i++) {
- final Method method =3D methods[i];
- final String methodName =3D method.getName();
- // If setter ...
- if ( methodName.startsWith("set") && method.getParameterTypes(=
).length =3D=3D 1 ) { //$NON-NLS-1$
- // Get the property name
- final String propertyName =3D methodName.substring(3); =
// remove the "set"
- final String propertyValue =3D (String) connProps.get(prop=
ertyName.toLowerCase());
- if ( propertyValue !=3D null ) { =
- final Class argType =3D method.getParameterTypes()[0];
- final Object[] params =3D new Object[1];
- if ( argType =3D=3D Integer.TYPE ) {
- params[0] =3D Integer.decode(propertyValue);
- } else if ( argType =3D=3D Boolean.TYPE ) {
- params[0] =3D Boolean.valueOf(propertyValue);
- } else if ( argType =3D=3D String.class ) {
- params[0] =3D propertyValue;
- }
-
- // Actually set the property ...
- //getConnectorEnvironment().getLogger().logTrace("setD=
SProperties - Setting property \"" + propertyName + //$NON-NLS-1$
- // "\" =
=3D \"" + params[0] + "\" on \"" + props.getProperty(JDBCPropertyNames.DRIV=
ER_CLASS) + "\""); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-N=
LS-3$
- try {
- method.invoke(dataSource, params);
- } catch (Throwable e) {
- final Object[] msgParams =3D new Object[]{property=
Name, propertyValue};
- final String msg =3D JDBCPlugin.Util.getString("JD=
BCSingleIdentityDSConnectionFactory.Unable_to_set_DataSource_property", msg=
Params); //$NON-NLS-1$
- throw new ConnectorException(msg); =
- }
- }
- }
- }
- }
-
- private Properties lowerCaseAllPropNames(final Properties connectionPr=
ops) {
- final Properties lcProps =3D new Properties();
- final Iterator itr =3D connectionProps.keySet().iterator();
- while ( itr.hasNext() ) {
- final String name =3D (String) itr.next();
- Object propValue =3D connectionProps.get(name);
- if (propValue instanceof String) {
- // we're only interested in prop values of type String
- // here since we'll be looking for params to reflected met=
hods
- lcProps.setProperty(name.toLowerCase(), (String)propValue);
- } // if
- }
- return lcProps;
- }
- =
-}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/xa/JDBCSourceXAConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/xa/JDBCSourceXAConnection.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/xa/JDBCSourceXAConnection.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -33,11 +33,8 @@
=
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.jdbc.ConnectionListener;
-import com.metamatrix.connector.jdbc.ConnectionStrategy;
import com.metamatrix.connector.jdbc.JDBCSourceConnection;
-import com.metamatrix.connector.jdbc.extension.ResultsTranslator;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
+import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.connector.xa.api.XAConnection;
=
public class JDBCSourceXAConnection extends JDBCSourceConnection implement=
s XAConnection {
@@ -45,8 +42,8 @@
private XAResource resource;
private boolean errorOccurred;
=
- public JDBCSourceXAConnection(Connection conn, javax.sql.XAConnection =
xaConn, ConnectorEnvironment environment, ConnectionStrategy connectionStra=
tegy, ConnectionListener connectionListener, ResultsTranslator resultsTrans=
lator, SQLTranslator sqlTranslator) throws ConnectorException, SQLException=
{ =
- super(conn, environment, connectionStrategy, connectionListener, r=
esultsTranslator, sqlTranslator);
+ public JDBCSourceXAConnection(Connection conn, javax.sql.XAConnection =
xaConn, ConnectorEnvironment environment, Translator sqlTranslator) throws =
ConnectorException, SQLException { =
+ super(conn, environment, sqlTranslator);
this.xaConn =3D xaConn;
this.xaConn.addConnectionEventListener(new ConnectionEventListener=
() {
@Override
@@ -84,7 +81,7 @@
*/
@Override
public void closeCalled() {
- super.closeCalled();
+ closeSourceConnection();
try {
this.physicalConnection =3D this.xaConn.getConnection();
} catch (SQLException e) {
@@ -100,4 +97,8 @@
return super.isAlive();
}
=
+ public javax.sql.XAConnection getXAConnection() {
+ return this.xaConn;
+ }
+ =
}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/xa/JDBCXAConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/xa/JDBCXAConnector.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/xa/JDBCXAConnector.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,107 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.connector.jdbc.xa;
-
-import java.util.List;
-import java.util.Properties;
-
-import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.api.ConnectorAnnotations.ConnectionPooling;
-import com.metamatrix.connector.jdbc.JDBCConnector;
-import com.metamatrix.connector.jdbc.JDBCPropertyNames;
-import com.metamatrix.connector.xa.api.TransactionContext;
-import com.metamatrix.connector.xa.api.XAConnection;
-import com.metamatrix.connector.xa.api.XAConnector;
-import com.metamatrix.core.util.StringUtil;
-
-(a)ConnectionPooling
-public class JDBCXAConnector extends JDBCConnector implements XAConnector{
-
- @Override
- public void start(ConnectorEnvironment environment)
- throws ConnectorException {
- Properties appEnvProps =3D environment.getProperties(); =
-
- // Get and parse URL for some DataSource properties - add to conne=
ctionProps
- final String url =3D appEnvProps.getProperty(JDBCPropertyNames.URL=
);
- if ( url =3D=3D null || url.trim().length() =3D=3D 0 ) {
- throw new ConnectorException("Missing required property: " + J=
DBCPropertyNames.URL); //$NON-NLS-1$
- }
- =
- parseURL(url, appEnvProps);
-
- super.start(environment);
-
- //TODO: this assumes single identity support
- Connection conn =3D this.getXAConnection(null, null);
- conn.close();
- }
- =
- /*
- * @see com.metamatrix.data.api.xa.XAConnector#getXAConnection(com.met=
amatrix.data.api.SecurityContext)
- */
- public XAConnection getXAConnection(ExecutionContext context, final Tr=
ansactionContext transactionContext) throws ConnectorException {
- return (XAConnection)this.getConnection(context);
- }
-
- /**
- * Parse URL for DataSource connection properties and add to connectio=
nProps.
- * @param url
- * @param connectionProps
- */
- static void parseURL(final String url, final Properties connectionProp=
s) {
- // Will be: [jdbc:mmx:dbType://aHost:aPort], [DatabaseName=3DaData=
Base], [CollectionID=3DaCollectionID], ...
- final List urlParts =3D StringUtil.split(url, ";"); //$NON-NLS-1$
-
- // Will be: [jdbc:mmx:dbType:], [aHost:aPort]
- final List protoHost =3D StringUtil.split((String)urlParts.get(0),=
"//"); //$NON-NLS-1$
-
- // Will be: [aHost], [aPort]
- final List hostPort =3D StringUtil.split((String) protoHost.get(1)=
, ":"); //$NON-NLS-1$
- connectionProps.setProperty(XAJDBCPropertyNames.SERVER_NAME, (Stri=
ng)hostPort.get(0));
- connectionProps.setProperty(XAJDBCPropertyNames.PORT_NUMBER, (Stri=
ng)hostPort.get(1));
-
- // For "databaseName", "SID", and all optional props
- // (=3D;=3D;...)
- for ( int i =3D 1; i < urlParts.size(); i++ ) {
- final String nameVal =3D (String) urlParts.get( i );
- // Will be: [propName], [propVal]
- final List aProp =3D StringUtil.split(nameVal, "=3D"); //$NON-=
NLS-1$
- if ( aProp.size() > 1) {
- final String propName =3D (String) aProp.get(0);
- if ( propName.equalsIgnoreCase(XAJDBCPropertyNames.DATABAS=
E_NAME) ) {
- connectionProps.setProperty(XAJDBCPropertyNames.DATABA=
SE_NAME, (String) aProp.get(1));
- } else {
- // Set optional prop names lower case so that we can f=
ind
- // set method names for them when we introspect the Da=
taSource
- connectionProps.setProperty(propName.toLowerCase(), (S=
tring) aProp.get(1));
- }
- }
- }
- }
-}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/xa/XAJDBCPropertyNames.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/xa/XAJDBCPropertyNames.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/xa/XAJDBCPropertyNames.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -31,59 +31,13 @@
*/
public class XAJDBCPropertyNames {
=
- /**
- * The environment property used to identify a routing ID. This value=
should
- * be used to locate this particular connector from the DQP.
- * @since 4.0
- */
- public static final String CONNECTOR_ID =3D "ConnectorID"; //$NON-NLS-=
1$
-
/** An XA Transaction-related property. The XADataSource'=
s unique
* resource name for the underlying ConnectionPoolDataSource object.
*/
public static final String DATASOURCE_NAME =3D "dataSourceName"; //$NO=
N-NLS-1$
=
- public static final String DATABASE_NAME =3D "databaseName";//$NON-NLS=
-1$
-
- public static final String DESCRIPTION =3D "description";//$NON-NLS-1$
-
- public static final String NETWORK_PROTOCOL =3D "networkProtocol";//$N=
ON-NLS-1$
-
- public static final String PASSWORD =3D "password";//$NON-NLS-1$
-
public static final String PORT_NUMBER =3D "portNumber";//$NON-NLS-1$
=
- public static final String ROLE_NAME =3D "roleName";//$NON-NLS-1$
-
public static final String SERVER_NAME =3D "serverName";//$NON-NLS-1$
=
- public static final String USER =3D "user";//$NON-NLS-1$
-
- /** Not a standard DataSource property - only for debugging */
- public static final String SPYING =3D "spyAttributes";//$NON-NLS-1$
-
- /**
- * Oracle-specific properties
- */
- public static class Oracle {
- public static final String SID =3D "sid";//$NON-NLS-1$
- }
-
- /**
- * DB2-specific properties
- */
- public static class DB2 {
- public static final String COLLECTIONID =3D "CollectionID";//$NON-=
NLS-1$
- public static final String PACKAGENAME =3D "PackageName";//$NON-NL=
S-1$
- }
-
- public static final String IS_XA =3D "isXA";//$NON-NLS-1$
- =
- /**
- * If true, the XAConnection obtained from the pool will not be =
- * returned until the transaction is finished. =
- */
- public static final String USE_CONNECTION_EXCLUSIVE =3D "UseConnection=
Exclusive"; //$NON-NLS-1$
-
-
}
Deleted: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conne=
ctor/jdbc/TestConnectionQueryStrategy.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/TestConnectionQueryStrategy.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/TestConnectionQueryStrategy.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,76 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.jdbc;
-
-import java.sql.Connection;
-
-import com.metamatrix.core.util.SimpleMock;
-
-import junit.framework.TestCase;
-
-
-/** =
- * Test case for ConnectionQueryStrategy
- * @since 4.3
- */
-public class TestConnectionQueryStrategy extends TestCase {
- =
- private final static String TEST_QUERY =3D "select 'x' from dual"; //$=
NON-NLS-1$
- =
- private ConnectionQueryStrategy strategy;
- private FakeConnection fakeConnection;
- private Connection connection;
- =
- public TestConnectionQueryStrategy(String name) {
- super(name);
- }
- =
- public void setUp() throws Exception {
- strategy =3D new ConnectionQueryStrategy(TEST_QUERY);
- =
- fakeConnection =3D new FakeConnection();
- connection =3D SimpleMock.createSimpleMock(fakeConnection, Connect=
ion.class);
- }
- =
-
- /**
- * Tests ConnectionQueryStrategy.isConnectionAlive()
- * @since 4.3
- */
- public void testIsConnectionAlive() {
- //closed connections should not be 'alive'
- fakeConnection.closed =3D true; =
- assertFalse(strategy.isConnectionAlive(connection));
- =
- =
- //open connections should be 'alive'
- fakeConnection.closed =3D false; =
- assertTrue(strategy.isConnectionAlive(connection));
- =
- //failed connections should not be 'alive'
- fakeConnection.fail =3D true; =
- assertFalse(strategy.isConnectionAlive(connection));
- =
- }
- =
-}
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/TestJDBCSourceConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/TestJDBCSourceConnection.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/TestJDBCSourceConnection.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -30,8 +30,7 @@
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.basic.BasicConnectorCapabilities;
-import com.metamatrix.connector.jdbc.extension.impl.BasicResultsTranslator;
-import com.metamatrix.connector.jdbc.oracle.OracleSQLTranslator;
+import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.core.util.SimpleMock;
=
=
@@ -41,18 +40,13 @@
*/
public class TestJDBCSourceConnection extends TestCase {
=
- private final static String TEST_QUERY =3D "select 'x' from dual"; //$=
NON-NLS-1$
- =
- =
private FakeConnection fakeConnection;
private Connection connection;
private ConnectorEnvironment environment;
- private ConnectionQueryStrategy strategy;
=
=
public TestJDBCSourceConnection(String name) {
super(name);
- =
}
=
public void setUp() throws Exception {
@@ -60,13 +54,9 @@
connection =3D SimpleMock.createSimpleMock(fakeConnection, Connect=
ion.class);
=
final Properties properties =3D new Properties();
- properties.setProperty(JDBCPropertyNames.EXT_SQL_TRANSLATOR_CLASS,=
OracleSQLTranslator.class.getName()); =
- properties.setProperty(JDBCPropertyNames.EXT_RESULTS_TRANSLATOR_CL=
ASS, BasicResultsTranslator.class.getName()); =
properties.setProperty(JDBCPropertyNames.EXT_CAPABILITY_CLASS, Bas=
icConnectorCapabilities.class.getName()); =
=
environment =3D EnvironmentUtility.createEnvironment(properties, f=
alse); =
- =
- strategy =3D new ConnectionQueryStrategy(TEST_QUERY);
}
=
=
@@ -75,7 +65,12 @@
* @since 4.3
*/
public void testIsAlive() throws Exception {
- JDBCSourceConnection sourceConnection =3D new JDBCSourceConnection=
(connection, environment, strategy, null, null); =
+ JDBCSourceConnection sourceConnection =3D new JDBCSourceConnection=
(connection, environment, new Translator() {
+ @Override
+ public String getConnectionTestQuery() {
+ return "select 1";
+ }
+ }); =
=
//closed connections should not be 'alive' =
fakeConnection.closed =3D true;
@@ -96,7 +91,12 @@
* @since 4.3
*/
public void testIsAliveNullStrategy() throws Exception {
- JDBCSourceConnection sourceConnection =3D new JDBCSourceConnection=
(connection, environment, null, null, null); =
+ JDBCSourceConnection sourceConnection =3D new JDBCSourceConnection=
(connection, environment, new Translator() {
+ @Override
+ public String getConnectionTestQuery() {
+ return null;
+ }
+ }); =
=
//closed connections should not be 'alive' =
fakeConnection.closed =3D true;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/access/TestAccessSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/access/TestAccessSQLTranslator.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/access/TestAccessSQLTranslator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -29,8 +29,8 @@
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.cdk.unittest.FakeTranslationFactory;
import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
-import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.connector.language.ICommand;
=
=
@@ -39,7 +39,7 @@
*/
public class TestAccessSQLTranslator extends TestCase {
=
- private static SQLTranslator TRANSLATOR; =
+ private static Translator TRANSLATOR; =
=
static {
try {
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/db2/TestDB2ConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/db2/TestDB2ConvertModifier.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/db2/TestDB2ConvertModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -32,7 +32,7 @@
import com.metamatrix.cdk.CommandBuilder;
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
+import com.metamatrix.connector.jdbc.translator.SQLConversionVisitor;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/db2/TestDB2SqlTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/db2/TestDB2SqlTranslator.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/db2/TestDB2SqlTranslator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -32,7 +32,7 @@
import com.metamatrix.cdk.unittest.FakeTranslationFactory;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.TranslatedCommand;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.core.util.UnitTestUtil;
=
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/derby/TestDerbyConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/derby/TestDerbyConvertModifier.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/derby/TestDerbyConvertModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -32,7 +32,7 @@
import com.metamatrix.cdk.CommandBuilder;
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
+import com.metamatrix.connector.jdbc.translator.SQLConversionVisitor;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/extension/impl/TestDropFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/extension/impl/TestDropFunctionModifier.java 2009-02-23 16:17:44 UTC (=
rev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/extension/impl/TestDropFunctionModifier.java 2009-02-23 17:43:19 UTC (=
rev 481)
@@ -25,6 +25,7 @@
import junit.framework.TestCase;
=
import com.metamatrix.cdk.CommandBuilder;
+import com.metamatrix.connector.jdbc.translator.DropFunctionModifier;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILiteral;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/extension/impl/TestEscapeSyntaxModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/extension/impl/TestEscapeSyntaxModifier.java 2009-02-23 16:17:44 UTC (=
rev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/extension/impl/TestEscapeSyntaxModifier.java 2009-02-23 17:43:19 UTC (=
rev 481)
@@ -28,6 +28,7 @@
import junit.framework.TestCase;
=
import com.metamatrix.cdk.CommandBuilder;
+import com.metamatrix.connector.jdbc.translator.EscapeSyntaxModifier;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILiteral;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/mysql/TestMySQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/mysql/TestMySQLTranslator.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/mysql/TestMySQLTranslator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -30,7 +30,7 @@
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.MetadataFactory;
-import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.TranslatedCommand;
import com.metamatrix.connector.language.ICommand;
=
/**
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/oracle/TestDayWeekQuarterFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestDayWeekQuarterFunctionModifier.java 2009-02-23 16:17:44 UTC=
(rev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestDayWeekQuarterFunctionModifier.java 2009-02-23 17:43:19 UTC=
(rev 481)
@@ -29,7 +29,7 @@
=
import com.metamatrix.cdk.CommandBuilder;
import com.metamatrix.cdk.api.EnvironmentUtility;
-import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
+import com.metamatrix.connector.jdbc.translator.SQLConversionVisitor;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/oracle/TestExtractFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestExtractFunctionModifier.java 2009-02-23 16:17:44 UTC (rev 4=
80)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestExtractFunctionModifier.java 2009-02-23 17:43:19 UTC (rev 4=
81)
@@ -30,7 +30,7 @@
import com.metamatrix.cdk.CommandBuilder;
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
+import com.metamatrix.connector.jdbc.translator.SQLConversionVisitor;
import com.metamatrix.connector.language.IElement;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/oracle/TestLeftOrRightFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestLeftOrRightFunctionModifier.java 2009-02-23 16:17:44 UTC (r=
ev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestLeftOrRightFunctionModifier.java 2009-02-23 17:43:19 UTC (r=
ev 481)
@@ -28,7 +28,7 @@
=
import com.metamatrix.cdk.CommandBuilder;
import com.metamatrix.cdk.api.EnvironmentUtility;
-import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
+import com.metamatrix.connector.jdbc.translator.SQLConversionVisitor;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/oracle/TestLocateFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestLocateFunctionModifier.java 2009-02-23 16:17:44 UTC (rev 48=
0)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestLocateFunctionModifier.java 2009-02-23 17:43:19 UTC (rev 48=
1)
@@ -28,7 +28,7 @@
=
import com.metamatrix.cdk.CommandBuilder;
import com.metamatrix.cdk.api.EnvironmentUtility;
-import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
+import com.metamatrix.connector.jdbc.translator.SQLConversionVisitor;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/oracle/TestMonthOrDayNameFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestMonthOrDayNameFunctionModifier.java 2009-02-23 16:17:44 UTC=
(rev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestMonthOrDayNameFunctionModifier.java 2009-02-23 17:43:19 UTC=
(rev 481)
@@ -29,7 +29,7 @@
=
import com.metamatrix.cdk.CommandBuilder;
import com.metamatrix.cdk.api.EnvironmentUtility;
-import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
+import com.metamatrix.connector.jdbc.translator.SQLConversionVisitor;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/oracle/TestOracleConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestOracleConvertModifier.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestOracleConvertModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -32,7 +32,7 @@
import com.metamatrix.cdk.CommandBuilder;
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
+import com.metamatrix.connector.jdbc.translator.SQLConversionVisitor;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/oracle/TestOracleTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestOracleTranslator.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestOracleTranslator.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -30,13 +30,13 @@
import com.metamatrix.cdk.unittest.FakeTranslationFactory;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.access.AccessSQLTranslator;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
-import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.connector.language.ICommand;
=
public class TestOracleTranslator extends TestCase {
=
- private static SQLTranslator TRANSLATOR; =
+ private static Translator TRANSLATOR; =
=
static {
try {
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/oracle/TestSubstringFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestSubstringFunctionModifier.java 2009-02-23 16:17:44 UTC (rev=
480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestSubstringFunctionModifier.java 2009-02-23 17:43:19 UTC (rev=
481)
@@ -29,8 +29,8 @@
import com.metamatrix.cdk.CommandBuilder;
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.jdbc.extension.FunctionModifier;
-import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
+import com.metamatrix.connector.jdbc.translator.FunctionModifier;
+import com.metamatrix.connector.jdbc.translator.SQLConversionVisitor;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/postgresql/TestPostgreSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/postgresql/TestPostgreSQLTranslator.java 2009-02-23 16:17:44 UTC (rev =
480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/postgresql/TestPostgreSQLTranslator.java 2009-02-23 17:43:19 UTC (rev =
481)
@@ -30,7 +30,7 @@
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.MetadataFactory;
-import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.TranslatedCommand;
import com.metamatrix.connector.language.ICommand;
=
/**
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/sqlserver/TestSqlServerConversionVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/sqlserver/TestSqlServerConversionVisitor.java 2009-02-23 16:17:44 UTC =
(rev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/sqlserver/TestSqlServerConversionVisitor.java 2009-02-23 17:43:19 UTC =
(rev 481)
@@ -30,8 +30,8 @@
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.MetadataFactory;
-import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
-import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.SQLConversionVisitor;
+import com.metamatrix.connector.jdbc.translator.TranslatedCommand;
import com.metamatrix.connector.jdbc.util.FunctionReplacementVisitor;
import com.metamatrix.connector.language.ICommand;
=
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/sybase/TestSybaseConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/sybase/TestSybaseConvertModifier.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/sybase/TestSybaseConvertModifier.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -32,7 +32,7 @@
import com.metamatrix.cdk.CommandBuilder;
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.common.types.DataTypeManager;
-import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
+import com.metamatrix.connector.jdbc.translator.SQLConversionVisitor;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/sybase/TestSybaseSQLConversionVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/sybase/TestSybaseSQLConversionVisitor.java 2009-02-23 16:17:44 UTC (re=
v 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/sybase/TestSybaseSQLConversionVisitor.java 2009-02-23 17:43:19 UTC (re=
v 481)
@@ -29,8 +29,8 @@
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.jdbc.MetadataFactory;
-import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
-import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.SQLConversionVisitor;
+import com.metamatrix.connector.jdbc.translator.TranslatedCommand;
import com.metamatrix.connector.jdbc.util.FunctionReplacementVisitor;
import com.metamatrix.connector.language.ICommand;
=
Deleted: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conne=
ctor/jdbc/userpool/MockExampleConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/userpool/MockExampleConnectionFactory.java 2009-02-23 16:17:44 UTC (re=
v 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/userpool/MockExampleConnectionFactory.java 2009-02-23 17:43:19 UTC (re=
v 481)
@@ -1,62 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.jdbc.userpool;
-
-import java.sql.Driver;
-import java.util.Properties;
-
-import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.jdbc.JDBCUserIdentityConnectionFactory;
-
-/**
- * Overrides createConnection stuff so we can fake obtaining a connection.
- */
-public class MockExampleConnectionFactory extends JDBCUserIdentityConnecti=
onFactory {
-
- public void shutdown() {}
- =
- @Override
- protected Connection createJDBCConnection(
- Driver driver,
- String url,
- int transactionIsolationLevel,
- Properties userProps)
- throws ConnectorException {
- =
- String user =3D userProps.getProperty("user"); //$NON-NLS-1$
- String password =3D userProps.getProperty("password"); //$NON-NLS-=
1$
- =
- return new MockSourceConnection(url, transactionIsolationLevel, us=
er, password); =
- }
-
- @Override
- protected Driver createDriver(String driverClassName) throws Connector=
Exception {
- return null;
- }
- =
- @Override
- protected void validateURL(Driver driver, String url)
- throws ConnectorException {
- }
-}
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/userpool/TestPerUserPool.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/userpool/TestPerUserPool.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/userpool/TestPerUserPool.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -25,17 +25,20 @@
import java.io.Serializable;
import java.util.Properties;
=
-import junit.framework.TestCase;
+import javax.sql.DataSource;
=
import org.mockito.Mockito;
=
+import junit.framework.TestCase;
+
+import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.CredentialMap;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.internal.ConnectorPropertyNames;
+import com.metamatrix.connector.jdbc.JDBCConnector;
import com.metamatrix.connector.jdbc.JDBCPropertyNames;
-import com.metamatrix.connector.jdbc.JDBCSourceConnectionFactory;
import com.metamatrix.dqp.internal.datamgr.impl.ExecutionContextImpl;
=
/**
@@ -50,10 +53,12 @@
=
public void testWrongCredentials() throws Exception {
ConnectorEnvironment env =3D initConnectorEnvironment();
- JDBCSourceConnectionFactory factory =3D new MockExampleConnectionF=
actory();
- factory.initialize(env);
- ExecutionContext ctx =3D createSecurityContext("pw1", false, facto=
ry); //$NON-NLS-1$
+ JDBCConnector factory =3D new JDBCConnector();
+ factory.setUseCredentialMap(true);
+ factory.setAdminConnectionsAllowed(false);
+ factory.start(env);
try {
+ ExecutionContext ctx =3D createSecurityContext("pw1", false, f=
actory); //$NON-NLS-1$
factory.getConnection(ctx);
fail("expected failure"); //$NON-NLS-1$
} catch (ConnectorException e) {
@@ -63,20 +68,14 @@
=
private ConnectorEnvironment initConnectorEnvironment() throws Excepti=
on {
final Properties connProps =3D new Properties();
- connProps.put(JDBCPropertyNames.DRIVER_CLASS, "com.metamatrix.jdbc=
.oracle.OracleDriver"); //$NON-NLS-1$
+ connProps.put(JDBCPropertyNames.CONNECTION_SOURCE_CLASS, "com.meta=
matrix.jdbc.oracle.OracleDriver"); //$NON-NLS-1$
connProps.put(JDBCPropertyNames.URL, TEST_URL); =
connProps.put(ConnectorPropertyNames.CONNECTOR_BINDING_NAME, "orac=
le system"); //$NON-NLS-1$
connProps.put(JDBCPropertyNames.EXT_CAPABILITY_CLASS, "com.metamat=
rix.connector.jdbc.oracle.OracleCapabilities"); //$NON-NLS-1$
- connProps.put(JDBCPropertyNames.EXT_CONNECTION_FACTORY_CLASS, "com=
.metamatrix.connector.jdbc.oracle.OracleUserIdentityConnectionFactory"); //=
$NON-NLS-1$
- connProps.put(JDBCPropertyNames.EXT_SQL_TRANSLATOR_CLASS, "com.met=
amatrix.connector.jdbc.oracle.OracleSQLTranslator"); //$NON-NLS-1$
- connProps.put(JDBCPropertyNames.EXT_RESULTS_TRANSLATOR_CLASS, "com=
.metamatrix.connector.jdbc.oracle.OracleResultsTranslator"); //$NON-NLS-1$
- ConnectorEnvironment env =3D Mockito.mock(ConnectorEnvironment.cla=
ss);
- Mockito.stub(env.getConnectorName()).toReturn("oracle system"); //=
$NON-NLS-1$
- Mockito.stub(env.getProperties()).toReturn(connProps);
- return env;
+ return EnvironmentUtility.createEnvironment(connProps, false);
}
=
- private ExecutionContext createSecurityContext(String credentialsStr, =
boolean useMap, JDBCSourceConnectionFactory factory) throws Exception {
+ private ExecutionContext createSecurityContext(String credentialsStr, =
boolean useMap, JDBCConnector factory) throws Exception {
Serializable credentials =3D credentialsStr;
if (useMap) {
credentials =3D CredentialMap.parseCredentials(credentialsStr);
@@ -90,28 +89,37 @@
=
public void testCredentialMapInSessionPayload() throws Exception {
ConnectorEnvironment env =3D initConnectorEnvironment();
- JDBCSourceConnectionFactory factory =3D new MockExampleConnectionF=
actory();
- factory.initialize(env);
+ JDBCConnector factory =3D new JDBCConnector() {
+ @Override
+ public DataSource getDataSource() {
+ return Mockito.mock(DataSource.class);
+ }
+ };
+ factory.setUseCredentialMap(true);
+ factory.setAdminConnectionsAllowed(false);
+ factory.setConnectorName("oracle system");
+ factory.start(env);
=
ExecutionContext ctx =3D createSecurityContext("(system=3Doracle s=
ystem,user=3Dbqt2,password=3Dmm)", true, factory); //$NON-NLS-1$
- MockSourceConnection conn =3D (MockSourceConnection)factory.getCon=
nection(ctx);
- assertEquals("bqt2", conn.getUser()); //$NON-NLS-1$
- assertEquals("mm", conn.getPassword()); //$NON-NLS-1$
+ factory.getConnection(ctx);
}
=
public void testCredentialMapMissingSystem() throws Exception {
ConnectorEnvironment env =3D initConnectorEnvironment();
- JDBCSourceConnectionFactory factory =3D new MockExampleConnectionF=
actory();
- factory.initialize(env);
+ JDBCConnector factory =3D new JDBCConnector();
+ factory.setUseCredentialMap(true);
+ factory.setAdminConnectionsAllowed(false);
+ factory.setConnectorName("oracle system");
+ factory.start(env);
=
// Set system to "x" instead of "oracle system" which will cause n=
o credentials to be found
- ExecutionContext ctx =3D createSecurityContext("(system=3Dx,user=
=3Dbqt2,password=3Dmm)", true, factory); //$NON-NLS-1$
try {
+ ExecutionContext ctx =3D createSecurityContext("(system=3Dx,us=
er=3Dbqt2,password=3Dmm)", true, factory); //$NON-NLS-1$
factory.getConnection(ctx);
fail("Expected exception when creating connection with missing=
system credentials"); //$NON-NLS-1$
} catch(Exception e) {
// expected
- assertEquals("Required connection property \"user\" missing fo=
r system \"oracle system\".", e.getMessage()); //$NON-NLS-1$
+ assertEquals("Payload missing credentials for oracle system", =
e.getMessage()); //$NON-NLS-1$
}
}
=
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/util/TestFunctionReplacementVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/util/TestFunctionReplacementVisitor.java 2009-02-23 16:17:44 UTC (rev =
480)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/util/TestFunctionReplacementVisitor.java 2009-02-23 17:43:19 UTC (rev =
481)
@@ -28,7 +28,7 @@
import junit.framework.TestCase;
=
import com.metamatrix.connector.jdbc.MetadataFactory;
-import com.metamatrix.connector.jdbc.extension.impl.DropFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.DropFunctionModifier;
import com.metamatrix.connector.language.ICommand;
=
/**
Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/conn=
ector/ldap/LDAPConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/LDAPConnection.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/LDAPConnection.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -39,12 +39,11 @@
import com.metamatrix.connector.language.IQuery;
import com.metamatrix.connector.language.IQueryCommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.connector.pool.PoolAwareConnection;
=
/** =
* Represents a connection to an LDAP data source. =
*/
-public class LDAPConnection extends BasicConnection implements PoolAwareCo=
nnection { =
+public class LDAPConnection extends BasicConnection { =
=
// Standard Connection data members
private ConnectorLogger logger;
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/Connector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/Connector.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/Connector.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -34,10 +34,10 @@
import com.metamatrix.connector.api.CredentialMap;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ConnectorAnnotations.ConnectionPooling;
-import com.metamatrix.connector.pool.ConnectorIdentity;
-import com.metamatrix.connector.pool.ConnectorIdentityFactory;
-import com.metamatrix.connector.pool.SingleIdentityFactory;
-import com.metamatrix.connector.pool.UserIdentityFactory;
+import com.metamatrix.connector.identity.ConnectorIdentity;
+import com.metamatrix.connector.identity.ConnectorIdentityFactory;
+import com.metamatrix.connector.identity.SingleIdentityFactory;
+import com.metamatrix.connector.identity.UserIdentityFactory;
import com.metamatrix.connector.salesforce.connection.SalesforceConnection;
=
@ConnectionPooling
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/connection/SalesforceConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/connection/SalesforceConnection.java 2009-02-23 16:17:44 U=
TC (rev 480)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/connection/SalesforceConnection.java 2009-02-23 17:43:19 U=
TC (rev 481)
@@ -33,7 +33,6 @@
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IQueryCommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.connector.pool.PoolAwareConnection;
import com.metamatrix.connector.salesforce.Messages;
import com.metamatrix.connector.salesforce.connection.impl.ConnectionImpl;
import com.metamatrix.connector.salesforce.execution.DataPayload;
@@ -41,7 +40,7 @@
import com.metamatrix.connector.salesforce.execution.UpdateExecutionParent;
import com.sforce.soap.partner.QueryResult;
=
-public class SalesforceConnection extends BasicConnection implements PoolA=
wareConnection {
+public class SalesforceConnection extends BasicConnection {
=
private ConnectorEnvironment connectorEnv;
private ConnectionImpl connection;
Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metam=
atrix/connector/object/ObjectConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/ObjectConnection.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/ObjectConnection.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -35,13 +35,12 @@
import com.metamatrix.connector.object.extension.IObjectSource;
import com.metamatrix.connector.object.extension.ISourceTranslator;
import com.metamatrix.connector.object.util.ObjectConnectorUtil;
-import com.metamatrix.connector.pool.PoolAwareConnection;
import com.metamatrix.core.util.ArgCheck;
=
/**
* Implementation of Connection interface for Object connection.
*/
-public class ObjectConnection extends BasicConnection implements PoolAware=
Connection {
+public class ObjectConnection extends BasicConnection {
=
// private static final String DEFAULT_TRANSLATOR =3D "com.metamatrix.c=
onnector.object.extension.source.BasicSourceTranslator";//$NON-NLS-1$
=
Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metam=
atrix/connector/object/ObjectConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/ObjectConnector.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/ObjectConnector.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -29,9 +29,9 @@
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.ExecutionContext;
+import com.metamatrix.connector.identity.ConnectorIdentity;
+import com.metamatrix.connector.identity.ConnectorIdentityFactory;
import com.metamatrix.connector.object.util.ObjectConnectorUtil;
-import com.metamatrix.connector.pool.ConnectorIdentity;
-import com.metamatrix.connector.pool.ConnectorIdentityFactory;
=
/**
* Implmentation of the connector interface.
Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metam=
atrix/connector/object/SourceConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/SourceConnectionFactory.java 2009-02-23 16:17:44 UTC (rev =
480)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/SourceConnectionFactory.java 2009-02-23 17:43:19 UTC (rev =
481)
@@ -4,9 +4,8 @@
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.pool.ConnectorIdentity;
-import com.metamatrix.connector.pool.SingleIdentity;
-import com.metamatrix.connector.pool.UserIdentity;
+import com.metamatrix.connector.identity.ConnectorIdentity;
+import com.metamatrix.connector.identity.SingleIdentity;
=
public interface SourceConnectionFactory {
=
@@ -30,7 +29,7 @@
* Create an identity object based on a security context. This method=
determines
* how different security contexts are treated within the connection p=
ool. For =
* example, using a {@link SingleIdentity} specifies that ALL contexts=
are treated
- * equally and thus use the same pool. A {@link UserIdentity} specifi=
es that contexts
+ * equally and thus use the same pool. A {@link CredentialMapIdentity=
} specifies that contexts
* are differentiated based on user name, thus creating a per-user poo=
l of connections.
* Implementors of this class may use a different implementation of th=
e =
* {@link ConnectorIdentity} interface to similarly affect pooling. =
Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metam=
atrix/connector/object/extension/source/BaseSourceConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/extension/source/BaseSourceConnectionFactory.java 2009-02-=
23 16:17:44 UTC (rev 480)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/extension/source/BaseSourceConnectionFactory.java 2009-02-=
23 17:43:19 UTC (rev 481)
@@ -28,11 +28,11 @@
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
+import com.metamatrix.connector.identity.ConnectorIdentity;
+import com.metamatrix.connector.identity.SingleIdentity;
import com.metamatrix.connector.object.ObjectConnection;
import com.metamatrix.connector.object.SourceConnectionFactory;
import com.metamatrix.connector.object.extension.IObjectSource;
-import com.metamatrix.connector.pool.ConnectorIdentity;
-import com.metamatrix.connector.pool.SingleIdentity;
=
/**
* Represents a base factory class for the creation of the source connecti=
on. Subclasses
@@ -60,7 +60,7 @@
=
=
/** =
- * @see com.metamatrix.data.pool.SourceConnectionFactory#createConnect=
ion(com.metamatrix.connector.pool.ConnectorIdentity)
+ * @see com.metamatrix.data.pool.SourceConnectionFactory#createConnect=
ion(com.metamatrix.connector.identity.ConnectorIdentity)
* @since 4.3
*/
public final Connection createConnection(ConnectorIdentity id) throws =
ConnectorException {
@@ -81,7 +81,7 @@
* @since 4.3
*/
public ConnectorIdentity createIdentity(ExecutionContext context) thro=
ws ConnectorException {
- return new SingleIdentity(context);
+ return new SingleIdentity();
}
=
}
Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/c=
om/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialFunctionModifier.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/met=
amatrix/connector/jdbc/oracle/spatial/OracleSpatialFunctionModifier.java 20=
09-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/met=
amatrix/connector/jdbc/oracle/spatial/OracleSpatialFunctionModifier.java 20=
09-02-23 17:43:19 UTC (rev 481)
@@ -24,7 +24,7 @@
=
import java.util.List;
=
-import com.metamatrix.connector.jdbc.extension.impl.BasicFunctionModifier;
+import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILiteral;
Deleted: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/co=
m/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialResultsTranslator.j=
ava
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/met=
amatrix/connector/jdbc/oracle/spatial/OracleSpatialResultsTranslator.java 2=
009-02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/met=
amatrix/connector/jdbc/oracle/spatial/OracleSpatialResultsTranslator.java 2=
009-02-23 17:43:19 UTC (rev 481)
@@ -1,49 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- * Created on Mar 20, 2004 To change the template for this generated file =
go to Window>Preferences>Java>Code
- * Generation>Code and Comments
- */
-package com.metamatrix.connector.jdbc.oracle.spatial;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import com.metamatrix.connector.jdbc.oracle.OracleResultsTranslator;
-
-public class OracleSpatialResultsTranslator extends OracleResultsTranslato=
r {
-
- private List translators;
-
- public OracleSpatialResultsTranslator() {
- ArrayList translators =3D new ArrayList();
- if (super.getValueTranslators() !=3D null) {
- translators.addAll(super.getValueTranslators());
- }
- }
-
- public List getValueTranslators() {
- return translators;
- }
-
-}
\ No newline at end of file
Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/c=
om/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/met=
amatrix/connector/jdbc/oracle/spatial/OracleSpatialSQLTranslator.java 2009-=
02-23 16:17:44 UTC (rev 480)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/met=
amatrix/connector/jdbc/oracle/spatial/OracleSpatialSQLTranslator.java 2009-=
02-23 17:43:19 UTC (rev 481)
@@ -30,7 +30,7 @@
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.TypeFacility;
-import com.metamatrix.connector.jdbc.extension.SQLTranslator;
+import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.ICriteria;
import com.metamatrix.connector.language.IFunction;
@@ -39,7 +39,7 @@
import com.metamatrix.connector.language.ISelectSymbol;
import com.metamatrix.connector.visitor.util.CollectorVisitor;
=
-public class OracleSpatialSQLTranslator extends SQLTranslator {
+public class OracleSpatialSQLTranslator extends Translator {
=
@Override
public void initialize(ConnectorEnvironment env) throws ConnectorExceptio=
n {
Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services=
/EmbeddedDataService.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/Embed=
dedDataService.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/Embed=
dedDataService.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -72,7 +72,6 @@
public class EmbeddedDataService extends EmbeddedBaseDQPService implements=
DataService {
private static final String SYSTEM_PHYSICAL_MODEL_CONNECTOR_BINDING_CL=
ASSNAME =3D "com.metamatrix.dqp.embedded.services.DefaultIndexConnectorBind=
ing"; //$NON-NLS-1$
private static final String CONNECTOR_MGR_IMPL =3D "com.metamatrix.dqp=
.internal.datamgr.impl.ConnectorManager"; //$NON-NLS-1$ =
- private static final String CONNECTOR_CLASSPATH =3D "ConnectorClassPat=
h"; //$NON-NLS-1$
=
// Map of connector binding name to ConnectorID
private Map connectorIDs =3D new HashMap();
@@ -562,34 +561,26 @@
throws ApplicationLifecycleException{
=
try {
- ConnectorManager mgr =3D null;
// Ask the configuration if we can use the extension class loa=
der. =
boolean useExtensionClassPath =3D (getConfigurationService().u=
seExtensionClasspath()); =
- String classPath =3D connectorProperties.getProperty(CONNECTOR=
_CLASSPATH);
+ String classPath =3D connectorProperties.getProperty(Connector=
PropertyNames.CONNECTOR_CLASSPATH);
if (classPath =3D=3D null || classPath.length() =3D=3D 0) {
useExtensionClassPath =3D false;
}
=
if (!useExtensionClassPath) {
- connectorProperties.setProperty(ConnectorPropertyNames.DEREGI=
STER_DRIVER, ConnectorPropertyNames.DEREGISTER_BY_CLASSNAME);
- mgr =3D new ConnectorManager();
+ return new ConnectorManager();
}
- else {
- DQPEmbeddedPlugin.logInfo("DataService.useClassloader", ne=
w Object[] {classPath}); //$NON-NLS-1$
- URL context =3D getConfigurationService().getExtensionPath=
();
- URL[] urlPath =3D ExtensionModuleReader.resolveExtensionCl=
asspath(classPath, context);
- =
- ClassLoader classLoader =3D new URLFilteringClassLoader(ur=
lPath, Thread.currentThread().getContextClassLoader(), new MetaMatrixURLStr=
eamHandlerFactory());
- Class cmgrImplClass =3D classLoader.loadClass(CONNECTOR_MG=
R_IMPL);
- =
- // Here even though we use a new class loader for the CM, =
we actually setting the
- // class loader for the JDBC Connectors. Since the CM may =
already be loaded, getClass().getCL()
- // will return a another CL than, above so to cheat we do =
this below property.
- connectorProperties.put(ConnectorPropertyNames.CONNECTOR_C=
LASS_LOADER, classLoader);
- =
- return (ConnectorManager)cmgrImplClass.newInstance(); =
=
- }
- return mgr;
+ DQPEmbeddedPlugin.logInfo("DataService.useClassloader", new Ob=
ject[] {classPath}); //$NON-NLS-1$
+ URL context =3D getConfigurationService().getExtensionPath();
+ URL[] urlPath =3D ExtensionModuleReader.resolveExtensionClassp=
ath(classPath, context);
+ =
+ ClassLoader classLoader =3D new URLFilteringClassLoader(urlPat=
h, Thread.currentThread().getContextClassLoader(), new MetaMatrixURLStreamH=
andlerFactory());
+ Class cmgrImplClass =3D classLoader.loadClass(CONNECTOR_MGR_IM=
PL);
+ =
+ ConnectorManager cm =3D (ConnectorManager)cmgrImplClass.newIns=
tance();
+ cm.setClassloader(classLoader);
+ return cm;
} catch (Exception e) {
throw new ApplicationLifecycleException(e);
}
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/im=
pl/ConnectorManager.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Con=
nectorManager.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Con=
nectorManager.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -61,7 +61,9 @@
import com.metamatrix.connector.internal.ConnectorPropertyNames;
import com.metamatrix.connector.xa.api.XAConnection;
import com.metamatrix.connector.xa.api.XAConnector;
+import com.metamatrix.core.MetaMatrixCoreException;
import com.metamatrix.core.util.Assertion;
+import com.metamatrix.core.util.ReflectionHelper;
import com.metamatrix.core.util.StringUtil;
import com.metamatrix.dqp.DQPPlugin;
import com.metamatrix.dqp.internal.cache.ResultSetCache;
@@ -338,17 +340,21 @@
*/
private void initStartConnector(String connectorName, ConnectorEnviron=
ment env) throws ApplicationLifecycleException {
String connectorClassName =3D env.getProperties().getProperty(Conn=
ectorPropertyNames.CONNECTOR_CLASS);
- classloader =3D (ClassLoader)props.get(ConnectorPropertyNames.CONN=
ECTOR_CLASS_LOADER);
if(classloader =3D=3D null){
classloader =3D getClass().getClassLoader();
+ } else {
+ env.getProperties().setProperty(ConnectorPropertyNames.USING_CUST=
OM_CLASSLOADER, Boolean.TRUE.toString());
}
Thread currentThread =3D Thread.currentThread();
ClassLoader threadContextLoader =3D currentThread.getContextClassL=
oader();
try {
currentThread.setContextClassLoader(classloader);
- Class> clazz =3D classloader.loadClass(connectorClassName);
-
- Connector c =3D (Connector) clazz.newInstance();
+ Connector c;
+ try {
+ c =3D (Connector)ReflectionHelper.create(connectorClassName, null, cla=
ssloader);
+ } catch (MetaMatrixCoreException e) {
+ throw new ApplicationLifecycleException(e, DQPPlugin.Util.get=
String("failed_find_Connector_class", connectorClassName)); //$NON-NLS-1$
+ }
if(c instanceof XAConnector){
this.isXa =3D true;
if (this.getTransactionService() =3D=3D null) { =
=
@@ -371,15 +377,21 @@
if (this.isXa) {
if (this.connector.supportsSingleIdentity()) {
// add this connector as the recovery source
- final XAConnection xaConn =3D ((XAConnector)connector).getXAConnectio=
n(null, null);
-
TransactionServer ts =3D this.getTransactionService().get=
TransactionServer(); =
ts.registerRecoverySource(connectorName, new TransactionP=
rovider.XAConnectionSource() {
-
+ XAConnection conn =3D null;
+ =
@Override
public XAResource getXAResource() throws SQLException {
+ if (conn =3D=3D null) {
+ try {
+ conn =3D ((XAConnector)connector).getXAConnection(null, null);
+ } catch (ConnectorException e) {
+ throw new SQLException(e);
+ }
+ }
try {
- return xaConn.getXAResource();
+ return conn.getXAResource();
} catch (ConnectorException e) {
throw new SQLException(e);
}
@@ -387,19 +399,15 @@
=
@Override
public void close() {
- xaConn.close();
+ if (conn !=3D null) {
+ conn.close();
+ }
}
});
} else {
LogManager.logWarning(LogConstants.CTX_CONNECTOR, DQPPlug=
in.Util.getString("ConnectorManager.cannot_add_to_recovery", this.getName()=
)); //$NON-NLS-1$ =
}
}
- } catch (InstantiationException e) {
- throw new ApplicationLifecycleException(e, DQPPlugin.Util.getS=
tring("failed_instantiate_Connector_class", new Object[]{connectorClassName=
})); //$NON-NLS-1$
- } catch (IllegalAccessException e) {
- throw new ApplicationLifecycleException(e, DQPPlugin.Util.getS=
tring("failed_access_Connector_class", new Object[]{connectorClassName})); =
//$NON-NLS-1$
- } catch (ClassNotFoundException e) {
- throw new ApplicationLifecycleException(e, DQPPlugin.Util.getS=
tring("failed_find_Connector_class", connectorClassName)); //$NON-NLS-1$
} catch (ConnectorException e) {
throw new ApplicationLifecycleException(e, DQPPlugin.Util.getS=
tring("failed_start_Connector", new Object[] {this.getConnectorID(), e.getM=
essage()})); //$NON-NLS-1$
} finally {
@@ -609,6 +617,10 @@
return isXa;
}
=
+ public void setClassloader(ClassLoader classloader) {
+ this.classloader =3D classloader;
+ }
+ =
/**
* Overloads the connector capabilities with one defined in the connector=
binding properties
*/
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/im=
pl/ConnectorWrapper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Con=
nectorWrapper.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Con=
nectorWrapper.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -28,9 +28,9 @@
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.pool.ConnectorIdentity;
-import com.metamatrix.connector.pool.ConnectorIdentityFactory;
-import com.metamatrix.connector.pool.SingleIdentity;
+import com.metamatrix.connector.identity.ConnectorIdentity;
+import com.metamatrix.connector.identity.ConnectorIdentityFactory;
+import com.metamatrix.connector.identity.SingleIdentity;
import com.metamatrix.connector.xa.api.TransactionContext;
import com.metamatrix.connector.xa.api.XAConnection;
import com.metamatrix.connector.xa.api.XAConnector;
@@ -116,7 +116,7 @@
if (actualConnector instanceof ConnectorIdentityFactory) {
return ((ConnectorIdentityFactory)actualConnector).createIdentity(conte=
xt);
}
- return new SingleIdentity(context);
+ return new SingleIdentity();
}
=
public boolean supportsSingleIdentity() {
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/im=
pl/ExecutionContextImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Exe=
cutionContextImpl.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Exe=
cutionContextImpl.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -29,7 +29,7 @@
=
import com.metamatrix.common.buffer.impl.BufferConfig;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.pool.ConnectorIdentity;
+import com.metamatrix.connector.identity.ConnectorIdentity;
import com.metamatrix.core.util.HashCodeUtil;
=
/**
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/co=
nnector/ConnectionPool.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connecto=
r/ConnectionPool.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connecto=
r/ConnectionPool.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -43,9 +43,9 @@
import com.metamatrix.connector.api.Connection;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.pool.ConnectorIdentity;
-import com.metamatrix.connector.pool.PoolAwareConnection;
-import com.metamatrix.connector.pool.SingleIdentity;
+import com.metamatrix.connector.identity.ConnectorIdentity;
+import com.metamatrix.connector.identity.PoolAwareConnection;
+import com.metamatrix.connector.identity.SingleIdentity;
import com.metamatrix.connector.xa.api.TransactionContext;
import com.metamatrix.connector.xa.api.XAConnector;
import com.metamatrix.core.log.MessageLevel;
@@ -208,7 +208,7 @@
id =3D executionContext.getConnectorIdentity();
}
if (id =3D=3D null) {
- id =3D new SingleIdentity(executionContext);
+ id =3D new SingleIdentity();
}
=
LogManager.logTrace(CTX_CONNECTOR, new Object[] {"Obtaining connec=
tion for id", id}); //$NON-NLS-1$ =
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/co=
nnector/ConnectionWrapper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connecto=
r/ConnectionWrapper.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connecto=
r/ConnectionWrapper.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -29,10 +29,10 @@
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.Execution;
import com.metamatrix.connector.api.ExecutionContext;
+import com.metamatrix.connector.identity.ConnectorIdentity;
+import com.metamatrix.connector.identity.PoolAwareConnection;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.connector.pool.ConnectorIdentity;
-import com.metamatrix.connector.pool.PoolAwareConnection;
import com.metamatrix.connector.xa.api.XAConnection;
=
public class ConnectionWrapper implements PoolAwareConnection, XAConnectio=
n {
@@ -66,13 +66,11 @@
if (isDead) {
return false;
}
- if (connection instanceof PoolAwareConnection) {
- long now =3D System.currentTimeMillis();
- if (now - lastTest > testInterval) {
- boolean result =3D ((PoolAwareConnection)connection).isAlive();
- lastTest =3D now; =
- this.isDead =3D !result;
- }
+ long now =3D System.currentTimeMillis();
+ if (now - lastTest > testInterval) {
+ boolean result =3D connection.isAlive();
+ lastTest =3D now; =
+ this.isDead =3D !result;
}
return !isDead;
}
Modified: trunk/engine/src/main/java/com/metamatrix/query/function/Function=
Library.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/query/function/FunctionLibrar=
y.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/FunctionLibrar=
y.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -341,7 +341,15 @@
=
// Invoke the method and return the result
try {
- return method.invoke(null, values);
+ Object result =3D method.invoke(null, values);
+ if (result instanceof String) {
+ String str =3D (String)result;
+ if (str.length() > DataTypeManager.MAX_STRING_LENGTH) {
+ return str.substring(0, DataTypeManager.MAX_STRING_LENGTH);
+ }
+ return result;
+ } =
+ return DataTypeManager.convertToRuntimeType(result);
} catch(InvocationTargetException e) {
throw new FunctionExecutionException(e.getTargetException(), E=
rrorMessageKeys.FUNCTION_0003, QueryPlugin.Util.getString(ErrorMessageKeys.=
FUNCTION_0003, fd.getName()));
} catch(IllegalAccessException e) {
Modified: trunk/engine/src/main/java/com/metamatrix/query/function/Function=
Methods.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/query/function/FunctionMethod=
s.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/FunctionMethod=
s.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1205,9 +1205,6 @@
for (int i =3D 0; i < repeatCount && result.length() <=3D DataTypeManag=
er.MAX_STRING_LENGTH; i++) {
result.append((String)str);
}
- if (result.length() > DataTypeManager.MAX_STRING_LENGTH) {
- return result.substring(0, DataTypeManager.MAX_STRING_LENGTH);
- }
return result.toString();
}
=
Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/im=
pl/TestConnectorManagerImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/Tes=
tConnectorManagerImpl.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/Tes=
tConnectorManagerImpl.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -137,7 +137,6 @@
ConnectorManager cm =3D new ConnectorManager();
Properties props =3D new Properties();
props.setProperty(ConnectorPropertyNames.CONNECTOR_CLASS, FakeConn=
ector.class.getName());
- props.put(ConnectorPropertyNames.CONNECTOR_CLASS_LOADER, this.getC=
lass().getClassLoader());
startConnectorManager(cm, props);
assertTrue(cm.isXa());
cm.stop();
@@ -154,7 +153,6 @@
final String connectorName =3D FakeConnector.class.getName();
props.setProperty(ConnectorPropertyNames.CONNECTOR_CLASS, connecto=
rName);//$NON-NLS-1$
URLClassLoader cl =3D new URLClassLoader(new URL[0]);
- props.put(ConnectorPropertyNames.CONNECTOR_CLASS_LOADER, cl);
startConnectorManager(cm, props);
((FakeConnector)cm.getConnector().getActualConnector()).setClasslo=
ader(cl);
AtomicRequestMessage request =3D TestConnectorWorkItem.createNewAt=
omicRequestMessage(1, 1);
Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/co=
nnector/FakeUserIdentityConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connecto=
r/FakeUserIdentityConnectionFactory.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connecto=
r/FakeUserIdentityConnectionFactory.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -26,9 +26,9 @@
=
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.pool.ConnectorIdentity;
-import com.metamatrix.connector.pool.ConnectorIdentityFactory;
-import com.metamatrix.connector.pool.UserIdentity;
+import com.metamatrix.connector.identity.ConnectorIdentity;
+import com.metamatrix.connector.identity.ConnectorIdentityFactory;
+import com.metamatrix.connector.identity.UserIdentity;
=
/**
*/
@@ -42,7 +42,7 @@
return null;
}
//use user name for now
- return new UserIdentity(context);
+ return new UserIdentity(context.getUser(), null, null);
}
=
}
Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/co=
nnector/TestConnectionPool.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connecto=
r/TestConnectionPool.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connecto=
r/TestConnectionPool.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -29,7 +29,7 @@
import junit.framework.TestCase;
=
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.pool.UserIdentity;
+import com.metamatrix.connector.identity.UserIdentity;
import com.metamatrix.dqp.internal.datamgr.impl.ConnectorWrapper;
import com.metamatrix.dqp.internal.datamgr.impl.ExecutionContextImpl;
=
@@ -69,7 +69,7 @@
public static ExecutionContext createContext(final String user, boolea=
n userIdentity) {
ExecutionContextImpl context =3D new ExecutionContextImpl(null, null,=
user, null, null, null, null, null, null, null, false);
if (userIdentity) {
- context.setConnectorIdentity(new UserIdentity(context));
+ context.setConnectorIdentity(new UserIdentity(context.getUser(), nul=
l, null));
}
return context;
}
Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/co=
nnector/TestConnectionWrapper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connecto=
r/TestConnectionWrapper.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connecto=
r/TestConnectionWrapper.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -27,7 +27,7 @@
import org.mockito.Mockito;
=
import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.pool.PoolAwareConnection;
+import com.metamatrix.connector.identity.PoolAwareConnection;
=
public class TestConnectionWrapper extends TestCase {
=
Modified: trunk/server/src/main/java/com/metamatrix/server/connector/servic=
e/ConnectorService.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/server/connector/service/Conn=
ectorService.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/server/src/main/java/com/metamatrix/server/connector/service/Conn=
ectorService.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -245,8 +245,8 @@
String connID =3D id.getVMControllerID().getID() + "|" + id.ge=
tID(); //$NON-NLS-1$
deMaskedProps.put(ConnectorPropertyNames.CONNECTOR_ID, connID);
deMaskedProps.put(ConnectorPropertyNames.CONNECTOR_BINDING_NAM=
E, getInstanceName());
- deMaskedProps.put(ConnectorPropertyNames.CONNECTOR_CLASS_LOADE=
R, loader);
deMaskedProps.put(ConnectorPropertyNames.CONNECTOR_VM_NAME, VM=
Naming.getVMName());
+ connectorManager.setClassloader(loader);
connectorManager.initialize(deMaskedProps);
return connectorManager;
=
@@ -263,7 +263,7 @@
// Decrypt masked properties
Properties deMaskedProps =3D decryptMaskedProperties(props);
=
- String urls =3D deMaskedProps.getProperty(ConnectorServiceProperty=
Names.CONNECTOR_CLASS_PATH);
+ String urls =3D deMaskedProps.getProperty(ConnectorPropertyNames.C=
ONNECTOR_CLASSPATH);
=
ClassLoader loader =3D getCustomClassLoader(urls);
// Build a Connector manager using the custom class loader and ini=
tialize
Deleted: trunk/server/src/main/java/com/metamatrix/server/connector/service=
/ConnectorServicePropertyNames.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/server/connector/service/Conn=
ectorServicePropertyNames.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/server/src/main/java/com/metamatrix/server/connector/service/Conn=
ectorServicePropertyNames.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -1,44 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- * Date: Sep 25, 2003
- * Time: 4:38:45 PM
- */
-package com.metamatrix.server.connector.service;
-
-/**
- * ConnectorServicePropertyNames.
- */
-public class ConnectorServicePropertyNames {
-
- /**
- * Don't allow instantiation.
- */
- private ConnectorServicePropertyNames() {
- }
-
- /** Metadata service - provides acecss to runtime metadata */
- public static final String METADATA_SERVICE =3D "dqp.metadata"; //$NON=
-NLS-1$
- =
- public static final String CONNECTOR_CLASS_PATH =3D "ConnectorClassPat=
h"; //$NON-NLS-1$
-}
Modified: trunk/test-integration/src/test/java/com/metamatrix/connector/jdb=
c/extension/TestSQLConversionVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/exte=
nsion/TestSQLConversionVisitor.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/exte=
nsion/TestSQLConversionVisitor.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -33,6 +33,9 @@
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.jdbc.JDBCPropertyNames;
+import com.metamatrix.connector.jdbc.translator.SQLConversionVisitor;
+import com.metamatrix.connector.jdbc.translator.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.connector.jdbc.util.FunctionReplacementVisitor;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.ILanguageObject;
@@ -115,7 +118,7 @@
private String getStringWithContext(ILanguageObject obj) throws Connec=
torException {
Properties props =3D new Properties(); =
props.setProperty(JDBCPropertyNames.USE_COMMENTS_SOURCE_QUERY, Boo=
lean.TRUE.toString());
- SQLTranslator trans =3D new SQLTranslator();
+ Translator trans =3D new Translator();
trans.initialize(EnvironmentUtility.createEnvironment(props, false=
));
SQLConversionVisitor visitor =3D new SQLConversionVisitor(trans);
visitor.setExecutionContext(context);
@@ -136,7 +139,7 @@
boolean useMetadata, boolean u=
sePreparedStatement) throws ConnectorException {
// Apply function replacement
FunctionReplacementVisitor funcVisitor =3D new FunctionReplacement=
Visitor(modifiers);
- SQLTranslator trans =3D new SQLTranslator();
+ Translator trans =3D new Translator();
Properties p =3D new Properties();
if (usePreparedStatement) {
p.setProperty(JDBCPropertyNames.USE_BIND_VARIABLES, Boolean.TRUE.=
toString());
Modified: trunk/test-integration/src/test/java/com/metamatrix/connector/jdb=
c/oracle/TestOracleSQLConversionVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/orac=
le/TestOracleSQLConversionVisitor.java 2009-02-23 16:17:44 UTC (rev 480)
+++ trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/orac=
le/TestOracleSQLConversionVisitor.java 2009-02-23 17:43:19 UTC (rev 481)
@@ -34,8 +34,8 @@
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.jdbc.JDBCPropertyNames;
-import com.metamatrix.connector.jdbc.extension.SQLConversionVisitor;
-import com.metamatrix.connector.jdbc.extension.TranslatedCommand;
+import com.metamatrix.connector.jdbc.translator.SQLConversionVisitor;
+import com.metamatrix.connector.jdbc.translator.TranslatedCommand;
import com.metamatrix.connector.jdbc.util.FunctionReplacementVisitor;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
Modified: trunk/test-integration/src/test/resources/xml-vp/xmlvp.DEF
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-integration/src/test/resources/xml-vp/xmlvp.DEF 2009-02-23 1=
6:17:44 UTC (rev 480)
+++ trunk/test-integration/src/test/resources/xml-vp/xmlvp.DEF 2009-02-23 1=
7:43:19 UTC (rev 481)
@@ -45,115 +45,37 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
-
- vdb
- session
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
- fal=
se
-
- 5
- mm
- 60
- 60
- bqt2
- false
- false
- com.metamatrix=
.connector.jdbc.oracle.OracleCapabilities
- 16384
- com.metamatrix.connector=
.jdbc.JDBCConnector
- 500000
- jdbc:mmx:oracle://slntds04:1521;SID=
=3Dds04
- com.met=
amatrix.connector.jdbc.oracle.OracleSingleIdentityConnectionFactory
+ 10000120000
- com.metamatrix.server.=
connector.service.ConnectorService
- 0
- 55
- com.metama=
trix.connector.jdbc.oracle.OracleSQLTranslator
- extensionjar:MJjdbc.=
jar;extensionjar:jdbcconn.jar
- 120000
- com.metamatrix.jdbc.oracle.Oracl=
eDriver
- com.me=
tamatrix.connector.jdbc.oracle.OracleResultsTranslator
+
+ fal=
se
+ extensionjar:loopbac=
kconn.jar
+ 1
+ com.metamatrix.server.=
connector.service.ConnectorService
+ com.metamatrix.connector=
.loopback.LoopbackConnector
+ 0
--===============8929463875138425339==--
From teiid-commits at lists.jboss.org Mon Feb 23 14:47:13 2009
Content-Type: multipart/mixed; boundary="===============1380852554293286492=="
MIME-Version: 1.0
From: teiid-commits at lists.jboss.org
To: teiid-commits at lists.jboss.org
Subject: [teiid-commits] teiid SVN: r482 -
trunk/server/src/main/java/com/metamatrix/server.
Date: Mon, 23 Feb 2009 14:46:08 -0500
Message-ID:
--===============1380852554293286492==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: rareddy
Date: 2009-02-23 14:46:08 -0500 (Mon, 23 Feb 2009)
New Revision: 482
Added:
trunk/server/src/main/java/com/metamatrix/server/FileLogListenerProvider=
.java
Modified:
trunk/server/src/main/java/com/metamatrix/server/Configuration.java
trunk/server/src/main/java/com/metamatrix/server/HostControllerGuiceModu=
le.java
trunk/server/src/main/java/com/metamatrix/server/Main.java
trunk/server/src/main/java/com/metamatrix/server/ServerGuiceModule.java
trunk/server/src/main/java/com/metamatrix/server/ServerLogListernerProvi=
der.java
Log:
TEIID-361
Modified: trunk/server/src/main/java/com/metamatrix/server/Configuration.ja=
va
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/server/Configuration.java 200=
9-02-23 17:43:19 UTC (rev 481)
+++ trunk/server/src/main/java/com/metamatrix/server/Configuration.java 200=
9-02-23 19:46:08 UTC (rev 482)
@@ -28,5 +28,7 @@
final String VMNAME =3D "VMName"; //$NON-NLS-1$
final String VMID =3D "VMId"; //$NON-NLS-1$
final String CLUSTERNAME =3D "ClusterName"; //$NON-NLS-1$
+ final String LOGFILE =3D "LogFile"; //$NON-NLS-1$
+ final String LOGDIR =3D "LogDir"; //$NON-NLS-1$
=
}
Added: trunk/server/src/main/java/com/metamatrix/server/FileLogListenerProv=
ider.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/server/FileLogListenerProvide=
r.java (rev 0)
+++ trunk/server/src/main/java/com/metamatrix/server/FileLogListenerProvide=
r.java 2009-02-23 19:46:08 UTC (rev 482)
@@ -0,0 +1,93 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+package com.metamatrix.server;
+
+import java.io.File;
+import java.io.FileNotFoundException;
+import java.io.FileOutputStream;
+import java.io.PrintStream;
+import java.util.Properties;
+
+import com.google.inject.Inject;
+import com.google.inject.Provider;
+import com.google.inject.name.Named;
+import com.metamatrix.common.config.CurrentConfiguration;
+import com.metamatrix.core.MetaMatrixRuntimeException;
+import com.metamatrix.core.log.FileLimitSizeLogWriter;
+import com.metamatrix.core.log.LogListener;
+import com.metamatrix.internal.core.log.PlatformLog;
+
+public class FileLogListenerProvider implements Provider {
+
+ @Inject
+ @Named(com.metamatrix.server.Configuration.LOGFILE)
+ String logFile;
+
+ @Inject
+ @Named(com.metamatrix.server.Configuration.LOGDIR) =
+ String path;
+ =
+ @Override
+ public LogListener get() {
+ final PlatformLog log =3D new PlatformLog();
+ try {
+ FileLimitSizeLogWriter flw =3D buildFileLogger(); =
+ log.addListener(flw);
+ } catch (FileNotFoundException e) {
+ throw new MetaMatrixRuntimeException(e);
+ }
+ return log;
+ }
+
+ =
+ FileLimitSizeLogWriter buildFileLogger() throws FileNotFoundException {
+ File tmpFile =3D new File(path, logFile);
+ tmpFile.getParentFile().mkdirs();
+
+ // if log file exists then create a archive
+ if (tmpFile.exists()) {
+ int index =3D logFile.lastIndexOf("."); //$NON-NLS-1$
+ String archiveName =3D FileLimitSizeLogWriter.buildArchiveFileName(logF=
ile.substring(0, index), logFile.substring(index));
+ tmpFile.renameTo(new File(path, archiveName));
+ }
+
+ FileOutputStream fos =3D new FileOutputStream(tmpFile);
+ PrintStream ps =3D new PrintStream(fos);
+
+ System.setOut(ps);
+ System.setErr(ps);
+
+ Properties logProps =3D new Properties();
+ Properties configProps =3D CurrentConfiguration.getInstance().getPropert=
ies();
+ if (configProps.containsKey(FileLimitSizeLogWriter.FILE_SIZE_LIMIT)) {
+ logProps.setProperty(FileLimitSizeLogWriter.FILE_SIZE_LIMIT,configProps=
.getProperty(FileLimitSizeLogWriter.FILE_SIZE_LIMIT));
+ }
+ if (configProps.containsKey(FileLimitSizeLogWriter.FILE_SIZE_MONITOR_TIM=
E)) {
+ logProps.setProperty(FileLimitSizeLogWriter.FILE_SIZE_MONITOR_TIME,conf=
igProps.getProperty(FileLimitSizeLogWriter.FILE_SIZE_MONITOR_TIME));
+ }
+
+ FileLimitSizeLogWriter flw =3D new FileLimitSizeLogWriter(tmpFile,logPro=
ps, false);
+ return flw;
+ }
+ =
+}
Property changes on: trunk/server/src/main/java/com/metamatrix/server/FileL=
ogListenerProvider.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/server/src/main/java/com/metamatrix/server/HostControllerGu=
iceModule.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/server/HostControllerGuiceMod=
ule.java 2009-02-23 17:43:19 UTC (rev 481)
+++ trunk/server/src/main/java/com/metamatrix/server/HostControllerGuiceMod=
ule.java 2009-02-23 19:46:08 UTC (rev 482)
@@ -64,6 +64,9 @@
bindConstant().annotatedWith(Names.named(Configuration.HOSTNAME)).to(hos=
t.getFullName());
bind(Host.class).annotatedWith(Names.named(Configuration.HOST)).toInstan=
ce(host);
bindConstant().annotatedWith(Names.named(Configuration.CLUSTERNAME)).to(=
systemName);
+ bindConstant().annotatedWith(Names.named(Configuration.LOGFILE)).to(Stri=
ngUtil.replaceAll(host.getFullName(), ".", "_")+"_hc.log"); //$NON-NLS-1$ /=
/$NON-NLS-2$ //$NON-NLS-3$
+ bindConstant().annotatedWith(Names.named(Configuration.LOGDIR)).to(host.=
getLogDirectory());
+ =
=
Names.bindProperties(binder(), CurrentConfiguration.getInstance().getPro=
perties());
=
@@ -77,8 +80,7 @@
=
bind(LogConfiguration.class).toProvider(LogConfigurationProvider.class).=
in(Scopes.SINGLETON); =
=
- String logFileName =3D StringUtil.replaceAll(host.getFullName(), "=
.", "_")+"_hc.log"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- bind(LogListener.class).toProvider(new ServerLogListernerProvider(host.g=
etLogDirectory(), logFileName, false)).in(Scopes.SINGLETON); =
+ bind(LogListener.class).toProvider(FileLogListenerProvider.class).in(Sco=
pes.SINGLETON); =
=
// this needs to be removed.
binder().requestStaticInjection(LogManager.class); =
Modified: trunk/server/src/main/java/com/metamatrix/server/Main.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/server/Main.java 2009-02-23 1=
7:43:19 UTC (rev 481)
+++ trunk/server/src/main/java/com/metamatrix/server/Main.java 2009-02-23 1=
9:46:08 UTC (rev 482)
@@ -55,44 +55,49 @@
@Inject
LogListener logListener;
=
- public static void main(String[] args) throws Exception{
+ public static void main(String[] args) {
=
- if (args.length < 2 || args.length > 4) {
- System.out.println("Usage: java com.metamatrix.server.Main "); //$NON-NLS-1$
- System.exit(1); =
- }
+ try {
+ if (args.length < 2 || args.length > 4) {
+ System.out.println("Usage: java com.metamatrix.server.Main "); //$NON-NLS-1$
+ System.exit(1); =
+ }
=
- String vmName =3D args[0];
- String hostName =3D args[1];
+ String vmName =3D args[0];
+ String hostName =3D args[1];
=
- Host host =3D null;
- try {
- host =3D CurrentConfiguration.getInstance().getHost(hostName); =
- } catch (ConfigurationException e) {
- }
- =
- if (host =3D=3D null) {
- System.err.println(PlatformPlugin.Util.getString("SocketVMController=
.5", hostName)); //$NON-NLS-1$
- System.exit(-1);
- }
- =
- VMComponentDefn deployedVM =3D CurrentConfiguration.getInstance().=
getConfiguration().getVMForHost(hostName, vmName);
- String bindAddress =3D deployedVM.getBindAddress();
- =
- VMNaming.setVMName(vmName);
- VMNaming.setup(host.getFullName(), host.getHostAddress(), bindAddress);
- =
- // write info log
- writeInfoLog(host, vmName);
- =
- createTempDirectory(); =
- =
- // wire up guice modules
- Main main =3D loadMain(host, vmName);
- =
- // launch the server
- =
- main.launchServer();
+ Host host =3D null;
+ try {
+ host =3D CurrentConfiguration.getInstance().getHost(hostName); =
+ } catch (ConfigurationException e) {
+ }
+ =
+ if (host =3D=3D null) {
+ System.err.println(PlatformPlugin.Util.getString("SocketVMControlle=
r.5", hostName)); //$NON-NLS-1$
+ System.exit(-1);
+ }
+ =
+ VMComponentDefn deployedVM =3D CurrentConfiguration.getInstance().getCo=
nfiguration().getVMForHost(hostName, vmName);
+ String bindAddress =3D deployedVM.getBindAddress();
+ =
+ VMNaming.setVMName(vmName);
+ VMNaming.setup(host.getFullName(), host.getHostAddress(), bindAddress);
+ =
+ // write info log
+ writeInfoLog(host, vmName);
+ =
+ createTempDirectory(); =
+ =
+ // wire up guice modules
+ Main main =3D loadMain(host, vmName);
+ =
+ // launch the server
+ =
+ main.launchServer();
+ } catch (Throwable e) {
+ e.printStackTrace();
+ throw new RuntimeException(e);
+ } =
}
=
=
Modified: trunk/server/src/main/java/com/metamatrix/server/ServerGuiceModul=
e.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/server/ServerGuiceModule.java=
2009-02-23 17:43:19 UTC (rev 481)
+++ trunk/server/src/main/java/com/metamatrix/server/ServerGuiceModule.java=
2009-02-23 19:46:08 UTC (rev 482)
@@ -83,6 +83,8 @@
bindConstant().annotatedWith(Names.named(Configuration.VMID)).to(vmID);
bind(Host.class).annotatedWith(Names.named(Configuration.HOST)).toInstan=
ce(host);
bindConstant().annotatedWith(Names.named(Configuration.CLUSTERNAME)).to(=
systemName);
+ bindConstant().annotatedWith(Names.named(Configuration.LOGFILE)).to(Stri=
ngUtil.replaceAll(host.getFullName(), ".", "_")+".log"); //$NON-NLS-1$ //$N=
ON-NLS-2$ //$NON-NLS-3$
+ bindConstant().annotatedWith(Names.named(Configuration.LOGDIR)).to(host.=
getLogDirectory());
=
Names.bindProperties(binder(), CurrentConfiguration.getInstance().getPro=
perties());
=
@@ -101,13 +103,9 @@
// this needs to be removed.
binder().requestStaticInjection(PlatformProxyHelper.class);
=
+ // Start the log file
bind(LogConfiguration.class).toProvider(LogConfigurationProvider.class).=
in(Scopes.SINGLETON); =
bind(LogListener.class).toProvider(ServerLogListernerProvider.class).in(=
Scopes.SINGLETON); =
-
- // Start the log file
- String logFileName =3D StringUtil.replaceAll(host.getFullName(), "=
.", "_")+".log"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- bind(LogListener.class).toProvider(new ServerLogListernerProvider(host.g=
etLogDirectory(), logFileName, true)).in(Scopes.SINGLETON); =
-
=
// this needs to be removed.
binder().requestStaticInjection(LogManager.class);
Modified: trunk/server/src/main/java/com/metamatrix/server/ServerLogListern=
erProvider.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/server/ServerLogListernerProv=
ider.java 2009-02-23 17:43:19 UTC (rev 481)
+++ trunk/server/src/main/java/com/metamatrix/server/ServerLogListernerProv=
ider.java 2009-02-23 19:46:08 UTC (rev 482)
@@ -22,15 +22,11 @@
=
package com.metamatrix.server;
=
-import java.io.File;
import java.io.FileNotFoundException;
-import java.io.FileOutputStream;
-import java.io.PrintStream;
import java.util.EventObject;
import java.util.Properties;
=
import com.google.inject.Inject;
-import com.google.inject.Provider;
import com.google.inject.Singleton;
import com.metamatrix.common.config.CurrentConfiguration;
import com.metamatrix.common.config.api.Configuration;
@@ -49,62 +45,52 @@
import com.metamatrix.platform.config.event.ConfigurationChangeEvent;
=
@Singleton
-class ServerLogListernerProvider implements Provider {
-
- String logFile;
- String path;
- boolean addDBLogger;
- DbLogListener dbLogger;
+class ServerLogListernerProvider extends FileLogListenerProvider {
+ public static final String LOG_DB_ENABLED =3D "metamatrix.log.jdbcData=
base.enabled"; //$NON-NLS-1$
=
@Inject
MessageBus messsgeBus;
=
- public ServerLogListernerProvider(String path, String fileName, boolean a=
ddDbLogger) {
- this.path =3D path;
- this.logFile =3D fileName;
- this.addDBLogger =3D addDbLogger;
- }
- =
@Override
public LogListener get() {
=
- final PlatformLog realLog =3D new PlatformLog();
+ final PlatformLog log =3D new PlatformLog();
=
try {
FileLimitSizeLogWriter flw =3D buildFileLogger(); =
- realLog.addListener(flw);
+ log.addListener(flw);
=
} catch (FileNotFoundException e) {
throw new MetaMatrixRuntimeException(e);
}
=
- if (this.addDBLogger) {
- this.dbLogger =3D buildDBLogger();
- realLog.addListener(this.dbLogger); =
- =
- try {
- =
- this.messsgeBus.addListener(ConfigurationChangeEvent.class, new EventO=
bjectListener() {
- =
- public void processEvent(EventObject obj) {
+ final DbLogListener dbLogger =3D buildDBLogger();
+ log.addListener(dbLogger); =
+ =
+ try {
+ =
+ this.messsgeBus.addListener(ConfigurationChangeEvent.class, new EventOb=
jectListener() {
+ =
+ public void processEvent(EventObject obj) {
+ if(obj instanceof ConfigurationChangeEvent){
if(obj instanceof ConfigurationChangeEvent){
- if(obj instanceof ConfigurationChangeEvent){
- try {
- Configuration currentConfig =3D CurrentConfiguration.getInstance(=
).getConfiguration();
- dbLogger.determineIfEnabled(currentConfig.getProperties());
- } catch( ConfigurationException ce ) {
- LogManager.logError(LogContextsUtil.CommonConstants.CTX_MESSAGE_B=
US, ce, ce.getMessage());
- }
+ try {
+ Configuration currentConfig =3D CurrentConfiguration.getInstance()=
.getConfiguration();
+ Properties props =3D currentConfig.getProperties();
+ boolean enabled =3D PropertiesUtils.getBooleanProperty(props, LOG_=
DB_ENABLED, true);
+ dbLogger.enableDBLogging(enabled);
+ } catch( ConfigurationException ce ) {
+ LogManager.logError(LogContextsUtil.CommonConstants.CTX_MESSAGE_BU=
S, ce, ce.getMessage());
}
}
- } =
- });
- =
- } catch (MessagingException e) {
- throw new MetaMatrixRuntimeException(e);
- } =
- }
- return realLog;
+ }
+ } =
+ });
+ =
+ } catch (MessagingException e) {
+ throw new MetaMatrixRuntimeException(e);
+ } =
+ return log;
}
=
private DbLogListener buildDBLogger() {
@@ -112,38 +98,5 @@
Properties resultsProps =3D PropertiesUtils.clone(currentProps, null, tr=
ue, false);
return new DbLogListener(resultsProps);
}
-
- private FileLimitSizeLogWriter buildFileLogger()
- throws FileNotFoundException {
- File tmpFile =3D new File(path, logFile);
- tmpFile.getParentFile().mkdirs();
-
- // if log file exists then create a archive
- if (tmpFile.exists()) {
- int index =3D logFile.lastIndexOf("."); //$NON-NLS-1$
- String archiveName =3D FileLimitSizeLogWriter.buildArchiveFileName(logF=
ile.substring(0, index), logFile.substring(index));
- tmpFile.renameTo(new File(path, archiveName));
- }
-
- FileOutputStream fos =3D new FileOutputStream(tmpFile);
- PrintStream ps =3D new PrintStream(fos);
-
- System.setOut(ps);
- System.setErr(ps);
-
- Properties logProps =3D new Properties();
- Properties configProps =3D CurrentConfiguration.getInstance().getPropert=
ies();
- if (configProps.containsKey(FileLimitSizeLogWriter.FILE_SIZE_LIMIT)) {
- logProps.setProperty(FileLimitSizeLogWriter.FILE_SIZE_LIMIT,configProps=
.getProperty(FileLimitSizeLogWriter.FILE_SIZE_LIMIT));
- }
- if (configProps.containsKey(FileLimitSizeLogWriter.FILE_SIZE_MONITOR_TIM=
E)) {
- logProps.setProperty(FileLimitSizeLogWriter.FILE_SIZE_MONITOR_TIME,conf=
igProps.getProperty(FileLimitSizeLogWriter.FILE_SIZE_MONITOR_TIME));
- }
-
- FileLimitSizeLogWriter flw =3D new FileLimitSizeLogWriter(tmpFile,logPro=
ps, false);
- return flw;
- }
-
=
- =
}
--===============1380852554293286492==--
From teiid-commits at lists.jboss.org Mon Feb 23 14:51:45 2009
Content-Type: multipart/mixed; boundary="===============0436538437390037675=="
MIME-Version: 1.0
From: teiid-commits at lists.jboss.org
To: teiid-commits at lists.jboss.org
Subject: [teiid-commits] teiid SVN: r483 - in
trunk/server/src/main/java/com/metamatrix: server and 1 other directory.
Date: Mon, 23 Feb 2009 14:51:45 -0500
Message-ID:
--===============0436538437390037675==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: rareddy
Date: 2009-02-23 14:51:45 -0500 (Mon, 23 Feb 2009)
New Revision: 483
Modified:
trunk/server/src/main/java/com/metamatrix/common/log/DbLogListener.java
trunk/server/src/main/java/com/metamatrix/server/ServerLogListernerProvi=
der.java
Log:
TEIID-361
Modified: trunk/server/src/main/java/com/metamatrix/common/log/DbLogListene=
r.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/common/log/DbLogListener.java=
2009-02-23 19:46:08 UTC (rev 482)
+++ trunk/server/src/main/java/com/metamatrix/common/log/DbLogListener.java=
2009-02-23 19:51:45 UTC (rev 483)
@@ -25,7 +25,6 @@
import java.util.Properties;
=
import com.metamatrix.common.CommonPlugin;
-import com.metamatrix.common.util.PropertiesUtils;
import com.metamatrix.core.log.LogListener;
import com.metamatrix.core.log.LogMessage;
=
@@ -34,27 +33,23 @@
*/
public class DbLogListener implements LogListener {
=
- public static final String LOG_DB_ENABLED =3D "metamatrix.log.jdbcData=
base.enabled"; //$NON-NLS-1$
-
private DbLogWriter writer =3D null;
private boolean enabled =3D true;
=
/**
* Listen for log messages and write them to a database.
*/
- public DbLogListener(Properties prop){
+ public DbLogListener(Properties prop, boolean enable){
if (prop =3D=3D null) {
final String msg =3D CommonPlugin.Util.getString("DbLogListener.The_Pro=
perties_reference_may_not_be_null"); //$NON-NLS-1$
throw new IllegalArgumentException(msg);
}
writer =3D new DbLogWriter(prop);
writer.initialize();
- enabled =3D PropertiesUtils.getBooleanProperty(prop, LOG_DB_ENABLE=
D, true);
+ this.enabled =3D enable;
}
=
-
public void logMessage(LogMessage msg) {
- =
if (enabled) {
writer.logMessage(msg);
}
@@ -63,15 +58,8 @@
public void shutdown() {
writer.shutdown();
}
- =
- public void determineIfEnabled(Properties props) {
- boolean isenabled =3D PropertiesUtils.getBooleanProperty(props, LO=
G_DB_ENABLED, true);
- enableDBLogging(isenabled);
=
- }
- =
- void enableDBLogging(boolean enable) {
+ public void enableDBLogging(boolean enable) {
enabled =3D enable;
}
-
}
Modified: trunk/server/src/main/java/com/metamatrix/server/ServerLogListern=
erProvider.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/server/src/main/java/com/metamatrix/server/ServerLogListernerProv=
ider.java 2009-02-23 19:46:08 UTC (rev 482)
+++ trunk/server/src/main/java/com/metamatrix/server/ServerLogListernerProv=
ider.java 2009-02-23 19:51:45 UTC (rev 483)
@@ -96,7 +96,8 @@
private DbLogListener buildDBLogger() {
Properties currentProps =3D CurrentConfiguration.getInstance().getProper=
ties();
Properties resultsProps =3D PropertiesUtils.clone(currentProps, null, tr=
ue, false);
- return new DbLogListener(resultsProps);
+ boolean enabled =3D PropertiesUtils.getBooleanProperty(resultsProps, LOG=
_DB_ENABLED, true);
+ return new DbLogListener(resultsProps, enabled);
}
=
}
--===============0436538437390037675==--
From teiid-commits at lists.jboss.org Mon Feb 23 16:51:25 2009
Content-Type: multipart/mixed; boundary="===============7075811928519921621=="
MIME-Version: 1.0
From: teiid-commits at lists.jboss.org
To: teiid-commits at lists.jboss.org
Subject: [teiid-commits] teiid SVN: r484 - trunk.
Date: Mon, 23 Feb 2009 16:51:25 -0500
Message-ID:
--===============7075811928519921621==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: vhalbert(a)redhat.com
Date: 2009-02-23 16:51:25 -0500 (Mon, 23 Feb 2009)
New Revision: 484
Added:
trunk/salesforce-api/
Log:
--===============7075811928519921621==--
From teiid-commits at lists.jboss.org Mon Feb 23 16:51:59 2009
Content-Type: multipart/mixed; boundary="===============1181903890690022478=="
MIME-Version: 1.0
From: teiid-commits at lists.jboss.org
To: teiid-commits at lists.jboss.org
Subject: [teiid-commits] teiid SVN: r485 - trunk.
Date: Mon, 23 Feb 2009 16:51:59 -0500
Message-ID:
--===============1181903890690022478==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: vhalbert(a)redhat.com
Date: 2009-02-23 16:51:59 -0500 (Mon, 23 Feb 2009)
New Revision: 485
Added:
trunk/sandbox/
Log:
--===============1181903890690022478==--
From teiid-commits at lists.jboss.org Tue Feb 24 09:21:50 2009
Content-Type: multipart/mixed; boundary="===============7265418038358670729=="
MIME-Version: 1.0
From: teiid-commits at lists.jboss.org
To: teiid-commits at lists.jboss.org
Subject: [teiid-commits] teiid SVN: r486 - in
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc:
postgresql and 1 other directories.
Date: Tue, 24 Feb 2009 09:21:50 -0500
Message-ID:
--===============7265418038358670729==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: shawkins
Date: 2009-02-24 09:21:49 -0500 (Tue, 24 Feb 2009)
New Revision: 486
Modified:
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/mysql/MySQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/PostgreSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/Translator.java
Log:
TEIID-379 adding a session level set of ansi mode
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/mysql/MySQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/mysql/MySQLTranslator.java 2009-02-23 21:51:59 UTC (rev 485)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/mysql/MySQLTranslator.java 2009-02-24 14:21:49 UTC (rev 486)
@@ -22,7 +22,10 @@
=
package com.metamatrix.connector.jdbc.mysql;
=
+import java.sql.Connection;
import java.sql.Date;
+import java.sql.SQLException;
+import java.sql.Statement;
import java.sql.Time;
import java.sql.Timestamp;
=
@@ -64,8 +67,29 @@
}
=
@Override
- public int getTimestampNanoSecondPrecision() {
+ public int getTimestampNanoPrecision() {
return 6;
}
=
+ @Override
+ public void afterConnectionCreation(Connection connection) {
+ super.afterConnectionCreation(connection);
+ =
+ Statement stmt =3D null;
+ try {
+ stmt =3D connection.createStatement();
+ stmt.execute("set SESSION sql-mode =3D 'ANSI'"); //$NON-NLS-1$
+ } catch (SQLException e) {
+ getEnvironment().getLogger().logError("Error setting ANSI mode", e); //=
$NON-NLS-1$
+ } finally {
+ if (stmt !=3D null) {
+ try {
+ stmt.close();
+ } catch (SQLException e) {
+ getEnvironment().getLogger().logDetail("Error closing statement", e);=
//$NON-NLS-1$
+ }
+ }
+ }
+ }
+ =
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/postgresql/PostgreSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/postgresql/PostgreSQLTranslator.java 2009-02-23 21:51:59 UTC (rev 485)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/postgresql/PostgreSQLTranslator.java 2009-02-24 14:21:49 UTC (rev 486)
@@ -102,7 +102,7 @@
}
=
@Override
- public int getTimestampNanoSecondPrecision() {
+ public int getTimestampNanoPrecision() {
return 6;
}
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/translator/Translator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/Translator.java 2009-02-23 21:51:59 UTC (rev 485)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/Translator.java 2009-02-24 14:21:49 UTC (rev 486)
@@ -264,11 +264,11 @@
* @return Formatted string
*/
public String formatDateValue(java.util.Date dateObject) {
- if (dateObject instanceof Timestamp && getTimestampNanoSecondPreci=
sion() < 9) {
+ if (dateObject instanceof Timestamp && getTimestampNanoPrecision()=
< 9) {
Timestamp ts =3D (Timestamp)dateObject;
Timestamp newTs =3D new Timestamp(ts.getTime());
- if (getTimestampNanoSecondPrecision() > 0) {
- int mask =3D 10^(9-getTimestampNanoSecondPrecision());
+ if (getTimestampNanoPrecision() > 0) {
+ int mask =3D 10^(9-getTimestampNanoPrecision());
newTs.setNanos(ts.getNanos()/mask*mask);
}
dateObject =3D newTs;
@@ -330,7 +330,7 @@
return null;
}
=
- public int getTimestampNanoSecondPrecision() {
+ public int getTimestampNanoPrecision() {
return 9;
}
=
--===============7265418038358670729==--
From teiid-commits at lists.jboss.org Tue Feb 24 09:33:28 2009
Content-Type: multipart/mixed; boundary="===============2557067956398223631=="
MIME-Version: 1.0
From: teiid-commits at lists.jboss.org
To: teiid-commits at lists.jboss.org
Subject: [teiid-commits] teiid SVN: r487 - trunk.
Date: Tue, 24 Feb 2009 09:33:28 -0500
Message-ID:
--===============2557067956398223631==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: shawkins
Date: 2009-02-24 09:33:28 -0500 (Tue, 24 Feb 2009)
New Revision: 487
Removed:
trunk/salesforce-api/
trunk/sandbox/
Log:
removing empty folders
--===============2557067956398223631==--
From teiid-commits at lists.jboss.org Tue Feb 24 11:16:44 2009
Content-Type: multipart/mixed; boundary="===============6982499572702538070=="
MIME-Version: 1.0
From: teiid-commits at lists.jboss.org
To: teiid-commits at lists.jboss.org
Subject: [teiid-commits] teiid SVN: r488 - in trunk:
connector-api/src/main/java/com/metamatrix/connector/basic and 61 other
directories.
Date: Tue, 24 Feb 2009 11:16:43 -0500
Message-ID:
--===============6982499572702538070==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: shawkins
Date: 2009-02-24 11:16:42 -0500 (Tue, 24 Feb 2009)
New Revision: 488
Added:
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connector=
Identity.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/MappedUse=
rIdentity.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/SingleIde=
ntity.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector=
/TestPerUserPool.java
trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtim=
e/TestMetadataObject.java
Removed:
trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runt=
ime/MetadataID.java
trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata=
/internal/FakeRuntimeMetadata.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/MockCachingConnector.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/cache/MockDocumentCache.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
lsource/FakeRuntimeMetadata.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
MetadataFactory.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
MetadataIDImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
ParameterIDImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
ProcedureIDImpl.java
trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtim=
e/TestMetadataID.java
Modified:
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connectio=
n.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connector=
.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connector=
Annotations.java
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Execution=
Context.java
trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicCo=
nnection.java
trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicCo=
nnector.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBul=
kInsert.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICom=
poundCriteria.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IEle=
ment.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFro=
m.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFun=
ction.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IGro=
up.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IGro=
upBy.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IInC=
riteria.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IIns=
ert.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IJoi=
n.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILan=
guageFactory.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IMet=
adataReference.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IOrd=
erBy.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPar=
ameter.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPro=
cedure.java
trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISel=
ect.java
trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runt=
ime/Element.java
trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runt=
ime/Group.java
trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runt=
ime/MetadataObject.java
trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runt=
ime/Parameter.java
trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runt=
ime/Procedure.java
trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runt=
ime/RuntimeMetadata.java
trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/=
SQLStringVisitor.java
trunk/connector-api/src/main/resources/com/metamatrix/data/i18n.properti=
es
trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata=
/adapter/ObjectConnector.java
trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata=
/internal/ObjectProcedure.java
trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata=
/internal/ObjectQuery.java
trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata=
/internal/TestObjectQueryProcessor.java
trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/TranslationUtil=
ity.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCBaseExecution.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCConnector.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCProcedureExecution.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCSourceConnection.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/db2/DB2ConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/db2/DB2SQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/derby/DerbyConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/mysql/MySQLConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/ConcatFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/DayWeekQuarterFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/ExtractFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/LeftOrRightFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/LocateFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/Log10FunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/MonthOrDayNameFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/OracleConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/OracleSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/DatePartFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/ModifiedDatePartFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/PostgreSQLConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sybase/ModFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sybase/SybaseConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/BasicFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/DropFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/SQLConversionVisitor.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/SubstringFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/util/FunctionReplacementVisitor.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/db2/TestDB2ConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/derby/TestDerbyConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/extension/impl/TestDropFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/extension/impl/TestEscapeSyntaxModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestDayWeekQuarterFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestExtractFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestLeftOrRightFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestLocateFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestLog10FunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestMonthOrDayNameFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestOracleConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/TestSubstringFunctionModifier.java
trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/l=
dap/IQueryToLdapSearchParser.java
trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/l=
dap/LDAPConnector.java
trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/l=
dap/LDAPUpdateExecution.java
trunk/connectors/connector-ldap/src/test/java/com/metamatrix/connector/l=
dap/TestIQueryToLdapSearchParser.java
trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connect=
or/loopback/LoopbackConnection.java
trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connect=
or/loopback/LoopbackConnector.java
trunk/connectors/connector-loopback/src/test/java/com/metamatrix/connect=
or/loopback/TestLoopbackExecution.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/Connector.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/UpdateExecutionImpl.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/visitors/CriteriaVisitor.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/visitors/InsertVisitor.java
trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conne=
ctor/salesforce/execution/visitors/SelectVisitor.java
trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/t=
ext/TextConnector.java
trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/t=
ext/TextSynchExecution.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/CriteriaDesc.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/LoggingConnector.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/ParameterDescriptor.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
l/base/QueryAnalyzer.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/XMLSourceConnector.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/file/FileExecution.java
trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xm=
lsource/soap/SoapExecution.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestCriteriaDesc.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestOutputXPathDesc.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/base/TestParameterDescriptor.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/cache/TestRequestRecord.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
l/file/TestFileExecutor.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
lsource/file/TestFileExecution.java
trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xm=
lsource/soap/TestSoapExecution.java
trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/con=
nector/exec/ExecConnection.java
trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/con=
nector/exec/ExecConnector.java
trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/con=
nector/exec/ExecVisitor.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/ObjectConnector.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/SourceConnectionFactory.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/extension/command/ObjectCommand.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/extension/command/ProcedureCommand.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/extension/source/BaseSourceConnectionFactory.java
trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/c=
onnector/object/util/ObjectConnectorUtil.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/FilterFunctionModifier.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/NearestNeighborFunctionModifier.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/RelateFunctionModifier.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/WithinDistanceFunctionModifier.java
trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/co=
nnector/yahoo/YahooConnector.java
trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/co=
nnector/yahoo/YahooExecution.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Conn=
ectorManager.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Conn=
ectorWorkItem.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Conn=
ectorWrapper.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Exec=
utionContextImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Proc=
edureBatchHandler.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
ElementImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
FunctionImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
GroupImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
LanguageBridgeFactory.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
LanguageFactoryImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
ParameterImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/=
ProcedureImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
ElementImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
GroupImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
MetadataObjectImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
ParameterImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
ProcedureImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
RuntimeMetadataImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/=
TypeModelImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector=
/ConnectionPool.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector=
/ConnectionWrapper.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/Fake=
Connector.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestElementImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TestFunctionImpl.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/=
TstLanguageBridgeFactory.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/metadata/=
TestMetadataFactory.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector=
/FakeSourceConnectionFactory.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector=
/FakeUserIdentityConnectionFactory.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector=
/TestConnectionPool.java
trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector=
/TestConnectionWrapper.java
trunk/engine/src/test/java/com/metamatrix/query/unittest/QueryMetadataIn=
terfaceBuilder.java
trunk/test-integration/src/test/java/com/metamatrix/cdk/api/TestTranslat=
ionUtility.java
trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/exten=
sion/TestSQLConversionVisitor.java
trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/oracl=
e/TestOracleSQLConversionVisitor.java
trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtim=
e/MockConnector.java
trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtim=
e/TestElement.java
trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtim=
e/TestGroup.java
trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtim=
e/TestParams.java
trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtim=
e/TestProcedure.java
trunk/test-integration/src/test/java/com/metamatrix/data/visitor/util/Te=
stCollectorVisitor.java
trunk/test-integration/src/test/java/com/metamatrix/data/visitor/util/Te=
stSQLStringVisitor.java
Log:
TEIID-164 TEIID-374 refactored connector metadata, removed collection sette=
rs from connector api, moved pooling and identity knowlege onto base connec=
tor api
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/Co=
nnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connecti=
on.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connecti=
on.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,7 +22,6 @@
=
package com.metamatrix.connector.api;
=
-import com.metamatrix.connector.identity.PoolAwareConnection;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
=
@@ -63,6 +62,20 @@
* @return true if open, false if there is a source error.
*/ =
boolean isAlive();
-
+ =
+ /**
+ * Called by the pool when an existing connection is leased so that the u=
nderlying
+ * Connection may have it's identity switched to a different user.
+ * @param identity
+ * @throws ConnectorException
+ */
+ void setConnectorIdentity(ConnectorIdentity context)
+ throws ConnectorException;
+ =
+ /**
+ * Called by the pool to indicate that the connection was returned to =
the pool.
+ * The actual close call will be made when the pool wants to purge thi=
s connection.
+ */
+ void closeCalled();
}
=
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/Co=
nnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connecto=
r.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connecto=
r.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -68,5 +68,21 @@
* @return ConnectorCapabilities, may return null if the Connector pro=
vides User scoped capabilities {@link Connection#getCapabilities()}
*/
ConnectorCapabilities getCapabilities();
+ =
+ /**
+ * Create an identity object based on a security context.
+ * =
+ * If single identity is not supported then an exception should be thrown=
when a
+ * null context is supplied.
+ * =
+ * Implementors of this class may use a different implementation of the =
+ * {@link ConnectorIdentity} interface to similarly affect pooling.
+ * =
+ * @param context The context provided by the Connector Manager
+ * @return The associated connector identity
+ * @throws ConnectorException If a null context is not accepted or an err=
or occurs while creating the identity.
+ */
+ ConnectorIdentity createIdentity(ExecutionContext context)
+ throws ConnectorException;
=
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/Co=
nnectorAnnotations.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connecto=
rAnnotations.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connecto=
rAnnotations.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -27,7 +27,6 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
=
-import com.metamatrix.connector.identity.ConnectorIdentityFactory;
import com.metamatrix.connector.internal.ConnectorPropertyNames;
=
public class ConnectorAnnotations {
@@ -51,5 +50,13 @@
public @interface SynchronousWorkers {
boolean enabled() default true;
}
+ =
+ @Retention(RetentionPolicy.RUNTIME)
+ @Target({ElementType.TYPE})
+ public @interface ConnectorConfiguration {
+ boolean userIdentityCapable() default false;
+ boolean useSynchronousWorkers() default true;
+ boolean useConnectionPooling() default true;
+ }
=
}
Copied: trunk/connector-api/src/main/java/com/metamatrix/connector/api/Conn=
ectorIdentity.java (from rev 481, trunk/connector-api/src/main/java/com/met=
amatrix/connector/identity/ConnectorIdentity.java)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connecto=
rIdentity.java (rev 0)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connecto=
rIdentity.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -0,0 +1,34 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+package com.metamatrix.connector.api;
+
+
+/**
+ * Represents the identity of a connection in the pool. Identities are =
+ * used to determine whether two connections can be put in the same pool.
+ * Implementors must supply appropriate {@link java.lang.Object#equals(jav=
a.lang.Object)} and
+ * {@link java.lang.Object#hashCode()} methods. =
+ */
+public interface ConnectorIdentity {
+ =
+}
Property changes on: trunk/connector-api/src/main/java/com/metamatrix/conne=
ctor/api/ConnectorIdentity.java
___________________________________________________________________
Name: svn:mergeinfo
+ =
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/Ex=
ecutionContext.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/Executio=
nContext.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/Executio=
nContext.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -24,9 +24,6 @@
=
import java.io.Serializable;
=
-import com.metamatrix.connector.identity.ConnectorIdentity;
-import com.metamatrix.connector.identity.ConnectorIdentityFactory;
-import com.metamatrix.connector.identity.SingleIdentity;
=
/**
* The security context provides information about the user context in whi=
ch
Copied: trunk/connector-api/src/main/java/com/metamatrix/connector/api/Mapp=
edUserIdentity.java (from rev 481, trunk/connector-api/src/main/java/com/me=
tamatrix/connector/identity/UserIdentity.java)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/MappedUs=
erIdentity.java (rev 0)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/MappedUs=
erIdentity.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -0,0 +1,81 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+package com.metamatrix.connector.api;
+
+
+/**
+ * This class represents a ConnectorIdentity keyed on a username with
+ * a mapped identity
+ */
+public class MappedUserIdentity implements ConnectorIdentity {
+ private String username;
+ private String mappedUser;
+ private String password;
+ =
+ /**
+ * Construct with a security context
+ * @param context The context
+ */
+ public MappedUserIdentity(String username, String mappedUser, String p=
assword){
+ this.username =3D username;
+ this.mappedUser =3D mappedUser;
+ this.password =3D password;
+ } =
+ =
+ /**
+ * Implement equals based on the case-insensitive user name.
+ * @param obj Other identity object
+ * @return True if other object is a UserIdentity with the same user n=
ame
+ */
+ public boolean equals(Object obj){
+ if (this =3D=3D obj) {
+ return true;
+ }
+
+ if (obj instanceof MappedUserIdentity) {
+ MappedUserIdentity that =3D (MappedUserIdentity)obj;
+ return username.equals(that.username);
+ }
+ =
+ return false; =
+ }
+ =
+ /**
+ * Get hash code, based on user name
+ */
+ public int hashCode(){
+ return username.hashCode();
+ } =
+ =
+ public String toString(){
+ return "UserIdentity " + username; //$NON-NLS-1$
+ } =
+ =
+ public String getMappedUser() {
+ return mappedUser;
+ }
+ =
+ public String getPassword() {
+ return password;
+ }
+}
Property changes on: trunk/connector-api/src/main/java/com/metamatrix/conne=
ctor/api/MappedUserIdentity.java
___________________________________________________________________
Name: svn:mergeinfo
+ =
Copied: trunk/connector-api/src/main/java/com/metamatrix/connector/api/Sing=
leIdentity.java (from rev 481, trunk/connector-api/src/main/java/com/metama=
trix/connector/identity/SingleIdentity.java)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/SingleId=
entity.java (rev 0)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/SingleId=
entity.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -0,0 +1,48 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+package com.metamatrix.connector.api;
+
+
+/**
+ * This class represents a single ConnectorIdentity. All the connections a=
re treated the same.
+ */
+public class SingleIdentity implements ConnectorIdentity {
+
+ public SingleIdentity(){
+ }
+ =
+ /**
+ * Return true for everything - all identities are identical.
+ */
+ public boolean equals(Object obj){
+ return obj instanceof SingleIdentity;
+ }
+ =
+ public String toString(){
+ return "SingleIdentity"; //$NON-NLS-1$
+ } =
+ =
+ public int hashCode(){
+ return 0; =
+ }
+}
Property changes on: trunk/connector-api/src/main/java/com/metamatrix/conne=
ctor/api/SingleIdentity.java
___________________________________________________________________
Name: svn:mergeinfo
+ =
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/basic/=
BasicConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicC=
onnection.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicC=
onnection.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -25,12 +25,12 @@
import com.metamatrix.connector.api.Connection;
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.ConnectorIdentity;
import com.metamatrix.connector.api.Execution;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ProcedureExecution;
import com.metamatrix.connector.api.ResultSetExecution;
import com.metamatrix.connector.api.UpdateExecution;
-import com.metamatrix.connector.identity.ConnectorIdentity;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IProcedure;
import com.metamatrix.connector.language.IQueryCommand;
@@ -81,20 +81,12 @@
return null;
}
=
- /**
- * Called by the pool to indicate that the connection was returned to =
the pool.
- * The actual close call will be made when the pool wants to purge thi=
s connection.
- */ =
+ @Override
public void closeCalled() {
=
}
=
- /**
- * Called by the pool when an existing connection is leased so that th=
e underlying
- * Connection may have it's identity switched to a different user.
- * @param identity
- * @throws ConnectorException
- */
+ @Override
public void setConnectorIdentity(ConnectorIdentity context)
throws ConnectorException {
=
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/basic/=
BasicConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicC=
onnector.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicC=
onnector.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -1,7 +1,61 @@
package com.metamatrix.connector.basic;
=
+import com.metamatrix.connector.DataPlugin;
import com.metamatrix.connector.api.Connector;
+import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.ConnectorIdentity;
+import com.metamatrix.connector.api.CredentialMap;
+import com.metamatrix.connector.api.ExecutionContext;
+import com.metamatrix.connector.api.SingleIdentity;
+import com.metamatrix.connector.api.MappedUserIdentity;
=
public abstract class BasicConnector implements Connector {
=
+ private boolean useCredentialMap;
+ private boolean adminConnectionsAllowed =3D true;
+ private String connectorName;
+ =
+ /* (non-Javadoc)
+ * @see com.metamatrix.connector.api.Connector#createIdentity(com.metamat=
rix.connector.api.ExecutionContext)
+ */
+ public ConnectorIdentity createIdentity(ExecutionContext context)
+ throws ConnectorException {
+ if (context =3D=3D null) {
+ if (adminConnectionsAllowed) {
+ return new SingleIdentity();
+ }
+ throw new ConnectorException(DataPlugin.Util.getString("UserIdentityFac=
tory.single_identity_not_supported")); //$NON-NLS-1$
+ }
+ Object payload =3D context.getTrustedPayload();
+ if (!(payload instanceof CredentialMap)) {
+ if (useCredentialMap) {
+ throw new ConnectorException(DataPlugin.Util.getString("UserIdentityFa=
ctory.extraction_error")); //$NON-NLS-1$
+ }
+ return new SingleIdentity();
+ }
+ CredentialMap credMap =3D (CredentialMap)payload;
+ String user =3D credMap.getUser(connectorName);
+ String password =3D credMap.getPassword(connectorName);
+ if (user =3D=3D null || password =3D=3D null) {
+ throw new ConnectorException("Payload missing credentials for " + conne=
ctorName); //$NON-NLS-1$
+ }
+ return new MappedUserIdentity(context.getUser(), user, password);
+ }
+ =
+ public void setConnectorName(String connectorName) {
+ this.connectorName =3D connectorName;
+ }
+ =
+ public void setUseCredentialMap(boolean useCredentialMap) {
+ this.useCredentialMap =3D useCredentialMap;
+ }
+ =
+ public boolean areAdminConnectionsAllowed() {
+ return adminConnectionsAllowed;
+ }
+ =
+ public void setAdminConnectionsAllowed(boolean adminConnectionsAllowed) {
+ this.adminConnectionsAllowed =3D adminConnectionsAllowed;
+ }
+ =
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/IBulkInsert.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBu=
lkInsert.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBu=
lkInsert.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -36,9 +36,4 @@
*/
List> getRows();
=
- /**
- * Set the list of row values for this bulk insert =
- * @return list; never null
- */
- void setRows(List> rows); =
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/ICompoundCriteria.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICo=
mpoundCriteria.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICo=
mpoundCriteria.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -56,10 +56,4 @@
*/
List getCriteria();
=
- /**
- * Set list of ICriteria combined by this compound criteria.
- * @param criteria List of ICriteria
- */
- void setCriteria(List criteria);
- =
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/IElement.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IEl=
ement.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IEl=
ement.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,11 +22,13 @@
=
package com.metamatrix.connector.language;
=
+import com.metamatrix.connector.metadata.runtime.Element;
+
/**
* Represents an element in the language. An example of an element =
* would be a column reference in a SELECT clause. =
*/
-public interface IElement extends IMetadataReference, IExpression {
+public interface IElement extends IMetadataReference, IExpression=
{
=
/**
* Gets the name of the element.
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/IFrom.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFr=
om.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFr=
om.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -35,10 +35,4 @@
*/
List getItems();
=
- /**
- * Set a List of IFromItem in this FROM clause.
- * @param items List of IFromItem
- */
- void setItems(List items);
- =
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/IFunction.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFu=
nction.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFu=
nction.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,6 +22,8 @@
=
package com.metamatrix.connector.language;
=
+import java.util.List;
+
/**
* Represents a function in the language. A function has a name and 0..n =
* Expressions that are parameters. =
@@ -38,7 +40,7 @@
* Get the parameters used in this function.
* @return Array of IExpressions defining the parameters
*/
- IExpression[] getParameters();
+ List getParameters();
=
/**
* Set name of the function
@@ -46,10 +48,4 @@
*/
void setName(String name);
=
- /**
- * Set the parameters used in this function.
- * @param parameters Array of IExpressions defining the parameters
- */
- void setParameters(IExpression[] parameters);
- =
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/IGroup.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IGr=
oup.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IGr=
oup.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,12 +22,14 @@
=
package com.metamatrix.connector.language;
=
+import com.metamatrix.connector.metadata.runtime.Group;
+
/**
* Represents a group in the language objects. An example of a group woul=
d =
* be a table reference in the FROM clause. An IGroup may have a context =
name
* used in references to this group. =
*/
-public interface IGroup extends IMetadataReference, IFromItem, ILanguageOb=
ject {
+public interface IGroup extends IMetadataReference, IFromItem, ILan=
guageObject {
=
/**
* Get the name of the group as defined in the VDB. This is null if th=
e =
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/IGroupBy.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IGr=
oupBy.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IGr=
oupBy.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -35,10 +35,4 @@
*/
List getElements();
=
- /**
- * Set list of IExpression that the GROUP BY should be grouped on.
- * @param elements List of IExpression
- */
- void setElements(List elements);
-
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/IInCriteria.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IIn=
Criteria.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IIn=
Criteria.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -35,10 +35,4 @@
*/
List getRightExpressions();
=
- /**
- * Set List of IExpression in the set on the right side of the criteri=
a.
- * @param expressions List of IExpression
- */
- void setRightExpressions(List expressions);
-
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/IInsert.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IIn=
sert.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IIn=
sert.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -53,16 +53,4 @@
*/
void setGroup(IGroup group);
=
- /**
- * Set list of elements being inserted into
- * @param elements List of IElement
- */
- void setElements(List elements);
- =
- /**
- * Set list of values being inserted
- * @param values List of IExpression
- */
- void setValues(List values);
- =
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/IJoin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IJo=
in.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IJo=
in.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -90,9 +90,4 @@
*/
void setJoinType(JoinType type);
=
- /**
- * Set List of CompareCriteria specifying join criteria.
- * @param criteria List of Criteria
- */
- void setCriteria(List extends ICriteria> criteria); =
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/ILanguageFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILa=
nguageFactory.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILa=
nguageFactory.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -26,7 +26,10 @@
=
import com.metamatrix.connector.language.ICompoundCriteria.Operator;
import com.metamatrix.connector.language.IParameter.Direction;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
+import com.metamatrix.connector.metadata.runtime.Element;
+import com.metamatrix.connector.metadata.runtime.Group;
+import com.metamatrix.connector.metadata.runtime.Parameter;
+import com.metamatrix.connector.metadata.runtime.Procedure;
=
/**
* Factory for the construction of language objects that implement the lan=
guage interfaces.
@@ -61,7 +64,7 @@
* @param innerCriteria List of ICriteria, typically containing two cr=
iteria
* @return New ICompoundCriteria
*/
- ICompoundCriteria createCompoundCriteria(ICompoundCriteria.Operator op=
erator, List innerCriteria);
+ ICompoundCriteria createCompoundCriteria(ICompoundCriteria.Operator op=
erator, List extends ICriteria> innerCriteria);
=
/**
* Create a new IDelete.
@@ -79,7 +82,7 @@
* @param type Data type
* @return New IElement
*/
- IElement createElement(String name, IGroup group, MetadataID metadataR=
eference, Class type);
+ IElement createElement(String name, IGroup group, Element metadataRefe=
rence, Class type);
=
/**
* Create new exists criteria.
@@ -93,7 +96,16 @@
* @param items List of IFromItem
* @return New IFrom
*/
- IFrom createFrom(List items);
+ IFrom createFrom(List extends IFromItem> items);
+
+ /**
+ * Create new function
+ * @param functionName Name of the function
+ * @param args Arguments, should never be null
+ * @param type Data type returned
+ * @return New IFunction
+ */
+ IFunction createFunction(String functionName, IExpression[] args, Clas=
s type);
=
/**
* Create new function
@@ -102,7 +114,7 @@
* @param type Data type returned
* @return New IFunction
*/
- IFunction createFunction(String functionName, IExpression[] args, Clas=
s type);
+ IFunction createFunction(String functionName, List extends IExpressi=
on> args, Class type);
=
/**
* Create new group.
@@ -111,14 +123,14 @@
* @param metadataReference Reference to metadata identifier
* @return New IGroup
*/ =
- IGroup createGroup(String context, String definition, MetadataID metad=
ataReference);
+ IGroup createGroup(String context, String definition, Group metadataRe=
ference);
=
/**
* Create new group by.
* @param items List of IGroupByItem
* @return New IGroupBy
*/
- IGroupBy createGroupBy(List items);
+ IGroupBy createGroupBy(List extends IExpression> items);
=
/**
* Create new IN criteria
@@ -127,7 +139,7 @@
* @param isNegated True if NOT IN, false for IN
* @return New IInCriteria
*/
- IInCriteria createInCriteria(IExpression leftExpression, List rightExpressions, boolean isNegated);
+ IInCriteria createInCriteria(IExpression leftExpression, List extend=
s IExpression> rightExpressions, boolean isNegated);
=
/**
* Create new inline view
@@ -144,7 +156,7 @@
* @param values List of IExpression (usually ILiteral)
* @return New IInsert
*/
- IInsert createInsert(IGroup group, List columns, List values);
+ IInsert createInsert(IGroup group, List columns, List exte=
nds IExpression> values);
=
/**
* Create new bulk insert command
@@ -153,7 +165,7 @@
* @param List of Lists containing the actual values
* @return New IBulkInsert
*/
- IBulkInsert createBulkInsert(IGroup group, List columns, Lis=
t> rows);
+ IBulkInsert createBulkInsert(IGroup group, List extends IElement> co=
lumns, List> rows);
=
/**
* Create new IS NULL criteria
@@ -171,7 +183,7 @@
* @param criteria List of ICriteria (considered to be AND'ed together)
* @return New IJoin
*/
- IJoin createJoin(IJoin.JoinType joinType, IFromItem leftItem, IFromIte=
m rightItem, List criteria);
+ IJoin createJoin(IJoin.JoinType joinType, IFromItem leftItem, IFromIte=
m rightItem, List extends ICriteria> criteria);
=
/**
* Create new LIKE criteria
@@ -203,7 +215,7 @@
* @param items List of IOrderByItem
* @return New IOrderBy
*/
- IOrderBy createOrderBy(List items);
+ IOrderBy createOrderBy(List extends IOrderByItem> items);
=
/**
* Create new ORDER BY item
@@ -223,7 +235,7 @@
* @param metadataReference Metadata identifier reference
* @return New IParameter
*/
- IParameter createParameter(int index, Direction direction, Object valu=
e, Class type, MetadataID metadataReference);
+ IParameter createParameter(int index, Direction direction, Object valu=
e, Class type, Parameter metadataReference);
=
/**
* Create new procedure
@@ -232,7 +244,7 @@
* @param metadataReference Metadata identifier reference
* @return New IProcedure
*/
- IProcedure createProcedure(String name, List parameters, M=
etadataID metadataReference);
+ IProcedure createProcedure(String name, List extends IParameter> par=
ameters, Procedure metadataReference);
=
/**
* Create new query
@@ -263,7 +275,7 @@
* @param type Data type
* @return New ICaseExpression
*/ =
- ISearchedCaseExpression createSearchedCaseExpression(List=
whenExpressions, List thenExpressions, IExpression elseExpres=
sion, Class type);
+ ISearchedCaseExpression createSearchedCaseExpression(List extends IC=
riteria> whenExpressions, List extends IExpression> thenExpressions, IExp=
ression elseExpression, Class type);
=
/**
* Create new SELECT clause
@@ -271,7 +283,7 @@
* @param selectSymbols List of ISelectSymbol
* @return New ISelect
*/
- ISelect createSelect(boolean isDistinct, List selectSym=
bols);
+ ISelect createSelect(boolean isDistinct, List extends ISelectSymbol>=
selectSymbols);
=
/**
* Create new select symbol
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/IMetadataReference.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IMe=
tadataReference.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IMe=
tadataReference.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,23 +22,14 @@
=
package com.metamatrix.connector.language;
=
-import com.metamatrix.connector.metadata.runtime.MetadataID;
+import com.metamatrix.connector.metadata.runtime.MetadataObject;
=
/**
* This interface is used to mark language objects as having a =
* reference to a MetadataID. =
*/
-public interface IMetadataReference {
+public interface IMetadataReference {
=
- /**
- * Return the MetadataID that is being referred to.
- * @return MetadataID
- */
- MetadataID getMetadataID();
+ T getMetadataObject();
=
- /**
- * Set the MetadataID that is being referred to.
- * @param metadataID MetadataID
- */
- void setMetadataID(MetadataID metadataID); =
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/IOrderBy.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IOr=
derBy.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IOr=
derBy.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -40,10 +40,4 @@
*/
List getItems();
=
- /**
- * Set list of {@link IOrderByItem}s specifying the ordering of the re=
sults.
- * @param items List of IOrderByItem
- */
- void setItems(List items);
- =
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/IParameter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPa=
rameter.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPa=
rameter.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,10 +22,12 @@
=
package com.metamatrix.connector.language;
=
+import com.metamatrix.connector.metadata.runtime.Parameter;
+
/**
* Represents an execution parameter.
*/
-public interface IParameter extends ILanguageObject, IMetadataReference {
+public interface IParameter extends ILanguageObject, IMetadataReference {
=
public enum Direction {
IN,
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/IProcedure.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPr=
ocedure.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPr=
ocedure.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -24,10 +24,12 @@
=
import java.util.List;
=
+import com.metamatrix.connector.metadata.runtime.Procedure;
+
/**
* Represents a procedural execution (such as a stored procedure). =
*/
-public interface IProcedure extends ICommand, IMetadataReference {
+public interface IProcedure extends ICommand, IMetadataReference {
=
/**
* Gets the name of the procedure.
@@ -48,11 +50,4 @@
*/
void setProcedureName(String name);
=
- /**
- * Sets list of the IParameter objects associated with this execution.=
=
- * The parameters describe inputs and outputs.
- * @param parameters List of IParameter
- */
- void setParameters(List parameters);
- =
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/langua=
ge/ISelect.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISe=
lect.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISe=
lect.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -42,12 +42,6 @@
boolean isDistinct();
=
/**
- * Set List of ISelectSymbol.
- * @param symbols List of ISelectSymbol
- */
- void setSelectSymbols(List symbols);
- =
- /**
* Set whether the DISTINCT flag is used in this SELECT.
* @param distinct True if SELECT DISTINCT, false if SELECT ALL
*/
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metada=
ta/runtime/Element.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/Element.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/Element.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -98,5 +98,12 @@
* @return
* @throws ConnectorException
*/
- String getFormat() throws ConnectorException; =
+ String getFormat() throws ConnectorException; =
+ =
+ /**
+ * Get the parent
+ * @return Parent
+ */
+ Group getParent() throws ConnectorException;
+
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metada=
ta/runtime/Group.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/Group.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/Group.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,8 +22,15 @@
=
package com.metamatrix.connector.metadata.runtime;
=
+import java.util.List;
+
+import com.metamatrix.connector.api.ConnectorException;
+
/**
* Represents a group, such as a table, in the runtime metadata.
*/
public interface Group extends MetadataObject {
+ =
+ List getChildren() throws ConnectorException;
+ =
}
Deleted: trunk/connector-api/src/main/java/com/metamatrix/connector/metadat=
a/runtime/MetadataID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/MetadataID.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/MetadataID.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -1,81 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.metadata.runtime;
-
-import java.util.List;
-
-import com.metamatrix.connector.api.ConnectorException;
-
-/**
- * Represents a runtime metadata identifier.
- */
-public interface MetadataID {
-
- public enum Type {
- TYPE_ELEMENT,
- TYPE_GROUP,
- TYPE_PARAMETER,
- TYPE_PROCEDURE
- }
- /**
- * Get the type of metadataID
- * @return ID type
- * @see #TYPE_ELEMENT
- * @see #TYPE_GROUP
- * @see #TYPE_PROCEDURE
- * @see #TYPE_PARAMETER
- */
- Type getType();
-
- /**
- * Get a list of child IDs from this ID. A group metadata ID will
- * return child element IDs. An element ID will return no child IDs.
- * A procedure ID will return the IDs of it's parameters.
- * @return List of MetadataID, which may be empty but never null
- */
- List getChildIDs() throws ConnectorException;
-
- /**
- * Get the parent ID if one exists
- * @return Parent ID or null if none exists
- */
- MetadataID getParentID() throws ConnectorException;
- =
- /**
- * Get the short name from the metadataID
- * @return String shortName
- */
- String getName();
- =
- /**
- * Get the full name from the metadataID
- * @return String fullName
- */
- String getFullName();
- =
- /**
- * Get the {@link MetadataObject} for this id
- * @return
- */
- MetadataObject getMetadataObject() throws ConnectorException;
-}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metada=
ta/runtime/MetadataObject.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/MetadataObject.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/MetadataObject.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -32,12 +32,6 @@
public interface MetadataObject {
=
/**
- * Get the identifier for this object.
- * @return Unique identifier for the object
- */
- MetadataID getMetadataID();
-
- /**
* Get name in source for this object, as provided in the model
* @return Name in source
* @throws ConnectorException If an error occurs retrieving the data
@@ -53,4 +47,16 @@
* from runtime metadata
*/
Properties getProperties() throws ConnectorException;
+ =
+ /**
+ * Get the short name from the metadataID
+ * @return String shortName
+ */
+ String getName();
+ =
+ /**
+ * Get the full name from the metadataID
+ * @return String fullName
+ */
+ String getFullName();
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metada=
ta/runtime/Parameter.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/Parameter.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/Parameter.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,6 +22,8 @@
=
package com.metamatrix.connector.metadata.runtime;
=
+import java.util.List;
+
import com.metamatrix.connector.api.ConnectorException;
=
/**
@@ -53,5 +55,12 @@
*/
int getDirection() throws ConnectorException;
=
+ /**
+ * Get the parent
+ * @return Parent
+ */
+ Procedure getParent() throws ConnectorException;
=
+ List getChildren() throws ConnectorException;
+ =
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metada=
ta/runtime/Procedure.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/Procedure.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/Procedure.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,9 +22,12 @@
=
package com.metamatrix.connector.metadata.runtime;
=
+import java.util.List;
+
/**
* Represents a procedure construct (such as a Stored Procedure).
*/
public interface Procedure extends MetadataObject{
=
+ List getChildren();
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metada=
ta/runtime/RuntimeMetadata.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/RuntimeMetadata.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/run=
time/RuntimeMetadata.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -31,10 +31,24 @@
=
/**
* Look up an object by identifier
- * @param id The identifier
+ * @param fullName
* @return The object
*/
- MetadataObject getObject(MetadataID id) throws ConnectorException;
+ Group getGroup(String fullName) throws ConnectorException;
+
+ /**
+ * Look up an object by identifier
+ * @param fullName
+ * @return The object
+ */
+ Element getElement(String fullName) throws ConnectorException;
+
+ /**
+ * Look up an object by identifier
+ * @param fullName
+ * @return The object
+ */
+ Procedure getProcedure(String fullName) throws ConnectorException;
=
/**
* Gets the contents of a VDB resource in binary form.
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/visito=
r/util/SQLStringVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util=
/SQLStringVisitor.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util=
/SQLStringVisitor.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -70,7 +70,6 @@
import com.metamatrix.connector.language.ISubqueryInCriteria;
import com.metamatrix.connector.language.IUpdate;
import com.metamatrix.connector.language.IParameter.Direction;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.MetadataObject;
import com.metamatrix.connector.visitor.framework.AbstractLanguageVisitor;
import com.metamatrix.core.util.StringUtil;
@@ -93,19 +92,15 @@
* @param id the id of the group or element
* @return the name of that element or group as defined in the source
*/
- protected String getName(MetadataID id) {
+ protected String getName(MetadataObject object) {
try {
- MetadataObject obj =3D id.getMetadataObject();
- if (obj =3D=3D null) {
- return id.getName();
- }
- String nameInSource =3D obj.getNameInSource();
+ String nameInSource =3D object.getNameInSource();
if(nameInSource !=3D null && nameInSource.length() > 0) {
return nameInSource;
}
- return id.getName();
+ return object.getName();
} catch(ConnectorException e) {
- return id.getName();
+ return object.getName();
}
}
=
@@ -291,7 +286,7 @@
if(group.getDefinition() !=3D null) { =
groupName =3D group.getContext();
} else { =
- MetadataID groupID =3D group.getMetadataID();
+ MetadataObject groupID =3D group.getMetadataObject();
if(groupID !=3D null) { =
groupName =3D getName(groupID);
} else {
@@ -301,7 +296,7 @@
}
=
String elemShortName =3D null; =
- MetadataID elementID =3D obj.getMetadataID();
+ MetadataObject elementID =3D obj.getMetadataObject();
if(elementID !=3D null) {
elemShortName =3D getName(elementID); =
} else {
@@ -345,8 +340,8 @@
buffer.append(EXEC)
.append(SPACE);
=
- if(obj.getMetadataID() !=3D null) {
- buffer.append(getName(obj.getMetadataID())); =
=
+ if(obj.getMetadataObject() !=3D null) {
+ buffer.append(getName(obj.getMetadataObject())); =
=
} else {
buffer.append(obj.getProcedureName());
}
@@ -399,15 +394,15 @@
public void visit(IFunction obj) {
=
String name =3D obj.getName();
- IExpression[] args =3D obj.getParameters();
+ List args =3D obj.getParameters();
if(name.equalsIgnoreCase(CONVERT) || name.equalsIgnoreCase(CAST)) =
{ =
=
- Object typeValue =3D ((ILiteral)args[1]).getValue();
+ Object typeValue =3D ((ILiteral)args.get(1)).getValue();
=
buffer.append(name);
buffer.append(LPAREN); =
=
- append(args[0]);
+ append(args.get(0));
=
if(name.equalsIgnoreCase(CONVERT)) { =
buffer.append(COMMA); =
@@ -423,9 +418,9 @@
buffer.append(LPAREN); =
=
if(args !=3D null) {
- for(int i=3D0; i 0) {
- buffer.append(((ILiteral)args[0]).getValue());
+ if(args !=3D null && args.size() > 0) {
+ buffer.append(((ILiteral)args.get(0)).getValue());
=
- for(int i=3D1; i columnMetadata =3D resultSetParameter.getMetadataObj=
ect().getChildren();
int size =3D columnMetadata.size();
columnNames =3D new String[size];
columnNamesInSource =3D new String[size];
columnTypes =3D new Class[size];
for(int i =3D0; i expressions =3D function.getParameters();
+ element =3D (IElement)expressions.get(0);
} else if(expression instanceof IElement) {
element =3D (IElement)expression;
}
IMetadataReference reference =3D element;
- MetadataID id =3D reference.getMetadataID();
- MetadataObject obj =3D metadata.getObject(id);
+ MetadataObject obj =3D reference.getMetadataObject();
if (obj !=3D null && obj.getNameInSource() !=3D null) {
Element elementMetadata =3D (Element) obj;
columnTypes.add( elementMetadata.getJavaType() );
columnNamesInSource.add(obj.getNameInSource());
- columnNames.add(obj.getMetadataID().getFullName());
+ columnNames.add(obj.getFullName());
if(functionName =3D=3D null) {
caseTypes.add(NO_CASE);
} else if(functionName.equalsIgnoreCase("UPPER") || functionNa=
me.equalsIgnoreCase("UCASE")) { //$NON-NLS-1$ //$NON-NLS-2$
@@ -194,8 +192,7 @@
=
private String getMetadataObjectName(Object element) throws ConnectorE=
xception {
IMetadataReference reference =3D (IMetadataReference) element;
- MetadataID id =3D reference.getMetadataID();
- MetadataObject obj =3D metadata.getObject(id);
+ MetadataObject obj =3D reference.getMetadataObject();
if (obj !=3D null && obj.getNameInSource() !=3D null) {
return obj.getNameInSource();
}
@@ -228,8 +225,8 @@
String functionName =3D null;
if(expression instanceof IFunction) {
IFunction function =3D (IFunction) expression;
- IExpression[] expressions =3D function.getParameters();
- literal =3D (ILiteral)expressions[0];
+ List expressions =3D function.getParameters();
+ literal =3D (ILiteral)expressions.get(0);
functionName =3D function.getName();
} else if(expression instanceof ILiteral) {
literal =3D (ILiteral) expression;
@@ -249,8 +246,8 @@
IElement element =3D null;
if(expression instanceof IFunction) {
IFunction function =3D (IFunction) expression;
- IExpression[] expressions =3D function.getParameters();
- element =3D (IElement)expressions[0];
+ List expressions =3D function.getParameters();
+ element =3D (IElement)expressions.get(0);
} else if(expression instanceof IElement) {
element =3D (IElement)expression;
} =
Deleted: trunk/connector-metadata/src/test/java/com/metamatrix/connector/me=
tadata/internal/FakeRuntimeMetadata.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadat=
a/internal/FakeRuntimeMetadata.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadat=
a/internal/FakeRuntimeMetadata.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -1,59 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.metadata.internal;
-
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
-import com.metamatrix.connector.metadata.runtime.MetadataObject;
-import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-
-/**
- */
-public class FakeRuntimeMetadata implements RuntimeMetadata {
-
- /**
- * =
- */
- public FakeRuntimeMetadata() {
- super();
- }
-
- /* =
- * @see com.metamatrix.data.metadata.runtime.RuntimeMetadata#getObject=
(com.metamatrix.data.metadata.runtime.MetadataID)
- */
- public MetadataObject getObject(MetadataID id) {
- return null;
- }
-
- public byte[] getBinaryVDBResource(String resourcePath) throws Connect=
orException {
- return null;
- }
-
- public String getCharacterVDBResource(String resourcePath) throws Conn=
ectorException {
- return null;
- }
-
- public String[] getVDBResourcePaths() throws ConnectorException {
- return null;
- }
-}
Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/m=
etadata/internal/TestObjectQueryProcessor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadat=
a/internal/TestObjectQueryProcessor.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadat=
a/internal/TestObjectQueryProcessor.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -36,7 +36,6 @@
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
import com.metamatrix.core.util.StringUtil;
import com.metamatrix.core.util.UnitTestUtil;
-import com.metamatrix.dqp.internal.datamgr.metadata.MetadataFactory;
import com.metamatrix.dqp.internal.datamgr.metadata.RuntimeMetadataImpl;
import com.metamatrix.metadata.runtime.FakeMetadataService;
import com.metamatrix.metadata.runtime.FakeQueryMetadata;
@@ -73,7 +72,7 @@
}
=
public static RuntimeMetadata getRuntimeMetadata() {
- return new RuntimeMetadataImpl(new MetadataFactory(FakeQueryMetada=
ta.getQueryMetadata()));
+ return new RuntimeMetadataImpl(FakeQueryMetadata.getQueryMetadata(=
));
}
=
private void checkResults(String expected, String actual) {
Modified: trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/Translat=
ionUtility.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/TranslationUti=
lity.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/TranslationUti=
lity.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -28,7 +28,6 @@
import com.metamatrix.cdk.CommandBuilder;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.dqp.internal.datamgr.metadata.MetadataFactory;
import com.metamatrix.dqp.internal.datamgr.metadata.RuntimeMetadataImpl;
import com.metamatrix.metadata.runtime.VDBMetadataFactory;
import com.metamatrix.query.metadata.QueryMetadataInterface;
@@ -89,6 +88,6 @@
* @return RuntimeMetadata for testing
*/
public RuntimeMetadata createRuntimeMetadata() {
- return new RuntimeMetadataImpl(new MetadataFactory(metadata));
+ return new RuntimeMetadataImpl(metadata);
}
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCBaseExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCBaseExecution.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCBaseExecution.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -34,10 +34,10 @@
=
import com.metamatrix.common.util.PropertiesUtils;
import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.ConnectorIdentity;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.basic.BasicExecution;
-import com.metamatrix.connector.identity.ConnectorIdentity;
import com.metamatrix.connector.jdbc.translator.TranslatedCommand;
import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.connector.language.ICommand;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCConnector.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCConnector.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -37,19 +37,16 @@
import javax.sql.XADataSource;
=
import com.metamatrix.common.util.PropertiesUtils;
-import com.metamatrix.connector.DataPlugin;
import com.metamatrix.connector.api.Connection;
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
-import com.metamatrix.connector.api.CredentialMap;
import com.metamatrix.connector.api.ExecutionContext;
+import com.metamatrix.connector.api.SingleIdentity;
+import com.metamatrix.connector.api.MappedUserIdentity;
import com.metamatrix.connector.api.ConnectorAnnotations.ConnectionPooling;
-import com.metamatrix.connector.identity.ConnectorIdentity;
-import com.metamatrix.connector.identity.ConnectorIdentityFactory;
-import com.metamatrix.connector.identity.SingleIdentity;
-import com.metamatrix.connector.identity.UserIdentity;
+import com.metamatrix.connector.basic.BasicConnector;
import com.metamatrix.connector.internal.ConnectorPropertyNames;
import com.metamatrix.connector.jdbc.translator.Translator;
import com.metamatrix.connector.jdbc.xa.JDBCSourceXAConnection;
@@ -64,7 +61,7 @@
* JDBC implementation of Connector interface.
*/
@ConnectionPooling
-public class JDBCConnector implements XAConnector, ConnectorIdentityFactor=
y {
+public class JDBCConnector extends BasicConnector implements XAConnector {
=
public static final String INVALID_AUTHORIZATION_SPECIFICATION_NO_SUBC=
LASS =3D "28000"; //$NON-NLS-1$
=
@@ -95,48 +92,7 @@
private DataSource ds;
private XADataSource xaDs;
private int transIsoLevel =3D NO_ISOLATION_LEVEL_SET;
- =
- private boolean useCredentialMap;
- private boolean adminConnectionsAllowed =3D true;
- private String connectorName;
- =
- @Override
- public ConnectorIdentity createIdentity(ExecutionContext context)
- throws ConnectorException {
- if (context =3D=3D null) {
- if (adminConnectionsAllowed) {
- return new SingleIdentity();
- }
- throw new ConnectorException(DataPlugin.Util.getString("UserIdentityFac=
tory.single_identity_not_supported")); //$NON-NLS-1$
- }
- Object payload =3D context.getTrustedPayload();
- if (!(payload instanceof CredentialMap)) {
- if (useCredentialMap) {
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCUserIdenti=
tyConnectionFactory.Unable_to_get_credentials")); //$NON-NLS-1$
- }
- return new SingleIdentity();
- }
- CredentialMap credMap =3D (CredentialMap)payload;
- String user =3D credMap.getUser(connectorName);
- String password =3D credMap.getPassword(connectorName);
- if (user =3D=3D null || password =3D=3D null) {
- throw new ConnectorException("Payload missing credentials for " + conne=
ctorName); //$NON-NLS-1$
- }
- return new UserIdentity(context.getUser(), user, password);
- }
- =
- public void setConnectorName(String connectorName) {
- this.connectorName =3D connectorName;
- }
- =
- public void setUseCredentialMap(boolean useCredentialMap) {
- this.useCredentialMap =3D useCredentialMap;
- }
- =
- public void setAdminConnectionsAllowed(boolean adminConnectionsAllowed) {
- this.adminConnectionsAllowed =3D adminConnectionsAllowed;
- }
- =
+ =
@Override
public void start(ConnectorEnvironment environment)
throws ConnectorException {
@@ -172,7 +128,7 @@
}
sqlTranslator.initialize(environment);
=
- if (this.adminConnectionsAllowed) {
+ if (areAdminConnectionsAllowed()) {
testConnection();
}
=
@@ -235,8 +191,8 @@
try { =
if (context =3D=3D null || context.getConnectorIdentity() instanceof Si=
ngleIdentity) {
conn =3D dataSource.getConnection();
- } else if (context.getConnectorIdentity() instanceof UserIdentity) {
- UserIdentity id =3D (UserIdentity)context.getConnectorIdentity();
+ } else if (context.getConnectorIdentity() instanceof MappedUserIdentity=
) {
+ MappedUserIdentity id =3D (MappedUserIdentity)context.getConnectorIden=
tity();
conn =3D dataSource.getConnection(id.getMappedUser(), id.getPassword()=
);
}
setDefaultTransactionIsolationLevel(conn);
@@ -258,8 +214,8 @@
try {
if (context =3D=3D null || context.getConnectorIdentity() instanceof Si=
ngleIdentity) {
conn =3D xaDataSource.getXAConnection();
- } else if (context.getConnectorIdentity() instanceof UserIdentity) {
- UserIdentity id =3D (UserIdentity)context.getConnectorIdentity();
+ } else if (context.getConnectorIdentity() instanceof MappedUserIdentity=
) {
+ MappedUserIdentity id =3D (MappedUserIdentity)context.getConnectorIden=
tity();
conn =3D xaDataSource.getXAConnection(id.getMappedUser(), id.getPasswo=
rd());
}
java.sql.Connection c =3D conn.getConnection();
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/JDBCProcedureExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCProcedureExecution.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCProcedureExecution.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -46,7 +46,6 @@
import com.metamatrix.connector.language.IProcedure;
import com.metamatrix.connector.language.IParameter.Direction;
import com.metamatrix.connector.metadata.runtime.Element;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
=
/**
@@ -124,15 +123,12 @@
}
=
if(resultSet !=3D null){
- List columnMetadata =3D null;
- columnMetadata =3D resultSet.getMetadataID().getChildIDs();
+ List columnMetadata =3D resultSet.getMetadataObje=
ct().getChildren();
=
int size =3D columnMetadata.size();
Class[] coulmnDTs =3D new Class[size];
for(int i =3D0; i args =3D function.getParameters();
+ Class sourceType =3D args.get(0).getType();
+ String targetTypeString =3D getTargetType(args.get(1));
Class targetType =3D TypeFacility.getDataTypeClass(targetTypeStrin=
g);
IExpression returnExpr =3D null;
=
@@ -55,40 +56,40 @@
=
// targetType is always lower-case due to getTargetType implem=
entation
if(targetType.equals(TypeFacility.RUNTIME_TYPES.STRING)) { =
- returnExpr =3D convertToString(args[0], sourceType);
+ returnExpr =3D convertToString(args.get(0), sourceType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.TIMESTA=
MP)) { =
- returnExpr =3D convertToTimestamp(args[0], sourceType);
+ returnExpr =3D convertToTimestamp(args.get(0), sourceType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.DATE)) =
{ =
- returnExpr =3D convertToDate(args[0], sourceType);
+ returnExpr =3D convertToDate(args.get(0), sourceType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.TIME)) =
{ =
- returnExpr =3D convertToTime(args[0], sourceType);
+ returnExpr =3D convertToTime(args.get(0), sourceType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.BOOLEAN=
) || =
targetType.equals(TypeFacility.RUNTIME_TYPES.B=
YTE) || =
targetType.equals(TypeFacility.RUNTIME_TYPES.S=
HORT)) { =
- returnExpr =3D convertToSmallInt(args[0], sourceType, targ=
etType);
+ returnExpr =3D convertToSmallInt(args.get(0), sourceType, =
targetType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.INTEGER=
)) { =
- returnExpr =3D convertToInteger(args[0], sourceType);
+ returnExpr =3D convertToInteger(args.get(0), sourceType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.LONG) |=
| =
targetType.equals(TypeFacility.RUNTIME_TYPES.B=
IG_INTEGER)) { =
- returnExpr =3D convertToBigInt(args[0], sourceType);
+ returnExpr =3D convertToBigInt(args.get(0), sourceType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.FLOAT))=
{ =
- returnExpr =3D convertToReal(args[0], sourceType);
+ returnExpr =3D convertToReal(args.get(0), sourceType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.DOUBLE)=
) { =
- returnExpr =3D convertToDouble(args[0], sourceType);
+ returnExpr =3D convertToDouble(args.get(0), sourceType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.BIG_DEC=
IMAL)) { =
- returnExpr =3D convertToBigDecimal(args[0], sourceType);
+ returnExpr =3D convertToBigDecimal(args.get(0), sourceType=
);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.CHAR)) =
{ =
- returnExpr =3D convertToChar(args[0], sourceType);
+ returnExpr =3D convertToChar(args.get(0), sourceType);
} =
=
if(returnExpr !=3D null) {
@@ -155,7 +156,7 @@
Class sourceType) {
if(sourceType.equals(TypeFacility.RUNTIME_TYPES.STRING)) {
ILiteral literalOne =3D this.langFactory.createLiteral(new Int=
eger(1), TypeFacility.RUNTIME_TYPES.INTEGER);
- return this.langFactory.createFunction("char", new IExpression=
[] { expression, literalOne }, TypeFacility.RUNTIME_TYPES.CHAR); //$NON-NLS=
-1$
+ return this.langFactory.createFunction("char", Arrays.asList(e=
xpression, literalOne), TypeFacility.RUNTIME_TYPES.CHAR); //$NON-NLS-1$
} =
=
return null;
@@ -302,13 +303,13 @@
// BEFORE: convert(EXPR, timestamp)
// AFTER: timestamp(EXPR, '00:00:00')
ILiteral timeString =3D this.langFactory.createLiteral("00:00:=
00", TypeFacility.RUNTIME_TYPES.STRING); //$NON-NLS-1$
- return this.langFactory.createFunction("timestamp", new IExpre=
ssion[] {expression, timeString}, TypeFacility.RUNTIME_TYPES.TIMESTAMP); =
//$NON-NLS-1$
+ return this.langFactory.createFunction("timestamp", Arrays.asL=
ist(expression, timeString), TypeFacility.RUNTIME_TYPES.TIMESTAMP); =
//$NON-NLS-1$
=
} else if(sourceType.equals(TypeFacility.RUNTIME_TYPES.TIME)) {
// BEFORE: convert(EXPR, timestamp)
// AFTER: timestamp('1970-01-01', EXPR)
ILiteral dateString =3D this.langFactory.createLiteral("1970-0=
1-01", TypeFacility.RUNTIME_TYPES.STRING); //$NON-NLS-1$
- return this.langFactory.createFunction("timestamp", new IExpre=
ssion[] {dateString, expression}, TypeFacility.RUNTIME_TYPES.TIMESTAMP); =
//$NON-NLS-1$
+ return this.langFactory.createFunction("timestamp", Arrays.asL=
ist(dateString, expression), TypeFacility.RUNTIME_TYPES.TIMESTAMP); =
//$NON-NLS-1$
}
=
return null;
@@ -325,7 +326,7 @@
String functionName,
Class outputType) {
return langFactory.createFunction(functionName, =
- new IExpression[] { expression },
+ Arrays.asList(expression),
outputType);
}
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/db2/DB2SQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/db2/DB2SQLTranslator.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/db2/DB2SQLTranslator.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -24,8 +24,6 @@
*/
package com.metamatrix.connector.jdbc.db2;
=
-import java.util.Arrays;
-
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
@@ -70,7 +68,7 @@
return;
}
ILiteral one =3D getLanguageFactory().createLiteral(1, TypeFacility.RU=
NTIME_TYPES.INTEGER);
- obj.setCriteria(Arrays.asList(getLanguageFactory().createCompareCriter=
ia(Operator.EQ, one, one)));
+ obj.getCriteria().add(getLanguageFactory().createCompareCriteria(Opera=
tor.EQ, one, one));
obj.setJoinType(JoinType.INNER_JOIN);
}
};
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/derby/DerbyConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/derby/DerbyConvertModifier.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/derby/DerbyConvertModifier.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -23,6 +23,7 @@
package com.metamatrix.connector.jdbc.derby;
=
import java.util.ArrayList;
+import java.util.Arrays;
import java.util.List;
=
import com.metamatrix.connector.api.TypeFacility;
@@ -54,9 +55,9 @@
=
List parts =3D new ArrayList();
parts.add("cast("); //$NON-NLS-1$
- parts.add(function.getParameters()[0]);
+ parts.add(function.getParameters().get(0));
parts.add(" as "); //$NON-NLS-1$
- ILiteral type =3D (ILiteral) function.getParameters()[1]; =
+ ILiteral type =3D (ILiteral) function.getParameters().get(1); =
=
parts.add(type.getValue());
parts.add(")"); //$NON-NLS-1$
=
@@ -64,9 +65,9 @@
}
=
public IExpression modify(IFunction function) {
- IExpression[] args =3D function.getParameters();
- Class sourceType =3D args[0].getType();
- String targetTypeString =3D getTargetType(args[1]);
+ List args =3D function.getParameters();
+ Class sourceType =3D args.get(0).getType();
+ String targetTypeString =3D getTargetType(args.get(1));
Class targetType =3D TypeFacility.getDataTypeClass(targetTypeStrin=
g);
IExpression returnExpr =3D null;
=
@@ -74,40 +75,40 @@
=
// targetType is always lower-case due to getTargetType implem=
entation
if(targetType.equals(TypeFacility.RUNTIME_TYPES.STRING)) { =
- returnExpr =3D convertToString(args[0], sourceType);
+ returnExpr =3D convertToString(args.get(0), sourceType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.TIMESTA=
MP)) { =
- returnExpr =3D convertToTimestamp(args[0], sourceType);
+ returnExpr =3D convertToTimestamp(args.get(0), sourceType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.DATE)) =
{ =
- returnExpr =3D convertToDate(args[0], sourceType);
+ returnExpr =3D convertToDate(args.get(0), sourceType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.TIME)) =
{ =
- returnExpr =3D convertToTime(args[0], sourceType);
+ returnExpr =3D convertToTime(args.get(0), sourceType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.BOOLEAN=
) || =
targetType.equals(TypeFacility.RUNTIME_TYPES.B=
YTE) || =
targetType.equals(TypeFacility.RUNTIME_TYPES.S=
HORT)) { =
- returnExpr =3D convertToSmallInt(args[0], sourceType, targ=
etType);
+ returnExpr =3D convertToSmallInt(args.get(0), sourceType, =
targetType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.INTEGER=
)) { =
- returnExpr =3D convertToInteger(args[0], sourceType);
+ returnExpr =3D convertToInteger(args.get(0), sourceType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.LONG) |=
| =
targetType.equals(TypeFacility.RUNTIME_TYPES.B=
IG_INTEGER)) { =
- returnExpr =3D convertToBigInt(args[0], sourceType);
+ returnExpr =3D convertToBigInt(args.get(0), sourceType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.FLOAT))=
{ =
- returnExpr =3D convertToFloat(args[0], sourceType);
+ returnExpr =3D convertToFloat(args.get(0), sourceType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.DOUBLE)=
) { =
- returnExpr =3D convertToDouble(args[0], sourceType);
+ returnExpr =3D convertToDouble(args.get(0), sourceType);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.BIG_DEC=
IMAL)) { =
- returnExpr =3D convertToBigDecimal(args[0], sourceType);
+ returnExpr =3D convertToBigDecimal(args.get(0), sourceType=
);
=
} else if(targetType.equals(TypeFacility.RUNTIME_TYPES.CHAR)) =
{ =
- returnExpr =3D convertToChar(args[0], sourceType);
+ returnExpr =3D convertToChar(args.get(0), sourceType);
} =
=
if(returnExpr !=3D null) {
@@ -174,7 +175,7 @@
Class sourceType) {
if(sourceType.equals(TypeFacility.RUNTIME_TYPES.STRING)) {
ILiteral literalOne =3D this.langFactory.createLiteral(new Int=
eger(1), TypeFacility.RUNTIME_TYPES.INTEGER);
- return this.langFactory.createFunction("char", new IExpression=
[] { expression, literalOne }, TypeFacility.RUNTIME_TYPES.CHAR); //$NON-NLS=
-1$
+ return this.langFactory.createFunction("char", Arrays.asList( =
expression, literalOne ), TypeFacility.RUNTIME_TYPES.CHAR); //$NON-NLS-1$
} =
=
return null;
@@ -251,11 +252,11 @@
// BEFORE: convert(string_expr, float)
// AFTER: cast(cast(string_expr as decimal) as float)
IFunction inner =3D langFactory.createFunction("convert", //$=
NON-NLS-1$
- new IExpression[] { expression, langFactory.createLiteral(=
"decimal", TypeFacility.RUNTIME_TYPES.STRING) }, //$NON-NLS-1$
+ Arrays.asList( expression, langFactory.createLiteral("deci=
mal", TypeFacility.RUNTIME_TYPES.STRING) ), //$NON-NLS-1$
TypeFacility.RUNTIME_TYPES.BIG_DECIMAL);
=
IFunction outer =3D langFactory.createFunction("convert", //$=
NON-NLS-1$
- new IExpression[] { inner, langFactory.createLiteral("floa=
t", TypeFacility.RUNTIME_TYPES.STRING) }, //$NON-NLS-1$
+ Arrays.asList( inner, langFactory.createLiteral("float", T=
ypeFacility.RUNTIME_TYPES.STRING) ), //$NON-NLS-1$
TypeFacility.RUNTIME_TYPES.FLOAT);
=
return outer; =
@@ -266,7 +267,7 @@
// BEFORE: convert(num_expr, float)
// AFTER: cast(num_expr as float)
return langFactory.createFunction("convert", //$NON-NLS-1$
- new IExpression[] { expression, langFactory.createLiteral(=
"float", TypeFacility.RUNTIME_TYPES.STRING) }, //$NON-NLS-1$
+ Arrays.asList( expression, langFactory.createLiteral("floa=
t", TypeFacility.RUNTIME_TYPES.STRING) ), //$NON-NLS-1$
TypeFacility.RUNTIME_TYPES.FLOAT);
}
=
@@ -280,11 +281,11 @@
// BEFORE: convert(string_expr, double)
// AFTER: cast(cast(string_expr as decimal) as double)
IFunction inner =3D langFactory.createFunction("convert", //$=
NON-NLS-1$
- new IExpression[] { expression, langFactory.createLiteral(=
"decimal", TypeFacility.RUNTIME_TYPES.STRING) }, //$NON-NLS-1$
+ Arrays.asList( expression, langFactory.createLiteral("deci=
mal", TypeFacility.RUNTIME_TYPES.STRING) ), //$NON-NLS-1$
TypeFacility.RUNTIME_TYPES.BIG_DECIMAL);
=
return langFactory.createFunction("convert", //$NON-NLS-1$
- new IExpression[] { inner, langFactory.createLiteral("doub=
le", TypeFacility.RUNTIME_TYPES.STRING) }, //$NON-NLS-1$
+ Arrays.asList( inner, langFactory.createLiteral("double", =
TypeFacility.RUNTIME_TYPES.STRING) ), //$NON-NLS-1$
TypeFacility.RUNTIME_TYPES.DOUBLE);
}
=
@@ -298,7 +299,7 @@
// BEFORE: convert(string_expr, bigdecimal)
// AFTER: cast(string_expr as decimal)
return langFactory.createFunction("convert", //$NON-NLS-1$
- new IExpression[] { expression, langFactory.createLiteral(=
"decimal", TypeFacility.RUNTIME_TYPES.STRING) }, //$NON-NLS-1$
+ Arrays.asList( expression, langFactory.createLiteral("deci=
mal", TypeFacility.RUNTIME_TYPES.STRING) ), //$NON-NLS-1$
TypeFacility.RUNTIME_TYPES.BIG_DECIMAL);
}
=
@@ -340,13 +341,13 @@
// BEFORE: convert(EXPR, timestamp)
// AFTER: timestamp(EXPR, '00:00:00')
ILiteral timeString =3D this.langFactory.createLiteral("00:00:=
00", TypeFacility.RUNTIME_TYPES.STRING); //$NON-NLS-1$
- return this.langFactory.createFunction("timestamp", new IExpre=
ssion[] {expression, timeString}, TypeFacility.RUNTIME_TYPES.TIMESTAMP); =
//$NON-NLS-1$
+ return this.langFactory.createFunction("timestamp", Arrays.asL=
ist(expression, timeString), TypeFacility.RUNTIME_TYPES.TIMESTAMP); =
//$NON-NLS-1$
=
} else if(sourceType.equals(TypeFacility.RUNTIME_TYPES.TIME)) {
// BEFORE: convert(EXPR, timestamp)
// AFTER: timestamp(EXPR, '1970-01-01', EXPR)
ILiteral dateString =3D this.langFactory.createLiteral("1970-0=
1-01", TypeFacility.RUNTIME_TYPES.STRING); //$NON-NLS-1$
- return this.langFactory.createFunction("timestamp", new IExpre=
ssion[] {dateString, expression}, TypeFacility.RUNTIME_TYPES.TIMESTAMP); =
//$NON-NLS-1$
+ return this.langFactory.createFunction("timestamp", Arrays.asL=
ist(dateString, expression), TypeFacility.RUNTIME_TYPES.TIMESTAMP); =
//$NON-NLS-1$
}
=
return null;
@@ -363,7 +364,7 @@
String functionName,
Class outputType) {
return langFactory.createFunction(functionName, =
- new IExpression[] { expression },
+ Arrays.asList( expression ),
outputType);
}
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/mysql/MySQLConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/mysql/MySQLConvertModifier.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/mysql/MySQLConvertModifier.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -27,6 +27,8 @@
=
import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
import com.metamatrix.connector.jdbc.translator.DropFunctionModifier;
+import com.metamatrix.connector.language.ICompareCriteria;
+import com.metamatrix.connector.language.ICriteria;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
@@ -52,17 +54,17 @@
}
=
public IExpression modify(IFunction function) {
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
=
- if (args[0] !=3D null && args[0] instanceof ILiteral && ((ILiteral=
)args[0]).getValue() =3D=3D null ) {
- if (args[1] !=3D null && args[1] instanceof ILiteral) {
+ if (args.get(0) !=3D null && args.get(0) instanceof ILiteral && ((=
ILiteral)args.get(0)).getValue() =3D=3D null ) {
+ if (args.get(1) !=3D null && args.get(1) instanceof ILiteral) {
// This is a convert(null, ...) or cast(null as ...)
return DROP_MODIFIER.modify(function);
}
} =
=
- if (args[1] !=3D null && args[1] instanceof ILiteral) {
- String target =3D ((String)((ILiteral)args[1]).getValue()).toL=
owerCase();
+ if (args.get(1) !=3D null && args.get(1) instanceof ILiteral) {
+ String target =3D ((String)((ILiteral)args.get(1)).getValue())=
.toLowerCase();
if (target.equals("string")) { //$NON-NLS-1$ =
return convertToString(function);
} else if (target.equals("byte") || //$NON-NLS-1$
@@ -77,11 +79,11 @@
target.equals("bigdecimal")) { //$NON-NLS-1$ =
return convertToNumeric(function); =
} else if (target.equals("date")) { //$NON-NLS-1$ =
- return convertToDateTime("DATE", args[0], java.sql.Date.cl=
ass); //$NON-NLS-1$
+ return convertToDateTime("DATE", args.get(0), java.sql.Dat=
e.class); //$NON-NLS-1$
} else if (target.equals("time")) { //$NON-NLS-1$ =
- return convertToDateTime("TIME", args[0], java.sql.Time.cl=
ass); //$NON-NLS-1$
+ return convertToDateTime("TIME", args.get(0), java.sql.Tim=
e.class); //$NON-NLS-1$
} else if (target.equals("timestamp")) { //$NON-NLS-1$ =
- return convertToDateTime("TIMESTAMP", args[0], java.sql.Ti=
mestamp.class); //$NON-NLS-1$
+ return convertToDateTime("TIMESTAMP", args.get(0), java.sq=
l.Timestamp.class); //$NON-NLS-1$
} else if (target.equals("char")) { //$NON-NLS-1$ =
return convertToNativeType(function, "CHAR (1)"); //$NON-N=
LS-1$
} else if (target.equals("boolean")) { //$NON-NLS-1$ =
@@ -96,8 +98,8 @@
switch(srcCode) {
case BOOLEAN:
// convert(booleanSrc, string) --> CASE WHEN booleanSrc TH=
EN '1' ELSE '0' END
- List when =3D Arrays.asList(langFactory.createCompareCrite=
ria(Operator.EQ, function.getParameters()[0], langFactory.createLiteral(Boo=
lean.TRUE, Boolean.class)));
- List then =3D Arrays.asList(new IExpression[] {langFactory=
.createLiteral("1", String.class)}); //$NON-NLS-1$
+ List when =3D Arrays.asList(langFactory.=
createCompareCriteria(Operator.EQ, function.getParameters().get(0), langFac=
tory.createLiteral(Boolean.TRUE, Boolean.class)));
+ List then =3D Arrays.asList(langFactory.createLi=
teral("1", String.class)); //$NON-NLS-1$
IExpression elseExpr =3D langFactory.createLiteral("0", St=
ring.class); //$NON-NLS-1$
return langFactory.createSearchedCaseExpression(when, then=
, elseExpr, String.class);
case BYTE:
@@ -125,10 +127,9 @@
}
=
private IExpression convertToNativeType(IFunction function, String tar=
getType) {
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
function.setName("convert"); //$NON-NLS-1$
- args[1] =3D langFactory.createLiteral(targetType, String.class);
- function.setParameters(args);
+ args.set(1, langFactory.createLiteral(targetType, String.class));
return function;
}
=
@@ -141,14 +142,14 @@
private IExpression convertToNumeric(IFunction function) {
// convert(x, float/double/bigdecimal) --> (x + 0.0)
return langFactory.createFunction("+", //$NON-NLS-1$
- new IExpression[] {function.getP=
arameters()[0],
- langFactory.c=
reateLiteral(new Double(0.0), Double.class)},
+ Arrays.asList(function.getParame=
ters().get(0),
+ langFactory.c=
reateLiteral(new Double(0.0), Double.class)),
Double.class);
}
=
private IExpression convertToDateTime(String functionName, IExpression=
value, Class targetType) {
return langFactory.createFunction(functionName,
- new IExpression[] {value},
+ Arrays.asList(value),
targetType);
}
=
@@ -158,8 +159,8 @@
case STRING:
// convert(src, boolean) --> CASE src WHEN 'true' THEN 1 E=
LSE 0 END
// convert(booleanSrc, string) --> CASE WHEN booleanSrc TH=
EN '1' ELSE '0' END
- List when =3D Arrays.asList(langFactory.createCompareCrite=
ria(Operator.EQ, function.getParameters()[0], langFactory.createLiteral("tr=
ue", String.class)));
- List then =3D Arrays.asList(new IExpression[] {langFactory=
.createLiteral(Integer.valueOf(1), Integer.class)}); //$NON-NLS-1$
+ List when =3D Arrays.asList(langFactory.=
createCompareCriteria(Operator.EQ, function.getParameters().get(0), langFac=
tory.createLiteral("true", String.class)));
+ List then =3D Arrays.asList(langFactory.createLi=
teral(Integer.valueOf(1), Integer.class)); //$NON-NLS-1$
IExpression elseExpr =3D langFactory.createLiteral(Integer=
.valueOf(0), Integer.class); //$NON-NLS-1$
return langFactory.createSearchedCaseExpression(when, then=
, elseExpr, String.class);
default:
@@ -169,16 +170,15 @@
=
private IFunction convertDateTimeToString(IFunction function, String f=
ormat) {
// convert (date, string) --> date_format(date, format)
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
function.setName("date_format"); //$NON-NLS-1$
- args[1] =3D langFactory.createLiteral(format, String.class); =
- function.setParameters(args);
+ args.set(1, langFactory.createLiteral(format, String.class)); =
return function;
}
=
private int getSrcCode(IFunction function) {
- IExpression[] args =3D function.getParameters();
- Class srcType =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class srcType =3D args.get(0).getType();
return ((Integer) typeMap.get(srcType)).intValue();
} =
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/ConcatFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/ConcatFunctionModifier.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/ConcatFunctionModifier.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -26,6 +26,7 @@
import java.util.Arrays;
import java.util.List;
=
+import com.metamatrix.connector.api.SourceSystemFunctions;
import com.metamatrix.connector.api.TypeFacility;
import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
import com.metamatrix.connector.language.ICriteria;
@@ -58,8 +59,8 @@
*/
public IExpression modify(IFunction function) {
List when =3D new ArrayList();
- IExpression a =3D function.getParameters()[0];
- IExpression b =3D function.getParameters()[1];
+ IExpression a =3D function.getParameters().get(0);
+ IExpression b =3D function.getParameters().get(1);
List crits =3D new ArrayList();
=
ILiteral nullValue =3D langFactory.createLiteral(null, TypeFacilit=
y.RUNTIME_TYPES.STRING);
@@ -95,8 +96,8 @@
}
if (expr instanceof IFunction) {
IFunction function =3D (IFunction)expr;
- if (function.getName().equalsIgnoreCase("NVL") || function.getName()=
.equalsIgnoreCase("IFNULL")) { //$NON-NLS-1$ //$NON-NLS-2$
- return isNotNull(function.getParameters()[1]);
+ if (function.getName().equalsIgnoreCase("NVL") || function.getName()=
.equalsIgnoreCase(SourceSystemFunctions.IFNULL)) { //$NON-NLS-1$
+ return isNotNull(function.getParameters().get(0));
}
}
return false;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/DayWeekQuarterFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/DayWeekQuarterFunctionModifier.java 2009-02-24 14:33:28 UTC (re=
v 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/DayWeekQuarterFunctionModifier.java 2009-02-24 16:16:42 UTC (re=
v 488)
@@ -22,6 +22,9 @@
=
package com.metamatrix.connector.jdbc.oracle;
=
+import java.util.Arrays;
+import java.util.List;
+
import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
import com.metamatrix.connector.jdbc.translator.FunctionModifier;
import com.metamatrix.connector.language.*;
@@ -47,16 +50,16 @@
* @see com.metamatrix.connector.jdbc.extension.FunctionModifier#modif=
y(com.metamatrix.data.language.IFunction)
*/
public IExpression modify(IFunction function) {
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
=
IFunction inner =3D langFactory.createFunction("TO_CHAR", //$NON-=
NLS-1$
- new IExpression[] { =
- args[0], =
- langFactory.createLiteral(format, String.class)}, =
+ Arrays.asList( =
+ args.get(0), =
+ langFactory.createLiteral(format, String.class)), =
String.class);
=
IFunction outer =3D langFactory.createFunction("TO_NUMBER", //$NO=
N-NLS-1$
- new IExpression[] {inner}, =
+ Arrays.asList(inner), =
Integer.class);
=
return outer; =
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/ExtractFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/ExtractFunctionModifier.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/ExtractFunctionModifier.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -45,7 +45,7 @@
=
public List translate(IFunction function) {
StringBuffer buffer =3D new StringBuffer();
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
=
List objs =3D new ArrayList();
buffer.append("EXTRACT("); //$NON-NLS-1$
@@ -54,7 +54,7 @@
buffer.append("FROM"); //$NON-NLS-1$
=
buffer.append(SPACE); =
- buffer.append(args[0]);
+ buffer.append(args.get(0));
buffer.append(")"); //$NON-NLS-1$
objs.add(buffer.toString());
return objs;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/LeftOrRightFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/LeftOrRightFunctionModifier.java 2009-02-24 14:33:28 UTC (rev 4=
87)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/LeftOrRightFunctionModifier.java 2009-02-24 16:16:42 UTC (rev 4=
88)
@@ -22,6 +22,9 @@
=
package com.metamatrix.connector.jdbc.oracle;
=
+import java.util.Arrays;
+import java.util.List;
+
import com.metamatrix.connector.api.TypeFacility;
import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
import com.metamatrix.connector.jdbc.translator.FunctionModifier;
@@ -42,25 +45,25 @@
* @see com.metamatrix.connector.jdbc.extension.FunctionModifier#modif=
y(com.metamatrix.data.language.IFunction)
*/
public IExpression modify(IFunction function) {
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
IFunction func =3D null;
=
if (function.getName().equalsIgnoreCase("left")) { //$NON-NLS-1$
func =3D langFactory.createFunction("SUBSTR", //$NON-NLS-1$
- new IExpression[] {
- args[0], =
+ Arrays.asList(
+ args.get(0), =
langFactory.createLiteral(Integer.valueOf(1), TypeFaci=
lity.RUNTIME_TYPES.INTEGER),
- args[1]},
+ args.get(1)),
String.class); =
} else if (function.getName().equalsIgnoreCase("right")) { //$NON-=
NLS-1$
IFunction negIndex =3D langFactory.createFunction("*", //$NON=
-NLS-1$
- new IExpression[] {langFactory.createLiteral(Integer.value=
Of(-1), TypeFacility.RUNTIME_TYPES.INTEGER), args[1]},
+ Arrays.asList(langFactory.createLiteral(Integer.valueOf(-1=
), TypeFacility.RUNTIME_TYPES.INTEGER), args.get(1)),
Integer.class);
=
func =3D langFactory.createFunction("SUBSTR", //$NON-NLS-1$
- new IExpression[] {
- args[0], =
- negIndex},
+ Arrays.asList(
+ args.get(0), =
+ negIndex),
String.class); =
}
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/LocateFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/LocateFunctionModifier.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/LocateFunctionModifier.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,9 +22,15 @@
=
package com.metamatrix.connector.jdbc.oracle;
=
+import java.util.Arrays;
+import java.util.List;
+
import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
import com.metamatrix.connector.jdbc.translator.FunctionModifier;
-import com.metamatrix.connector.language.*;
+import com.metamatrix.connector.language.IExpression;
+import com.metamatrix.connector.language.IFunction;
+import com.metamatrix.connector.language.ILanguageFactory;
+import com.metamatrix.connector.language.ILiteral;
=
/**
* Modify the locate function to use the Oracle instr function.
@@ -45,33 +51,28 @@
* @see com.metamatrix.connector.jdbc.extension.FunctionModifier#modif=
y(com.metamatrix.data.language.IFunction)
*/
public IExpression modify(IFunction function) {
- IExpression[] args =3D function.getParameters(); =
- IExpression[] instrArgs =3D new IExpression[args.length];
- instrArgs[0] =3D args[1];
- instrArgs[1] =3D args[0];
- =
- if(args.length =3D=3D 3) {
- if(args[2] instanceof ILiteral) {
- ILiteral indexConst =3D (ILiteral)args[2];
- if(indexConst.getValue() =3D=3D null) {
- instrArgs[2] =3D args[2];
- } else {
+ function.setName("instr"); //$NON-NLS-1$
+ List args =3D function.getParameters(); =
+ IExpression expr =3D args.get(0);
+ args.set(0, args.get(1));
+ args.set(1, expr);
+ if(args.size() =3D=3D 3) {
+ if(args.get(2) instanceof ILiteral) {
+ ILiteral indexConst =3D (ILiteral)args.get(2);
+ if(indexConst.getValue() !=3D null) {
// Just modify the constant
- Integer index =3D (Integer) ((ILiteral)args[2]).getVal=
ue();
- instrArgs[2] =3D langFactory.createLiteral(new Integer=
(index.intValue()+1), Integer.class);
+ Integer index =3D (Integer) indexConst.getValue();
+ args.set(2, langFactory.createLiteral(new Integer(inde=
x.intValue()+1), Integer.class));
}
} else {
// Make plus function since this involves an element or fu=
nction
IFunction plusFunction =3D langFactory.createFunction("+",=
//$NON-NLS-1$
- new IExpression[] { args[2], langFactory.createLiteral=
(new Integer(1), Integer.class) },
+ Arrays.asList( args.get(2), langFactory.createLiteral(=
new Integer(1), Integer.class) ),
Integer.class);
- instrArgs[2] =3D plusFunction;
+ args.set(2, plusFunction);
} =
- }
- =
- IFunction instrFunction =3D langFactory.createFunction("instr", in=
strArgs, Integer.class); //$NON-NLS-1$
- =
- return instrFunction; =
+ } =
+ return function; =
}
=
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/Log10FunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/Log10FunctionModifier.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/Log10FunctionModifier.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,6 +22,8 @@
=
package com.metamatrix.connector.jdbc.oracle;
=
+import java.util.List;
+
import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
import com.metamatrix.connector.jdbc.translator.FunctionModifier;
import com.metamatrix.connector.language.*;
@@ -37,12 +39,9 @@
public IExpression modify(IFunction function) {
function.setName("log"); //$NON-NLS-1$
=
- IExpression[] args =3D function.getParameters();
- IExpression[] newArgs =3D new IExpression[args.length+1];
- newArgs[1] =3D args[0];
- newArgs[0] =3D languageFactory.createLiteral(new Integer(10), Inte=
ger.class);
- function.setParameters(newArgs); =
- =
+ List args =3D function.getParameters();
+ args.add(args.get(0));
+ args.set(0, languageFactory.createLiteral(new Integer(10), Integer=
.class));
return function;
}
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/MonthOrDayNameFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/MonthOrDayNameFunctionModifier.java 2009-02-24 14:33:28 UTC (re=
v 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/MonthOrDayNameFunctionModifier.java 2009-02-24 16:16:42 UTC (re=
v 488)
@@ -22,9 +22,14 @@
=
package com.metamatrix.connector.jdbc.oracle;
=
+import java.util.Arrays;
+import java.util.List;
+
import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
import com.metamatrix.connector.jdbc.translator.FunctionModifier;
-import com.metamatrix.connector.language.*;
+import com.metamatrix.connector.language.IExpression;
+import com.metamatrix.connector.language.IFunction;
+import com.metamatrix.connector.language.ILanguageFactory;
=
/**
* Convert the MONTHNAME etc. function into an equivalent Oracle function.=
=
@@ -43,17 +48,17 @@
* @see com.metamatrix.connector.jdbc.extension.FunctionModifier#modif=
y(com.metamatrix.data.language.IFunction)
*/
public IExpression modify(IFunction function) {
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
=
IFunction func =3D langFactory.createFunction("TO_CHAR", //$NON-N=
LS-1$
- new IExpression[] { =
- args[0], =
- langFactory.createLiteral(format, String.class)}, =
+ Arrays.asList( =
+ args.get(0), =
+ langFactory.createLiteral(format, String.class)), =
String.class);
=
// For some reason, these values have trailing spaces
IFunction trimFunc =3D langFactory.createFunction("RTRIM", //$NON=
-NLS-1$
- new IExpression[] { func }, String.class);
+ Arrays.asList( func ), String.class);
=
return trimFunc; =
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/OracleConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleConvertModifier.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleConvertModifier.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,6 +22,7 @@
=
package com.metamatrix.connector.jdbc.oracle;
=
+import java.util.Arrays;
import java.util.List;
=
import com.metamatrix.connector.api.ConnectorLogger;
@@ -53,10 +54,10 @@
} =
=
public IExpression modify(IFunction function) {
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
IExpression modified =3D null;
=
- String target =3D ((String)((ILiteral)args[1]).getValue()).toLower=
Case();
+ String target =3D ((String)((ILiteral)args.get(1)).getValue()).toL=
owerCase();
if (target.equals("string")) { //$NON-NLS-1$ =
modified =3D convertToString(function);
} else if (target.equals("short")) { //$NON-NLS-1$ =
@@ -93,20 +94,20 @@
=
private IExpression convertToDate(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
- Class srcType =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class srcType =3D args.get(0).getType();
int srcCode =3D getSrcCode(srcType);
=
switch(srcCode) {
case STRING:
// convert(STRING, date) --> to_date(STRING, format)
String format =3D "YYYY-MM-DD"; //$NON-NLS-1$ =
- convert =3D dateTypeHelper("to_date", new IExpression[] {a=
rgs[0], //$NON-NLS-1$ =
- langFactory.createLiteral(format, String.class)}, java=
.sql.Date.class);
+ convert =3D dateTypeHelper("to_date", Arrays.asList(args.g=
et(0), //$NON-NLS-1$ =
+ langFactory.createLiteral(format, String.class)), java=
.sql.Date.class);
break;
case TIMESTAMP:
// convert(TSELEMENT, date) --> trunc(TSELEMENT) =
- convert =3D dateTypeHelper("trunc", new IExpression[] {arg=
s[0]}, java.sql.Date.class); //$NON-NLS-1$ =
+ convert =3D dateTypeHelper("trunc", Arrays.asList(args.get=
(0)), java.sql.Date.class); //$NON-NLS-1$ =
break;
default:
convert =3D DROP_MODIFIER.modify(function); =
@@ -123,8 +124,8 @@
*/
private IExpression convertToTime(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
- Class srcType =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class srcType =3D args.get(0).getType();
String format =3D "YYYY-MM-DD HH24:MI:SS"; //$NON-NLS-1$ =
=
int srcCode =3D getSrcCode(srcType);
@@ -132,20 +133,20 @@
case STRING:
//convert(STRING, time) --> to_date('1970-01-01 ' || to_ch=
ar(timevalue, 'HH24:MI:SS'), 'YYYY-MM-DD HH24:MI:SS')
IFunction inner0 =3D langFactory.createFunction("to_char",=
//$NON-NLS-1$
- new IExpression[] { =
- args[0],
- langFactory.createLiteral("HH24:MI:SS", String.cla=
ss)}, //$NON-NLS-1$
+ Arrays.asList( =
+ args.get(0),
+ langFactory.createLiteral("HH24:MI:SS", String.cla=
ss)), //$NON-NLS-1$
String.class); =
=
IExpression prependedPart0 =3D langFactory.createFunction(=
"||", //$NON-NLS-1$
- new IExpression[] {
+ Arrays.asList(
langFactory.createLiteral("1970-01-01 ", String.class)=
, //$NON-NLS-1$
- inner0},
+ inner0),
String.class); =
=
convert =3D langFactory.createFunction("to_date", //$NON-=
NLS-1$
- new IExpression[] {prependedPart0,
- langFactory.createLiteral(format, String.class)}, =
+ Arrays.asList(prependedPart0,
+ langFactory.createLiteral(format, String.class)), =
java.sql.Time.class); =
break; =
=
case TIMESTAMP:
@@ -153,20 +154,20 @@
// --> to_date(('1970-01-01 ' || to_char(timestampvalue, '=
HH24:MI:SS'))), =
// 'YYYY-MM-DD HH24:MI:SS') =
IFunction inner =3D langFactory.createFunction("to_char", =
//$NON-NLS-1$
- new IExpression[] { =
- args[0],
- langFactory.createLiteral("HH24:MI:SS", String.cla=
ss)}, //$NON-NLS-1$
+ Arrays.asList( =
+ args.get(0),
+ langFactory.createLiteral("HH24:MI:SS", String.cla=
ss)), //$NON-NLS-1$
String.class); =
=
IExpression prependedPart =3D langFactory.createFunction(=
"||", //$NON-NLS-1$
- new IExpression[] {
+ Arrays.asList(
langFactory.createLiteral("1970-01-01 ", String.cl=
ass), //$NON-NLS-1$
- inner},
+ inner),
String.class);
=
convert =3D langFactory.createFunction("to_date", //$NON-=
NLS-1$
- new IExpression[] {prependedPart,
- langFactory.createLiteral(format, String.class)}, =
+ Arrays.asList(prependedPart,
+ langFactory.createLiteral(format, String.class)), =
java.sql.Time.class); =
=
break;
default:
@@ -179,20 +180,20 @@
=
private IExpression convertToTimestamp(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
- Class srcType =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class srcType =3D args.get(0).getType();
int srcCode =3D getSrcCode(srcType);
switch(srcCode) {
case STRING:
// convert(STRING, timestamp) --> to_date(timestampvalue, =
'YYYY-MM-DD HH24:MI:SS.FF'))) =
String format =3D "YYYY-MM-DD HH24:MI:SS.FF"; //$NON-NLS-=
1$
- convert =3D dateTypeHelper("to_timestamp", new IExpression=
[] {args[0], //$NON-NLS-1$ =
- langFactory.createLiteral(format, String.class)}, java=
.sql.Timestamp.class);
+ convert =3D dateTypeHelper("to_timestamp", Arrays.asList(a=
rgs.get(0), //$NON-NLS-1$ =
+ langFactory.createLiteral(format, String.class)), java=
.sql.Timestamp.class);
break;
case TIME:
case DATE:
- convert =3D dateTypeHelper("cast", new IExpression[] {args[0]=
, //$NON-NLS-1$ =
- langFactory.createLiteral("timestamp", String.clas=
s)}, java.sql.Timestamp.class); //$NON-NLS-1$
+ convert =3D dateTypeHelper("cast", Arrays.asList(args.get(0),=
//$NON-NLS-1$ =
+ langFactory.createLiteral("timestamp", String.clas=
s)), java.sql.Timestamp.class); //$NON-NLS-1$
break; =
default:
convert =3D DROP_MODIFIER.modify(function); =
@@ -212,18 +213,18 @@
=
private IExpression convertToString(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
String format =3D null;
=
int srcCode =3D getSrcCode(function);
switch(srcCode) { // convert(input, string) --> to_char(input)
case BOOLEAN:
- convert =3D langFactory.createFunction("decode", new IExpr=
ession[] //$NON-NLS-1$
- { args[0],
+ convert =3D langFactory.createFunction("decode", Arrays.as=
List( //$NON-NLS-1$
+ args.get(0),
langFactory.createLiteral(new Integer(0), Integer.=
class),
langFactory.createLiteral("false", String.class), =
//$NON-NLS-1$
langFactory.createLiteral(new Integer(1), Integer.=
class),
- langFactory.createLiteral("true", String.class) },=
//$NON-NLS-1$
+ langFactory.createLiteral("true", String.class) ),=
//$NON-NLS-1$
String.class);
=
break;
@@ -235,19 +236,19 @@
case FLOAT:
case DOUBLE:
case BIGDECIMAL:
- convert =3D createStringFunction(args[0]);
+ convert =3D createStringFunction(args.get(0));
break;
// convert(input, string) --> to_char(input, format)
case DATE:
format =3D "YYYY-MM-DD"; //$NON-NLS-1$
- convert =3D createStringFunction(args[0], format); =
+ convert =3D createStringFunction(args.get(0), format); =
break;
case TIME:
format =3D "HH24:MI:SS"; //$NON-NLS-1$
- convert =3D createStringFunction(args[0], format); =
+ convert =3D createStringFunction(args.get(0), format); =
break;
case TIMESTAMP:
- convert =3D createStringFunction(args[0], "YYYY-MM-DD HH24=
:MI:SS.FF"); //$NON-NLS-1$ =
+ convert =3D createStringFunction(args.get(0), "YYYY-MM-DD =
HH24:MI:SS.FF"); //$NON-NLS-1$ =
break;
default:
convert =3D DROP_MODIFIER.modify(function);
@@ -446,7 +447,7 @@
return convert;
} =
=
- private IFunction dateTypeHelper(String functionName, IExpression[] ar=
gs, Class target) {
+ private IFunction dateTypeHelper(String functionName, List args, Class target) {
IFunction convert =3D langFactory.createFunction(functionName, =
args, target);
return convert; =
@@ -454,50 +455,48 @@
=
private IFunction booleanHelper(IFunction function) {
// using decode(value, 'true', 1, 'false', 0)
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
=
- IExpression[] modified =3D new IExpression[] {
- args[0],
- langFactory.createLiteral("true", String.class), //$NON-NLS-1$ =
- langFactory.createLiteral(new Byte((byte)1), Byte.class),
- langFactory.createLiteral("false", String.class), //$NON-NLS-1=
$ =
- langFactory.createLiteral(new Byte((byte)0), Byte.class) =
=
- };
- =
return langFactory.createFunction("decode", //$NON-NLS-1$
- modified, java.lang.Boolean.class); =
+ Arrays.asList(
+ args.get(0),
+ langFactory.createLiteral("true", String.class), //$N=
ON-NLS-1$ =
+ langFactory.createLiteral(new Byte((byte)1), Byte.cla=
ss),
+ langFactory.createLiteral("false", String.class), //$=
NON-NLS-1$ =
+ langFactory.createLiteral(new Byte((byte)0), Byte.cla=
ss) =
+ ), java.lang.Boolean.class); =
}
=
private IExpression stringSrcHelper(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
// switch the target type
String functionName =3D "to_number"; //$NON-NLS-1$
int targetCode =3D getTargetCode(function.getType());
switch(targetCode) {
case BYTE:
- convert =3D createFunction(functionName, args[0], Byte.cla=
ss);
+ convert =3D createFunction(functionName, args.get(0), Byte=
.class);
break;
case SHORT:
- convert =3D createFunction(functionName, args[0], Short.cl=
ass);
+ convert =3D createFunction(functionName, args.get(0), Shor=
t.class);
break; =
case INTEGER:
- convert =3D createFunction(functionName, args[0], Integer.=
class);
+ convert =3D createFunction(functionName, args.get(0), Inte=
ger.class);
break;
case LONG:
- convert =3D createFunction(functionName, args[0], Long.cla=
ss);
+ convert =3D createFunction(functionName, args.get(0), Long=
.class);
break; =
case BIGINTEGER:
- convert =3D createFunction(functionName, args[0], java.mat=
h.BigInteger.class);
+ convert =3D createFunction(functionName, args.get(0), java=
.math.BigInteger.class);
break; =
case FLOAT:
- convert =3D createFunction(functionName, args[0], Float.cl=
ass);
+ convert =3D createFunction(functionName, args.get(0), Floa=
t.class);
break;
case DOUBLE:
- convert =3D createFunction(functionName, args[0], Double.c=
lass);
+ convert =3D createFunction(functionName, args.get(0), Doub=
le.class);
break;
case BIGDECIMAL:
- convert =3D createFunction(functionName, args[0], java.mat=
h.BigDecimal.class);
+ convert =3D createFunction(functionName, args.get(0), java=
.math.BigDecimal.class);
break; =
default:
convert =3D DROP_MODIFIER.modify(function);
@@ -508,26 +507,26 @@
=
private IFunction createFunction(String functionName, IExpression args=
0, Class targetClass) {
IFunction created =3D langFactory.createFunction(functionName,
- new IExpression[] {args0}, targetClass);
+ Arrays.asList(args0), targetClass);
return created; =
}
=
private IFunction createStringFunction(IExpression args0, String forma=
t) {
IFunction created =3D langFactory.createFunction("to_char", //$NON=
-NLS-1$ =
- new IExpression[] {args0, langFactory.createLiteral(format, St=
ring.class)}, =
+ Arrays.asList(args0, langFactory.createLiteral(format, String.=
class)), =
String.class);
return created; =
}
=
private IFunction createStringFunction(IExpression args) {
IFunction created =3D langFactory.createFunction("to_char", //$NON=
-NLS-1$ =
- new IExpression[] { args }, String.class); =
+ Arrays.asList( args ), String.class); =
return created;
}
=
private int getSrcCode(IFunction function) {
- IExpression[] args =3D function.getParameters();
- Class srcType =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class srcType =3D args.get(0).getType();
return ((Integer) typeMap.get(srcType)).intValue();
}
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/oracle/OracleSQLTranslator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleSQLTranslator.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/oracle/OracleSQLTranslator.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -46,7 +46,6 @@
import com.metamatrix.connector.language.ILimit;
import com.metamatrix.connector.language.ISetQuery.Operation;
import com.metamatrix.connector.metadata.runtime.Element;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.visitor.util.SQLReservedWords;
=
/**
@@ -99,7 +98,7 @@
* then pull the Sequence name out of the name in source of the co=
lumn.
*/
IInsert insert =3D (IInsert)command;
- List allElements =3D insert.getGroup().getMetadataID().ge=
tChildIDs();
+ List allElements =3D insert.getGroup().getMetadataObject().g=
etChildren();
if (allElements.size() =3D=3D insert.getValues().size()) {
return command;
}
@@ -107,8 +106,7 @@
int index =3D 0;
List elements =3D insert.getElements();
=
- for (MetadataID metadataID : allElements) {
- Element element =3D (Element)metadataID.getMetadataObject();
+ for (Element element : allElements) {
if (!element.isAutoIncremented()) {
continue;
}
@@ -119,7 +117,7 @@
}
boolean found =3D false;
while (index < elements.size()) {
- if (metadataID.equals(elements.get(index).getMetadataID())) {
+ if (element.equals(elements.get(index).getMetadataObject())) {
found =3D true;
break;
}
@@ -140,7 +138,7 @@
=
IGroup sequenceGroup =3D this.getLanguageFactory().createGroup=
(sequenceGroupName, null, null);
IElement sequenceElement =3D this.getLanguageFactory().createE=
lement(sequenceElementName, sequenceGroup, null, element.getJavaType());
- insert.getElements().add(index, this.getLanguageFactory().crea=
teElement(element.getMetadataID().getName(), insert.getGroup(), metadataID,=
element.getJavaType()));
+ insert.getElements().add(index, this.getLanguageFactory().crea=
teElement(element.getName(), insert.getGroup(), element, element.getJavaTyp=
e()));
insert.getValues().add(index, sequenceElement);
}
return command;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/postgresql/DatePartFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/postgresql/DatePartFunctionModifier.java 2009-02-24 14:33:28 UTC (rev =
487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/postgresql/DatePartFunctionModifier.java 2009-02-24 16:16:42 UTC (rev =
488)
@@ -22,6 +22,8 @@
=
package com.metamatrix.connector.jdbc.postgresql;
=
+import java.util.Arrays;
+
import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
@@ -43,7 +45,7 @@
=
public IExpression modify(IFunction function) {
return factory.createFunction("date_part", //$NON-NLS-1$
- new IExpression[] {factory.createLi=
teral(part, String.class), function.getParameters()[0]},
+ Arrays.asList(factory.createLiteral=
(part, String.class), function.getParameters().get(0)),
Integer.class);
}
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/postgresql/ModifiedDatePartFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/postgresql/ModifiedDatePartFunctionModifier.java 2009-02-24 14:33:28 U=
TC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/postgresql/ModifiedDatePartFunctionModifier.java 2009-02-24 16:16:42 U=
TC (rev 488)
@@ -22,6 +22,8 @@
=
package com.metamatrix.connector.jdbc.postgresql;
=
+import java.util.Arrays;
+
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
@@ -44,7 +46,7 @@
public IExpression modify(IFunction function) {
IExpression expr =3D super.modify(function);
return factory.createFunction(modifier,
- new IExpression[] {expr, factory.cr=
eateLiteral(arg, arg.getClass())},
+ Arrays.asList(expr, factory.createL=
iteral(arg, arg.getClass())),
arg.getClass());
}
=
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/postgresql/PostgreSQLConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/postgresql/PostgreSQLConvertModifier.java 2009-02-24 14:33:28 UTC (rev=
487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/postgresql/PostgreSQLConvertModifier.java 2009-02-24 16:16:42 UTC (rev=
488)
@@ -51,33 +51,33 @@
} =
=
public IExpression modify(IFunction function) {
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
=
- if (args[0] !=3D null && args[0] instanceof ILiteral && ((ILiteral=
)args[0]).getValue() =3D=3D null ) {
- if (args[1] !=3D null && args[1] instanceof ILiteral) {
+ if (args.get(0) !=3D null && args.get(0) instanceof ILiteral && ((=
ILiteral)args.get(0)).getValue() =3D=3D null ) {
+ if (args.get(1) !=3D null && args.get(1) instanceof ILiteral) {
// This is a convert(null, ...) or cast(null as ...)
return DROP_MODIFIER.modify(function);
}
} =
=
- if (args[1] !=3D null && args[1] instanceof ILiteral) {
- String target =3D ((String)((ILiteral)args[1]).getValue()).toL=
owerCase();
+ if (args.get(1) !=3D null && args.get(1) instanceof ILiteral) {
+ String target =3D ((String)((ILiteral)args.get(1)).getValue())=
.toLowerCase();
if (target.equals("string")) { //$NON-NLS-1$ =
return convertToString(function);
} else if (target.equals("short")) { //$NON-NLS-1$ =
- return createCastFunction(args[0], "smallint", Short.class=
); //$NON-NLS-1$
+ return createCastFunction(args.get(0), "smallint", Short.c=
lass); //$NON-NLS-1$
} else if (target.equals("integer")) { //$NON-NLS-1$ =
- return createCastFunction(args[0], "integer", Integer.clas=
s); //$NON-NLS-1$
+ return createCastFunction(args.get(0), "integer", Integer.=
class); //$NON-NLS-1$
} else if (target.equals("long")) { //$NON-NLS-1$ =
- return createCastFunction(args[0], "bigint", Long.class); =
//$NON-NLS-1$
+ return createCastFunction(args.get(0), "bigint", Long.clas=
s); //$NON-NLS-1$
} else if (target.equals("biginteger")) { //$NON-NLS-1$ =
- return createCastFunction(args[0], "numeric", BigInteger.c=
lass); //$NON-NLS-1$
+ return createCastFunction(args.get(0), "numeric", BigInteg=
er.class); //$NON-NLS-1$
} else if (target.equals("float")) { //$NON-NLS-1$ =
- return createCastFunction(args[0], "real", Float.class); /=
/$NON-NLS-1$
+ return createCastFunction(args.get(0), "real", Float.class=
); //$NON-NLS-1$
} else if (target.equals("double")) { //$NON-NLS-1$ =
- return createCastFunction(args[0], "float8", Double.class)=
; //$NON-NLS-1$
+ return createCastFunction(args.get(0), "float8", Double.cl=
ass); //$NON-NLS-1$
} else if (target.equals("bigdecimal")) { //$NON-NLS-1$ =
- return createCastFunction(args[0], "decimal", BigDecimal.c=
lass); //$NON-NLS-1$
+ return createCastFunction(args.get(0), "decimal", BigDecim=
al.class); //$NON-NLS-1$
} else if (target.equals("date")) { //$NON-NLS-1$ =
return convertToDate(function);
} else if (target.equals("time")) { //$NON-NLS-1$ =
@@ -85,44 +85,44 @@
} else if (target.equals("timestamp")) { //$NON-NLS-1$ =
return convertToTimestamp(function);
} else if (target.equals("char")) { //$NON-NLS-1$ =
- return createCastFunction(args[0], "varchar", String.class=
); //$NON-NLS-1$
+ return createCastFunction(args.get(0), "varchar", String.c=
lass); //$NON-NLS-1$
} else if (target.equals("boolean")) { //$NON-NLS-1$ =
- return createCastFunction(args[0], "boolean", Boolean.clas=
s); //$NON-NLS-1$
+ return createCastFunction(args.get(0), "boolean", Boolean.=
class); //$NON-NLS-1$
} else if (target.equals("byte")) { //$NON-NLS-1$ =
- return createCastFunction(args[0], "smallint", Byte.class)=
; //$NON-NLS-1$
+ return createCastFunction(args.get(0), "smallint", Byte.cl=
ass); //$NON-NLS-1$
}
}
return DROP_MODIFIER.modify(function); =
}
=
private IExpression convertToDate(IFunction function) {
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
int srcCode =3D getSrcCode(function);
=
switch(srcCode) {
case STRING:
- return createConversionFunction("to_date", args[0], "YYYY-=
MM-DD", java.sql.Date.class); //$NON-NLS-1$//$NON-NLS-2$
+ return createConversionFunction("to_date", args.get(0), "Y=
YYY-MM-DD", java.sql.Date.class); //$NON-NLS-1$//$NON-NLS-2$
case TIMESTAMP:
- return createCastFunction(args[0], "date", java.sql.Date.c=
lass); //$NON-NLS-1$
+ return createCastFunction(args.get(0), "date", java.sql.Da=
te.class); //$NON-NLS-1$
default:
return DROP_MODIFIER.modify(function);
}
}
=
private IExpression convertToTime(IFunction function) {
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
=
int srcCode =3D getSrcCode(function);
switch(srcCode) {
case STRING:
//convert(STRING, time) --> to_timestamp('1970-01-01 ' || =
timevalue, 'YYYY-MM-DD HH24:MI:SS')
IExpression prependedPart0 =3D langFactory.createFunction(=
"||", //$NON-NLS-1$
- =
new IExpression[] {langFactory.createLiteral("1970-01-01 ", String.class), =
args[0]}, //$NON-NLS-1$
+ =
Arrays.asList(langFactory.createLiteral("1970-01-01 ", String.class), args.=
get(0)), //$NON-NLS-1$
=
String.class); =
=
return createConversionFunction("to_timestamp", prependedP=
art0, "YYYY-MM-DD HH24:MI:SS", java.sql.Time.class); //$NON-NLS-1$ //$NON-N=
LS-2$
case TIMESTAMP:
- return createCastFunction(args[0], "time", java.sql.Time.c=
lass); //$NON-NLS-1$
+ return createCastFunction(args.get(0), "time", java.sql.Ti=
me.class); //$NON-NLS-1$
default:
return DROP_MODIFIER.modify(function);
}
@@ -134,16 +134,16 @@
* @return IFunction
*/
private IExpression convertToTimestamp(IFunction function) {
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
int srcCode =3D getSrcCode(function);
switch(srcCode) {
case STRING:
// convert(STRING, timestamp) --> to_date(timestampvalue, =
'YYYY-MM-DD HH24:MI:SS'))) from smalla =
- return createConversionFunction("to_timestamp", args[0], "=
YYYY-MM-DD HH24:MI:SS.UF", java.sql.Timestamp.class); //$NON-NLS-1$ //$NON-=
NLS-2$
+ return createConversionFunction("to_timestamp", args.get(0=
), "YYYY-MM-DD HH24:MI:SS.UF", java.sql.Timestamp.class); //$NON-NLS-1$ //$=
NON-NLS-2$
case TIME:
case DATE:
// convert(DATE, timestamp) --> to_date(to_char(DATE, 'YYY=
Y-MM-DD HH24:MI:SS'), 'YYYY-MM-DD HH24:MI:SS')
- IFunction inner =3D createStringFunction(args[0], "YYYY-MM=
-DD HH24:MI:SS"); //$NON-NLS-1$
+ IFunction inner =3D createStringFunction(args.get(0), "YYY=
Y-MM-DD HH24:MI:SS"); //$NON-NLS-1$
=
return createConversionFunction("to_timestamp", inner, "YY=
YY-MM-DD HH24:MI:SS", java.sql.Timestamp.class); //$NON-NLS-1$ //$NON-NLS-2$
default:
@@ -152,14 +152,14 @@
}
=
private IExpression convertToString(IFunction function) {
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
=
int srcCode =3D getSrcCode(function);
switch(srcCode) { =
case BOOLEAN:
// convert(booleanSrc, string) --> CASE WHEN booleanSrc TH=
EN '1' ELSE '0' END
- List when =3D Arrays.asList(langFactory.createCompareCrite=
ria(Operator.EQ, function.getParameters()[0], langFactory.createLiteral(Boo=
lean.TRUE, Boolean.class)));
- List then =3D Arrays.asList(new IExpression[] {langFactory=
.createLiteral("1", String.class)}); //$NON-NLS-1$
+ List when =3D Arrays.asList(langFactory.createCompareCrite=
ria(Operator.EQ, function.getParameters().get(0), langFactory.createLiteral=
(Boolean.TRUE, Boolean.class)));
+ List then =3D Arrays.asList(langFactory.createLiteral("1",=
String.class)); //$NON-NLS-1$
IExpression elseExpr =3D langFactory.createLiteral("0", St=
ring.class); //$NON-NLS-1$
return langFactory.createSearchedCaseExpression(when, then=
, elseExpr, String.class);
case BYTE:
@@ -171,14 +171,14 @@
case DOUBLE:
case BIGDECIMAL:
// convert(src, string) --> cast (src AS varchar)
- return createCastFunction(args[0], "varchar", String.class=
); //$NON-NLS-1$
+ return createCastFunction(args.get(0), "varchar", String.c=
lass); //$NON-NLS-1$
// convert(input, string) --> to_char(input, format)
case DATE:
- return createStringFunction(args[0], "YYYY-MM-DD"); //$NON=
-NLS-1$
+ return createStringFunction(args.get(0), "YYYY-MM-DD"); //=
$NON-NLS-1$
case TIME:
- return createStringFunction(args[0], "HH24:MI:SS"); //$NON=
-NLS-1$
+ return createStringFunction(args.get(0), "HH24:MI:SS"); //=
$NON-NLS-1$
case TIMESTAMP:
- return createStringFunction(args[0], "YYYY-MM-DD HH24:MI:S=
S.US"); //$NON-NLS-1$
+ return createStringFunction(args.get(0), "YYYY-MM-DD HH24:=
MI:SS.US"); //$NON-NLS-1$
default:
return DROP_MODIFIER.modify(function);
}
@@ -193,12 +193,12 @@
}
=
private IFunction createConversionFunction(String functionName, IExpre=
ssion value, String target, Class targetClass) {
- return langFactory.createFunction(functionName, new IExpression[] =
{value, langFactory.createLiteral(target, String.class)}, targetClass);
+ return langFactory.createFunction(functionName, Arrays.asList(valu=
e, langFactory.createLiteral(target, String.class)), targetClass);
}
=
private int getSrcCode(IFunction function) {
- IExpression[] args =3D function.getParameters();
- Class srcType =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class srcType =3D args.get(0).getType();
return ((Integer) typeMap.get(srcType)).intValue();
}
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/sybase/ModFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/sybase/ModFunctionModifier.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/sybase/ModFunctionModifier.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,6 +22,8 @@
=
package com.metamatrix.connector.jdbc.sybase;
=
+import java.util.ArrayList;
+import java.util.Arrays;
import java.util.List;
=
import com.metamatrix.connector.api.TypeFacility.RUNTIME_TYPES;
@@ -41,26 +43,21 @@
=
@Override
public IExpression modify(IFunction function) {
- IExpression[] expressions =3D function.getParameters();
- if (RUNTIME_TYPES.INTEGER.equals(expressions[0].getType())) {
+ List expressions =3D function.getParameters();
+ if (RUNTIME_TYPES.INTEGER.equals(expressions.get(0).getType())) {
return super.modify(function);
}
//x % y =3D> x - floor(x / y) * y
- IExpression[] divideArgs =3D new IExpression[2];
- System.arraycopy(expressions, 0, divideArgs, 0, 2);
- IFunction divide =3D langFactory.createFunction("/", divideArgs, divideA=
rgs[0].getType()); //$NON-NLS-1$
+ IFunction divide =3D langFactory.createFunction("/", new ArrayList(expressions), expressions.get(0).getType()); //$NON-NLS-1$
=
- IFunction floor =3D langFactory.createFunction("floor", new IExpression[=
] {divide}, divide.getType()); //$NON-NLS-1$
+ IFunction floor =3D langFactory.createFunction("floor", Arrays.asList(di=
vide), divide.getType()); //$NON-NLS-1$
=
- IExpression[] multArgs =3D new IExpression[] {
- floor, expressions[1]
- };
- IFunction mult =3D langFactory.createFunction("*", multArgs, multArgs[1]=
.getType()); //$NON-NLS-1$
+ List multArgs =3D Arrays.asList(floor, expressions.get(1));
+ IFunction mult =3D langFactory.createFunction("*", multArgs, multArgs.ge=
t(1).getType()); //$NON-NLS-1$
+
+ List minusArgs =3D Arrays.asList(expressions.get(0), mult);
=
- IExpression[] minusArgs =3D new IExpression[] {
- expressions[0], mult
- };
- return langFactory.createFunction("-", minusArgs, minusArgs[0].getType()=
); //$NON-NLS-1$
+ return langFactory.createFunction("-", minusArgs, minusArgs.get(0).getTy=
pe()); //$NON-NLS-1$
}
=
@Override
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/sybase/SybaseConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/sybase/SybaseConvertModifier.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/sybase/SybaseConvertModifier.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -23,12 +23,16 @@
package com.metamatrix.connector.jdbc.sybase;
=
import java.util.ArrayList;
+import java.util.Arrays;
import java.util.List;
=
import com.metamatrix.connector.jdbc.translator.BasicFunctionModifier;
import com.metamatrix.connector.jdbc.translator.DropFunctionModifier;
import com.metamatrix.connector.jdbc.translator.FunctionModifier;
-import com.metamatrix.connector.language.*;
+import com.metamatrix.connector.language.IExpression;
+import com.metamatrix.connector.language.IFunction;
+import com.metamatrix.connector.language.ILanguageFactory;
+import com.metamatrix.connector.language.ILiteral;
=
/**
*/
@@ -47,11 +51,11 @@
}
=
public IExpression modify(IFunction function) {
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
IExpression modified =3D null;
=
- if (args[1] !=3D null && args[1] instanceof ILiteral) {
- String target =3D ((String)((ILiteral)args[1]).getValue()).toL=
owerCase();
+ if (args.get(1) !=3D null && args.get(1) instanceof ILiteral) {
+ String target =3D ((String)((ILiteral)args.get(1)).getValue())=
.toLowerCase();
if (target.equals("string")) { //$NON-NLS-1$ =
modified =3D convertToString(function);
} else if (target.equals("short")) { //$NON-NLS-1$ =
@@ -96,17 +100,17 @@
List parts =3D new ArrayList();
parts.add("convert("); //$NON-NLS-1$
=
- IExpression[] args =3D function.getParameters();
+ List args =3D function.getParameters();
=
- if(args !=3D null && args.length > 0) {
- ILiteral type =3D (ILiteral) args[0];
+ if(args !=3D null && args.size() > 0) {
+ ILiteral type =3D (ILiteral) args.get(0);
String typeStr =3D type.getValue().toString();
=
parts.add(typeStr);
=
- for(int i=3D1; i args =3D function.getParameters();
+ Class src =3D args.get(0).getType();
int srcCode =3D getSrcCode(src);
=
switch(srcCode) {
@@ -130,7 +134,7 @@
case FLOAT:
case DOUBLE:
case BIGDECIMAL:
- convert =3D createFunction(args[0], "bit", Boolean.class);=
//$NON-NLS-1$ =
+ convert =3D createFunction(args.get(0), "bit", Boolean.cla=
ss); //$NON-NLS-1$ =
break; =
default:
convert =3D DROP_MODIFIER.modify(function);
@@ -142,8 +146,8 @@
=
private IExpression convertToByte(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
- Class src =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class src =3D args.get(0).getType();
int srcCode =3D getSrcCode(src);
=
switch(srcCode) {
@@ -156,7 +160,7 @@
case FLOAT:
case DOUBLE:
case BIGDECIMAL:
- convert =3D createFunction(args[0], "tinyint", String.clas=
s); //$NON-NLS-1$ =
+ convert =3D createFunction(args.get(0), "tinyint", String.=
class); //$NON-NLS-1$ =
break; =
default:
convert =3D DROP_MODIFIER.modify(function); =
@@ -168,8 +172,8 @@
=
private IExpression convertToString(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
- Class src =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class src =3D args.get(0).getType();
int srcCode =3D getSrcCode(src);
=
switch(srcCode) { =
@@ -183,17 +187,17 @@
case FLOAT:
case DOUBLE:
case BIGDECIMAL: =
- convert =3D createFunction(args[0], "varchar", String.clas=
s); //$NON-NLS-1$ =
+ convert =3D createFunction(args.get(0), "varchar", String.=
class); //$NON-NLS-1$ =
break; =
case DATE: // convert(date, string) --> convert(varchar, date,=
112) =
//TODO: what is the best format 111/110/101?
- convert =3D createFunction(args[0], 101, String.class);
+ convert =3D createFunction(args.get(0), 101, String.class);
break;
case TIME: // convert(time, string) --> convert(varchar, time,=
108)
- convert =3D createFunction(args[0], 108, String.class); =
=
+ convert =3D createFunction(args.get(0), 108, String.class)=
; =
break;
case TIMESTAMP: // convert(time, string) --> convert(varchar,=
timestamp, 109) =
- convert =3D createFunction(args[0], 109, String.class); =
=
+ convert =3D createFunction(args.get(0), 109, String.class)=
; =
break;
default:
convert =3D DROP_MODIFIER.modify(function);
@@ -205,8 +209,8 @@
=
private IExpression convertToShort(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
- Class src =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class src =3D args.get(0).getType();
int srcCode =3D getSrcCode(src);
=
switch(srcCode) {
@@ -219,7 +223,7 @@
case FLOAT:
case DOUBLE:
case BIGDECIMAL:
- convert =3D createFunction(args[0], "smallint", Short.clas=
s); //$NON-NLS-1$
+ convert =3D createFunction(args.get(0), "smallint", Short.=
class); //$NON-NLS-1$
break;
default:
convert =3D DROP_MODIFIER.modify(function); =
@@ -231,8 +235,8 @@
=
private IExpression convertToInteger(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
- Class src =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class src =3D args.get(0).getType();
int srcCode =3D getSrcCode(src);
=
switch(srcCode) {
@@ -245,7 +249,7 @@
case FLOAT:
case DOUBLE:
case BIGDECIMAL:
- convert =3D createFunction(args[0], "int", Integer.class);=
//$NON-NLS-1$
+ convert =3D createFunction(args.get(0), "int", Integer.cla=
ss); //$NON-NLS-1$
break;
default:
convert =3D DROP_MODIFIER.modify(function); =
@@ -257,8 +261,8 @@
=
private IExpression convertToLong(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
- Class src =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class src =3D args.get(0).getType();
int srcCode =3D getSrcCode(src);
=
switch(srcCode) {
@@ -271,7 +275,7 @@
case FLOAT:
case DOUBLE:
case BIGDECIMAL:
- convert =3D createFunction(args[0], "numeric", Long.class)=
; //$NON-NLS-1$
+ convert =3D createFunction(args.get(0), "numeric", Long.cl=
ass); //$NON-NLS-1$
break;
default:
convert =3D DROP_MODIFIER.modify(function); =
@@ -283,8 +287,8 @@
=
private IExpression convertToBigInteger(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
- Class src =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class src =3D args.get(0).getType();
int srcCode =3D getSrcCode(src);
=
switch(srcCode) {
@@ -297,7 +301,7 @@
case FLOAT:
case DOUBLE:
case BIGDECIMAL:
- convert =3D createFunction(args[0], "numeric", java.math.B=
igInteger.class); //$NON-NLS-1$
+ convert =3D createFunction(args.get(0), "numeric", java.ma=
th.BigInteger.class); //$NON-NLS-1$
break;
default:
convert =3D DROP_MODIFIER.modify(function); =
@@ -309,8 +313,8 @@
=
private IExpression convertToFloat(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
- Class src =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class src =3D args.get(0).getType();
int srcCode =3D getSrcCode(src);
=
switch(srcCode) {
@@ -323,7 +327,7 @@
case BIGINTEGER: =
case DOUBLE: =
case BIGDECIMAL:
- convert =3D createFunction(args[0], "real", Float.class); =
//$NON-NLS-1$
+ convert =3D createFunction(args.get(0), "real", Float.clas=
s); //$NON-NLS-1$
break;
default:
convert =3D DROP_MODIFIER.modify(function); =
@@ -335,8 +339,8 @@
=
private IExpression convertToDouble(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
- Class src =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class src =3D args.get(0).getType();
int srcCode =3D getSrcCode(src);
=
switch(srcCode) {
@@ -349,7 +353,7 @@
case BIGINTEGER: =
case FLOAT: =
case BIGDECIMAL: =
- convert =3D createFunction(args[0], "float", Double.class)=
; //$NON-NLS-1$
+ convert =3D createFunction(args.get(0), "float", Double.cl=
ass); //$NON-NLS-1$
break;
default:
convert =3D DROP_MODIFIER.modify(function); =
@@ -361,8 +365,8 @@
=
private IExpression convertToBigDecimal(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
- Class src =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class src =3D args.get(0).getType();
int srcCode =3D getSrcCode(src);
=
switch(srcCode) {
@@ -375,7 +379,7 @@
case BIGINTEGER: =
case FLOAT: =
case DOUBLE:
- convert =3D createFunction(args[0], "float", java.math.Big=
Decimal.class); //$NON-NLS-1$
+ convert =3D createFunction(args.get(0), "float", java.math=
.BigDecimal.class); //$NON-NLS-1$
break; =
default:
convert =3D DROP_MODIFIER.modify(function); =
@@ -386,36 +390,36 @@
}
=
private IExpression convertToChar(IFunction function) {
- IExpression[] args =3D function.getParameters();
- return createFunction(args[0], "char", Character.class); //$NON-NL=
S-1$
+ List args =3D function.getParameters();
+ return createFunction(args.get(0), "char", Character.class); //$NO=
N-NLS-1$
} =
=
private IExpression convertToDate(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
- Class srcType =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class srcType =3D args.get(0).getType();
int srcCode =3D getSrcCode(srcType);
=
switch(srcCode) {
case STRING:
// convert(STRING, date) --> convert(datetime, STRING)
- convert =3D createFunction(args[0], "datetime", java.sql.D=
ate.class); //$NON-NLS-1$
+ convert =3D createFunction(args.get(0), "datetime", java.s=
ql.Date.class); //$NON-NLS-1$
break;
case TIMESTAMP:
// convert(TIMESTAMP, date) --> convert(datetime, convert(=
varchar, TIMESTAMP, 1/101))
// Build inner convert
IFunction innerConvert =3D langFactory.createFunction("con=
vert", //$NON-NLS-1$
- new IExpression[] { =
+ Arrays.asList( =
langFactory.createLiteral("varchar", String.class)=
, //$NON-NLS-1$
- args[0],
- langFactory.createLiteral(new Integer(109), Intege=
r.class) },
+ args.get(0),
+ langFactory.createLiteral(new Integer(109), Intege=
r.class) ),
String.class);
=
// Build outer convert
convert =3D langFactory.createFunction("convert", //$NON-=
NLS-1$
- new IExpression[] { =
+ Arrays.asList( =
langFactory.createLiteral("datetime", String.class=
), //$NON-NLS-1$
- innerConvert },
+ innerConvert ),
java.sql.Timestamp.class);
=
break;
@@ -429,30 +433,30 @@
=
private IExpression convertToTime(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
- Class srcType =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class srcType =3D args.get(0).getType();
=
int srcCode =3D getSrcCode(srcType);
switch(srcCode) {
case STRING:
//convert(STRING, time) --> convert(datetime, STRING)
- convert =3D createFunction(args[0], "datetime", java.sql.T=
ime.class); //$NON-NLS-1$
+ convert =3D createFunction(args.get(0), "datetime", java.s=
ql.Time.class); //$NON-NLS-1$
break; =
=
case TIMESTAMP:
// convert(TIMESTAMP, time) --> convert(datetime, convert(=
varchar, TIMESTAMP, 108/8) =
// Build inner convert
IFunction innerConvert =3D langFactory.createFunction("con=
vert", //$NON-NLS-1$
- new IExpression[] { =
+ Arrays.asList( =
langFactory.createLiteral("varchar", String.class)=
, //$NON-NLS-1$
- args[0],
- langFactory.createLiteral(new Integer(108), Intege=
r.class) },
+ args.get(0),
+ langFactory.createLiteral(new Integer(108), Intege=
r.class) ),
String.class);
=
// Build outer convert
convert =3D langFactory.createFunction("convert", //$NON-=
NLS-1$
- new IExpression[] { =
+ Arrays.asList( =
langFactory.createLiteral("datetime", String.class=
), //$NON-NLS-1$
- innerConvert },
+ innerConvert ),
java.sql.Time.class);
=
break;
@@ -466,15 +470,15 @@
=
private IExpression convertToTimestamp(IFunction function) {
IExpression convert =3D null;
- IExpression[] args =3D function.getParameters();
- Class srcType =3D args[0].getType();
+ List args =3D function.getParameters();
+ Class srcType =3D args.get(0).getType();
int srcCode =3D getSrcCode(srcType);
switch(srcCode) {
case STRING:
case TIME: =
case DATE:
// convert(DATE/TIME/STRING, timestamp) --> convert(dateti=
me, DATE)
- convert =3D createFunction(args[0], "datetime", java.sql.T=
imestamp.class); //$NON-NLS-1$ =
+ convert =3D createFunction(args.get(0), "datetime", java.s=
ql.Timestamp.class); //$NON-NLS-1$ =
break; =
default:
convert =3D DROP_MODIFIER.modify(function); =
@@ -486,18 +490,18 @@
=
private IFunction createFunction(IExpression args0, String targetType,=
Class targetClass) {
IFunction created =3D langFactory.createFunction("convert", //$NON=
-NLS-1$
- new IExpression[] {
+ Arrays.asList(
langFactory.createLiteral(targetType, String.class),
- args0}, =
+ args0), =
targetClass);
return created; =
}
=
private IFunction createFunction(IExpression args0, int formatNumber, =
Class targetClass) {
IFunction created =3D langFactory.createFunction("convert", //$NO=
N-NLS-1$
- new IExpression[] { langFactory.createLiteral("varchar", Strin=
g.class), //$NON-NLS-1$ =
+ Arrays.asList( langFactory.createLiteral("varchar", String.cla=
ss), //$NON-NLS-1$ =
args0,
- langFactory.createLiteral(new Integer(formatNumber), Integ=
er.class) }, =
+ langFactory.createLiteral(new Integer(formatNumber), Integ=
er.class) ), =
targetClass);
return created; =
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/translator/BasicFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/BasicFunctionModifier.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/BasicFunctionModifier.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -98,13 +98,13 @@
List objs =3D new ArrayList();
objs.add(function.getName());
objs.add("("); //$NON-NLS-1$
- IExpression[] params =3D function.getParameters();
- if(params.length > 0) { =
- objs.add(params[0]);
- if(params.length > 1) {
- for(int i=3D1; i params =3D function.getParameters();
+ if(params.size() > 0) { =
+ objs.add(params.get(0));
+ if(params.size() > 1) {
+ for(int i=3D1; i args =3D function.getParameters();
+ if(args.size() <=3D replaceIndex) { =
throw new IllegalArgumentException(JDBCPlugin.Util.getString("=
DropFunctionModifier.DropFunctionModifier_can_only_be_used_on_functions_wit=
h___1") + function); //$NON-NLS-1$
}
=
- return args[replaceIndex];
+ return args.get(replaceIndex);
}
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/translator/SQLConversionVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/SQLConversionVisitor.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/SQLConversionVisitor.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -246,7 +246,7 @@
}
=
prepareCallBuffer.append(" call ");//$NON-NLS-1$
- prepareCallBuffer.append(exec.getMetadataID() !=3D null ? getName(=
exec.getMetadataID()) : exec.getProcedureName());
+ prepareCallBuffer.append(exec.getMetadataObject() !=3D null ? getN=
ame(exec.getMetadataObject()) : exec.getProcedureName());
prepareCallBuffer.append("("); //$NON-NLS-1$
=
int numberOfParameters =3D 0;
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/translator/SubstringFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/SubstringFunctionModifier.java 2009-02-24 14:33:28 UTC (rev=
487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/translator/SubstringFunctionModifier.java 2009-02-24 16:16:42 UTC (rev=
488)
@@ -22,6 +22,9 @@
=
package com.metamatrix.connector.jdbc.translator;
=
+import java.util.Arrays;
+import java.util.List;
+
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.language.ILanguageFactory;
@@ -43,20 +46,11 @@
* @see com.metamatrix.connector.jdbc.translator.FunctionModifier#modi=
fy(com.metamatrix.query.sql.symbol.Function)
*/
public IExpression modify(IFunction function) {
- IExpression[] args =3D function.getParameters();
- IExpression[] newArgs =3D new IExpression[3];
- function.setParameters(newArgs);
-
- newArgs[0] =3D args[0];
- newArgs[1] =3D args[1];
+ List args =3D function.getParameters();
=
- if(args.length =3D=3D 2) {
- newArgs[2] =3D languageFactory.createFunction(length_function,=
new IExpression[] { args[0] }, Integer.class); =
- } else {
- newArgs[2] =3D args[2];
- }
- =
- function.setParameters(newArgs);
+ if(args.size() =3D=3D 2) {
+ args.add(languageFactory.createFunction(length_function, Array=
s.asList(args.get(0)), Integer.class)); =
+ } =
=
return function;
}
Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conn=
ector/jdbc/util/FunctionReplacementVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/util/FunctionReplacementVisitor.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/util/FunctionReplacementVisitor.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,7 +22,6 @@
=
package com.metamatrix.connector.jdbc.util;
=
-import java.util.ArrayList;
import java.util.List;
import java.util.Map;
=
@@ -84,12 +83,10 @@
*/
public void visit(IFunction obj) {
super.visit(obj);
- IExpression[] args =3D obj.getParameters();
- IExpression[] newArgs =3D new IExpression[args.length];
- for(int i=3D0; i args =3D obj.getParameters();
+ for(int i=3D0; i expressions =3D obj.getElements();
=
for (int i=3D0; i rightExprs =3D obj.getRightExpressions();
=
for(int i=3D0; i values =3D obj.getValues();
=
for(int i=3D0; i outArgs =3D func.getParameters();
+ assertEquals(2, outArgs.size());
+ assertEquals(arg, outArgs.get(1));
=
- assertTrue(outArgs[1] instanceof ILiteral);
- ILiteral newArg =3D (ILiteral) outArgs[0];
+ assertTrue(outArgs.get(1) instanceof ILiteral);
+ ILiteral newArg =3D (ILiteral) outArgs.get(0);
assertEquals(Integer.class, newArg.getType());
assertEquals(new Integer(10), newArg.getValue());
=
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/oracle/TestMonthOrDayNameFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestMonthOrDayNameFunctionModifier.java 2009-02-24 14:33:28 UTC=
(rev 487)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestMonthOrDayNameFunctionModifier.java 2009-02-24 16:16:42 UTC=
(rev 488)
@@ -23,6 +23,7 @@
package com.metamatrix.connector.jdbc.oracle;
=
import java.sql.Timestamp;
+import java.util.Arrays;
import java.util.Properties;
=
import junit.framework.TestCase;
@@ -52,7 +53,7 @@
=
public IExpression helpTestMod(ILiteral c, String format, String expec=
tedStr) throws Exception {
IFunction func =3D LANG_FACTORY.createFunction(format.toLowerCase(=
)+"name", // "monthname" //$NON-NLS-1$ =
- new IExpression[] { c },
+ Arrays.asList( c ),
String.class);
=
MonthOrDayNameFunctionModifier mod =3D new MonthOrDayNameFunctionM=
odifier (LANG_FACTORY, format);
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/oracle/TestOracleConvertModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestOracleConvertModifier.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestOracleConvertModifier.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -25,6 +25,7 @@
import java.math.BigDecimal;
import java.math.BigInteger;
import java.sql.Timestamp;
+import java.util.Arrays;
import java.util.Properties;
=
import junit.framework.TestCase;
@@ -64,9 +65,9 @@
=
public void helpTest(IExpression srcExpression, String tgtType, String=
expectedExpression) throws Exception {
IFunction func =3D LANG_FACTORY.createFunction("convert", //$NON-=
NLS-1$
- new IExpression[] { =
+ Arrays.asList( =
srcExpression,
- LANG_FACTORY.createLiteral(tgtType, String.class)},
+ LANG_FACTORY.createLiteral(tgtType, String.class)),
TypeFacility.getDataTypeClass(tgtType));
=
OracleConvertModifier mod =3D new OracleConvertModifier(LANG_FACTO=
RY, null);
Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/conn=
ector/jdbc/oracle/TestSubstringFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestSubstringFunctionModifier.java 2009-02-24 14:33:28 UTC (rev=
487)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/=
jdbc/oracle/TestSubstringFunctionModifier.java 2009-02-24 16:16:42 UTC (rev=
488)
@@ -22,6 +22,7 @@
=
package com.metamatrix.connector.jdbc.oracle;
=
+import java.util.Arrays;
import java.util.Properties;
=
import junit.framework.TestCase;
@@ -52,7 +53,7 @@
=
public IExpression helpTestMod(IExpression[] args, String expectedStr)=
throws Exception {
IFunction func =3D LANG_FACTORY.createFunction("substring", //$NO=
N-NLS-1$
- args, TypeFacility.RUNTIME_TYPES.STRING);
+ Arrays.asList(args), TypeFacility.RUNTIME_TYPES.STRING);
=
OracleSQLTranslator trans =3D new OracleSQLTranslator();
trans.initialize(EnvironmentUtility.createEnvironment(new Properti=
es(), false));
Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/conn=
ector/ldap/IQueryToLdapSearchParser.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/IQueryToLdapSearchParser.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/IQueryToLdapSearchParser.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -75,7 +75,6 @@
import com.metamatrix.connector.language.ICompareCriteria.Operator;
import com.metamatrix.connector.metadata.runtime.Element;
import com.metamatrix.connector.metadata.runtime.Group;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
=
/**
@@ -240,7 +239,7 @@
// TODO: Re-use the getExpressionString method if possible, rather than =
// rewriting the same code twice.
if(fromItem instanceof IGroup) {
- Group group =3D (Group) rm.getObject(((IGroup)fromItem).getMetadataID()=
);
+ Group group =3D ((IGroup)fromItem).getMetadataObject();
nameInSource =3D group.getNameInSource();
// if NameInSource is null set it to an empty
// string instead so we can safely call split on it
@@ -277,13 +276,12 @@
private String getRestrictToNamedClass(IFromItem fromItem) throws Connect=
orException {
String nameInSource;
String namedClass =3D null;
- MetadataID mdIDGroup;
if(fromItem instanceof IGroup) {
// Here we use slightly different logic than in
// getContextNameFromFromItem so it is easier to get
// the group name later if needed
- mdIDGroup =3D ((IGroup)fromItem).getMetadataID();
- nameInSource =3D rm.getObject(mdIDGroup).getNameInSource();
+ Group mdIDGroup =3D ((IGroup)fromItem).getMetadataObject();
+ nameInSource =3D mdIDGroup.getNameInSource();
// groupName =3D mdIDGroup.getName();
// if NameInSource is null set it to an empty
// string instead so we can safely call split on it
@@ -319,7 +317,7 @@
// TODO: Re-use the getExpressionString method if possible, rather than =
// rewriting the same code twice.
if(fromItem instanceof IGroup) {
- Group group =3D (Group) rm.getObject(((IGroup)fromItem).getMetadataID()=
);
+ Group group =3D ((IGroup)fromItem).getMetadataObject();
String nameInSource =3D group.getNameInSource();
// if NameInSource is null set it to an empty
// string instead so we can safely call split on it
@@ -384,8 +382,8 @@
// GHH 20080326 - changed around the IElement handling here
// - the rest of this method is unchanged
if(e instanceof IElement) {
- MetadataID mdIDElement =3D ((IElement)e).getMetadataID();
- expressionName =3D rm.getObject(mdIDElement).getNameInSource();
+ Element mdIDElement =3D ((IElement)e).getMetadataObject();
+ expressionName =3D mdIDElement.getNameInSource();
if(expressionName =3D=3D null || expressionName.equals("")) { //$NON-N=
LS-1$
expressionName =3D mdIDElement.getName();
}
@@ -597,10 +595,9 @@
// code from another custom connector.
public String getNameFromElement(Element e) throws ConnectorException {
String ldapAttributeName =3D null;
- MetadataID mdIDElement =3D e.getMetadataID();
- ldapAttributeName =3D rm.getObject(mdIDElement).getNameInSource();
+ ldapAttributeName =3D e.getNameInSource();
if (ldapAttributeName =3D=3D null || ldapAttributeName.equals("")) { //$=
NON-NLS-1$
- ldapAttributeName =3D mdIDElement.getName();
+ ldapAttributeName =3D e.getName();
// If name in source is not set, then fall back to the column name.
}
return ldapAttributeName;
@@ -653,8 +650,7 @@
*/
private Element getElementFromSymbol(ISelectSymbol symbol) throws Conn=
ectorException {
IElement expr =3D (IElement) symbol.getExpression();
- MetadataID elementID =3D expr.getMetadataID();
- return (Element) rm.getObject(elementID);
+ return expr.getMetadataObject();
}
=
=
Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/conn=
ector/ldap/LDAPConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/LDAPConnector.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/LDAPConnector.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -24,18 +24,18 @@
import java.util.Properties;
=
import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.api.Connector;
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.ExecutionContext;
+import com.metamatrix.connector.basic.BasicConnector;
=
/** =
* LDAPConnector. This is responsible for initializing =
* a connection factory, and obtaining connections to LDAP.
*/
-public class LDAPConnector implements Connector {
+public class LDAPConnector extends BasicConnector {
private ConnectorEnvironment env;
private ConnectorLogger logger;
private Properties props;
@@ -59,7 +59,7 @@
=
/** =
* (non-Javadoc)
- * @see com.metamatrix.connector.api.Connector#initialize(com.metamatrix.=
connector.api.ConnectorEnvironment)
+ * @see com.metamatrix.connector.basic.BasicConnector#initialize(com.meta=
matrix.connector.api.ConnectorEnvironment)
*/
@Override
public void start(ConnectorEnvironment env) throws ConnectorException {
Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/conn=
ector/ldap/LDAPUpdateExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/LDAPUpdateExecution.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/=
ldap/LDAPUpdateExecution.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -50,7 +50,6 @@
import com.metamatrix.connector.language.ISetClause;
import com.metamatrix.connector.language.IUpdate;
import com.metamatrix.connector.language.ICompareCriteria.Operator;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.MetadataObject;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
=
@@ -405,20 +404,13 @@
if (elementNameDirect =3D=3D null) {
} else {
}
- MetadataID mdIDElement =3D e.getMetadataID();
- if (mdIDElement =3D=3D null) {
- return ""; //$NON-NLS-1$
- }
- if (rm =3D=3D null) {
- return ""; //$NON-NLS-1$
- }
- MetadataObject mdObject =3D rm.getObject(mdIDElement);
+ MetadataObject mdObject =3D e.getMetadataObject();
if (mdObject =3D=3D null) {
return ""; //$NON-NLS-1$
}
ldapAttributeName =3D mdObject.getNameInSource();
if(ldapAttributeName =3D=3D null || ldapAttributeName.equals("")) { /=
/$NON-NLS-1$ =
- ldapAttributeName =3D mdIDElement.getName();
+ ldapAttributeName =3D mdObject.getName();
// If name in source is not set, then fall back to the column name.
}
return ldapAttributeName;
Modified: trunk/connectors/connector-ldap/src/test/java/com/metamatrix/conn=
ector/ldap/TestIQueryToLdapSearchParser.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-ldap/src/test/java/com/metamatrix/connector/=
ldap/TestIQueryToLdapSearchParser.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-ldap/src/test/java/com/metamatrix/connector/=
ldap/TestIQueryToLdapSearchParser.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -40,7 +40,7 @@
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IQuery;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.dqp.internal.datamgr.metadata.MetadataFactory;
+import com.metamatrix.dqp.internal.datamgr.metadata.RuntimeMetadataImpl;
import com.metamatrix.query.metadata.QueryMetadataInterface;
import com.metamatrix.query.unittest.FakeMetadataFacade;
import com.metamatrix.query.unittest.FakeMetadataFactory;
@@ -203,7 +203,7 @@
private LDAPSearchDetails helpGetSearchDetails(String queryString) throws=
ConnectorException {
ConnectorLogger logger =3D new SysLogger(false);
QueryMetadataInterface metadata =3D exampleLdap();
- RuntimeMetadata rm =3D new MetadataFactory(metadata).getRuntimeMetada=
ta();
+ RuntimeMetadata rm =3D new RuntimeMetadataImpl(metadata);
Properties props =3D new Properties();
=
IQueryToLdapSearchParser searchParser =3D new IQueryToLdapSearchParse=
r(logger,rm,props);
Modified: trunk/connectors/connector-loopback/src/main/java/com/metamatrix/=
connector/loopback/LoopbackConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connec=
tor/loopback/LoopbackConnection.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connec=
tor/loopback/LoopbackConnection.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,7 +22,10 @@
=
package com.metamatrix.connector.loopback;
=
-import com.metamatrix.connector.api.*;
+import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.Execution;
+import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.basic.BasicConnection;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
Modified: trunk/connectors/connector-loopback/src/main/java/com/metamatrix/=
connector/loopback/LoopbackConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connec=
tor/loopback/LoopbackConnector.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connec=
tor/loopback/LoopbackConnector.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -23,11 +23,12 @@
package com.metamatrix.connector.loopback;
=
import com.metamatrix.connector.api.*;
+import com.metamatrix.connector.basic.BasicConnector;
=
/**
* Starting point for the Loopback connector.
*/
-public class LoopbackConnector implements Connector {
+public class LoopbackConnector extends BasicConnector {
=
private ConnectorEnvironment env;
=
Modified: trunk/connectors/connector-loopback/src/test/java/com/metamatrix/=
connector/loopback/TestLoopbackExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-loopback/src/test/java/com/metamatrix/connec=
tor/loopback/TestLoopbackExecution.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-loopback/src/test/java/com/metamatrix/connec=
tor/loopback/TestLoopbackExecution.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -38,7 +38,6 @@
=
public TestLoopbackExecution(String name) {
super(name);
- System.setProperty("metamatrix.config.none", "true");
}
=
public Properties exampleProperties(int waitTime, int rowCount) {
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/Connector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/Connector.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/Connector.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -34,19 +34,14 @@
import com.metamatrix.connector.api.CredentialMap;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ConnectorAnnotations.ConnectionPooling;
-import com.metamatrix.connector.identity.ConnectorIdentity;
-import com.metamatrix.connector.identity.ConnectorIdentityFactory;
-import com.metamatrix.connector.identity.SingleIdentityFactory;
-import com.metamatrix.connector.identity.UserIdentityFactory;
import com.metamatrix.connector.salesforce.connection.SalesforceConnection;
=
@ConnectionPooling
-public class Connector implements com.metamatrix.connector.api.Connector, =
ConnectorIdentityFactory {
+public class Connector extends com.metamatrix.connector.basic.BasicConnect=
or {
=
private ConnectorLogger logger;
=
private ConnectorEnvironment connectorEnv;
- private ConnectorIdentityFactory connectorIdentityFactory;
private ConnectorState state;
private boolean singleIdentity;
private String username;
@@ -102,20 +97,18 @@
//validate that both are empty or both have values
if(null =3D=3D username && null =3D=3D password) {
=
- } else if ((null =3D=3D username || username.equals("")) && (null !=3D p=
assword || !password.equals("")) ||
- ((null =3D=3D password || password.equals("")) && (null !=3D username =
|| !username.equals("")))) {
+ } else if ((null =3D=3D username || username.equals("")) && (null !=3D p=
assword && !password.equals("")) ||
+ ((null =3D=3D password || password.equals("")) && (null !=3D username =
&& !username.equals("")))) {
String msg =3D Messages.getString("SalesforceSourceConnectionFactory.=
Invalid.username.password.pair");
env.getLogger().logError(msg);
throw new ConnectorException(msg);
- } else if(null !=3D username || !username.equals("")) {
+ } else if(null !=3D username && !username.equals("")) {
singleIdentity =3D true;
this.password =3D password;
this.username =3D username;
- }
- if (singleIdentity) {
- this.connectorIdentityFactory =3D new SingleIdentityFactory();
} else {
- this.connectorIdentityFactory =3D new UserIdentityFactory();
+ this.setAdminConnectionsAllowed(false);
+ this.setUseCredentialMap(true);
}
=
String capabilitiesClass =3D env.getProperties().getProperty("ConnectorC=
apabilities", SalesforceCapabilities.class.getName());
@@ -167,12 +160,6 @@
public ConnectorState getState() {
return state;
}
-
- @Override
- public ConnectorIdentity createIdentity(ExecutionContext context)
- throws ConnectorException {
- return this.connectorIdentityFactory.createIdentity(context);
- }
=
@Override
public ConnectorCapabilities getCapabilities() {
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/execution/UpdateExecutionImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/UpdateExecutionImpl.java 2009-02-24 14:33:28 UTC=
(rev 487)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/UpdateExecutionImpl.java 2009-02-24 16:16:42 UTC=
(rev 488)
@@ -51,8 +51,7 @@
List elements =3D new ArrayList();
for (ISetClause clause : update.getChanges().getClauses()) {
IElement element =3D clause.getSymbol();
- Element column =3D (Element) parent.getMetadata().getObject(
- element.getMetadataID());
+ Element column =3D element.getMetadataObject();
String val =3D ((ILiteral) clause.getValue())
.toString();
MessageElement messageElem =3D new MessageElement(new QName(
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/execution/visitors/CriteriaVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/visitors/CriteriaVisitor.java 2009-02-24 14:33:2=
8 UTC (rev 487)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/visitors/CriteriaVisitor.java 2009-02-24 16:16:4=
2 UTC (rev 488)
@@ -40,7 +40,6 @@
import com.metamatrix.connector.language.ICompareCriteria.Operator;
import com.metamatrix.connector.metadata.runtime.Element;
import com.metamatrix.connector.metadata.runtime.Group;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
import com.metamatrix.connector.salesforce.Messages;
import com.metamatrix.connector.salesforce.Util;
@@ -158,13 +157,13 @@
}
=
private void generateMultiSelect(IFunction func, String funcName) throws =
ConnectorException {
- IExpression[] expressions =3D func.getParameters();
+ List expressions =3D func.getParameters();
validateFunction(expressions);
- IExpression columnExpression =3D expressions[0]; =
- Element column =3D (Element)metadata.getObject(((IElement)columnExpressi=
on).getMetadataID());
+ IExpression columnExpression =3D expressions.get(0); =
+ Element column =3D ((IElement)columnExpression).getMetadataObject();
StringBuffer criterion =3D new StringBuffer();
criterion.append(column.getNameInSource()).append(SPACE).append(funcName=
);
- addFunctionParams((ILiteral)expressions[1], criterion);
+ addFunctionParams((ILiteral)expressions.get(1), criterion);
criteriaList.add(criterion.toString());
}
=
@@ -195,15 +194,14 @@
criteriaList.add(result.toString());
}
=
- private void validateFunction(IExpression[] expressions) throws Connector=
Exception {
- if(expressions.length !=3D 2) {
+ private void validateFunction(List expressions) throws Conne=
ctorException {
+ if(expressions.size() !=3D 2) {
throw new ConnectorException(Messages.getString("CriteriaVisitor.invali=
d.arg.count"));
}
- IExpression columnExpression =3D expressions[0];
- if(!(expressions[0] instanceof IElement)) {
+ if(!(expressions.get(0) instanceof IElement)) {
throw new ConnectorException(Messages.getString("CriteriaVisitor.functi=
on.not.column.arg"));
}
- if(!(expressions[1] instanceof ILiteral)) {
+ if(!(expressions.get(1) instanceof ILiteral)) {
throw new ConnectorException(Messages.getString("CriteriaVisitor.functi=
on.not.literal.arg"));
}
}
@@ -233,7 +231,7 @@
parseFunction((IFunction)lExpr);
} else {
IElement left =3D (IElement) lExpr;
- Element column =3D (Element) metadata.getObject(left.getMetadataID());
+ Element column =3D left.getMetadataObject();
String columnName =3D column.getNameInSource();
StringBuffer queryString =3D new StringBuffer();
queryString.append(columnName).append(SPACE);
@@ -268,8 +266,7 @@
queryString.append(' ');
queryString.append("IN");
queryString.append('(');
- Element column =3D (Element) metadata.getObject(
- ((IElement)criteria.getLeftExpression()).getMetadataID());
+ Element column =3D ((IElement)criteria.getLeftExpression()).getMetadataO=
bject();
boolean timeColumn =3D isTimeColumn(column);
boolean first =3D true;
Iterator iter =3D criteria.getRightExpressions().iterator();
@@ -299,8 +296,7 @@
String result;
if (expr instanceof IElement) {
IElement element =3D (IElement) expr;
- Element element2 =3D (Element) metadata.getObject(element
- .getMetadataID());
+ Element element2 =3D element.getMetadataObject();
result =3D element2.getNameInSource();
} else if (expr instanceof ILiteral) {
ILiteral literal =3D (ILiteral) expr;
@@ -314,8 +310,7 @@
}
=
protected void loadColumnMetadata(IGroup group) throws ConnectorException=
{
- MetadataID id =3D group.getMetadataID();
- table =3D (Group) metadata.getObject(id);
+ table =3D group.getMetadataObject();
String supportsQuery =3D (String) table.getProperties().get(
"Supports Query");
if (!Util.convertStringToBoolean(supportsQuery)) {
@@ -325,13 +320,10 @@
+ Messages
.getString("CriteriaVisitor.query.not.supported"));
}
- List columnIds =3D table.getMetadataID().getChildIDs();
- Iterator iter =3D columnIds.iterator();
- while (iter.hasNext()) {
- MetadataID columnID =3D (MetadataID) iter.next();
- Element element =3D (Element) metadata.getObject(columnID);
- String name =3D columnID.getParentID().getName() + '.'
- + columnID.getName();
+ List columnIds =3D table.getChildren();
+ for (Element element : columnIds) {
+ String name =3D table.getName() + '.'
+ + element.getName();
columnElementsByName.put(name, element);
}
}
@@ -340,9 +332,7 @@
throws ConnectorException {
boolean result =3D false;
if (expression instanceof IElement) {
- MetadataID elementID =3D (MetadataID) ((IElement) expression)
- .getMetadataID();
- Element element =3D (Element) metadata.getObject(elementID);
+ Element element =3D ((IElement) expression).getMetadataObject();
String nameInSource =3D element.getNameInSource();
if (nameInSource.equalsIgnoreCase("id")) {
result =3D true;
@@ -355,9 +345,7 @@
throws ConnectorException {
boolean result =3D false;
if (expression instanceof IElement) {
- MetadataID elementID =3D (MetadataID) ((IElement) expression)
- .getMetadataID();
- Element element =3D (Element) metadata.getObject(elementID);
+ Element element =3D ((IElement) expression).getMetadataObject();
String nativeType =3D element.getNativeType();
if (nativeType.equalsIgnoreCase("multipicklist") || =
nativeType.equalsIgnoreCase("restrictedmultiselectpicklist")) {
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/execution/visitors/InsertVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/visitors/InsertVisitor.java 2009-02-24 14:33:28 =
UTC (rev 487)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/visitors/InsertVisitor.java 2009-02-24 16:16:42 =
UTC (rev 488)
@@ -59,7 +59,7 @@
=
for(int i =3D 0; i < columns.size(); i++) {
IElement element =3D columns.get(i);
- Element column =3D (Element)metadata.getObject(element.getMetadataID()=
);
+ Element column =3D element.getMetadataObject();
Object value =3D values.get(i);
String val;
if(value instanceof ILiteral) {
Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatri=
x/connector/salesforce/execution/visitors/SelectVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/visitors/SelectVisitor.java 2009-02-24 14:33:28 =
UTC (rev 487)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/conn=
ector/salesforce/execution/visitors/SelectVisitor.java 2009-02-24 16:16:42 =
UTC (rev 488)
@@ -35,7 +35,6 @@
import com.metamatrix.connector.language.ISelect;
import com.metamatrix.connector.language.ISelectSymbol;
import com.metamatrix.connector.metadata.runtime.Element;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
import com.metamatrix.connector.salesforce.Messages;
import com.metamatrix.connector.salesforce.Util;
@@ -80,9 +79,7 @@
// get the name in source
IExpression expression =3D symbol.getExpression();
if (expression instanceof IElement) {
- MetadataID elementID =3D (MetadataID) ((IElement) expression)
- .getMetadataID();
- Element element =3D (Element) metadata.getObject(elementID);
+ Element element =3D ((IElement) expression).getMetadataObject();
selectSymbolIndexToElement.put(index, element);
selectSymbolNameToIndex .put(element.getNameInSource(), index);
String nameInSource =3D element.getNameInSource();
Modified: trunk/connectors/connector-text/src/main/java/com/metamatrix/conn=
ector/text/TextConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/=
text/TextConnector.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/=
text/TextConnector.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -35,17 +35,17 @@
import java.util.Properties;
=
import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.api.Connector;
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.ExecutionContext;
+import com.metamatrix.connector.basic.BasicConnector;
=
/**
* Implementation of text connector.
*/
-public class TextConnector implements Connector {
+public class TextConnector extends BasicConnector {
=
private ConnectorLogger logger;
private ConnectorEnvironment env;
Modified: trunk/connectors/connector-text/src/main/java/com/metamatrix/conn=
ector/text/TextSynchExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/=
text/TextSynchExecution.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/=
text/TextSynchExecution.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -49,11 +49,9 @@
import com.metamatrix.connector.language.IFrom;
import com.metamatrix.connector.language.IGroup;
import com.metamatrix.connector.language.IQuery;
-import com.metamatrix.connector.language.ISelect;
import com.metamatrix.connector.language.ISelectSymbol;
import com.metamatrix.connector.metadata.runtime.Element;
import com.metamatrix.connector.metadata.runtime.Group;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
import com.metamatrix.core.util.StringUtil;
=
@@ -399,7 +397,7 @@
* attempt to create the request as we may need =
* column names from the header row.
*/
- String groupName =3D group.getMetadataID().getFullName();
+ String groupName =3D group.getMetadataObject().getFullName();
Map metadataMap =3D metadataProps;
groupProps =3D (Properties) metadataMap.get(groupName.toUpperC=
ase());
=
@@ -412,11 +410,11 @@
Object[] params =3D new Object[] { groupName, ex.getMessag=
e() };
throw new ConnectorException(ex, TextPlugin.Util.getString=
("TextSynchExecution.Unable_get_Reader", params)); //$NON-NLS-1$
}
- List elementIDs =3D group.getMetadataID().getChildIDs();
- numModeledColumns =3D elementIDs.size();
- int[] colWidthArray =3D new int[elementIDs.size()];
+ List elements =3D group.getMetadataObject().getChildr=
en();
+ numModeledColumns =3D elements.size();
+ int[] colWidthArray =3D new int[elements.size()];
for (int i =3D 0; i < colWidthArray.length; i++) {
- Element element =3D (Element)rm.getObject((MetadataID)elem=
entIDs.get(i));
+ Element element =3D elements.get(i);
colWidthArray[getColumn(element)] =3D element.getLength();
}
for (int i =3D 0; i < colWidthArray.length; i++) {
@@ -462,12 +460,10 @@
IFrom from =3D ((IQuery) cmd).getFrom();
List groups =3D from.getItems();
IGroup symbol =3D (IGroup) groups.get(0);
- Group group =3D (Group) rm.getObject(symbol.getMetadataID());
+ Group group =3D symbol.getMetadataObject();
=
- =
+ String groupName =3D group.getFullName();
=
- String groupName =3D group.getMetadataID().getFullName();
-
Map metadataMap =3D (Map) response;
Properties connProps =3D (Properties) metadataMap.get(TextProperty=
Names.CONNECTOR_PROPERTIES);
=
@@ -607,8 +603,7 @@
*/
private Element getElementFromSymbol(ISelectSymbol symbol) throws Conn=
ectorException {
IElement expr =3D (IElement) symbol.getExpression();
- MetadataID elementID =3D expr.getMetadataID();
- return (Element) rm.getObject(elementID);
+ return expr.getMetadataObject();
}
=
/**
@@ -636,16 +631,16 @@
} catch(NumberFormatException e) {
// Name In Source was not numeric, so look for a column with a he=
ading matching Name In Source
if ( colStr =3D=3D null ) {
- colStr =3D elem.getMetadataID().getName();
+ colStr =3D elem.getName();
}
if ( headerRow =3D=3D null ) getCurrentReader();
if ( headerRow !=3D null ) {
for ( int i =3D 0; i < headerRow.size(); i++ ) {
if ( colStr.compareToIgnoreCase((String)headerRow.get(i) )=3D=
=3D0) return i;
}
- throw new ConnectorException(TextPlugin.Util.getString("Te=
xtSynchExecution.Column_not_found_in_header_row", new Object[] {colStr, ele=
m.getMetadataID().getFullName() } )); //$NON-NLS-1$
+ throw new ConnectorException(TextPlugin.Util.getString("Te=
xtSynchExecution.Column_not_found_in_header_row", new Object[] {colStr, ele=
m.getFullName() } )); //$NON-NLS-1$
}
- throw new ConnectorException(TextPlugin.Util.getString("TextSy=
nchExecution.Invalid_column_number", new Object[] {colStr, elem.getMetadata=
ID().getFullName() } ) ); //$NON-NLS-1$
+ throw new ConnectorException(TextPlugin.Util.getString("TextSy=
nchExecution.Invalid_column_number", new Object[] {colStr, elem.getFullName=
() } ) ); //$NON-NLS-1$
}
}
=
Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/conne=
ctor/xml/base/CriteriaDesc.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/x=
ml/base/CriteriaDesc.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/x=
ml/base/CriteriaDesc.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -138,7 +138,7 @@
} else if (findIsRequired(element)) {
throw new ConnectorException(
Messages.getString("CriteriaDesc.value.not.found.for.p=
aram") //$NON-NLS-1$
- + element.getMetadataID().getName());
+ + element.getName());
} =
}
=
@@ -369,7 +369,7 @@
//Thsi should be much more bulletproof and more easily supported
private static ArrayList parseCriteriaToValues(Element element, IQuery=
query) throws ConnectorException {
=
- String fullName =3D element.getMetadataID().getFullName().trim().t=
oUpperCase();
+ String fullName =3D element.getFullName().trim().toUpperCase();
ArrayList parmPair =3D new ArrayList();
if (element.getSearchability() =3D=3D Element.SEARCHABLE
|| element.getSearchability() =3D=3D Element.SEARCHABLE_CO=
MPARE) {
Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/conne=
ctor/xml/base/LoggingConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/x=
ml/base/LoggingConnector.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/x=
ml/base/LoggingConnector.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -25,6 +25,7 @@
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
+import com.metamatrix.connector.basic.BasicConnector;
import com.metamatrix.connector.xml.XMLConnectorState;
=
/**
@@ -33,7 +34,7 @@
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
-public abstract class LoggingConnector implements StatefulConnector {
+public abstract class LoggingConnector extends BasicConnector implements S=
tatefulConnector {
=
private static ConnectorLogger m_logger;
private ConnectorEnvironment m_environment;
Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/conne=
ctor/xml/base/ParameterDescriptor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/x=
ml/base/ParameterDescriptor.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/x=
ml/base/ParameterDescriptor.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -51,7 +51,7 @@
if(getElement().getNameInSource() !=3D null) {
setColumnName(getElement().getNameInSource());
} else {
- setColumnName(getElement().getMetadataID().getName().trim());
+ setColumnName(getElement().getName().trim());
}
String nis =3D getElement().getNameInSource();
if (nis !=3D null) {
Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/conne=
ctor/xml/base/QueryAnalyzer.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/x=
ml/base/QueryAnalyzer.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/x=
ml/base/QueryAnalyzer.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -41,7 +41,6 @@
import com.metamatrix.connector.language.ISelectSymbol;
import com.metamatrix.connector.metadata.runtime.Element;
import com.metamatrix.connector.metadata.runtime.Group;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
import com.metamatrix.connector.xml.IQueryPreprocessor;
=
@@ -122,8 +121,7 @@
List fromItems =3D from.getItems();
//better be only one
IGroup group =3D (IGroup) fromItems.get(0);
- MetadataID id =3D group.getMetadataID();
- m_table =3D (Group) m_metadata.getObject(id);
+ m_table =3D (Group) group.getMetadataObject();
m_info.setTableXPath(m_table.getNameInSource());
}
=
@@ -149,9 +147,7 @@
if (expr instanceof ILiteral) {
xpath =3D new OutputXPathDesc((ILiteral) expr);
} else if (expr instanceof IElement) {
- MetadataID elementID =3D (MetadataID) ((IElement) expr)
- .getMetadataID();
- Element element =3D (Element) m_metadata.getObject(ele=
mentID);
+ Element element =3D ((IElement)expr).getMetadataObject=
();
xpath =3D new OutputXPathDesc(element);
}
if (xpath !=3D null) {
@@ -175,19 +171,13 @@
// containing names, element (metadata), and equivilence value, o=
r all
// set values
=
- MetadataID groupID =3D m_table.getMetadataID();
- List elementList =3D groupID.getChildIDs();
-
ArrayList params =3D new ArrayList();
ArrayList crits =3D new ArrayList();
ArrayList responses =3D new ArrayList();
ArrayList locations =3D new ArrayList();
=
//Iterate through each field in the table
- Iterator elementListIterator =3D elementList.iterator();
- while (elementListIterator.hasNext()) {
- MetadataID elementID =3D (MetadataID) elementListIterator.next=
();
- Element element =3D (Element) m_metadata.getObject(elementID);
+ for (Element element : m_table.getChildren()) {
CriteriaDesc criteria =3D CriteriaDesc.getCriteriaDescForColum=
n(
element, m_query);
if (criteria !=3D null) {
Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/conne=
ctor/xmlsource/XMLSourceConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/x=
mlsource/XMLSourceConnector.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/x=
mlsource/XMLSourceConnector.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -29,13 +29,14 @@
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.api.ConnectorAnnotations.ConnectionPooling;
+import com.metamatrix.connector.basic.BasicConnector;
=
/**
* XML Source connector, will give provide a XML document as source to
* Metamatrix engine.
*/
@ConnectionPooling
-public class XMLSourceConnector implements Connector {
+public class XMLSourceConnector extends BasicConnector {
=
private ConnectorEnvironment env;
private XMLConnectionFacory connFactory;
Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/conne=
ctor/xmlsource/file/FileExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/x=
mlsource/file/FileExecution.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/x=
mlsource/file/FileExecution.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -76,7 +76,7 @@
public void execute() throws ConnectorException {
=
// look for the name of the file to return in the metadata, "Name =
in Source" property
- MetadataObject metaObject =3D this.metadata.getObject(procedure.ge=
tMetadataID());
+ MetadataObject metaObject =3D procedure.getMetadataObject();
String fileName =3D metaObject.getNameInSource();
=
// if the source procedure name is not supplied then throw an exce=
ption
Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/conne=
ctor/xmlsource/soap/SoapExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/x=
mlsource/soap/SoapExecution.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/x=
mlsource/soap/SoapExecution.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -74,7 +74,7 @@
ArrayList argsList =3D new ArrayList();
=
// look for the name of the Service to return in the metadata, "Na=
me in Source" property
- MetadataObject metaObject =3D this.metadata.getObject(procedure.ge=
tMetadataID());
+ MetadataObject metaObject =3D procedure.getMetadataObject();
String sourceProcedureName =3D metaObject.getNameInSource();
=
// if the source procedure name is not supplied then throw an exce=
ption
Deleted: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connec=
tor/xml/MockCachingConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
ml/MockCachingConnector.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
ml/MockCachingConnector.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -1,95 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-
-package com.metamatrix.connector.xml;
-
-import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.api.ConnectorCapabilities;
-import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.api.ConnectorLogger;
-import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.xml.cache.IDocumentCache;
-import com.metamatrix.connector.xml.cache.MockDocumentCache;
-
-public class MockCachingConnector implements CachingConnector {
-
- IDocumentCache mockCache =3D new MockDocumentCache();
- =
- public void createCacheObjectRecord(String requestID, String partID, Stri=
ng executionID, String sourceRequestID, String cacheKey) throws ConnectorEx=
ception {
- // TODO Auto-generated method stub
- }
-
- public void deleteCacheItems(String requestIdentifier, String partIdentif=
ier, String executionIdentifier) {
- // TODO Auto-generated method stub
- }
-
- public IDocumentCache getCache() {
- return mockCache;
- }
-
- public IDocumentCache getStatementCache() {
- // TODO Auto-generated method stub
- return null;
- }
-
- public ConnectorEnvironment getEnvironment() {
- // TODO Auto-generated method stub
- return null;
- }
-
- public ConnectorLogger getLogger() {
- // TODO Auto-generated method stub
- return null;
- }
-
- public XMLConnectorState getState() {
- // TODO Auto-generated method stub
- return null;
- }
-
- public Connection getConnection(ExecutionContext arg0) throws ConnectorEx=
ception {
- // TODO Auto-generated method stub
- return null;
- }
-
- public void stop() {
- // TODO Auto-generated method stub
- =
- }
- =
- @Override
- public ConnectorCapabilities getCapabilities() {
- // TODO Auto-generated method stub
- return null;
- }
- =
- @Override
- public void start(ConnectorEnvironment environment)
- throws ConnectorException {
- // TODO Auto-generated method stub
- =
- }
-
-
-}
Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/conne=
ctor/xml/base/TestCriteriaDesc.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
ml/base/TestCriteriaDesc.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
ml/base/TestCriteriaDesc.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -43,7 +43,6 @@
import com.metamatrix.connector.language.LanguageUtil;
import com.metamatrix.connector.metadata.runtime.Element;
import com.metamatrix.connector.metadata.runtime.Group;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
=
/**
@@ -77,85 +76,56 @@
System.setProperty("metamatrix.config.none", "true");
}
=
- public void testGetCriteriaDescForColumn() { =
+ public void testGetCriteriaDescForColumn() throws Exception { =
//case 1: values provided
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select RequiredDefaultedParam from CriteriaDesc=
Table where RequiredDefaultedParam in ('foo')";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNotNull("CriteriaDesc is null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- }
- =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select RequiredDefaultedParam from CriteriaDescTabl=
e where RequiredDefaultedParam in ('foo')";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertNotNull("CriteriaDesc is null", desc);
}
=
- public void testGetCriteriaDescForColumnDefaultedValue() {
+ public void testGetCriteriaDescForColumnDefaultedValue() throws Except=
ion {
//case 2: param, required, defaulted
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select RequiredDefaultedParam from CriteriaDesc=
Table";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNotNull("CriteriaDesc is null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select RequiredDefaultedParam from CriteriaDescTabl=
e";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertNotNull("CriteriaDesc is null", desc);
}
=
- public void testGetCriteriaDescForColumnNoCriteria() {
+ public void testGetCriteriaDescForColumnNoCriteria() throws Exception {
//case 3: param, not required, not defaulted, not allowed empty
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select OptionalNotAllowedEmptyParam from Criter=
iaDescTable";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNull("CriteriaDesc is not null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select OptionalNotAllowedEmptyParam from CriteriaDe=
scTable";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertNull("CriteriaDesc is not null", desc);
}
=
- public void testGetCriteriaDescForColumnAllowEmpty() {
+ public void testGetCriteriaDescForColumnAllowEmpty() throws Exception {
//case 4: param, not required, not defaulted, allowed empty
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select OptionalAllowedEmptyParam from CriteriaD=
escTable";
- final int colLocation =3D 0;
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNotNull("CriteriaDesc is null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select OptionalAllowedEmptyParam from CriteriaDescT=
able";
+ final int colLocation =3D 0;
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertNotNull("CriteriaDesc is null", desc);
}
=
public void testGetCriteriaDescForColumnError() {
@@ -167,98 +137,66 @@
final int colLocation =3D 0;
ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
+ Element elem =3D ((IElement) expr).getMetadataObject();
CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
fail("exception not thrown");
} catch (ConnectorException ce) {
- assertNotNull(ce);
} =
}
=
- public void testGetCriteriaDescForColumnNotParam() {
+ public void testGetCriteriaDescForColumnNotParam() throws Exception {
//case 6: not a param
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select OutputColumn from CriteriaDescTable";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNull("CriteriaDesc is not null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select OutputColumn from CriteriaDescTable";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertNull("CriteriaDesc is not null", desc);
}
=
- public void testGetCriteriaDescForColumnCompare() { =
+ public void testGetCriteriaDescForColumnCompare() throws Exception { =
//case 7: compare criteria
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select RequiredDefaultedParam from CriteriaDesc=
Table where RequiredDefaultedParam =3D 'foo'";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNotNull("CriteriaDesc is null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- }
- =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select RequiredDefaultedParam from CriteriaDescTabl=
e where RequiredDefaultedParam =3D 'foo'";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertNotNull("CriteriaDesc is null", desc);
}
=
=
- public void testGetCriteriaDescForColumnMultiElement() { =
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select MultiElementParam from CriteriaDescTable=
where MultiElementParam in ('foo','bar')";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- String multiplicityStr =3D elem.getProperties().getProperty(
- CriteriaDesc.PARM_HAS_MULTIPLE_VALUES_COLUMN_PROPERTY_NAME);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNotNull("CriteriaDesc is null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ public void testGetCriteriaDescForColumnMultiElement() throws Exceptio=
n { =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select MultiElementParam from CriteriaDescTable whe=
re MultiElementParam in ('foo','bar')";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ String multiplicityStr =3D elem.getProperties().getProperty(
+ CriteriaDesc.PARM_HAS_MULTIPLE_VALUES_COLUMN_PROPERTY_NAME);
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertNotNull("CriteriaDesc is null", desc);
}
=
- public void testGetCriteriaDescForColumnDelimited() { =
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select DelimitedParam from CriteriaDescTable wh=
ere DelimitedParam in ('foo','bar')";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- String multiplicityStr =3D elem.getProperties().getProperty(
- CriteriaDesc.PARM_HAS_MULTIPLE_VALUES_COLUMN_PROPERTY_NAME);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNotNull("CriteriaDesc is null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ public void testGetCriteriaDescForColumnDelimited() throws Exception {=
=
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select DelimitedParam from CriteriaDescTable where =
DelimitedParam in ('foo','bar')";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ String multiplicityStr =3D elem.getProperties().getProperty(
+ CriteriaDesc.PARM_HAS_MULTIPLE_VALUES_COLUMN_PROPERTY_NAME);
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertNotNull("CriteriaDesc is null", desc);
}
=
public void testGetCriteriaDescForColumnLikeSearchable() { =
@@ -269,37 +207,26 @@
final int colLocation =3D 0;
ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
+ Element elem =3D ((IElement) expr).getMetadataObject();
String multiplicityStr =3D elem.getProperties().getProperty(
CriteriaDesc.PARM_HAS_MULTIPLE_VALUES_COLUMN_PROPERTY_NAME);
CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
fail("should not be able to handle default value");
} catch (ConnectorException ce) {
- assertTrue(true);
} =
}
=
- public void testGetCriteriaDescForColumnUnlikeSearchable() { =
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select UnlikeSearchableParam from CriteriaDescT=
able where UnlikeSearchableParam in ('foo')";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- String multiplicityStr =3D elem.getProperties().getProperty(
- CriteriaDesc.PARM_HAS_MULTIPLE_VALUES_COLUMN_PROPERTY_NAME);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNotNull("could not create CriteriaDesc", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ public void testGetCriteriaDescForColumnUnlikeSearchable() throws Exce=
ption { =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select UnlikeSearchableParam from CriteriaDescTable=
where UnlikeSearchableParam in ('foo')";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ String multiplicityStr =3D elem.getProperties().getProperty(
+ CriteriaDesc.PARM_HAS_MULTIPLE_VALUES_COLUMN_PROPERTY_NAME);
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
}
=
public void testGetCriteriaDescForColumnUnsearchable() { =
@@ -310,235 +237,151 @@
final int colLocation =3D 0;
ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
+ Element elem =3D ((IElement) expr).getMetadataObject();
String multiplicityStr =3D elem.getProperties().getProperty(
CriteriaDesc.PARM_HAS_MULTIPLE_VALUES_COLUMN_PROPERTY_NAME);
CriteriaDesc.getCriteriaDescForColumn(elem, iquery);
fail("should not be able to handle default value");
} catch (ConnectorException ce) {
- assertTrue(true);
} =
}
=
- public void testGetCriteriaDescForColumnLike() { =
+ public void testGetCriteriaDescForColumnLike() throws Exception { =
//case 1: values provided
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select RequiredDefaultedParam from CriteriaDesc=
Table where RequiredDefaultedParam like 'foo'";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNotNull("CriteriaDesc is null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- }
- =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select RequiredDefaultedParam from CriteriaDescTabl=
e where RequiredDefaultedParam like 'foo'";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertNotNull("CriteriaDesc is null", desc);
}
=
- public void testGetCriteriaDescForColumnNotEquals() { =
+ public void testGetCriteriaDescForColumnNotEquals() throws Exception {=
=
//case 1: values provided
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select RequiredDefaultedParam from CriteriaDesc=
Table where RequiredDefaultedParam !=3D 'foo'";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNotNull("CriteriaDesc is null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- }
- =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select RequiredDefaultedParam from CriteriaDescTabl=
e where RequiredDefaultedParam !=3D 'foo'";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertNotNull("CriteriaDesc is null", desc);
}
=
- public void testGetCriteriaDescForColumnLiteral() { =
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select RequiredDefaultedParam from CriteriaDesc=
Table where concat(RequiredDefaultedParam, 'bar') in('foo')";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNotNull("CriteriaDesc is null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- }
- =
+ public void testGetCriteriaDescForColumnLiteral() throws Exception { =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select RequiredDefaultedParam from CriteriaDescTabl=
e where concat(RequiredDefaultedParam, 'bar') in('foo')";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertNotNull("CriteriaDesc is null", desc);
}
=
- public void testGetCriteriaDescForColumnNameMatchFailure() { =
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select RequiredDefaultedParam from CriteriaDesc=
Table where AttributeParam in('foo')";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNotNull("CriteriaDesc is null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- }
- =
+ public void testGetCriteriaDescForColumnNameMatchFailure() throws Exce=
ption { =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select RequiredDefaultedParam from CriteriaDescTabl=
e where AttributeParam in('foo')";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertNotNull("CriteriaDesc is null", desc);
}
=
=
- public void testGetCriteriaDescForColumnLeftLiteral() { =
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select RequiredDefaultedParam from CriteriaDesc=
Table " =
- + "where concat('bar', 'foo') =3D concat('bar', RequiredDefault=
edParam)";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNotNull("CriteriaDesc is null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ public void testGetCriteriaDescForColumnLeftLiteral() throws Exception=
{ =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select RequiredDefaultedParam from CriteriaDescTabl=
e " =
+ + "where concat('bar', 'foo') =3D concat('bar', RequiredDefaultedPa=
ram)";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertNotNull("CriteriaDesc is null", desc);
}
=
- public void testGetCriteriaDescForColumnTwoElements() { =
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select RequiredDefaultedParam from CriteriaDesc=
Table where OutputColumn =3D RequiredDefaultedParam";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNotNull("CriteriaDesc is null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ public void testGetCriteriaDescForColumnTwoElements() throws Exception=
{ =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select RequiredDefaultedParam from CriteriaDescTabl=
e where OutputColumn =3D RequiredDefaultedParam";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertNotNull("CriteriaDesc is null", desc);
}
=
- public void testGetCriteriaDescForColumnLeftElementEqualsLiteral() { =
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select RequiredDefaultedParam from CriteriaDesc=
Table where AttributeParam =3D 'foo'";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNotNull("CriteriaDesc is null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ public void testGetCriteriaDescForColumnLeftElementEqualsLiteral() thr=
ows Exception { =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select RequiredDefaultedParam from CriteriaDescTabl=
e where AttributeParam =3D 'foo'";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertNotNull("CriteriaDesc is null", desc);
}
=
- public void testGetCriteriaDescForColumnLeftElementEqualsNonLiteral() =
{ =
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select RequiredDefaultedParam from CriteriaDesc=
Table where" =
- + " RequiredDefaultedParam =3D concat('foo', OutputColumn)";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertNotNull("CriteriaDesc is null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ public void testGetCriteriaDescForColumnLeftElementEqualsNonLiteral() =
throws Exception { =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select RequiredDefaultedParam from CriteriaDescTabl=
e where" =
+ + " RequiredDefaultedParam =3D concat('foo', OutputColumn)";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertNotNull("CriteriaDesc is null", desc);
}
=
- public void testGetInputXPathNoXpath() { =
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select BadNoInputXpath from CriteriaDescTable w=
here BadNoInputXpath in ('foo')";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertEquals(desc.getColumnName(), desc.getInputXpath());
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ public void testGetInputXPathNoXpath() throws Exception { =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select BadNoInputXpath from CriteriaDescTable where=
BadNoInputXpath in ('foo')";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertEquals(desc.getColumnName(), desc.getInputXpath());
}
=
=
- public void testGetInputXPathEmptyXpath() { =
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select BadEmptyInputXPath from CriteriaDescTabl=
e where BadEmptyInputXPath in ('foo')";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertEquals(desc.getColumnName(), desc.getInputXpath());
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ public void testGetInputXPathEmptyXpath() throws Exception { =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select BadEmptyInputXPath from CriteriaDescTable wh=
ere BadEmptyInputXPath in ('foo')";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertEquals(desc.getColumnName(), desc.getInputXpath());
} =
=
- public void testGetDataAttributeNameEmptyName() { =
- try {
- assertNotNull("vdb path is null", vdbPath);
- String query =3D "select BadNoDataAttributeName from CriteriaDesc=
Table where BadNoDataAttributeName in ('foo')";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(el=
em, iquery);
- assertEquals("", desc.getDataAttributeName());
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ public void testGetDataAttributeNameEmptyName() throws Exception { =
+ assertNotNull("vdb path is null", vdbPath);
+ String query =3D "select BadNoDataAttributeName from CriteriaDescTabl=
e where BadNoDataAttributeName in ('foo')";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertEquals("", desc.getDataAttributeName());
} =
=
=
@@ -697,98 +540,65 @@
}
}
=
- public void testGetCurrentIndexValueEnumerated() {
+ public void testGetCurrentIndexValueEnumerated() throws Exception {
String query =3D "select DelimitedParam from CriteriaDescTable where =
DelimitedParam in ('foo', 'bar')";
IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
final int colLocation =3D 0;
- try {
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelec=
tSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntimeMet=
adata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem,=
iquery);
- assertEquals("There should be two values" , 2, desc.getNumberOfVa=
lues());
- assertEquals("foo", desc.getCurrentIndexValue());
- desc.incrementIndex();
- assertEquals("bar", desc.getCurrentIndexValue());
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- }
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertEquals("There should be two values" , 2, desc.getNumberOfVal=
ues());
+ assertEquals("foo", desc.getCurrentIndexValue());
+ desc.incrementIndex();
+ assertEquals("bar", desc.getCurrentIndexValue());
}
=
- public void testIncrementIndexEnumerated() {
+ public void testIncrementIndexEnumerated() throws Exception {
String query =3D "select DelimitedParam from CriteriaDescTable where =
DelimitedParam in ('foo', 'bar')";
IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
final int colLocation =3D 0;
- try {
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelec=
tSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntimeMet=
adata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem,=
iquery);
- assertTrue("We should be able to increment this CriteriaDesc", de=
sc.incrementIndex());
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- }
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntimeMeta=
data(vdbPath);
+ Element elem =3D ((IElement) expr).getMetadataObject();
+ CriteriaDesc desc =3D CriteriaDesc.getCriteriaDescForColumn(elem, =
iquery);
+ assertTrue("We should be able to increment this CriteriaDesc", des=
c.incrementIndex());
}
=
- public void testGetCurrentIndexValueNoValue() {
- try {
- final String query =3D "select OptionalAllowedEmptyParam from Cri=
teriaDescTable";
- Element elem =3D getElement(query);
- ArrayList list =3D new ArrayList();
- CriteriaDesc desc =3D new CriteriaDesc(elem, list);
- assertEquals("", desc.getCurrentIndexValue());
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ public void testGetCurrentIndexValueNoValue() throws Exception {
+ final String query =3D "select OptionalAllowedEmptyParam from Criteri=
aDescTable";
+ Element elem =3D getElement(query);
+ ArrayList list =3D new ArrayList();
+ CriteriaDesc desc =3D new CriteriaDesc(elem, list);
+ assertEquals("", desc.getCurrentIndexValue());
}
=
- public void testGetCurrentIndexValueNoValueNotEmpty() {
- try {
- final String query =3D "select OptionalNotAllowedEmptyParam from =
CriteriaDescTable";
- Element elem =3D getElement(query);
- ArrayList list =3D new ArrayList();
- CriteriaDesc desc =3D new CriteriaDesc(elem, list);
- assertNull(desc.getCurrentIndexValue());
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ public void testGetCurrentIndexValueNoValueNotEmpty() throws Exception=
{
+ final String query =3D "select OptionalNotAllowedEmptyParam from Crit=
eriaDescTable";
+ Element elem =3D getElement(query);
+ ArrayList list =3D new ArrayList();
+ CriteriaDesc desc =3D new CriteriaDesc(elem, list);
+ assertNull(desc.getCurrentIndexValue());
}
=
- public void testIncrementIndex() {
- try {
- final String value2 =3D "value2";
- String query =3D "select MultiCol from MultiTable where MultiC=
ol in ('" + VALUE + "', '" + value2 + "')";
- Element elem =3D getElement(query);
- ArrayList list =3D new ArrayList();
- list.add(VALUE);
- list.add(value2); =
- CriteriaDesc desc =3D new CriteriaDesc(elem, list);
- assertEquals(VALUE, desc.getCurrentIndexValue());
- assertTrue("index increment failed", desc.incrementIndex());
- assertEquals(value2, desc.getCurrentIndexValue());
- assertFalse("index went beyond number of values", desc.increme=
ntIndex());
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- }
+ public void testIncrementIndex() throws Exception {
+ final String value2 =3D "value2";
+ String query =3D "select MultiCol from MultiTable where MultiCol i=
n ('" + VALUE + "', '" + value2 + "')";
+ Element elem =3D getElement(query);
+ ArrayList list =3D new ArrayList();
+ list.add(VALUE);
+ list.add(value2); =
+ CriteriaDesc desc =3D new CriteriaDesc(elem, list);
+ assertEquals(VALUE, desc.getCurrentIndexValue());
+ assertTrue("index increment failed", desc.incrementIndex());
+ assertEquals(value2, desc.getCurrentIndexValue());
+ assertFalse("index went beyond number of values", desc.incrementIn=
dex());
}
=
- public void testResetIndex() {
- try {
- CriteriaDesc desc =3D createCriteriaDesc(QUERY);
- desc.resetIndex();
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- }
+ public void testResetIndex() throws Exception {
+ CriteriaDesc desc =3D createCriteriaDesc(QUERY);
+ desc.resetIndex();
}
=
public void testNameMatch() {
@@ -882,26 +692,11 @@
=
private Element getElement(String query, int colLocation)
throws ConnectorException {
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntimeM=
etadata(vdbPath);
IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, que=
ry);
ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
IExpression expr =3D symbol.getExpression();
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
+ Element elem =3D ((IElement) expr).getMetadataObject();
return elem; =
}
=
- private Group getTable(String query) throws ConnectorException {
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntimeM=
etadata(vdbPath);
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, que=
ry);
- ISelect select =3D iquery.getSelect();
- List elems =3D select.getSelectSymbols();
- IFrom from =3D iquery.getFrom();
- List fromItems =3D from.getItems();
- //better be only one
- IGroup group =3D (IGroup) fromItems.get(0);
- MetadataID id =3D group.getMetadataID();
- return (Group) metadata.getObject(id);
- }
- =
}
Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/conne=
ctor/xml/base/TestOutputXPathDesc.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
ml/base/TestOutputXPathDesc.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
ml/base/TestOutputXPathDesc.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -37,8 +37,6 @@
import com.metamatrix.connector.language.ISelectSymbol;
import com.metamatrix.connector.language.LanguageUtil;
import com.metamatrix.connector.metadata.runtime.Element;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
-import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
=
/**
* created by JChoate on Jun 27, 2005
@@ -74,71 +72,50 @@
/*
* Class under test for void OutputXPathDesc(Element)
*/
- public void testOutputXPathDescElement() {
- =
+ public void testOutputXPathDescElement() throws Exception {
IQuery query =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, QUER=
Y);
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntimeM=
etadata(vdbPath);
ISelect select =3D query.getSelect();
List symbols =3D select.getSelectSymbols();
ISelectSymbol selectSymbol =3D (ISelectSymbol) symbols.get(0);
IExpression expr =3D selectSymbol.getExpression();
- Element element =3D null;
- try {
- if (expr instanceof IElement) {
- MetadataID elementID =3D ((IElement) expr).getMetadataID()=
; =
- element =3D (Element) metadata.getObject(elementID); =
- } else {
- fail("select symbols is not an element");
- } =
- OutputXPathDesc desc =3D new OutputXPathDesc(element);
- assertNull(desc.getCurrentValue());
- assertNotNull(desc.getDataType());;
- } catch (ConnectorException ex) {
- ex.printStackTrace();
- fail(ex.getMessage());
- }
- =
+ assertTrue(expr instanceof IElement);
+ Element element =3D ((IElement) expr).getMetadataObject(); =
+ OutputXPathDesc desc =3D new OutputXPathDesc(element);
+ assertNull(desc.getCurrentValue());
+ assertNotNull(desc.getDataType());;
}
=
- public void testOutputXPathDescParam() {
- try {
- String query =3D "select RequiredDefaultedParam from CriteriaDesc=
Table where RequiredDefaultedParam in ('foo')";
- IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
- final int colLocation =3D 0;
- ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
- IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- OutputXPathDesc desc =3D new OutputXPathDesc(elem);
- assertNotNull("OutputXPathDesc is null", desc);
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- }
+ public void testOutputXPathDescParam() throws Exception {
+ String query =3D "select RequiredDefaultedParam from CriteriaDescTabl=
e where RequiredDefaultedParam in ('foo')";
+ IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, query);
+ final int colLocation =3D 0;
+ ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
+ IExpression expr =3D symbol.getExpression();
+ assertTrue(expr instanceof IElement);
+ Element element =3D ((IElement) expr).getMetadataObject(); =
+ OutputXPathDesc desc =3D new OutputXPathDesc(element);
+ assertNotNull("OutputXPathDesc is null", desc);
}
=
=
- public void testOutputXPathDescNoXPath() {
+ public void testOutputXPathDescNoXPath() throws Exception {
try {
String query =3D "select OutputColumnNoXPath from CriteriaDescTab=
le";
IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, qu=
ery);
final int colLocation =3D 0;
ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSe=
lectSymbols().get(colLocation);
IExpression expr =3D symbol.getExpression();
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntime=
Metadata(vdbPath);
- MetadataID elementID =3D ((IElement) expr).getMetadataID();
- Element elem =3D (Element) metadata.getObject(elementID);
- OutputXPathDesc desc =3D new OutputXPathDesc(elem);
+ assertTrue(expr instanceof IElement);
+ Element element =3D ((IElement) expr).getMetadataObject(); =
+ OutputXPathDesc desc =3D new OutputXPathDesc(element);
fail("should not be able to create OuputXPathDesc with no XPat=
h");
} catch (ConnectorException ce) {
- assertNotNull(ce);
}
}
/*
* Class under test for void OutputXPathDesc(ILiteral)
*/
- public void testOutputXPathDescILiteral() { =
+ public void testOutputXPathDescILiteral() throws Exception { =
String strLiteral =3D "MetaMatrix";
String strQuery =3D "Select Company_id from Company where Company_id =
=3D '" + strLiteral + "'";
IQuery query =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, strQuer=
y);
@@ -146,18 +123,13 @@
List criteriaList =3D LanguageUtil.separateCriteriaByAnd(crits);
ICompareCriteria compCriteria =3D (ICompareCriteria) criteriaList.=
get(0); =
ILiteral literal =3D (ILiteral) compCriteria.getRightExpression();
- try {
- OutputXPathDesc desc =3D new OutputXPathDesc(literal);
- assertNotNull(desc);
- assertEquals(strLiteral, desc.getCurrentValue().toString());
- assertEquals(strLiteral.getClass(), desc.getDataType());
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- }
+ OutputXPathDesc desc =3D new OutputXPathDesc(literal);
+ assertNotNull(desc);
+ assertEquals(strLiteral, desc.getCurrentValue().toString());
+ assertEquals(strLiteral.getClass(), desc.getDataType());
}
=
- public void testOutputXPathDescILiteralNullValue() { =
+ public void testOutputXPathDescILiteralNullValue() throws Exception { =
String strLiteral =3D "MetaMatrix";
String strQuery =3D "Select Company_id from Company where Company_id =
=3D '" + strLiteral + "'";
IQuery query =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, strQuer=
y);
@@ -166,64 +138,37 @@
ICompareCriteria compCriteria =3D (ICompareCriteria) criteriaList.=
get(0); =
ILiteral literal =3D (ILiteral) compCriteria.getRightExpression();
literal.setValue(null);
- try {
- OutputXPathDesc desc =3D new OutputXPathDesc(literal);
- assertNotNull(desc);
- assertNull(desc.getCurrentValue());
- assertEquals(strLiteral.getClass(), desc.getDataType());
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- }
+ OutputXPathDesc desc =3D new OutputXPathDesc(literal);
+ assertNotNull(desc);
+ assertNull(desc.getCurrentValue());
+ assertEquals(strLiteral.getClass(), desc.getDataType());
}
=
- public void testSetAndGetCurrentValue() {
+ public void testSetAndGetCurrentValue() throws Exception {
IQuery query =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, QUER=
Y);
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntimeM=
etadata(vdbPath);
ISelect select =3D query.getSelect();
List symbols =3D select.getSelectSymbols();
ISelectSymbol selectSymbol =3D (ISelectSymbol) symbols.get(0);
IExpression expr =3D selectSymbol.getExpression();
- Element element =3D null;
- try {
- if (expr instanceof IElement) {
- MetadataID elementID =3D ((IElement) expr).getMetadataID()=
; =
- element =3D (Element) metadata.getObject(elementID); =
- } else {
- fail("select symbols is not an element");
- } =
- OutputXPathDesc desc =3D new OutputXPathDesc(element);
- String myVal =3D "myValue";
- desc.setCurrentValue(myVal);
- assertEquals(myVal, desc.getCurrentValue());
- } catch (ConnectorException ex) {
- ex.printStackTrace();
- fail(ex.getMessage());
- } =
+ assertTrue(expr instanceof IElement);
+ Element element =3D ((IElement) expr).getMetadataObject(); =
+ OutputXPathDesc desc =3D new OutputXPathDesc(element);
+ String myVal =3D "myValue";
+ desc.setCurrentValue(myVal);
+ assertEquals(myVal, desc.getCurrentValue());
}
=
- public void testGetDataType() {
+ public void testGetDataType() throws Exception {
IQuery query =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, QUER=
Y);
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntimeM=
etadata(vdbPath);
ISelect select =3D query.getSelect();
List symbols =3D select.getSelectSymbols();
ISelectSymbol selectSymbol =3D (ISelectSymbol) symbols.get(0);
IExpression expr =3D selectSymbol.getExpression();
- Element element =3D null;
- try {
- if (expr instanceof IElement) {
- MetadataID elementID =3D ((IElement) expr).getMetadataID()=
; =
- element =3D (Element) metadata.getObject(elementID); =
- } else {
- fail("select symbols is not an element");
- } =
- OutputXPathDesc desc =3D new OutputXPathDesc(element); =
- assertNotNull(desc.getDataType());
- assertEquals(String.class, desc.getDataType());
- } catch (ConnectorException ex) {
- ex.printStackTrace();
- fail(ex.getMessage());
- } =
+ assertTrue(expr instanceof IElement);
+ Element element =3D ((IElement) expr).getMetadataObject(); =
+ OutputXPathDesc desc =3D new OutputXPathDesc(element); =
+ assertNotNull(desc.getDataType());
+ assertEquals(String.class, desc.getDataType());
}
=
}
Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/conne=
ctor/xml/base/TestParameterDescriptor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
ml/base/TestParameterDescriptor.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
ml/base/TestParameterDescriptor.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -33,8 +33,6 @@
import com.metamatrix.connector.language.ISelect;
import com.metamatrix.connector.language.ISelectSymbol;
import com.metamatrix.connector.metadata.runtime.Element;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
-import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
=
/**
* created by JChoate on Jun 27, 2005
@@ -70,76 +68,43 @@
/*
* Class under test for void ParameterDescriptor(Element)
*/
- public void testParameterDescriptorElement() {
+ public void testParameterDescriptorElement() throws Exception {
IQuery query =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, QUER=
Y);
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntimeM=
etadata(vdbPath);
ISelect select =3D query.getSelect();
List symbols =3D select.getSelectSymbols();
ISelectSymbol selectSymbol =3D (ISelectSymbol) symbols.get(0);
IExpression expr =3D selectSymbol.getExpression();
- Element element =3D null;
- try {
- if (expr instanceof IElement) {
- MetadataID elementID =3D ((IElement) expr).getMetadataID()=
; =
- element =3D (Element) metadata.getObject(elementID); =
- } else {
- fail("select symbols is not an element");
- } =
- ParameterDescriptor desc =3D new ParameterDescriptorImpl(eleme=
nt);
- assertNotNull(desc);
- } catch (ConnectorException ex) {
- ex.printStackTrace();
- fail(ex.getMessage());
- }
+ assertTrue(expr instanceof IElement);
+ Element element =3D ((IElement) expr).getMetadataObject(); =
+ ParameterDescriptor desc =3D new ParameterDescriptorImpl(element);
+ assertNotNull(desc);
}
=
=
- public void testParameterDescriptorElementParameter() {
+ public void testParameterDescriptorElementParameter() throws Exception=
{
IQuery query =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, "sel=
ect RequiredDefaultedParam from CriteriaDescTable");
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntimeM=
etadata(vdbPath);
ISelect select =3D query.getSelect();
List symbols =3D select.getSelectSymbols();
ISelectSymbol selectSymbol =3D (ISelectSymbol) symbols.get(0);
IExpression expr =3D selectSymbol.getExpression();
- Element element =3D null;
- try {
- if (expr instanceof IElement) {
- MetadataID elementID =3D ((IElement) expr).getMetadataID()=
; =
- element =3D (Element) metadata.getObject(elementID); =
- } else {
- fail("select symbols is not an element");
- } =
- ParameterDescriptor desc =3D new ParameterDescriptorImpl(eleme=
nt);
- assertNotNull(desc);
- } catch (ConnectorException ex) {
- ex.printStackTrace();
- fail(ex.getMessage());
- }
+ assertTrue(expr instanceof IElement);
+ Element element =3D ((IElement) expr).getMetadataObject(); =
+ ParameterDescriptor desc =3D new ParameterDescriptorImpl(element);
+ assertNotNull(desc);
}
=
=
=
- public void testParameterDescriptorElementSpaceXPath() {
+ public void testParameterDescriptorElementSpaceXPath() throws Exceptio=
n {
IQuery query =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, "sel=
ect OutputColumnSpaceXPath from CriteriaDescTable");
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntimeM=
etadata(vdbPath);
ISelect select =3D query.getSelect();
List symbols =3D select.getSelectSymbols();
ISelectSymbol selectSymbol =3D (ISelectSymbol) symbols.get(0);
IExpression expr =3D selectSymbol.getExpression();
- Element element =3D null;
- try {
- if (expr instanceof IElement) {
- MetadataID elementID =3D ((IElement) expr).getMetadataID()=
; =
- element =3D (Element) metadata.getObject(elementID); =
- } else {
- fail("select symbols is not an element");
- } =
- ParameterDescriptor desc =3D new ParameterDescriptorImpl(eleme=
nt);
- assertNotNull(desc);
- } catch (ConnectorException ex) {
- ex.printStackTrace();
- fail(ex.getMessage());
- }
+ assertTrue(expr instanceof IElement);
+ Element element =3D ((IElement) expr).getMetadataObject(); =
+ ParameterDescriptor desc =3D new ParameterDescriptorImpl(element);
+ assertNotNull(desc);
}
=
/*
@@ -153,116 +118,80 @@
assertNull(desc.getColumnName());
}
=
- public void testSetGetXPath() {
+ public void testSetGetXPath() throws Exception {
ParameterDescriptor desc =3D getParameterDescriptor();
String xpath =3D "/foo";
desc.setXPath(xpath);
assertEquals(xpath, desc.getXPath());
}
=
- public void testSetIsParameter() {
+ public void testSetIsParameter() throws Exception {
ParameterDescriptor desc =3D getParameterDescriptor();
boolean is =3D !desc.isParameter();
desc.setIsParameter(is);
assertEquals(is, desc.isParameter());
}
=
- public void testSetGetColumnName() {
+ public void testSetGetColumnName() throws Exception {
ParameterDescriptor desc =3D getParameterDescriptor();
String name =3D "myColumn";
desc.setColumnName(name);
assertEquals(name, desc.getColumnName());
}
=
- public void testSetGetColumnNumber() {
+ public void testSetGetColumnNumber() throws Exception {
ParameterDescriptor desc =3D getParameterDescriptor();
int number =3D desc.getColumnNumber() + 1;
desc.setColumnNumber(number);
assertEquals(number, desc.getColumnNumber());
}
=
- public void testGetElement() {
+ public void testGetElement() throws Exception {
IQuery query =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, QUER=
Y);
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntimeM=
etadata(vdbPath);
ISelect select =3D query.getSelect();
List symbols =3D select.getSelectSymbols();
ISelectSymbol selectSymbol =3D (ISelectSymbol) symbols.get(0);
IExpression expr =3D selectSymbol.getExpression();
- Element element =3D null;
- try {
- if (expr instanceof IElement) {
- MetadataID elementID =3D ((IElement) expr).getMetadataID()=
; =
- element =3D (Element) metadata.getObject(elementID); =
- } else {
- fail("select symbols is not an element");
- } =
- ParameterDescriptor desc =3D new ParameterDescriptorImpl(eleme=
nt);
- assertEquals(element, desc.getElement());
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- }
+ assertTrue(expr instanceof IElement);
+ Element element =3D ((IElement) expr).getMetadataObject(); =
+ ParameterDescriptor desc =3D new ParameterDescriptorImpl(element);
+ assertEquals(element, desc.getElement());
}
=
- public void testTestForParam() {
+ public void testTestForParam() throws Exception {
String trueQuery =3D "select EmptyCol from EmptyTable where EmptyCol =
=3D 'foo'";
String falseQuery =3D "select Company_id from Company";
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntimeMeta=
data(vdbPath);
=
IQuery query =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, trueQue=
ry);
ISelect select =3D query.getSelect();
List symbols =3D select.getSelectSymbols();
ISelectSymbol selectSymbol =3D (ISelectSymbol) symbols.get(0);
IExpression expr =3D selectSymbol.getExpression();
- Element element =3D null;
- try {
- MetadataID elementID =3D ((IElement) expr).getMetadataID(); =
=
- element =3D (Element) metadata.getObject(elementID);
- assertTrue(ParameterDescriptor.testForParam(element));
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- }
+ assertTrue(expr instanceof IElement);
+ Element element =3D ((IElement) expr).getMetadataObject();
+ assertTrue(ParameterDescriptor.testForParam(element));
=
query =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, falseQuery);
select =3D query.getSelect();
symbols =3D select.getSelectSymbols();
selectSymbol =3D (ISelectSymbol) symbols.get(0);
expr =3D selectSymbol.getExpression();
- element =3D null;
- try {
- MetadataID elementID =3D ((IElement) expr).getMetadataID(); =
=
- element =3D (Element) metadata.getObject(elementID);
- assertFalse(ParameterDescriptor.testForParam(element));
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- } =
+ assertTrue(expr instanceof IElement);
+ element =3D ((IElement) expr).getMetadataObject();
+ assertFalse(ParameterDescriptor.testForParam(element));
}
=
- private ParameterDescriptor getParameterDescriptor() {
+ private ParameterDescriptor getParameterDescriptor() throws Exception {
IQuery query =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, QUER=
Y);
- RuntimeMetadata metadata =3D ProxyObjectFactory.getDefaultRuntimeM=
etadata(vdbPath);
ISelect select =3D query.getSelect();
List symbols =3D select.getSelectSymbols();
ISelectSymbol selectSymbol =3D (ISelectSymbol) symbols.get(0);
IExpression expr =3D selectSymbol.getExpression();
- Element element =3D null;
- try {
- if (expr instanceof IElement) {
- MetadataID elementID =3D ((IElement) expr).getMetadataID()=
; =
- element =3D (Element) metadata.getObject(elementID); =
- } else {
- fail("select symbols is not an element");
- } =
- ParameterDescriptor desc =3D new ParameterDescriptorImpl(eleme=
nt);
- assertNotNull(desc);
- return desc;
- } catch (ConnectorException ex) {
- ex.printStackTrace();
- fail(ex.getMessage());
- return null;
- }
+ assertTrue(expr instanceof IElement);
+ Element element =3D ((IElement) expr).getMetadataObject(); =
+ ParameterDescriptor desc =3D new ParameterDescriptorImpl(element);
+ assertNotNull(desc);
+ return desc;
}
=
private class ParameterDescriptorImpl extends ParameterDescriptor {
Deleted: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connec=
tor/xml/cache/MockDocumentCache.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
ml/cache/MockDocumentCache.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
ml/cache/MockDocumentCache.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -1,53 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-
-package com.metamatrix.connector.xml.cache;
-
-public class MockDocumentCache implements IDocumentCache {
-
- public void addToCache(String cacheKey, Object obj, int size, String id) {
- // TODO Auto-generated method stub
-
- }
-
- public void clearCache() {
- // TODO Auto-generated method stub
-
- }
-
- public Object fetchObject(String id, String requestID) {
- // TODO Auto-generated method stub
- return null;
- }
-
- public void release(String cacheKey, String id) {
- // TODO Auto-generated method stub
-
- }
-
- public void shutdownCleaner() {
- // TODO Auto-generated method stub
-
- }
-
-}
Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/conne=
ctor/xml/cache/TestRequestRecord.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
ml/cache/TestRequestRecord.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
ml/cache/TestRequestRecord.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -24,24 +24,21 @@
=
import junit.framework.TestCase;
=
+import org.mockito.Mockito;
+
import com.metamatrix.cdk.api.SysLogger;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.xml.CachingConnector;
-import com.metamatrix.connector.xml.MockCachingConnector;
=
public class TestRequestRecord extends TestCase {
=
ConnectorLogger logger =3D new SysLogger(false);
- CachingConnector mockConnector =3D new MockCachingConnector();
+ CachingConnector mockConnector =3D Mockito.mock(CachingConnector.class);
=
- protected void setUp() throws Exception {
- super.setUp();
+ public TestRequestRecord() {
+ Mockito.stub(mockConnector.getCache()).toReturn(Mockito.mock(IDocumentCa=
che.class));
}
-
- protected void tearDown() throws Exception {
- super.tearDown();
- }
-
+ =
public void testRequestRecord() {
RequestRecord testRecord;
try {
Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/conne=
ctor/xml/file/TestFileExecutor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
ml/file/TestFileExecutor.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
ml/file/TestFileExecutor.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -38,7 +38,6 @@
import com.metamatrix.connector.language.IQuery;
import com.metamatrix.connector.language.ISelectSymbol;
import com.metamatrix.connector.metadata.runtime.Element;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
import com.metamatrix.connector.xml.MockXMLExecution;
import com.metamatrix.connector.xml.base.ExecutionInfo;
@@ -300,8 +299,7 @@
IQuery iquery =3D ProxyObjectFactory.getDefaultIQuery(vdbPath, que=
ry);
ISelectSymbol symbol =3D (ISelectSymbol) iquery.getSelect().getSelect=
Symbols().get(colLocation);
IExpression expr =3D symbol.getExpression();
- MetadataID elementID =3D (MetadataID) ((IElement) expr).getMetadataID=
();
- Element elem =3D (Element) metadata.getObject(elementID);
+ Element elem =3D ((IElement) expr).getMetadataObject();
return elem; =
}
=
Deleted: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connec=
tor/xmlsource/FakeRuntimeMetadata.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
mlsource/FakeRuntimeMetadata.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
mlsource/FakeRuntimeMetadata.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -1,61 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.xmlsource;
-
-import java.util.Properties;
-
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
-import com.metamatrix.connector.metadata.runtime.MetadataObject;
-import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-
-public class FakeRuntimeMetadata implements RuntimeMetadata {
- String fileName;
- =
- public FakeRuntimeMetadata(String fileName) {
- this.fileName =3D fileName; =
- }
- =
- public MetadataObject getObject(MetadataID id) throws ConnectorExcepti=
on {
- return new MetadataObject() {
- public MetadataID getMetadataID() {
- return null;
- }
- public String getNameInSource() throws ConnectorException {
- return fileName; =
- }
- public Properties getProperties() throws ConnectorException {
- return null;
- } =
- };
- }
- public byte[] getBinaryVDBResource(String resourcePath) throws Connect=
orException {
- return null;
- }
- public String getCharacterVDBResource(String resourcePath) throws Conn=
ectorException {
- return null;
- }
- public String[] getVDBResourcePaths() throws ConnectorException {
- return null;
- } =
-}
\ No newline at end of file
Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/conne=
ctor/xmlsource/file/TestFileExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
mlsource/file/TestFileExecution.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
mlsource/file/TestFileExecution.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -30,6 +30,8 @@
=
import junit.framework.TestCase;
=
+import org.mockito.Mockito;
+
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
@@ -37,8 +39,8 @@
import com.metamatrix.connector.language.IParameter;
import com.metamatrix.connector.language.IProcedure;
import com.metamatrix.connector.language.IParameter.Direction;
+import com.metamatrix.connector.metadata.runtime.Procedure;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.connector.xmlsource.FakeRuntimeMetadata;
import com.metamatrix.core.util.UnitTestUtil;
=
=
@@ -55,10 +57,10 @@
try {
FileConnection conn =3D new FileConnection(env);
assertTrue(conn.isConnected());
- RuntimeMetadata metadata =3D new FakeRuntimeMetadata("BookColl=
ection.xml"); //$NON-NLS-1$
+ RuntimeMetadata metadata =3D Mockito.mock(RuntimeMetadata.clas=
s);
=
ILanguageFactory fact =3D env.getLanguageFactory();
- IProcedure procedure =3D fact.createProcedure("GetXMLFile", nu=
ll, null); //$NON-NLS-1$
+ IProcedure procedure =3D fact.createProcedure("GetXMLFile", nu=
ll, createMockProcedureMetadata("BookCollection.xml")); //$NON-NLS-1$
=
FileExecution exec =3D (FileExecution)conn.createExecution(pro=
cedure, EnvironmentUtility.createExecutionContext("100", "100"), metadata);=
//$NON-NLS-1$ //$NON-NLS-2$
=
@@ -97,9 +99,9 @@
try {
FileConnection conn =3D new FileConnection(env);
assertTrue(conn.isConnected());
- RuntimeMetadata metadata =3D new FakeRuntimeMetadata("nofile.x=
ml"); //$NON-NLS-1$
+ RuntimeMetadata metadata =3D Mockito.mock(RuntimeMetadata.clas=
s);
ILanguageFactory fact =3D env.getLanguageFactory();
- FileExecution exec =3D (FileExecution)conn.createExecution(fac=
t.createProcedure("GetXMLFile", null, null), EnvironmentUtility.createExecu=
tionContext("100", "100"), metadata); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NL=
S-3$
+ FileExecution exec =3D (FileExecution)conn.createExecution(fac=
t.createProcedure("GetXMLFile", null, createMockProcedureMetadata("nofile.x=
ml")), EnvironmentUtility.createExecutionContext("100", "100"), metadata); =
//$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
=
=
exec.execute();
@@ -120,4 +122,14 @@
reader.close();
return fileContents.toString();
} =
+ =
+ public static Procedure createMockProcedureMetadata(String nameInSourc=
e) {
+ Procedure rm =3D Mockito.mock(Procedure.class);
+ try {
+ Mockito.stub(rm.getNameInSource()).toReturn(nameInSource);
+ } catch (ConnectorException e) {
+ throw new RuntimeException(e);
+ }
+ return rm;
+ }
}
Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/conne=
ctor/xmlsource/soap/TestSoapExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
mlsource/soap/TestSoapExecution.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/x=
mlsource/soap/TestSoapExecution.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -33,6 +33,8 @@
import junit.framework.TestCase;
import junit.framework.TestSuite;
=
+import org.mockito.Mockito;
+
import com.metamatrix.cdk.api.EnvironmentUtility;
import com.metamatrix.cdk.api.SysLogger;
import com.metamatrix.connector.api.ConnectorEnvironment;
@@ -42,7 +44,7 @@
import com.metamatrix.connector.language.IProcedure;
import com.metamatrix.connector.language.IParameter.Direction;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.connector.xmlsource.FakeRuntimeMetadata;
+import com.metamatrix.connector.xmlsource.file.TestFileExecution;
import com.metamatrix.connector.xmlsource.soap.service.WebServiceServer;
import com.metamatrix.core.util.UnitTestUtil;
=
@@ -542,7 +544,7 @@
ConnectorEnvironment env =3D EnvironmentUtility.createEnvironment(=
props, new SysLogger(false)); =
=
SoapConnection conn =3D new SoapConnection(env);
- RuntimeMetadata metadata =3D new FakeRuntimeMetadata(procName);
+ RuntimeMetadata metadata =3D Mockito.mock(RuntimeMetadata.class);
ILanguageFactory fact =3D env.getLanguageFactory();
List parameters =3D new ArrayList();
if (args !=3D null && args.length > 0) {
@@ -551,7 +553,7 @@
parameters.add(param);
}
}
- IProcedure procedure =3D fact.createProcedure("AnyNAME", parameter=
s, null); //$NON-NLS-1$
+ IProcedure procedure =3D fact.createProcedure("AnyNAME", parameter=
s, TestFileExecution.createMockProcedureMetadata(procName)); //$NON-NLS-1$
=
ProcedureExecution exec =3D (ProcedureExecution)conn.createExecuti=
on(procedure, EnvironmentUtility.createExecutionContext("100", "100"), meta=
data); //$NON-NLS-1$ //$NON-NLS-2$
exec.execute();
Modified: trunk/connectors/sandbox/connector-exec/src/main/java/com/metamat=
rix/connector/exec/ExecConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/co=
nnector/exec/ExecConnection.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/co=
nnector/exec/ExecConnection.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -23,7 +23,6 @@
package com.metamatrix.connector.exec;
import java.util.List;
=
-import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
Modified: trunk/connectors/sandbox/connector-exec/src/main/java/com/metamat=
rix/connector/exec/ExecConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/co=
nnector/exec/ExecConnector.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/co=
nnector/exec/ExecConnector.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -32,18 +32,18 @@
import com.metamatrix.common.extensionmodule.ExtensionModuleManager;
import com.metamatrix.common.extensionmodule.exception.ExtensionModuleNotF=
oundException;
import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.api.Connector;
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.ExecutionContext;
+import com.metamatrix.connector.basic.BasicConnector;
import com.metamatrix.core.util.ObjectConverterUtil;
=
/**
* Implementation of text connector.
*/
-public class ExecConnector implements Connector {
+public class ExecConnector extends BasicConnector {
=
private ConnectorLogger logger;
private ConnectorEnvironment env;
Modified: trunk/connectors/sandbox/connector-exec/src/main/java/com/metamat=
rix/connector/exec/ExecVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/co=
nnector/exec/ExecVisitor.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/co=
nnector/exec/ExecVisitor.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -82,11 +82,11 @@
=
if (whereValue !=3D null) {
=
- whereClause.put(symbol.getMetadataID().getName(), whereValue);
+ whereClause.put(symbol.getMetadataObject().getName(), whereVal=
ue);
// System.out.println("SYMBOL: " + symbol.getMetadataID().getNa=
me() + " value: " + whereValue );//$NON-NLS-1$ //$NON-NLS-2$
=
} else {
- this.exception =3D new ConnectorException(ExecPlugin.Util.getS=
tring("SoapVisitor.No_where_value_found", symbol.getMetadataID().getName())=
); //$NON-NLS-1$
+ this.exception =3D new ConnectorException(ExecPlugin.Util.getS=
tring("SoapVisitor.No_where_value_found", symbol.getMetadataObject().getNam=
e())); //$NON-NLS-1$
=
}
=
Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metam=
atrix/connector/object/ObjectConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/ObjectConnector.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/ObjectConnector.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -23,20 +23,19 @@
package com.metamatrix.connector.object;
=
import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.api.Connector;
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.ConnectorIdentity;
import com.metamatrix.connector.api.ConnectorLogger;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.identity.ConnectorIdentity;
-import com.metamatrix.connector.identity.ConnectorIdentityFactory;
+import com.metamatrix.connector.basic.BasicConnector;
import com.metamatrix.connector.object.util.ObjectConnectorUtil;
=
/**
* Implmentation of the connector interface.
*/
-public class ObjectConnector implements Connector, ConnectorIdentityFactor=
y {
+public class ObjectConnector extends BasicConnector {
=
private ConnectorLogger logger;
private ConnectorEnvironment env;
Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metam=
atrix/connector/object/SourceConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/SourceConnectionFactory.java 2009-02-24 14:33:28 UTC (rev =
487)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/SourceConnectionFactory.java 2009-02-24 16:16:42 UTC (rev =
488)
@@ -3,9 +3,9 @@
import com.metamatrix.connector.api.Connection;
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.ConnectorIdentity;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.identity.ConnectorIdentity;
-import com.metamatrix.connector.identity.SingleIdentity;
+import com.metamatrix.connector.api.SingleIdentity;
=
public interface SourceConnectionFactory {
=
Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metam=
atrix/connector/object/extension/command/ObjectCommand.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/extension/command/ObjectCommand.java 2009-02-24 14:33:28 U=
TC (rev 487)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/extension/command/ObjectCommand.java 2009-02-24 16:16:42 U=
TC (rev 488)
@@ -25,7 +25,7 @@
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IMetadataReference;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
+import com.metamatrix.connector.metadata.runtime.MetadataObject;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
import com.metamatrix.connector.object.extension.IObjectCommand;
import com.metamatrix.connector.object.util.ObjectConnectorUtil;
@@ -78,7 +78,7 @@
protected String determineName(IMetadataReference reference) throws Co=
nnectorException { =
String nis =3D getMetadataObjectNameInSource(reference);
if (nis =3D=3D null || nis.length() =3D=3D 0) {
- MetadataID id =3D reference.getMetadataID();
+ MetadataObject id =3D reference.getMetadataObject();
return id.getName();
}
return nis;
Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metam=
atrix/connector/object/extension/command/ProcedureCommand.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/extension/command/ProcedureCommand.java 2009-02-24 14:33:2=
8 UTC (rev 487)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/extension/command/ProcedureCommand.java 2009-02-24 16:16:4=
2 UTC (rev 488)
@@ -34,7 +34,6 @@
import com.metamatrix.connector.language.IProcedure;
import com.metamatrix.connector.language.IParameter.Direction;
import com.metamatrix.connector.metadata.runtime.Element;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
import com.metamatrix.connector.object.ObjectPlugin;
import com.metamatrix.connector.object.util.ObjectConnectorUtil;
@@ -145,7 +144,7 @@
}
=
public static final String getMethodName(final RuntimeMetadata metadat=
a, final IProcedure procedure) throws ConnectorException {
- String procName=3Dprocedure.getMetadataID().getName();
+ String procName=3Dprocedure.getMetadataObject().getName();
=
String procNameInSource =3D ObjectConnectorUtil.getMetadataObject=
NameInSource(metadata, procedure, procedure);
=
@@ -157,7 +156,7 @@
=
protected void initParameters() throws ConnectorException {
=
- this.procName=3Dthis.procedure.getMetadataID().getName();
+ this.procName=3Dthis.procedure.getMetadataObject().getName();
=
this.procNameInSource =3D getMetadataObjectNameInSource(procedure)=
; =
=
@@ -187,20 +186,19 @@
* @since 4.2
*/
protected void initResultSet() throws ConnectorException {
- List columnMetadata =3D resultSetParameter.getMetadataID().getChil=
dIDs();
+ List columnMetadata =3D resultSetParameter.getMetadataObj=
ect().getChildren();
int size =3D columnMetadata.size();
columnNames =3D new String[size];
columnNamesInSource =3D new String[size];
columnTypes =3D new Class[size];
for(int i =3D0; i 0) {
columnNamesInSource[i] =3D element.getNameInSource();
} else {
columnNamesInSource[i] =3D null;
}
- columnNames[i] =3D element.getMetadataID().getName();
+ columnNames[i] =3D element.getName();
=
columnTypes[i] =3D element.getJavaType();
hasResults=3Dtrue;
@@ -212,7 +210,7 @@
columnTypes =3D new Class[1];
columnNamesInSource =3D new String[1];
=
- columnNames[0] =3D resultSetParameter.getMetadataID().getName();
+ columnNames[0] =3D resultSetParameter.getMetadataObject().getName(=
);
columnTypes[0] =3D resultSetParameter.getType();
columnNamesInSource[0] =3D this.getMetadataObjectNameInSource(resu=
ltSetParameter);
=
Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metam=
atrix/connector/object/extension/source/BaseSourceConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/extension/source/BaseSourceConnectionFactory.java 2009-02-=
24 14:33:28 UTC (rev 487)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/extension/source/BaseSourceConnectionFactory.java 2009-02-=
24 16:16:42 UTC (rev 488)
@@ -27,9 +27,9 @@
import com.metamatrix.connector.api.Connection;
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.ConnectorIdentity;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.identity.ConnectorIdentity;
-import com.metamatrix.connector.identity.SingleIdentity;
+import com.metamatrix.connector.api.SingleIdentity;
import com.metamatrix.connector.object.ObjectConnection;
import com.metamatrix.connector.object.SourceConnectionFactory;
import com.metamatrix.connector.object.extension.IObjectSource;
@@ -60,7 +60,7 @@
=
=
/** =
- * @see com.metamatrix.data.pool.SourceConnectionFactory#createConnect=
ion(com.metamatrix.connector.identity.ConnectorIdentity)
+ * @see com.metamatrix.data.pool.SourceConnectionFactory#createConnect=
ion(com.metamatrix.connector.api.ConnectorIdentity)
* @since 4.3
*/
public final Connection createConnection(ConnectorIdentity id) throws =
ConnectorException {
Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metam=
atrix/connector/object/util/ObjectConnectorUtil.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/util/ObjectConnectorUtil.java 2009-02-24 14:33:28 UTC (rev=
487)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/=
connector/object/util/ObjectConnectorUtil.java 2009-02-24 16:16:42 UTC (rev=
488)
@@ -29,7 +29,6 @@
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IMetadataReference;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.MetadataObject;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
import com.metamatrix.connector.object.ObjectPlugin;
@@ -51,8 +50,7 @@
if(reference =3D=3D null) {
return null;
}
- MetadataID id =3D reference.getMetadataID();
- MetadataObject obj =3D metadata.getObject(id);
+ MetadataObject obj =3D reference.getMetadataObject();
if (obj !=3D null) {
if (obj.getNameInSource() !=3D null) {
return obj.getNameInSource();
Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/c=
om/metamatrix/connector/jdbc/oracle/spatial/FilterFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/met=
amatrix/connector/jdbc/oracle/spatial/FilterFunctionModifier.java 2009-02-2=
4 14:33:28 UTC (rev 487)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/met=
amatrix/connector/jdbc/oracle/spatial/FilterFunctionModifier.java 2009-02-2=
4 16:16:42 UTC (rev 488)
@@ -44,14 +44,14 @@
List objs =3D new ArrayList();
objs.add("SDO_FILTER"); //$NON-NLS-1$
objs.add("("); //$NON-NLS-1$
- IExpression[] params =3D function.getParameters();
- if (params.length =3D=3D 3) {
- addParamWithConversion(objs, params[0]);
+ List params =3D function.getParameters();
+ if (params.size() =3D=3D 3) {
+ addParamWithConversion(objs, params.get(0));
objs.add(", "); //comma between parms //$NON-NLS-1$
=
- addParamWithConversion(objs, params[1]);
+ addParamWithConversion(objs, params.get(1));
objs.add(", "); //$NON-NLS-1$
- objs.add(params[2]);
+ objs.add(params.get(2));
} else {
return super.translate(function);
}
Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/c=
om/metamatrix/connector/jdbc/oracle/spatial/NearestNeighborFunctionModifier=
.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/met=
amatrix/connector/jdbc/oracle/spatial/NearestNeighborFunctionModifier.java =
2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/met=
amatrix/connector/jdbc/oracle/spatial/NearestNeighborFunctionModifier.java =
2009-02-24 16:16:42 UTC (rev 488)
@@ -44,17 +44,17 @@
List objs =3D new ArrayList();
objs.add("SDO_NN"); // recast name from sdoNN to SDO_NN //$NON-NLS=
-1$
objs.add("("); //$NON-NLS-1$
- IExpression[] params =3D function.getParameters();
- if (params.length >=3D 3) {
- addParamWithConversion(objs, params[0]);
+ List params =3D function.getParameters();
+ if (params.size() >=3D 3) {
+ addParamWithConversion(objs, params.get(0));
objs.add(", "); //comma between parms //$NON-NLS-1$
=
- addParamWithConversion(objs, params[1]);
+ addParamWithConversion(objs, params.get(1));
objs.add(", "); //$NON-NLS-1$
- objs.add(params[2]);
- if (params.length =3D=3D 4) {
+ objs.add(params.get(2));
+ if (params.size() =3D=3D 4) {
objs.add(", "); //$NON-NLS-1$
- objs.add(params[3]);
+ objs.add(params.get(3));
}
} else {
return super.translate(function);
Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/c=
om/metamatrix/connector/jdbc/oracle/spatial/RelateFunctionModifier.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/met=
amatrix/connector/jdbc/oracle/spatial/RelateFunctionModifier.java 2009-02-2=
4 14:33:28 UTC (rev 487)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/met=
amatrix/connector/jdbc/oracle/spatial/RelateFunctionModifier.java 2009-02-2=
4 16:16:42 UTC (rev 488)
@@ -47,16 +47,16 @@
List objs =3D new ArrayList();
objs.add("SDO_RELATE"); // recast name from sdoRelate to SDO_RELAT=
E //$NON-NLS-1$
objs.add("("); //$NON-NLS-1$
- IExpression[] params =3D function.getParameters();
+ List params =3D function.getParameters();
//if it doesn't have 3 parms, it is not a version of SDO_RELATE wh=
ich
// we are prepared to translate
- if (params.length =3D=3D 3) {
- addParamWithConversion(objs, params[0]);
+ if (params.size() =3D=3D 3) {
+ addParamWithConversion(objs, params.get(0));
objs.add(", "); //comma between parms //$NON-NLS-1$
=
- addParamWithConversion(objs, params[1]);
+ addParamWithConversion(objs, params.get(1));
objs.add(", "); //$NON-NLS-1$
- addParamWithConversion(objs, params[2]);
+ addParamWithConversion(objs, params.get(2));
} else {
return super.translate(function);
}
Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/c=
om/metamatrix/connector/jdbc/oracle/spatial/WithinDistanceFunctionModifier.=
java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/met=
amatrix/connector/jdbc/oracle/spatial/WithinDistanceFunctionModifier.java 2=
009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/met=
amatrix/connector/jdbc/oracle/spatial/WithinDistanceFunctionModifier.java 2=
009-02-24 16:16:42 UTC (rev 488)
@@ -44,16 +44,16 @@
List objs =3D new ArrayList();
objs.add("SDO_WITHIN_DISTANCE"); // recast name from sdoNN to SDO_=
NN //$NON-NLS-1$
objs.add("("); //$NON-NLS-1$
- IExpression[] params =3D function.getParameters();
+ List params =3D function.getParameters();
//if it doesn't have 3 parms, it is not a version of SDO_RELATE wh=
ich
// we are prepared to translate
- if (params.length =3D=3D 3) {
- addParamWithConversion(objs, params[0]);
+ if (params.size() =3D=3D 3) {
+ addParamWithConversion(objs, params.get(0));
objs.add(", "); //comma between parms //$NON-NLS-1$
=
- addParamWithConversion(objs, params[1]);
+ addParamWithConversion(objs, params.get(1));
objs.add(", "); //$NON-NLS-1$
- objs.add(params[2]);
+ objs.add(params.get(2));
} else {
return super.translate(function);
}
Modified: trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metama=
trix/connector/yahoo/YahooConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/c=
onnector/yahoo/YahooConnector.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/c=
onnector/yahoo/YahooConnector.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -23,8 +23,9 @@
package com.metamatrix.connector.yahoo;
=
import com.metamatrix.connector.api.*;
+import com.metamatrix.connector.basic.BasicConnector;
=
-public class YahooConnector implements Connector {
+public class YahooConnector extends BasicConnector {
=
private ConnectorEnvironment env;
=
Modified: trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metama=
trix/connector/yahoo/YahooExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/c=
onnector/yahoo/YahooExecution.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/c=
onnector/yahoo/YahooExecution.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -52,7 +52,6 @@
import com.metamatrix.connector.language.ISelect;
import com.metamatrix.connector.language.ISelectSymbol;
import com.metamatrix.connector.metadata.runtime.Element;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
=
/**
@@ -255,8 +254,7 @@
ISelectSymbol symbol =3D (ISelectSymbol) iter.next();
IExpression expr =3D symbol.getExpression();
if(expr instanceof IElement) {
- MetadataID id =3D ((IElement)expr).getMetadataID();
- Element element =3D (Element) metadata.getObject(id);
+ Element element =3D ((IElement)expr).getMetadataObject();
cols[i] =3D element.getPosition();
} else {
throw new ConnectorException(YahooPlugin.Util.getString("Y=
ahooExecution.Invalid_select_symbol", expr)); //$NON-NLS-1$
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/im=
pl/ConnectorManager.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Con=
nectorManager.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Con=
nectorManager.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -89,7 +89,7 @@
import com.metamatrix.query.sql.lang.Command;
=
/**
- * The ConnectorManager manages a {@link com.metamatrix.conne=
ctor.api.Connector Connector}
+ * The ConnectorManager manages a {@link com.metamatrix.conne=
ctor.basic.BasicConnector Connector}
* and its associated workers' state.
*/
public class ConnectorManager implements ApplicationService {
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/im=
pl/ConnectorWorkItem.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Con=
nectorWorkItem.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Con=
nectorWorkItem.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -48,7 +48,6 @@
import com.metamatrix.core.util.Assertion;
import com.metamatrix.dqp.DQPPlugin;
import com.metamatrix.dqp.internal.datamgr.language.LanguageBridgeFactory;
-import com.metamatrix.dqp.internal.datamgr.metadata.MetadataFactory;
import com.metamatrix.dqp.internal.datamgr.metadata.RuntimeMetadataImpl;
import com.metamatrix.dqp.internal.process.AbstractWorkItem;
import com.metamatrix.dqp.internal.process.DQPWorkContext;
@@ -288,7 +287,7 @@
LanguageBridgeFactory factory =3D new LanguageBridgeFactory(queryM=
etadata);
this.translatedCommand =3D factory.translate(command);
=
- RuntimeMetadata rmd =3D new RuntimeMetadataImpl(new MetadataFactor=
y(queryMetadata));
+ RuntimeMetadata rmd =3D new RuntimeMetadataImpl(queryMetadata);
=
// Create the execution based on mode
final Execution exec =3D connection.createExecution(this.translate=
dCommand, this.securityContext, rmd);
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/im=
pl/ConnectorWrapper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Con=
nectorWrapper.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Con=
nectorWrapper.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -27,10 +27,8 @@
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.ConnectorIdentity;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.identity.ConnectorIdentity;
-import com.metamatrix.connector.identity.ConnectorIdentityFactory;
-import com.metamatrix.connector.identity.SingleIdentity;
import com.metamatrix.connector.xa.api.TransactionContext;
import com.metamatrix.connector.xa.api.XAConnection;
import com.metamatrix.connector.xa.api.XAConnector;
@@ -38,7 +36,7 @@
/**
* ConnectorWrapper adds default behavior to the wrapped connector.
*/
-public class ConnectorWrapper implements XAConnector, ConnectorIdentityFac=
tory {
+public class ConnectorWrapper implements XAConnector {
=
private Connector actualConnector;
=
@@ -113,10 +111,7 @@
@Override
public ConnectorIdentity createIdentity(ExecutionContext context)
throws ConnectorException {
- if (actualConnector instanceof ConnectorIdentityFactory) {
- return ((ConnectorIdentityFactory)actualConnector).createIdentity(conte=
xt);
- }
- return new SingleIdentity();
+ return actualConnector.createIdentity(context);
}
=
public boolean supportsSingleIdentity() {
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/im=
pl/ExecutionContextImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Exe=
cutionContextImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Exe=
cutionContextImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -28,8 +28,8 @@
import java.util.List;
=
import com.metamatrix.common.buffer.impl.BufferConfig;
+import com.metamatrix.connector.api.ConnectorIdentity;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.identity.ConnectorIdentity;
import com.metamatrix.core.util.HashCodeUtil;
=
/**
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/im=
pl/ProcedureBatchHandler.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Pro=
cedureBatchHandler.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/Pro=
cedureBatchHandler.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -55,7 +55,7 @@
while(iter.hasNext()){
IParameter param =3D (IParameter)iter.next();
if (param.getDirection() =3D=3D Direction.RESULT_SET) {
- resultSetCols =3D param.getMetadataID().getChildIDs().=
size();
+ resultSetCols =3D param.getMetadataObject().getChildre=
n().size();
} else if(param.getDirection() =3D=3D Direction.RETURN || =
param.getDirection() =3D=3D Direction.OUT || param.getDirection() =3D=3D Di=
rection.INOUT){
paramCols +=3D 1;
}
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/la=
nguage/ElementImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language=
/ElementImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language=
/ElementImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -24,20 +24,20 @@
=
import com.metamatrix.connector.language.IElement;
import com.metamatrix.connector.language.IGroup;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
+import com.metamatrix.connector.metadata.runtime.Element;
import com.metamatrix.connector.visitor.framework.LanguageObjectVisitor;
=
public class ElementImpl extends BaseLanguageObject implements IElement {
=
private IGroup group;
private String name;
- private MetadataID metadataID;
+ private Element metadataObject;
private Class type;
=
- public ElementImpl(IGroup group, String name, MetadataID metadataID, C=
lass type) {
+ public ElementImpl(IGroup group, String name, Element metadataObject, =
Class type) {
this.group =3D group;
this.name =3D name;
- this.metadataID =3D metadataID;
+ this.metadataObject =3D metadataObject;
this.type =3D type;
}
=
@@ -55,17 +55,15 @@
return group;
}
=
- /**
- * @see com.metamatrix.connector.language.IMetadataReference#getMetada=
taID()
- */
- public MetadataID getMetadataID() {
- return metadataID;
+ @Override
+ public Element getMetadataObject() {
+ return this.metadataObject;
}
=
- public void setMetadataID(MetadataID id){
- this.metadataID =3D id;
- }
-
+ public void setMetadataObject(Element metadataObject) {
+ this.metadataObject =3D metadataObject;
+ }
+ =
/**
* @see com.metamatrix.connector.language.ILanguageObject#acceptVisito=
r(com.metamatrix.data.visitor.LanguageObjectVisitor)
*/
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/la=
nguage/FunctionImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language=
/FunctionImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language=
/FunctionImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,6 +22,9 @@
=
package com.metamatrix.dqp.internal.datamgr.language;
=
+import java.util.ArrayList;
+import java.util.List;
+
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.connector.language.IFunction;
import com.metamatrix.connector.visitor.framework.LanguageObjectVisitor;
@@ -29,12 +32,16 @@
public class FunctionImpl extends BaseLanguageObject implements IFunction {
=
private String name;
- private IExpression[] parameters;
+ private List parameters;
private Class type;
=
- public FunctionImpl(String name, IExpression[] params, Class type) {
+ public FunctionImpl(String name, List extends IExpression> params, C=
lass type) {
this.name =3D name;
- this.parameters =3D params;
+ if (params =3D=3D null) {
+ this.parameters =3D new ArrayList(0);
+ } else {
+ this.parameters =3D new ArrayList(params);
+ }
this.type =3D type;
}
=
@@ -48,7 +55,7 @@
/**
* @see com.metamatrix.connector.language.IFunction#getParameters()
*/
- public IExpression[] getParameters() {
+ public List getParameters() {
return parameters;
}
=
@@ -67,13 +74,6 @@
}
=
/* =
- * @see com.metamatrix.data.language.IFunction#setParameters(com.metam=
atrix.data.language.IExpression[])
- */
- public void setParameters(IExpression[] parameters) {
- this.parameters =3D parameters;
- }
-
- /* =
* @see com.metamatrix.data.language.IExpression#getType()
*/
public Class getType() {
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/la=
nguage/GroupImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language=
/GroupImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language=
/GroupImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -23,20 +23,21 @@
package com.metamatrix.dqp.internal.datamgr.language;
=
import com.metamatrix.connector.language.IGroup;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
+import com.metamatrix.connector.metadata.runtime.Group;
import com.metamatrix.connector.visitor.framework.LanguageObjectVisitor;
import com.metamatrix.core.util.HashCodeUtil;
+import com.metamatrix.metadata.runtime.api.MetadataID;
=
public class GroupImpl extends BaseLanguageObject implements IGroup {
=
private String context;
private String definition; =
- private MetadataID metadataID;
+ private Group metadataObject;
=
- public GroupImpl(String context, String definition, MetadataID id) {
+ public GroupImpl(String context, String definition, Group group) {
this.context =3D context;
this.definition =3D definition;
- this.metadataID =3D id;
+ this.metadataObject =3D group;
}
=
/**
@@ -53,16 +54,14 @@
return this.definition;
}
=
- /**
- * @see com.metamatrix.connector.language.IMetadataReference#getMetada=
taID()
- */
- public MetadataID getMetadataID() {
- return metadataID;
+ @Override
+ public Group getMetadataObject() {
+ return this.metadataObject;
}
- =
- public void setMetadataID(MetadataID id){
- this.metadataID =3D id;
- }
+ =
+ public void setMetadataObject(Group metadataObject) {
+ this.metadataObject =3D metadataObject;
+ }
=
/**
* @see com.metamatrix.connector.language.ILanguageObject#acceptVisito=
r(com.metamatrix.data.visitor.LanguageObjectVisitor)
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/la=
nguage/LanguageBridgeFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language=
/LanguageBridgeFactory.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language=
/LanguageBridgeFactory.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -27,8 +27,8 @@
import java.util.List;
=
import com.metamatrix.api.exception.MetaMatrixComponentException;
-import com.metamatrix.api.exception.query.QueryMetadataException;
import com.metamatrix.common.log.LogManager;
+import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.language.IAggregate;
import com.metamatrix.connector.language.IBatchedUpdates;
import com.metamatrix.connector.language.ICommand;
@@ -69,11 +69,10 @@
import com.metamatrix.connector.language.ICompareCriteria.Operator;
import com.metamatrix.connector.language.IParameter.Direction;
import com.metamatrix.connector.language.ISubqueryCompareCriteria.Quantifi=
er;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
-import com.metamatrix.connector.metadata.runtime.MetadataID.Type;
+import com.metamatrix.connector.metadata.runtime.Parameter;
+import com.metamatrix.connector.metadata.runtime.Procedure;
import com.metamatrix.dqp.DQPPlugin;
-import com.metamatrix.dqp.internal.datamgr.metadata.MetadataFactory;
-import com.metamatrix.dqp.internal.datamgr.metadata.ProcedureIDImpl;
+import com.metamatrix.dqp.internal.datamgr.metadata.RuntimeMetadataImpl;
import com.metamatrix.dqp.message.ParameterInfo;
import com.metamatrix.dqp.util.LogConstants;
import com.metamatrix.query.metadata.QueryMetadataInterface;
@@ -126,11 +125,11 @@
import com.metamatrix.query.sql.symbol.SingleElementSymbol;
=
public class LanguageBridgeFactory {
- private MetadataFactory metadataFactory =3D null;
+ private RuntimeMetadataImpl metadataFactory =3D null;
=
public LanguageBridgeFactory(QueryMetadataInterface metadata) {
if (metadata !=3D null) {
- metadataFactory =3D new MetadataFactory(metadata);
+ metadataFactory =3D new RuntimeMetadataImpl(metadata);
}
}
=
@@ -489,11 +488,10 @@
=
IFunction translate(Function function) throws MetaMatrixComponentExcep=
tion {
Expression [] args =3D function.getArgs();
- IExpression [] params =3D null;
+ List params =3D new ArrayList(args.lengt=
h);
if (args !=3D null) {
- params =3D new IExpression[args.length];
for (int i =3D 0; i < args.length; i++) {
- params[i] =3D translate(args[i]);
+ params.add(translate(args[i]));
}
}
return new FunctionImpl(function.getName(), params, function.getTy=
pe());
@@ -542,19 +540,14 @@
ElementImpl element =3D null;
element =3D new ElementImpl(translate(symbol.getGroupSymbol()), sy=
mbol.getOutputName(), null, symbol.getType());
=
- if (element.getGroup().getMetadataID() =3D=3D null) {
+ if (element.getGroup().getMetadataObject() =3D=3D null) {
return element;
}
=
Object mid =3D symbol.getMetadataID();
=
if(! (mid instanceof TempMetadataID)) { =
- try {
- element.setMetadataID(metadataFactory.createMetadataID(mid=
, Type.TYPE_ELEMENT));
- } catch(QueryMetadataException e) {
- LogManager.logWarning(LogConstants.CTX_CONNECTOR, e, DQPPl=
ugin.Util.getString("LanguageBridgeFactory.Unable_to_set_the_metadata_ID_fo=
r_element_{0}._10", symbol.getName())); //$NON-NLS-1$
- throw new MetaMatrixComponentException(e);
- }
+ element.setMetadataObject(metadataFactory.getElement(mid));
}
return element;
}
@@ -627,26 +620,25 @@
=
/* Execute */
IProcedure translate(StoredProcedure sp) throws MetaMatrixComponentExc=
eption {
- ProcedureIDImpl metadataID =3D null;
+ Procedure proc =3D null;
if(sp.getProcedureID() !=3D null) {
try {
- metadataID =3D (ProcedureIDImpl) metadataFactory.createPro=
cedureID(sp.getProcedureID());
- } catch(Exception e) {
- LogManager.logWarning(LogConstants.CTX_CONNECTOR, e, DQPPl=
ugin.Util.getString("LanguageBridgeFactory.Unable_to_set_the_metadata_ID_fo=
r_element_{0}._10", sp.getProcedureName())); //$NON-NLS-1$
+ proc =3D this.metadataFactory.getProcedure(sp.getGroup().g=
etName());
+ } catch(ConnectorException e) {
throw new MetaMatrixComponentException(e);
}
}
=
List parameters =3D sp.getParameters();
- List translatedParameters =3D new ArrayList();
+ List translatedParameters =3D new ArrayList();
for (Iterator i =3D parameters.iterator(); i.hasNext();) {
- translatedParameters.add(translate((SPParameter)i.next(), meta=
dataID));
+ translatedParameters.add(translate((SPParameter)i.next(), proc=
));
}
=
- return new ProcedureImpl(sp.getProcedureName(), translatedParamete=
rs, metadataID);
+ return new ProcedureImpl(sp.getProcedureName(), translatedParamete=
rs, proc);
}
=
- IParameter translate(SPParameter param, ProcedureIDImpl procID) throws=
MetaMatrixComponentException {
+ IParameter translate(SPParameter param, Procedure parent) throws MetaM=
atrixComponentException {
Direction direction =3D Direction.IN;
switch(param.getParameterType()) {
case ParameterInfo.IN: =
@@ -666,19 +658,8 @@
break;
}
=
- try {
- MetadataID metadataID =3D null; =
- if(direction =3D=3D Direction.RESULT_SET) {
- metadataID =3D metadataFactory.createResultSetID(procID, p=
aram.getMetadataID(), param.getResultSetIDs());
- return new ParameterImpl(param.getIndex(), direction, para=
m.getValue(), param.getClassType(), metadataID); =
- =
- } =
- metadataID =3D metadataFactory.createParameterID(procID, param=
.getMetadataID());
- return new ParameterImpl(param.getIndex(), direction, param.ge=
tValue(), param.getClassType(), metadataID); =
- } catch(QueryMetadataException e) {
- throw new MetaMatrixComponentException(e); =
- }
- =
+ Parameter metadataParam =3D metadataFactory.getParameter(param, pa=
rent);
+ return new ParameterImpl(param.getIndex(), direction, param.getVal=
ue(), param.getClassType(), metadataParam); =
}
=
IGroup translate(GroupSymbol symbol) throws MetaMatrixComponentExcepti=
on {
@@ -687,7 +668,7 @@
return group;
}
try {
- group.setMetadataID(metadataFactory.createMetadataID(symbol.ge=
tMetadataID(), Type.TYPE_GROUP));
+ group.setMetadataObject(metadataFactory.getGroup(symbol.getMet=
adataID()));
} catch(Exception e) {
LogManager.logWarning(LogConstants.CTX_CONNECTOR, e, DQPPlugin=
.Util.getString("LanguageBridgeFactory.Unable_to_set_the_metadata_ID_for_gr=
oup_{0}._11", symbol.getName())); //$NON-NLS-1$
throw new MetaMatrixComponentException(e);
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/la=
nguage/LanguageFactoryImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language=
/LanguageFactoryImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language=
/LanguageFactoryImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,10 +22,53 @@
=
package com.metamatrix.dqp.internal.datamgr.language;
=
+import java.util.Arrays;
import java.util.List;
=
-import com.metamatrix.connector.language.*;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
+import com.metamatrix.connector.language.IAggregate;
+import com.metamatrix.connector.language.IBulkInsert;
+import com.metamatrix.connector.language.ICompareCriteria;
+import com.metamatrix.connector.language.ICompoundCriteria;
+import com.metamatrix.connector.language.ICriteria;
+import com.metamatrix.connector.language.IDelete;
+import com.metamatrix.connector.language.IElement;
+import com.metamatrix.connector.language.IExistsCriteria;
+import com.metamatrix.connector.language.IExpression;
+import com.metamatrix.connector.language.IFrom;
+import com.metamatrix.connector.language.IFromItem;
+import com.metamatrix.connector.language.IFunction;
+import com.metamatrix.connector.language.IGroup;
+import com.metamatrix.connector.language.IGroupBy;
+import com.metamatrix.connector.language.IInCriteria;
+import com.metamatrix.connector.language.IInlineView;
+import com.metamatrix.connector.language.IInsert;
+import com.metamatrix.connector.language.IIsNullCriteria;
+import com.metamatrix.connector.language.IJoin;
+import com.metamatrix.connector.language.ILanguageFactory;
+import com.metamatrix.connector.language.ILikeCriteria;
+import com.metamatrix.connector.language.ILimit;
+import com.metamatrix.connector.language.ILiteral;
+import com.metamatrix.connector.language.INotCriteria;
+import com.metamatrix.connector.language.IOrderBy;
+import com.metamatrix.connector.language.IOrderByItem;
+import com.metamatrix.connector.language.IParameter;
+import com.metamatrix.connector.language.IProcedure;
+import com.metamatrix.connector.language.IQuery;
+import com.metamatrix.connector.language.IQueryCommand;
+import com.metamatrix.connector.language.IScalarSubquery;
+import com.metamatrix.connector.language.ISearchedCaseExpression;
+import com.metamatrix.connector.language.ISelect;
+import com.metamatrix.connector.language.ISelectSymbol;
+import com.metamatrix.connector.language.ISetClause;
+import com.metamatrix.connector.language.ISetClauseList;
+import com.metamatrix.connector.language.ISetQuery;
+import com.metamatrix.connector.language.ISubqueryCompareCriteria;
+import com.metamatrix.connector.language.ISubqueryInCriteria;
+import com.metamatrix.connector.language.IUpdate;
+import com.metamatrix.connector.metadata.runtime.Element;
+import com.metamatrix.connector.metadata.runtime.Group;
+import com.metamatrix.connector.metadata.runtime.Parameter;
+import com.metamatrix.connector.metadata.runtime.Procedure;
=
/**
*/
@@ -72,7 +115,7 @@
/* =
* @see com.metamatrix.data.language.ILanguageFactory#createElement(ja=
va.lang.String, com.metamatrix.data.language.IGroup, com.metamatrix.data.me=
tadata.runtime.MetadataID)
*/
- public IElement createElement(String name, IGroup group, MetadataID me=
tadataReference, Class type) {
+ public IElement createElement(String name, IGroup group, Element metad=
ataReference, Class type) {
return new ElementImpl(group, name, metadataReference, type);
}
=
@@ -89,18 +132,24 @@
public IFrom createFrom(List items) {
return new FromImpl(items);
}
+ =
+ @Override
+ public IFunction createFunction(String functionName, IExpression[] arg=
s,
+ Class type) {
+ return new FunctionImpl(functionName, Arrays.asList(args), type);
+ }
=
/* =
* @see com.metamatrix.data.language.ILanguageFactory#createFunction(j=
ava.lang.String, com.metamatrix.data.language.IExpression[], java.lang.Clas=
s)
*/
- public IFunction createFunction(String functionName, IExpression[] arg=
s, Class type) {
+ public IFunction createFunction(String functionName, List extends IE=
xpression> args, Class type) {
return new FunctionImpl(functionName, args, type);
}
=
/* =
* @see com.metamatrix.data.language.ILanguageFactory#createGroup(java=
.lang.String, java.lang.String, com.metamatrix.data.metadata.runtime.Metada=
taID)
*/
- public IGroup createGroup(String context, String definition, MetadataI=
D metadataReference) {
+ public IGroup createGroup(String context, String definition, Group met=
adataReference) {
return new GroupImpl(context, definition, metadataReference);
}
=
@@ -188,14 +237,14 @@
/* =
* @see com.metamatrix.data.language.ILanguageFactory#createParameter(=
int, int, java.lang.Object, java.lang.Class)
*/
- public IParameter createParameter(int index, IParameter.Direction dire=
ction, Object value, Class type, MetadataID metadataReference) {
+ public IParameter createParameter(int index, IParameter.Direction dire=
ction, Object value, Class type, Parameter metadataReference) {
return new ParameterImpl(index, direction, value, type, metadataRe=
ference);
}
=
/* =
* @see com.metamatrix.data.language.ILanguageFactory#createProcedure(=
java.lang.String, java.util.List, com.metamatrix.data.metadata.runtime.Meta=
dataID)
*/
- public IProcedure createProcedure(String name, List parameters, Metada=
taID metadataReference) {
+ public IProcedure createProcedure(String name, List parameters, Proced=
ure metadataReference) {
return new ProcedureImpl(name, parameters, metadataReference);
}
=
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/la=
nguage/ParameterImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language=
/ParameterImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language=
/ParameterImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -23,7 +23,7 @@
package com.metamatrix.dqp.internal.datamgr.language;
=
import com.metamatrix.connector.language.IParameter;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
+import com.metamatrix.connector.metadata.runtime.Parameter;
import com.metamatrix.connector.visitor.framework.LanguageObjectVisitor;
=
public class ParameterImpl extends BaseLanguageObject implements IParamete=
r {
@@ -33,14 +33,14 @@
private Object value;
private boolean valueSpecified;
private Class type;
- private MetadataID metadataID;
+ private Parameter metadataObject;
=
- public ParameterImpl(int index, Direction direction, Object value, Cla=
ss type, MetadataID metadataID) {
+ public ParameterImpl(int index, Direction direction, Object value, Cla=
ss type, Parameter metadataObject) {
setIndex(index);
setDirection(direction);
setValue(value);
setType(type);
- setMetadataID(metadataID);
+ this.metadataObject =3D metadataObject;
}
=
/**
@@ -109,16 +109,14 @@
}
}
=
- public MetadataID getMetadataID() {
- return this.metadataID;
+ @Override
+ public Parameter getMetadataObject() {
+ return this.metadataObject;
}
=
- /* =
- * @see com.metamatrix.data.language.IMetadataReference#setMetadataID(=
com.metamatrix.data.metadata.runtime.MetadataID)
- */
- public void setMetadataID(MetadataID metadataID) {
- this.metadataID =3D metadataID;
- }
+ public void setMetadataObject(Parameter metadataObject) {
+ this.metadataObject =3D metadataObject;
+ }
=
/** =
* @see com.metamatrix.connector.language.IParameter#getValueSpecified=
()
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/la=
nguage/ProcedureImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language=
/ProcedureImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language=
/ProcedureImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -24,20 +24,21 @@
=
import java.util.List;
=
+import com.metamatrix.connector.language.IParameter;
import com.metamatrix.connector.language.IProcedure;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
+import com.metamatrix.connector.metadata.runtime.Procedure;
import com.metamatrix.connector.visitor.framework.LanguageObjectVisitor;
=
public class ProcedureImpl extends BaseLanguageObject implements IProcedur=
e {
=
private String name;
- private List parameters;
- private MetadataID metadataID;
+ private List parameters;
+ private Procedure metadataObject;
=
- public ProcedureImpl(String name, List parameters, MetadataID metadata=
ID) {
+ public ProcedureImpl(String name, List parameters, Procedu=
re metadataObject) {
this.name =3D name;
this.parameters =3D parameters;
- this.metadataID =3D metadataID;
+ this.metadataObject =3D metadataObject;
}
=
/**
@@ -50,7 +51,7 @@
/**
* @see com.metamatrix.data.language.IExecute#getVariableValues()
*/
- public List getParameters() {
+ public List getParameters() {
return parameters;
}
=
@@ -71,22 +72,17 @@
/* =
* @see com.metamatrix.data.language.IExecute#setParameters(java.util.=
List)
*/
- public void setParameters(List parameters) {
+ public void setParameters(List parameters) {
this.parameters =3D parameters;
}
=
- /* =
- * @see com.metamatrix.data.language.IMetadataReference#getMetadataID()
- */
- public MetadataID getMetadataID() {
- return this.metadataID;
+ @Override
+ public Procedure getMetadataObject() {
+ return this.metadataObject;
}
=
- /* =
- * @see com.metamatrix.data.language.IMetadataReference#setMetadataID(=
com.metamatrix.data.metadata.runtime.MetadataID)
- */
- public void setMetadataID(MetadataID metadataID) {
- this.metadataID =3D metadataID;
+ public void setMetadataObject(Procedure metadataID) {
+ this.metadataObject =3D metadataID;
}
=
public boolean equals(Object obj) {
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/me=
tadata/ElementImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/ElementImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/ElementImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -29,14 +29,15 @@
import com.metamatrix.common.types.DataTypeManager;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.metadata.runtime.Element;
+import com.metamatrix.connector.metadata.runtime.Group;
import com.metamatrix.query.metadata.SupportConstants;
=
/**
*/
public class ElementImpl extends TypeModelImpl implements Element {
=
- ElementImpl(MetadataIDImpl metadataID){
- super(metadataID);
+ ElementImpl(Object actualID, RuntimeMetadataImpl factory){
+ super(actualID, factory);
}
=
public Class getJavaType() throws ConnectorException {
@@ -140,5 +141,18 @@
} catch(MetaMatrixComponentException e) {
throw new ConnectorException(e); =
}
+ }
+
+ @Override
+ public Group getParent() throws ConnectorException {
+ Object groupId;
+ try {
+ groupId =3D this.getMetadata().getGroupIDForElementID(getActualID());
+ } catch (QueryMetadataException e) {
+ throw new ConnectorException(e);
+ } catch (MetaMatrixComponentException e) {
+ throw new ConnectorException(e);
+ }
+ return new GroupImpl(groupId, getFactory());
} =
}
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/me=
tadata/GroupImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/GroupImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/GroupImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -24,12 +24,36 @@
*/
package com.metamatrix.dqp.internal.datamgr.metadata;
=
+import java.util.ArrayList;
+import java.util.List;
+
+import com.metamatrix.api.exception.MetaMatrixComponentException;
+import com.metamatrix.api.exception.query.QueryMetadataException;
+import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.metadata.runtime.Element;
import com.metamatrix.connector.metadata.runtime.Group;
=
/**
*/
public class GroupImpl extends MetadataObjectImpl implements Group {
- GroupImpl(MetadataIDImpl metadataID){
- super(metadataID);
+ =
+ GroupImpl(Object actualID, RuntimeMetadataImpl factory){
+ super(actualID, factory);
}
+ =
+ @Override
+ public List getChildren() throws ConnectorException {
+ try {
+ List elementIds =3D getMetadata().getElementIDsInGroupID(getActualID=
());
+ List result =3D new ArrayList(elementIds.size());
+ for (Object elementId : elementIds) {
+ result.add(new ElementImpl(elementId, getFactory()));
+ }
+ return result;
+ } catch (QueryMetadataException e) {
+ throw new ConnectorException(e);
+ } catch (MetaMatrixComponentException e) {
+ throw new ConnectorException(e);
+ }
+ }
}
Deleted: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/met=
adata/MetadataFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/MetadataFactory.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/MetadataFactory.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -1,149 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.dqp.internal.datamgr.metadata;
-
-import java.util.List;
-
-import com.metamatrix.api.exception.MetaMatrixComponentException;
-import com.metamatrix.api.exception.query.QueryMetadataException;
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.metadata.runtime.*;
-import com.metamatrix.connector.metadata.runtime.MetadataID.Type;
-import com.metamatrix.core.util.ArgCheck;
-import com.metamatrix.query.metadata.QueryMetadataInterface;
-import com.metamatrix.query.metadata.StoredProcedureInfo;
-
-/**
- */
-public class MetadataFactory {
- private QueryMetadataInterface metadata;
- private RuntimeMetadataImpl runtimeMetadata;
- =
- public MetadataFactory (QueryMetadataInterface metadata){
- ArgCheck.isNotNull(metadata);
- this.metadata =3D metadata;
- this.runtimeMetadata =3D new RuntimeMetadataImpl(this);
- }
- =
- public RuntimeMetadataImpl getRuntimeMetadata(){
- return this.runtimeMetadata;
- }
- =
- /**
- * Method for creating group and element MetadataIDs. It will not retu=
rn an id for virtual groups.
- * @param metadataID Object from QueryMetadataInterface representing g=
roup or element identifier
- * @param type Either TYPE_ELEMENT or TYPE_GROUP
- * @return MetadataID =
- * @throws QueryMetadataException
- * @throws MetaMatrixComponentException
- */
- public MetadataID createMetadataID(Object metadataID, Type type) throw=
s QueryMetadataException, MetaMatrixComponentException{
- if (type =3D=3D Type.TYPE_GROUP && metadata.isVirtualGroup(metadataID=
)) {
- return null;
- }
- MetadataIDImpl id =3D new MetadataIDImpl(metadataID, getRuntimeMet=
adata());
- id.setType(type);
- return id;
- }
-
- /**
- * Method for creating procedure MetadataIDs. =
- * @param procedureID Procedure ID
- * @return Parameter ID
- * @throws QueryMetadataException
- * @throws MetaMatrixComponentException
- */
- public MetadataID createProcedureID(Object metadataID) throws QueryMet=
adataException, MetaMatrixComponentException{
- String procName =3D metadata.getFullName(metadataID);
- StoredProcedureInfo info =3D metadata.getStoredProcedureInfoForPro=
cedure(procName); =
- MetadataIDImpl id =3D new ProcedureIDImpl(metadataID, info, this);
- id.setType(Type.TYPE_PROCEDURE);
- return id;
- }
- =
- /**
- * Special factory method for creating parameter MetadataIDs based on =
a procedure MetadataID. =
- * @param procedureID Procedure ID
- * @return Parameter ID
- * @throws QueryMetadataException
- * @throws MetaMatrixComponentException
- */
- public MetadataID createParameterID(ProcedureIDImpl procedureID, Objec=
t metadataID) throws QueryMetadataException, MetaMatrixComponentException{
- ParameterIDImpl id =3D new ParameterIDImpl(metadataID, procedureID=
, getRuntimeMetadata());
- id.setType(Type.TYPE_PARAMETER);
- return id;
- }
-
- /**
- * Special factory method for creating result set MetadataIDs based on=
a procedure MetadataID. =
- * @param procedureID Procedure ID
- * @return Parameter ID
- * @throws QueryMetadataException
- * @throws MetaMatrixComponentException
- */
- public MetadataID createResultSetID(ProcedureIDImpl procedureID, Objec=
t metadataID, List resultSetColumns) throws QueryMetadataException, MetaMat=
rixComponentException{
- ParameterIDImpl id =3D new ParameterIDImpl(metadataID, procedureID=
, getRuntimeMetadata(), resultSetColumns);
- id.setType(Type.TYPE_PARAMETER);
- return id;
- }
- =
- public MetadataObject createMetadataObject(MetadataID id) throws Query=
MetadataException, MetaMatrixComponentException, ConnectorException {
- Type type =3D id.getType();
- MetadataIDImpl idImpl =3D (MetadataIDImpl) id;
- MetadataObject mObj =3D null;
- if(type =3D=3D Type.TYPE_GROUP){
- mObj =3D new GroupImpl(idImpl);
- =
- } else if(type =3D=3D Type.TYPE_ELEMENT){ =
- mObj =3D new ElementImpl(idImpl);
- =
- } else if(type =3D=3D Type.TYPE_PROCEDURE){
- mObj =3D new ProcedureImpl(idImpl);
- =
- } else if(type =3D=3D Type.TYPE_PARAMETER) {
- mObj =3D new ParameterImpl(idImpl); =
- =
- } else{
- //throw exception
- }
- return mObj;
- }
- =
- public byte[] getBinaryVDBResource(String resourcePath) throws MetaMat=
rixComponentException, QueryMetadataException {
- return metadata.getBinaryVDBResource(resourcePath);
- }
-
- public String getCharacterVDBResource(String resourcePath) throws Meta=
MatrixComponentException, QueryMetadataException {
- return metadata.getCharacterVDBResource(resourcePath);
- }
-
- public String[] getVDBResourcePaths() throws MetaMatrixComponentExcept=
ion, QueryMetadataException {
- return metadata.getVDBResourcePaths();
- }
- =
- public QueryMetadataInterface getMetadata() {
- return metadata;
- }
-}
Deleted: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/met=
adata/MetadataIDImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/MetadataIDImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/MetadataIDImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -1,155 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.dqp.internal.datamgr.metadata;
-
-import java.util.ArrayList;
-import java.util.Collections;
-import java.util.Iterator;
-import java.util.List;
-
-import com.metamatrix.api.exception.MetaMatrixComponentException;
-import com.metamatrix.api.exception.query.QueryMetadataException;
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
-import com.metamatrix.connector.metadata.runtime.MetadataObject;
-
-/**
- */
-public class MetadataIDImpl implements MetadataID {
- private Type type;
- private Object actualMetadataID;
- private String fullName;
- private RuntimeMetadataImpl metadata;
- =
- MetadataIDImpl(Object actualMetadataID, RuntimeMetadataImpl metadata) =
throws MetaMatrixComponentException {
- this.actualMetadataID =3D actualMetadataID;
- this.metadata =3D metadata;
- =
- if (actualMetadataID !=3D null) {
- try {
- fullName =3D metadata.getMetadata().getFullName(actualMetadat=
aID);
- } catch (QueryMetadataException ex) {
- throw new MetaMatrixComponentException(ex, ex.getMessage());
- }
- }
- }
- =
- RuntimeMetadataImpl getMetadata() {
- return this.metadata;
- }
- =
- public Type getType() {
- return type;
- }
-
- public List getChildIDs() throws ConnectorException {
- if(type =3D=3D Type.TYPE_GROUP && actualMetadataID !=3D null){
- try {
- List children =3D metadata.getMetadata().getElementIDsInGr=
oupID(actualMetadataID);
- List childIDs =3D new ArrayList(children.size());
- Iterator iter =3D children.iterator();
- while(iter.hasNext()){
- MetadataIDImpl id =3D new MetadataIDImpl(iter.next(), =
metadata);
- id.setType(Type.TYPE_ELEMENT);
- childIDs.add(id);
- }
- return childIDs;
- } catch(QueryMetadataException e) {
- throw new ConnectorException(e);
- } catch(MetaMatrixComponentException e) {
- throw new ConnectorException(e);
- }
- }
- return Collections.EMPTY_LIST;
- }
- =
- public MetadataID getParentID() throws ConnectorException {
- if(type =3D=3D Type.TYPE_ELEMENT && actualMetadataID !=3D null) {
- try {
- MetadataIDImpl id =3D new MetadataIDImpl(metadata.getMetad=
ata().getGroupIDForElementID(actualMetadataID), metadata);
- id.setType(Type.TYPE_GROUP);
- return id;
- } catch(QueryMetadataException e) {
- throw new ConnectorException(e);
- } catch(MetaMatrixComponentException e) {
- throw new ConnectorException(e);
- } =
- =
- }
- return null;
- } =
- =
- public boolean equals(Object obj){
- if (this =3D=3D obj) {
- return true;
- }
-
- if (this.getClass().isInstance(obj)) {
- MetadataIDImpl that =3D (MetadataIDImpl)obj;
- return this.actualMetadataID.equals(that.actualMetadataID);
- }
- =
- return false; =
- }
- =
- public int hashCode(){
- return actualMetadataID.hashCode();
- } =
-
- void setType(Type type){
- this.type =3D type;
- }
- =
- Object getActualMetadataID(){
- return this.actualMetadataID;
- }
-
- public String getFullName() {
- return this.fullName;
- }
- =
- /**
- * Get shortName from the metadataID.
- * @return string of shortName
- */ =
- public String getName() {
- String shortName =3D null;
- String fullName =3D getFullName();
- if (fullName !=3D null && fullName.trim().length() !=3D 0) {
- int index =3D fullName.lastIndexOf("."); //$NON-NLS-1$
- if(index !=3D -1){ =
- shortName =3D fullName.substring(index + 1);
- }else{
- shortName =3D fullName;
- }
- }
- return shortName;
- }
- =
- @Override
- public MetadataObject getMetadataObject() throws ConnectorException {
- return this.metadata.getObject(this);
- }
-}
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/me=
tadata/MetadataObjectImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/MetadataObjectImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/MetadataObjectImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -29,30 +29,40 @@
import com.metamatrix.api.exception.MetaMatrixComponentException;
import com.metamatrix.api.exception.query.QueryMetadataException;
import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.MetadataObject;
+import com.metamatrix.core.MetaMatrixRuntimeException;
import com.metamatrix.query.metadata.QueryMetadataInterface;
=
/**
*/
public abstract class MetadataObjectImpl implements MetadataObject {
- private MetadataIDImpl metadataID;
+ private Object actualID;
+ private RuntimeMetadataImpl factory;
+ private String fullName;
=
- MetadataObjectImpl(MetadataIDImpl metadataID){
- this.metadataID =3D metadataID;
+ MetadataObjectImpl(Object actualID, RuntimeMetadataImpl factory){
+ this.actualID =3D actualID;
+ this.factory =3D factory;
+ try {
+ this.fullName =3D getMetadata().getFullName(actualID);
+ } catch (QueryMetadataException e) {
+ throw new MetaMatrixRuntimeException(e);
+ } catch (MetaMatrixComponentException e) {
+ throw new MetaMatrixRuntimeException(e);
+ }
}
=
- public MetadataID getMetadataID() {
- return metadataID;
- }
- =
Object getActualID() {
- return metadataID.getActualMetadataID();
+ return actualID;
}
=
QueryMetadataInterface getMetadata() {
- return metadataID.getMetadata().getMetadata();
+ return factory.getMetadata();
}
+ =
+ RuntimeMetadataImpl getFactory() {
+ return factory;
+ }
=
public String getNameInSource() throws ConnectorException {
try {
@@ -81,14 +91,25 @@
=
if (this.getClass().isInstance(obj)) {
MetadataObjectImpl that =3D (MetadataObjectImpl)obj;
- return this.metadataID.equals(that.metadataID);
+ return this.actualID.equals(that.actualID);
}
=
return false; =
}
=
public int hashCode(){
- return metadataID.hashCode();
+ return actualID.hashCode();
} =
+ =
+ @Override
+ public String getName() {
+ int index =3D fullName.lastIndexOf("."); //$NON-NLS-1$
+ return fullName.substring(index + 1);
+ }
+ =
+ @Override
+ public String getFullName() {
+ return fullName;
+ }
=
}
Deleted: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/met=
adata/ParameterIDImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/ParameterIDImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/ParameterIDImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -1,82 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.dqp.internal.datamgr.metadata;
-
-import java.util.ArrayList;
-import java.util.Collections;
-import java.util.Iterator;
-import java.util.List;
-
-import com.metamatrix.api.exception.MetaMatrixComponentException;
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
-
-/**
- */
-public class ParameterIDImpl extends MetadataIDImpl {
-
- private ProcedureIDImpl procID;
- private List resultSetColumns;
-
- public ParameterIDImpl(Object actualMetadataID, ProcedureIDImpl proced=
ureID, RuntimeMetadataImpl metadata)
- throws MetaMatrixComponentException {
- super(actualMetadataID, metadata);
- =
- this.procID =3D procedureID;
- }
-
- public ParameterIDImpl(Object actualMetadataID, ProcedureIDImpl proced=
ureID, RuntimeMetadataImpl metadata, List resultSetColumns)
- throws MetaMatrixComponentException {
- super(actualMetadataID, metadata);
- =
- this.procID =3D procedureID;
- this.resultSetColumns =3D resultSetColumns;
- }
-
- public MetadataID getParentID() {
- return procID;
- }
- =
- public boolean isResultSet() {
- return (this.resultSetColumns !=3D null);
- }
- =
- public List getChildIDs() throws ConnectorException {
- if(resultSetColumns !=3D null && resultSetColumns.size() > 0) {
- try {
- List childIDs =3D new ArrayList(resultSetColumns.size());
- Iterator iter =3D resultSetColumns.iterator();
- while(iter.hasNext()){
- Object colID =3D iter.next();
- MetadataIDImpl id =3D new MetadataIDImpl(colID, getMet=
adata());
- id.setType(Type.TYPE_ELEMENT);
- childIDs.add(id);
- }
- return childIDs;
- } catch(MetaMatrixComponentException e) {
- throw new ConnectorException(e);
- }
- }
- return Collections.EMPTY_LIST;
- }
-}
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/me=
tadata/ParameterImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/ParameterImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/ParameterImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,6 +22,8 @@
=
package com.metamatrix.dqp.internal.datamgr.metadata;
=
+import java.util.ArrayList;
+import java.util.Collections;
import java.util.List;
=
import com.metamatrix.api.exception.MetaMatrixComponentException;
@@ -29,9 +31,9 @@
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.metadata.runtime.Element;
import com.metamatrix.connector.metadata.runtime.Parameter;
+import com.metamatrix.connector.metadata.runtime.Procedure;
import com.metamatrix.dqp.DQPPlugin;
import com.metamatrix.dqp.message.ParameterInfo;
-import com.metamatrix.query.metadata.StoredProcedureInfo;
import com.metamatrix.query.metadata.SupportConstants;
import com.metamatrix.query.sql.lang.SPParameter;
=
@@ -40,27 +42,18 @@
public class ParameterImpl extends TypeModelImpl implements Parameter {
=
private SPParameter param;
+ private Procedure parent;
=
/**
* @param metadataID
*/
- ParameterImpl(MetadataIDImpl metadataID) {
- super(metadataID);
+ ParameterImpl(RuntimeMetadataImpl factory, SPParameter param, Procedur=
e parent) {
+ super(param.getMetadataID(), factory);
+ this.parent =3D parent;
+ this.param =3D param;
}
=
private SPParameter getParameterInfo() throws ConnectorException {
- if(param =3D=3D null) {
- ParameterIDImpl paramID =3D (ParameterIDImpl) getMetadataID();
- StoredProcedureInfo procInfo =3D ((ProcedureIDImpl)paramID.get=
ParentID()).getProcedureInfo(); =
- List params =3D procInfo.getParameters();
- for(int i=3D0; i getChildren() throws ConnectorException {
+ if (param.getParameterType() =3D=3D SPParameter.RESULT_SET) {
+ List result =3D new ArrayList(param.getResultSetID=
s().size());
+ for (Object elementId : param.getResultSetIDs()) {
+ result.add(new ElementImpl(elementId, getFactory()));
+ }
+ return result;
+ }
+ return Collections.emptyList();
+ }
=
+ @Override
+ public Procedure getParent() throws ConnectorException {
+ return parent;
+ }
=
}
Deleted: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/met=
adata/ProcedureIDImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/ProcedureIDImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/ProcedureIDImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -1,84 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.dqp.internal.datamgr.metadata;
-
-import java.util.ArrayList;
-import java.util.Iterator;
-import java.util.List;
-
-import com.metamatrix.api.exception.MetaMatrixComponentException;
-import com.metamatrix.api.exception.query.QueryMetadataException;
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.dqp.message.ParameterInfo;
-import com.metamatrix.query.metadata.StoredProcedureInfo;
-import com.metamatrix.query.sql.lang.SPParameter;
-
-/**
- */
-public class ProcedureIDImpl extends MetadataIDImpl {
-
- private StoredProcedureInfo procInfo;
- private MetadataFactory factory;
-
- /**
- * @param actualMetadataID
- * @param metadata
- * @throws MetaMatrixComponentException
- */
- public ProcedureIDImpl(Object actualMetadataID, StoredProcedureInfo pr=
ocInfo, MetadataFactory factory)
- throws MetaMatrixComponentException {
- =
- super(actualMetadataID, factory.getRuntimeMetadata());
- this.procInfo =3D procInfo;
- this.factory =3D factory; =
- }
-
- StoredProcedureInfo getProcedureInfo() {
- return this.procInfo;
- }
-
- /* =
- * @see com.metamatrix.data.metadata.runtime.MetadataID#getChildIDs()
- */
- public List getChildIDs() throws ConnectorException {
- try {
- List parameters =3D procInfo.getParameters(); =
- List childIDs =3D new ArrayList(parameters.size());
- Iterator iter =3D parameters.iterator();
- while(iter.hasNext()){
- SPParameter param =3D (SPParameter) iter.next();
- if(param.getParameterType() =3D=3D ParameterInfo.RESULT_SE=
T) {
- childIDs.add(factory.createResultSetID(this, param.get=
MetadataID(), param.getResultSetIDs())); =
- } else {
- childIDs.add(factory.createParameterID(this, param.get=
MetadataID()));
- }
- }
- return childIDs;
- } catch(QueryMetadataException e) {
- throw new ConnectorException(e);
- } catch(MetaMatrixComponentException e) {
- throw new ConnectorException(e);
- } =
- }
-
-}
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/me=
tadata/ProcedureImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/ProcedureImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/ProcedureImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -24,15 +24,32 @@
*/
package com.metamatrix.dqp.internal.datamgr.metadata;
=
+import java.util.ArrayList;
+import java.util.List;
+
+import com.metamatrix.connector.metadata.runtime.Parameter;
import com.metamatrix.connector.metadata.runtime.Procedure;
+import com.metamatrix.query.metadata.StoredProcedureInfo;
+import com.metamatrix.query.sql.lang.SPParameter;
=
/**
*/
public class ProcedureImpl extends MetadataObjectImpl implements Procedure=
{
+ =
+ private StoredProcedureInfo procInfo;
=
- ProcedureImpl(MetadataIDImpl metadataID){
- super(metadataID);
+ ProcedureImpl(RuntimeMetadataImpl factory, StoredProcedureInfo procInf=
o){
+ super(procInfo.getProcedureID(), factory);
+ this.procInfo =3D procInfo;
}
=
+ @Override
+ public List getChildren() {
+ List result =3D new ArrayList(procInfo.getParam=
eters().size());
+ for (SPParameter param : procInfo.getParameters()) {
+ result.add(new ParameterImpl(getFactory(), param, this));
+ }
+ return result;
+ }
=
}
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/me=
tadata/RuntimeMetadataImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/RuntimeMetadataImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/RuntimeMetadataImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -28,31 +28,79 @@
import com.metamatrix.api.exception.query.QueryMetadataException;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.metadata.runtime.*;
+import com.metamatrix.core.util.ArgCheck;
import com.metamatrix.query.metadata.QueryMetadataInterface;
+import com.metamatrix.query.metadata.StoredProcedureInfo;
+import com.metamatrix.query.sql.lang.SPParameter;
=
/**
*/
public class RuntimeMetadataImpl implements RuntimeMetadata {
- private MetadataFactory factory;
+ private QueryMetadataInterface metadata;
=
- public RuntimeMetadataImpl(MetadataFactory factory){
- this.factory =3D factory;
+ public RuntimeMetadataImpl(QueryMetadataInterface metadata){
+ ArgCheck.isNotNull(metadata);
+ this.metadata =3D metadata;
}
=
- public MetadataObject getObject(MetadataID id) throws ConnectorExcepti=
on {
+ @Override
+ public Element getElement(String fullName) throws ConnectorException {
+ try {
+ Object elementId =3D metadata.getElementID(fullName);
+ return new ElementImpl(elementId, this);
+ } catch (QueryMetadataException e) {
+ throw new ConnectorException(e);
+ } catch (MetaMatrixComponentException e) {
+ throw new ConnectorException(e);
+ }
+ }
+ =
+ public ElementImpl getElement(Object elementId) {
+ return new ElementImpl(elementId, this);
+ }
+ =
+ @Override
+ public Group getGroup(String fullName) throws ConnectorException {
+ try {
+ Object groupId =3D metadata.getGroupID(fullName);
+ return getGroup(groupId);
+ } catch (QueryMetadataException e) {
+ throw new ConnectorException(e);
+ } catch (MetaMatrixComponentException e) {
+ throw new ConnectorException(e);
+ }
+ }
=
- try {
- return factory.createMetadataObject(id);
- } catch (QueryMetadataException e) {
- throw new ConnectorException(e);
- } catch (MetaMatrixComponentException e) {
- throw new ConnectorException(e);
- }
+ public GroupImpl getGroup(Object groupId) throws QueryMetadataException, =
MetaMatrixComponentException {
+ if (!metadata.isVirtualGroup(groupId)) {
+ return new GroupImpl(groupId, this);
+ }
+ return null;
+ } =
+ =
+ @Override
+ public Procedure getProcedure(String fullName) throws ConnectorExcepti=
on {
+ try {
+ StoredProcedureInfo sp =3D metadata.getStoredProcedureInfoForProcedure(=
fullName);
+ return getProcedure(sp);
+ } catch (QueryMetadataException e) {
+ throw new ConnectorException(e);
+ } catch (MetaMatrixComponentException e) {
+ throw new ConnectorException(e);
+ }
}
=
+ public Procedure getProcedure(StoredProcedureInfo sp) {
+ return new ProcedureImpl(this, sp);
+ }
+ =
+ public Parameter getParameter(SPParameter param, Procedure parent) {
+ return new ParameterImpl(this, param, parent);
+ }
+ =
public byte[] getBinaryVDBResource(String resourcePath) throws Connect=
orException {
try {
- return factory.getBinaryVDBResource(resourcePath);
+ return metadata.getBinaryVDBResource(resourcePath);
} catch (QueryMetadataException e) {
throw new ConnectorException(e);
} catch (MetaMatrixComponentException e) {
@@ -62,7 +110,7 @@
=
public String getCharacterVDBResource(String resourcePath) throws Conn=
ectorException {
try {
- return factory.getCharacterVDBResource(resourcePath);
+ return metadata.getCharacterVDBResource(resourcePath);
} catch (QueryMetadataException e) {
throw new ConnectorException(e);
} catch (MetaMatrixComponentException e) {
@@ -72,7 +120,7 @@
=
public String[] getVDBResourcePaths() throws ConnectorException {
try {
- return factory.getVDBResourcePaths();
+ return metadata.getVDBResourcePaths();
} catch (QueryMetadataException e) {
throw new ConnectorException(e);
} catch (MetaMatrixComponentException e) {
@@ -81,7 +129,7 @@
}
=
QueryMetadataInterface getMetadata() {
- return this.factory.getMetadata();
+ return metadata;
}
=
}
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/me=
tadata/TypeModelImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/TypeModelImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata=
/TypeModelImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -37,11 +37,10 @@
TypeModel {
=
/** =
- * @param metadataID
* @since 4.3
*/
- public TypeModelImpl(MetadataIDImpl metadataID) {
- super(metadataID);
+ public TypeModelImpl(Object actualID, RuntimeMetadataImpl factory) {
+ super(actualID, factory);
}
=
public int getNullability() throws ConnectorException {
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/co=
nnector/ConnectionPool.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connecto=
r/ConnectionPool.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connecto=
r/ConnectionPool.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -42,10 +42,9 @@
import com.metamatrix.connector.DataPlugin;
import com.metamatrix.connector.api.Connection;
import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.ConnectorIdentity;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.identity.ConnectorIdentity;
-import com.metamatrix.connector.identity.PoolAwareConnection;
-import com.metamatrix.connector.identity.SingleIdentity;
+import com.metamatrix.connector.api.SingleIdentity;
import com.metamatrix.connector.xa.api.TransactionContext;
import com.metamatrix.connector.xa.api.XAConnector;
import com.metamatrix.core.log.MessageLevel;
@@ -455,7 +454,7 @@
}
=
//for testing purpose
- final List getUsedConnections(PoolAwareConnection c=
onnection) {
+ final List getUsedConnections(Connection connection=
) {
ConnectorIdentity id =3D null;
ConnectionsForId connLists =3D null;
synchronized (this.lock) {
@@ -471,7 +470,7 @@
}
=
//for testing purpose
- final List getUnusedConnections(PoolAwareConnection=
connection) {
+ final List getUnusedConnections(Connection connecti=
on) {
ConnectorIdentity id =3D null;
ConnectionsForId connLists =3D null;
synchronized (this.lock) {
Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/co=
nnector/ConnectionWrapper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connecto=
r/ConnectionWrapper.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connecto=
r/ConnectionWrapper.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -27,15 +27,14 @@
import com.metamatrix.connector.api.Connection;
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.ConnectorIdentity;
import com.metamatrix.connector.api.Execution;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.identity.ConnectorIdentity;
-import com.metamatrix.connector.identity.PoolAwareConnection;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
import com.metamatrix.connector.xa.api.XAConnection;
=
-public class ConnectionWrapper implements PoolAwareConnection, XAConnectio=
n {
+public class ConnectionWrapper implements XAConnection {
=
private Connection connection;
private long timeReturnedToPool =3D System.currentTimeMillis();
@@ -128,9 +127,7 @@
=
@Override
public void closeCalled() {
- if (this.connection instanceof PoolAwareConnection) {
- ((PoolAwareConnection)this.connection).closeCalled();
- }
+ this.connection.closeCalled();
}
=
public void setTestInterval(long testInterval) {
@@ -140,9 +137,7 @@
@Override
public void setConnectorIdentity(ConnectorIdentity context)
throws ConnectorException {
- if (this.connection instanceof PoolAwareConnection) {
- ((PoolAwareConnection)this.connection).setConnectorIdentity(context);
- }
+ this.connection.setConnectorIdentity(context);
}
=
}
Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/im=
pl/FakeConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/Fak=
eConnector.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/Fak=
eConnector.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -30,7 +30,6 @@
import junit.framework.Assert;
=
import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.api.Connector;
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
@@ -40,6 +39,7 @@
import com.metamatrix.connector.api.ResultSetExecution;
import com.metamatrix.connector.api.UpdateExecution;
import com.metamatrix.connector.basic.BasicConnection;
+import com.metamatrix.connector.basic.BasicConnector;
import com.metamatrix.connector.basic.BasicConnectorCapabilities;
import com.metamatrix.connector.basic.BasicExecution;
import com.metamatrix.connector.language.ICommand;
@@ -49,7 +49,7 @@
import com.metamatrix.connector.xa.api.XAConnection;
import com.metamatrix.connector.xa.api.XAConnector;
=
-public class FakeConnector implements Connector, XAConnector {
+public class FakeConnector extends BasicConnector implements XAConnector {
private static final int RESULT_SIZE =3D 5;
=
private boolean executeBlocks;
@@ -73,10 +73,10 @@
@Override
public XAConnection getXAConnection(ExecutionContext executionContext,
TransactionContext transactionContext) throws ConnectorException {
- return new FakeXAConnection();
+ return new FakeConnection();
}
=
- private class FakeConnection extends BasicConnection {
+ private class FakeConnection extends BasicConnection implements XAConn=
ection {
public boolean released =3D false;
public Execution createExecution(ICommand command, ExecutionContex=
t executionContext, RuntimeMetadata metadata) throws ConnectorException {
return new FakeBlockingExecution(executionContext);
@@ -88,15 +88,6 @@
Assert.assertFalse("The connection should not be released more=
than once", released); //$NON-NLS-1$
released =3D true;
}
- }
- =
- private final class FakeXAConnection extends FakeConnection implements=
XAConnection {
- public boolean released =3D false;
-
- public void close() {
- Assert.assertFalse("The connection should not be released more=
than once", released); //$NON-NLS-1$
- released =3D true;
- }
@Override
public XAResource getXAResource() throws ConnectorException {
return null;
Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/la=
nguage/TestElementImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language=
/TestElementImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language=
/TestElementImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -27,8 +27,7 @@
import com.metamatrix.common.types.DataTypeManager;
import com.metamatrix.connector.language.IElement;
import com.metamatrix.connector.language.IGroup;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
-import com.metamatrix.connector.metadata.runtime.MetadataID.Type;
+import com.metamatrix.connector.metadata.runtime.Element;
import com.metamatrix.dqp.internal.datamgr.metadata.TestMetadataFactory;
import com.metamatrix.query.sql.symbol.ElementSymbol;
import com.metamatrix.query.unittest.FakeMetadataObject;
@@ -96,7 +95,7 @@
public void testGetMetadataID() throws Exception {
FakeMetadataObject group =3D TestMetadataFactory.createGroup("pm1.=
g1", null); //$NON-NLS-1$
FakeMetadataObject metadataID =3D TestMetadataFactory.createElemen=
t("e", group, DataTypeManager.DefaultDataTypes.STRING, 0); //$NON-NLS-1$
- assertNotNull(example("pm1.g1", "e", metadataID).getMetadataID());=
//$NON-NLS-1$ //$NON-NLS-2$
+ assertNotNull(example("pm1.g1", "e", metadataID).getMetadataObject=
()); //$NON-NLS-1$ //$NON-NLS-2$
}
=
public void testGetType() throws Exception {
@@ -107,10 +106,10 @@
public void testSetMetadataID() throws Exception {
Object metadataID =3D TstLanguageBridgeFactory.metadata.getElement=
ID("pm1.g1.e1"); //$NON-NLS-1$
ElementImpl element =3D example("pm1.g1", "e1", metadataID); //$NO=
N-NLS-1$ //$NON-NLS-2$
- MetadataID connID =3D TstLanguageBridgeFactory.metadataFactory.cre=
ateMetadataID(metadataID, Type.TYPE_ELEMENT);
- element.setMetadataID(connID);
- assertNotNull(element.getMetadataID());
- assertEquals(connID, element.getMetadataID());
+ Element elem =3D TstLanguageBridgeFactory.metadataFactory.getEleme=
nt(metadataID);
+ element.setMetadataObject(elem);
+ assertNotNull(element.getMetadataObject());
+ assertEquals(elem, element.getMetadataObject());
}
=
public void helpTestEquals(IElement e1, IElement e2, boolean equal) {
Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/la=
nguage/TestFunctionImpl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language=
/TestFunctionImpl.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language=
/TestFunctionImpl.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,6 +22,8 @@
=
package com.metamatrix.dqp.internal.datamgr.language;
=
+import java.util.List;
+
import com.metamatrix.connector.language.IExpression;
import com.metamatrix.query.sql.symbol.Constant;
import com.metamatrix.query.sql.symbol.Expression;
@@ -56,11 +58,11 @@
}
=
public void testGetParameters() throws Exception {
- IExpression[] params =3D example("testFunction").getParameters(); =
//$NON-NLS-1$
+ List params =3D example("testFunction").getParameters=
(); //$NON-NLS-1$
assertNotNull(params);
- assertEquals(2, params.length);
- for (int i =3D 0; i < params.length; i++) {
- assertNotNull(params[i]);
+ assertEquals(2, params.size());
+ for (int i =3D 0; i < params.size(); i++) {
+ assertNotNull(params.get(i));
}
}
=
Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/la=
nguage/TstLanguageBridgeFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language=
/TstLanguageBridgeFactory.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language=
/TstLanguageBridgeFactory.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,14 +22,14 @@
=
package com.metamatrix.dqp.internal.datamgr.language;
=
-import com.metamatrix.dqp.internal.datamgr.metadata.MetadataFactory;
+import com.metamatrix.dqp.internal.datamgr.metadata.RuntimeMetadataImpl;
import com.metamatrix.query.unittest.FakeMetadataFacade;
import com.metamatrix.query.unittest.FakeMetadataFactory;
=
public class TstLanguageBridgeFactory {
=
public static final FakeMetadataFacade metadata =3D FakeMetadataFactor=
y.example1();
- public static final MetadataFactory metadataFactory =3D new MetadataFa=
ctory(metadata);
+ public static final RuntimeMetadataImpl metadataFactory =3D new Runtim=
eMetadataImpl(metadata);
public static final LanguageBridgeFactory factory =3D new LanguageBrid=
geFactory(metadata);
=
}
Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/me=
tadata/TestMetadataFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/metadata=
/TestMetadataFactory.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/metadata=
/TestMetadataFactory.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -30,14 +30,12 @@
import junit.framework.TestCase;
=
import com.metamatrix.common.types.DataTypeManager;
-import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.connector.metadata.runtime.MetadataID.Type;
import com.metamatrix.query.unittest.FakeMetadataFacade;
import com.metamatrix.query.unittest.FakeMetadataObject;
import com.metamatrix.query.unittest.FakeMetadataStore;
=
public class TestMetadataFactory extends TestCase {
- private MetadataFactory metadataFactory;
+ private RuntimeMetadataImpl metadataFactory;
private FakeMetadataObject pm1g1;
private FakeMetadataObject pm1g1e1;
=
@@ -54,7 +52,7 @@
pm1g1e1 =3D (FakeMetadataObject)pm1g1e.get(0);
store.addObject(pm1g1);
store.addObjects(pm1g1e);
- metadataFactory =3D new MetadataFactory(new FakeMetadataFacade(sto=
re));
+ metadataFactory =3D new RuntimeMetadataImpl(new FakeMetadataFacade=
(store));
}
=
=
@@ -105,88 +103,50 @@
=
//tests
=
- public void testCreateMetadataID(){ =
- try{ =
- //test create MetadataID for Group
- MetadataIDImpl gID =3D (MetadataIDImpl)metadataFactory.createM=
etadataID(pm1g1, Type.TYPE_GROUP);
- assertEquals(gID.getActualMetadataID(), pm1g1);
- assertEquals(((MetadataIDImpl)gID.getChildIDs().get(0)).getAct=
ualMetadataID(), pm1g1e1);
- =
- //test create MetadataID for Element
- MetadataIDImpl eID =3D (MetadataIDImpl)metadataFactory.createM=
etadataID(pm1g1e1, Type.TYPE_ELEMENT);
- assertEquals(eID.getActualMetadataID(), pm1g1e1);
- assertEquals(((MetadataIDImpl)eID.getParentID()).getActualMeta=
dataID(), pm1g1);
- }catch(Exception e){
- e.printStackTrace();
- fail(e.getMessage());
- }
+ public void testCreateMetadataID() throws Exception { =
+ //test create MetadataID for Group
+ GroupImpl gID =3D metadataFactory.getGroup(pm1g1);
+ assertEquals(gID.getActualID(), pm1g1);
+ assertEquals(((ElementImpl)gID.getChildren().get(0)).getActualID()=
, pm1g1e1);
+ =
+ //test create MetadataID for Element
+ ElementImpl eID =3D metadataFactory.getElement(pm1g1e1);
+ assertEquals(eID.getActualID(), pm1g1e1);
+ assertEquals(((GroupImpl)eID.getParent()).getActualID(), pm1g1);
}
=
- public void testRuntimeMetadata(){
- try{
- RuntimeMetadata runtimeMetadata =3D metadataFactory.getRuntime=
Metadata();
- MetadataIDImpl gID =3D (MetadataIDImpl)metadataFactory.createM=
etadataID(pm1g1, Type.TYPE_GROUP);
- GroupImpl group =3D (GroupImpl)runtimeMetadata.getObject(gID);
- assertEquals(group.getNameInSource(), "g1"); //$NON-NLS-1$
- assertEquals(((MetadataIDImpl)group.getMetadataID()).getActual=
MetadataID(), pm1g1);
+ public void testRuntimeMetadata() throws Exception {
+ GroupImpl group =3D metadataFactory.getGroup(pm1g1);
+ assertEquals(group.getNameInSource(), "g1"); //$NON-NLS-1$
+ assertEquals(group.getActualID(), pm1g1);
=
- MetadataIDImpl eID =3D (MetadataIDImpl)metadataFactory.createM=
etadataID(pm1g1e1, Type.TYPE_ELEMENT);
- ElementImpl element =3D (ElementImpl)runtimeMetadata.getObject=
(eID);
- assertEquals(element.getLength(), 100);
- assertEquals(element.getJavaType(), DataTypeManager.DefaultDat=
aClasses.STRING);
- assertEquals(element.getNameInSource(), "e1"); //$NON-NLS-1$
- assertEquals(((MetadataIDImpl)element.getMetadataID()).getActu=
alMetadataID(), pm1g1e1);
- }catch(Exception e){
- e.printStackTrace();
- fail(e.getMessage());
- }
+ ElementImpl element =3D metadataFactory.getElement(pm1g1e1);
+ assertEquals(element.getLength(), 100);
+ assertEquals(element.getJavaType(), DataTypeManager.DefaultDataCla=
sses.STRING);
+ assertEquals(element.getNameInSource(), "e1"); //$NON-NLS-1$
+ assertEquals(element.getActualID(), pm1g1e1);
}
=
- public void testGetVDBResourcePaths() {
+ public void testGetVDBResourcePaths() throws Exception {
String[] expectedPaths =3D new String[] {"my/resource/path"}; //$N=
ON-NLS-1$
- try {
- RuntimeMetadata runtimeMetadata =3D metadataFactory.getRuntime=
Metadata();
- String[] mfPaths =3D metadataFactory.getVDBResourcePaths();
- String[] rtmdPaths =3D runtimeMetadata.getVDBResourcePaths();
- assertEquals(expectedPaths.length, mfPaths.length);
- assertEquals(expectedPaths.length, rtmdPaths.length);
- for (int i =3D 0; i < expectedPaths.length; i++) {
- assertEquals(expectedPaths[i], mfPaths[i]);
- assertEquals(expectedPaths[i], rtmdPaths[i]);
- }
- } catch (Exception e) {
- e.printStackTrace();
- fail(e.getMessage());
+ String[] mfPaths =3D metadataFactory.getVDBResourcePaths();
+ assertEquals(expectedPaths.length, mfPaths.length);
+ for (int i =3D 0; i < expectedPaths.length; i++) {
+ assertEquals(expectedPaths[i], mfPaths[i]);
}
}
=
- public void testGetBinaryVDBResource() {
- try {
- RuntimeMetadata runtimeMetadata =3D metadataFactory.getRuntime=
Metadata();
- byte[] expectedBytes =3D "ResourceContents".getBytes(); //$NON=
-NLS-1$
- byte[] mfBytes =3D metadataFactory.getBinaryVDBResource(null);
- byte[] rtmdBytes =3D runtimeMetadata.getBinaryVDBResource(null=
);
- assertEquals(expectedBytes.length, mfBytes.length);
- assertEquals(expectedBytes.length, rtmdBytes.length);
- for (int i =3D 0; i < expectedBytes.length; i++) {
- assertEquals("Byte at index " + i + " differs from expecte=
d content", expectedBytes[i], mfBytes[i]); //$NON-NLS-1$ //$NON-NLS-2$
- assertEquals("Byte at index " + i + " differs from expecte=
d content", expectedBytes[i], rtmdBytes[i]); //$NON-NLS-1$ //$NON-NLS-2$
- }
- } catch (Exception e) {
- e.printStackTrace();
- fail(e.getMessage());
+ public void testGetBinaryVDBResource() throws Exception {
+ byte[] expectedBytes =3D "ResourceContents".getBytes(); //$NON-NLS=
-1$
+ byte[] mfBytes =3D metadataFactory.getBinaryVDBResource(null);
+ assertEquals(expectedBytes.length, mfBytes.length);
+ for (int i =3D 0; i < expectedBytes.length; i++) {
+ assertEquals("Byte at index " + i + " differs from expected co=
ntent", expectedBytes[i], mfBytes[i]); //$NON-NLS-1$ //$NON-NLS-2$
}
}
=
- public void testGetCharacterVDBResource() {
- try {
- RuntimeMetadata runtimeMetadata =3D metadataFactory.getRuntime=
Metadata();
- assertEquals("ResourceContents", metadataFactory.getCharacterV=
DBResource(null)); //$NON-NLS-1$
- assertEquals("ResourceContents", runtimeMetadata.getCharacterV=
DBResource(null)); //$NON-NLS-1$
- } catch (Exception e) {
- e.printStackTrace();
- fail(e.getMessage());
- }
+ public void testGetCharacterVDBResource() throws Exception {
+ assertEquals("ResourceContents", metadataFactory.getCharacterVDBRe=
source(null)); //$NON-NLS-1$
}
=
}
Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/co=
nnector/FakeSourceConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connecto=
r/FakeSourceConnectionFactory.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connecto=
r/FakeSourceConnectionFactory.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -25,19 +25,19 @@
package com.metamatrix.dqp.internal.pooling.connector;
=
import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.api.Connector;
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
import com.metamatrix.connector.api.Execution;
import com.metamatrix.connector.api.ExecutionContext;
import com.metamatrix.connector.basic.BasicConnection;
+import com.metamatrix.connector.basic.BasicConnector;
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
=
/**
*/
-public class FakeSourceConnectionFactory implements Connector {
+public class FakeSourceConnectionFactory extends BasicConnector {
static int connCnt;
=
static boolean alive =3D true;
Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/co=
nnector/FakeUserIdentityConnectionFactory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connecto=
r/FakeUserIdentityConnectionFactory.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connecto=
r/FakeUserIdentityConnectionFactory.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -25,14 +25,13 @@
package com.metamatrix.dqp.internal.pooling.connector;
=
import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.ConnectorIdentity;
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.identity.ConnectorIdentity;
-import com.metamatrix.connector.identity.ConnectorIdentityFactory;
-import com.metamatrix.connector.identity.UserIdentity;
+import com.metamatrix.connector.api.MappedUserIdentity;
=
/**
*/
-public class FakeUserIdentityConnectionFactory extends FakeSourceConnectio=
nFactory implements ConnectorIdentityFactory {
+public class FakeUserIdentityConnectionFactory extends FakeSourceConnectio=
nFactory {
=
/* =
* @see com.metamatrix.data.pool.SourceConnectionFactory#createIdentit=
y(com.metamatrix.data.SecurityContext)
@@ -42,7 +41,7 @@
return null;
}
//use user name for now
- return new UserIdentity(context.getUser(), null, null);
+ return new MappedUserIdentity(context.getUser(), null, null);
}
=
}
Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/co=
nnector/TestConnectionPool.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connecto=
r/TestConnectionPool.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connecto=
r/TestConnectionPool.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -29,7 +29,7 @@
import junit.framework.TestCase;
=
import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.identity.UserIdentity;
+import com.metamatrix.connector.api.MappedUserIdentity;
import com.metamatrix.dqp.internal.datamgr.impl.ConnectorWrapper;
import com.metamatrix.dqp.internal.datamgr.impl.ExecutionContextImpl;
=
@@ -69,7 +69,7 @@
public static ExecutionContext createContext(final String user, boolea=
n userIdentity) {
ExecutionContextImpl context =3D new ExecutionContextImpl(null, null,=
user, null, null, null, null, null, null, null, false);
if (userIdentity) {
- context.setConnectorIdentity(new UserIdentity(context.getUser(), nul=
l, null));
+ context.setConnectorIdentity(new MappedUserIdentity(context.getUser(=
), null, null));
}
return context;
}
Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/co=
nnector/TestConnectionWrapper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connecto=
r/TestConnectionWrapper.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connecto=
r/TestConnectionWrapper.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -26,13 +26,12 @@
=
import org.mockito.Mockito;
=
-import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.identity.PoolAwareConnection;
+import com.metamatrix.connector.basic.BasicConnection;
=
public class TestConnectionWrapper extends TestCase {
=
public void testIdleTime() throws Exception {
- ConnectionWrapper wrapper =3D new ConnectionWrapper(Mockito.mock(Connect=
ion.class), Mockito.mock(ConnectionPool.class), 1);
+ ConnectionWrapper wrapper =3D new ConnectionWrapper(Mockito.mock(BasicCo=
nnection.class), Mockito.mock(ConnectionPool.class), 1);
long time =3D wrapper.getTimeReturnedToPool();
Thread.sleep(5);
wrapper.close();
@@ -40,7 +39,7 @@
}
=
public void testIsAliveTestInterval() throws Exception {
- PoolAwareConnection connection =3D Mockito.mock(PoolAwareConnection.clas=
s);
+ BasicConnection connection =3D Mockito.mock(BasicConnection.class);
Mockito.stub(connection.isAlive()).toReturn(Boolean.TRUE);
ConnectionWrapper wrapper =3D new ConnectionWrapper(connection, Mockito.=
mock(ConnectionPool.class), 1);
wrapper.setTestInterval(-1); //trigger an actual call.
Copied: trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/conn=
ector/TestPerUserPool.java (from rev 486, trunk/connectors/connector-jdbc/s=
rc/test/java/com/metamatrix/connector/jdbc/userpool/TestPerUserPool.java)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connecto=
r/TestPerUserPool.java (rev 0)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connecto=
r/TestPerUserPool.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -0,0 +1,141 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+package com.metamatrix.dqp.internal.pooling.connector;
+
+import java.io.Serializable;
+import java.util.Properties;
+
+import junit.framework.TestCase;
+
+import org.mockito.Mockito;
+
+import com.metamatrix.common.application.ApplicationEnvironment;
+import com.metamatrix.connector.api.Connection;
+import com.metamatrix.connector.api.Connector;
+import com.metamatrix.connector.api.ConnectorCapabilities;
+import com.metamatrix.connector.api.ConnectorEnvironment;
+import com.metamatrix.connector.api.ConnectorException;
+import com.metamatrix.connector.api.ConnectorLogger;
+import com.metamatrix.connector.api.CredentialMap;
+import com.metamatrix.connector.api.ExecutionContext;
+import com.metamatrix.connector.api.MappedUserIdentity;
+import com.metamatrix.connector.basic.BasicConnector;
+import com.metamatrix.connector.internal.ConnectorPropertyNames;
+import com.metamatrix.dqp.internal.datamgr.impl.ConnectorEnvironmentImpl;
+import com.metamatrix.dqp.internal.datamgr.impl.ExecutionContextImpl;
+
+/**
+ */
+public class TestPerUserPool extends TestCase {
+ =
+ public TestPerUserPool(String name) {
+ super(name);
+ }
+ =
+ private Connector getTestConnector(ConnectorEnvironment env) throws Co=
nnectorException {
+ BasicConnector con =3D new BasicConnector() {
+
+ @Override
+ public ConnectorCapabilities getCapabilities() {
+ return null;
+ }
+
+ @Override
+ public Connection getConnection(ExecutionContext context)
+ throws ConnectorException {
+ assertTrue(context.getConnectorIdentity() instanceof MappedUserIdentit=
y);
+ return null;
+ }
+
+ @Override
+ public void start(ConnectorEnvironment environment)
+ throws ConnectorException {
+ =
+ }
+
+ @Override
+ public void stop() {
+ =
+ }
+ =
+ };
+ con.setUseCredentialMap(true);
+ con.setAdminConnectionsAllowed(false);
+ con.setConnectorName("oracle system");
+ con.start(env);
+ return con;
+ }
+ =
+ public void testWrongCredentials() throws Exception {
+ ConnectorEnvironment env =3D initConnectorEnvironment();
+ Connector factory =3D getTestConnector(env);
+ try {
+ ExecutionContext ctx =3D createSecurityContext("pw1", false, f=
actory); //$NON-NLS-1$
+ factory.getConnection(ctx);
+ fail("expected failure"); //$NON-NLS-1$
+ } catch (ConnectorException e) {
+ assertEquals("Unable to extract credentials from command payload or tru=
sted session payload for per-user connection.", e.getMessage()); //$NON-NLS=
-1$
+ }
+ }
+ =
+ private ConnectorEnvironment initConnectorEnvironment() throws Excepti=
on {
+ final Properties connProps =3D new Properties();
+ connProps.put(ConnectorPropertyNames.CONNECTOR_BINDING_NAME, "orac=
le system"); //$NON-NLS-1$
+ return new ConnectorEnvironmentImpl(connProps, Mockito.mock(Connec=
torLogger.class), new ApplicationEnvironment());
+ }
+ =
+ private ExecutionContext createSecurityContext(String credentialsStr, =
boolean useMap, Connector factory) throws Exception {
+ Serializable credentials =3D credentialsStr;
+ if (useMap) {
+ credentials =3D CredentialMap.parseCredentials(credentialsStr);
+ }
+ =
+ // session payload
+ ExecutionContextImpl impl =3D new ExecutionContextImpl(null, null,=
null, credentials, null, null, null, null, null, null, false);
+ impl.setConnectorIdentity(factory.createIdentity(impl));
+ return impl;
+ }
+ =
+ public void testCredentialMapInSessionPayload() throws Exception {
+ ConnectorEnvironment env =3D initConnectorEnvironment();
+ Connector factory =3D getTestConnector(env);
+ ExecutionContext ctx =3D createSecurityContext("(system=3Doracle s=
ystem,user=3Dbqt2,password=3Dmm)", true, factory); //$NON-NLS-1$
+ factory.getConnection(ctx);
+ }
+ =
+ public void testCredentialMapMissingSystem() throws Exception {
+ ConnectorEnvironment env =3D initConnectorEnvironment();
+ Connector factory =3D getTestConnector(env);
+
+ // Set system to "x" instead of "oracle system" which will cause n=
o credentials to be found
+ try {
+ ExecutionContext ctx =3D createSecurityContext("(system=3Dx,us=
er=3Dbqt2,password=3Dmm)", true, factory); //$NON-NLS-1$
+ factory.getConnection(ctx);
+ fail("Expected exception when creating connection with missing=
system credentials"); //$NON-NLS-1$
+ } catch(Exception e) {
+ // expected
+ assertEquals("Payload missing credentials for oracle system", =
e.getMessage()); //$NON-NLS-1$
+ }
+ }
+
+}
Property changes on: trunk/engine/src/test/java/com/metamatrix/dqp/internal=
/pooling/connector/TestPerUserPool.java
___________________________________________________________________
Name: svn:mergeinfo
+ =
Modified: trunk/engine/src/test/java/com/metamatrix/query/unittest/QueryMet=
adataInterfaceBuilder.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/engine/src/test/java/com/metamatrix/query/unittest/QueryMetadataI=
nterfaceBuilder.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/engine/src/test/java/com/metamatrix/query/unittest/QueryMetadataI=
nterfaceBuilder.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -31,7 +31,6 @@
import com.metamatrix.common.types.DataTypeManager;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
import com.metamatrix.core.MetaMatrixRuntimeException;
-import com.metamatrix.dqp.internal.datamgr.metadata.MetadataFactory;
import com.metamatrix.dqp.internal.datamgr.metadata.RuntimeMetadataImpl;
import com.metamatrix.dqp.message.ParameterInfo;
import com.metamatrix.query.metadata.QueryMetadataInterface;
@@ -172,7 +171,7 @@
}
=
public RuntimeMetadata getRuntimeMetadata(){
- return new RuntimeMetadataImpl(new MetadataFactory(getQueryMetadat=
a()));
+ return new RuntimeMetadataImpl(getQueryMetadata());
}
=
private FakeMetadataObject createPhysicalModel(String name) {
Modified: trunk/test-integration/src/test/java/com/metamatrix/cdk/api/TestT=
ranslationUtility.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-integration/src/test/java/com/metamatrix/cdk/api/TestTransla=
tionUtility.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/test-integration/src/test/java/com/metamatrix/cdk/api/TestTransla=
tionUtility.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -27,7 +27,6 @@
import com.metamatrix.connector.language.ICommand;
import com.metamatrix.connector.language.IGroup;
import com.metamatrix.connector.language.IQuery;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.MetadataObject;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
import com.metamatrix.core.util.UnitTestUtil;
@@ -87,11 +86,10 @@
// Translate command to get some ids
IQuery query =3D (IQuery) util.parseCommand("select * from partssu=
pplier.parts"); //$NON-NLS-1$
IGroup group =3D (IGroup) query.getFrom().getItems().get(0);
- MetadataID mid =3D group.getMetadataID();
+ MetadataObject mid =3D group.getMetadataObject();
assertEquals("PartsSupplier.PARTSSUPPLIER.PARTS", mid.getFullName(=
)); //$NON-NLS-1$
=
// Use RMD to get stuff
- MetadataObject groupObj =3D rmd.getObject(mid);
- assertEquals("PARTS", groupObj.getNameInSource()); //$NON-NLS-1$
+ assertEquals("PARTS", mid.getNameInSource()); //$NON-NLS-1$
}
}
Modified: trunk/test-integration/src/test/java/com/metamatrix/connector/jdb=
c/extension/TestSQLConversionVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/exte=
nsion/TestSQLConversionVisitor.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/exte=
nsion/TestSQLConversionVisitor.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -113,7 +113,7 @@
throw new RuntimeException(e);
} =
}
- public static final RuntimeMetadata metadata =3D TstLanguageBridgeFact=
ory.metadataFactory.getRuntimeMetadata();
+ public static final RuntimeMetadata metadata =3D TstLanguageBridgeFact=
ory.metadataFactory;
=
private String getStringWithContext(ILanguageObject obj) throws Connec=
torException {
Properties props =3D new Properties(); =
Modified: trunk/test-integration/src/test/java/com/metamatrix/connector/jdb=
c/oracle/TestOracleSQLConversionVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/orac=
le/TestOracleSQLConversionVisitor.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/orac=
le/TestOracleSQLConversionVisitor.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -43,7 +43,6 @@
import com.metamatrix.dqp.internal.datamgr.impl.ConnectorEnvironmentImpl;
import com.metamatrix.dqp.internal.datamgr.impl.ExecutionContextImpl;
import com.metamatrix.dqp.internal.datamgr.impl.FakeExecutionContextImpl;
-import com.metamatrix.dqp.internal.datamgr.metadata.MetadataFactory;
import com.metamatrix.dqp.internal.datamgr.metadata.RuntimeMetadataImpl;
import com.metamatrix.query.metadata.QueryMetadataInterface;
import com.metamatrix.query.unittest.FakeMetadataFacade;
@@ -106,7 +105,7 @@
// Convert from sql to objects
CommandBuilder commandBuilder =3D new CommandBuilder(metadata);
ICommand obj =3D commandBuilder.getCommand(input);
- RuntimeMetadata runtimeMetadata =3D new RuntimeMetadataImpl(new Me=
tadataFactory(metadata));
+ RuntimeMetadata runtimeMetadata =3D new RuntimeMetadataImpl(metada=
ta);
this.helpTestVisitor(obj, runtimeMetadata, modifiers, context, dbmsTimeZ=
one, expectedOutput);
}
=
Modified: trunk/test-integration/src/test/java/com/metamatrix/data/metadata=
/runtime/MockConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runti=
me/MockConnector.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runti=
me/MockConnector.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -7,7 +7,6 @@
import org.mockito.Mockito;
=
import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.api.Connector;
import com.metamatrix.connector.api.ConnectorCapabilities;
import com.metamatrix.connector.api.ConnectorEnvironment;
import com.metamatrix.connector.api.ConnectorException;
@@ -15,6 +14,7 @@
import com.metamatrix.connector.api.ProcedureExecution;
import com.metamatrix.connector.api.ResultSetExecution;
import com.metamatrix.connector.basic.BasicConnection;
+import com.metamatrix.connector.basic.BasicConnector;
import com.metamatrix.connector.basic.BasicConnectorCapabilities;
import com.metamatrix.connector.language.IElement;
import com.metamatrix.connector.language.IGroup;
@@ -25,7 +25,7 @@
import com.metamatrix.connector.metadata.runtime.MetadataObject;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
=
-public class MockConnector implements Connector {
+public class MockConnector extends BasicConnector {
=
@Override
public ConnectorCapabilities getCapabilities() {
@@ -47,7 +47,7 @@
Properties props =3D new Properties();
props.setProperty("customBehaviour", "SkipExecute");//$NON-NLS-1$ //$N=
ON-NLS-2$
=
- MetadataObject metaObject =3D metadata.getObject(procedure.getMe=
tadataID());
+ MetadataObject metaObject =3D procedure.getMetadataObject();
=
TestCase.assertEquals("AnyModel.ProcedureB",procedure.getProcedu=
reName()); //$NON-NLS-1$
TestCase.assertEquals("PROC", metaObject.getNameInSource()); //$=
NON-NLS-1$
@@ -64,13 +64,13 @@
Properties groupProps =3D new Properties();
groupProps.setProperty("customName", "CustomTableA");//$NON-NLS-1$ //$=
NON-NLS-2$
IGroup group =3D (IGroup)query.getProjectedQuery().getFrom().getItems(=
).get(0); =
- MetadataObject groupMD =3D metadata.getObject(group.getMetadataID());
+ MetadataObject groupMD =3D group.getMetadataObject();
TestCase.assertEquals(groupProps, groupMD.getProperties());
=
=
ISelectSymbol symbl =3D (ISelectSymbol)query.getProjectedQuery().getSe=
lect().getSelectSymbols().get(0);
IElement element =3D (IElement)symbl.getExpression();
- Element elementMD =3D (Element)metadata.getObject(element.getMetadataI=
D());
+ Element elementMD =3D element.getMetadataObject();
=
Properties elementProps =3D new Properties();
elementProps.setProperty("customPosition", "11");//$NON-NLS-1$ //$NON-=
NLS-2$
@@ -98,7 +98,7 @@
=
ISelectSymbol symbl2 =3D (ISelectSymbol)query.getProjectedQuery().getS=
elect().getSelectSymbols().get(1);
IElement element2 =3D (IElement)symbl2.getExpression();
- Element elementMD2 =3D (Element)metadata.getObject(element2.getMetadat=
aID());
+ Element elementMD2 =3D element2.getMetadataObject();
=
Properties elementProps2 =3D new Properties();
elementProps2.setProperty("customPosition", "12");//$NON-NLS-1$ //$NON=
-NLS-2$
Modified: trunk/test-integration/src/test/java/com/metamatrix/data/metadata=
/runtime/TestElement.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runti=
me/TestElement.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runti=
me/TestElement.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -31,7 +31,6 @@
import com.metamatrix.connector.language.IQuery;
import com.metamatrix.connector.language.ISelectSymbol;
import com.metamatrix.connector.metadata.runtime.Element;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.core.util.UnitTestUtil;
=
/**
@@ -59,8 +58,7 @@
IQuery query =3D (IQuery) transUtil.parseCommand("SELECT " + eleme=
ntName + " FROM " + groupName); //$NON-NLS-1$ //$NON-NLS-2$
ISelectSymbol symbol =3D (ISelectSymbol) query.getSelect().getSele=
ctSymbols().get(0);
IElement element =3D (IElement) symbol.getExpression();
- MetadataID metadataID =3D element.getMetadataID();
- return (Element) transUtil.createRuntimeMetadata().getObject(metad=
ataID);
+ return element.getMetadataObject();
}
=
public void helpTestElement(String fullGroupName, String elementShortN=
ame, TranslationUtility transUtil,
Modified: trunk/test-integration/src/test/java/com/metamatrix/data/metadata=
/runtime/TestGroup.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runti=
me/TestGroup.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runti=
me/TestGroup.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -30,7 +30,6 @@
import com.metamatrix.connector.language.IGroup;
import com.metamatrix.connector.language.IQuery;
import com.metamatrix.connector.metadata.runtime.Group;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.core.util.UnitTestUtil;
=
/**
@@ -60,8 +59,7 @@
public Group getGroup(String groupName, TranslationUtility transUtil) =
throws Exception {
IQuery query =3D (IQuery) transUtil.parseCommand("SELECT 1 FROM " =
+ groupName); //$NON-NLS-1$
IGroup group =3D (IGroup) query.getFrom().getItems().get(0);
- MetadataID metadataID =3D group.getMetadataID();
- return (Group) transUtil.createRuntimeMetadata().getObject(metadat=
aID);
+ return group.getMetadataObject();
}
=
public void helpTestGroup(String fullGroupName, String nameInSource, P=
roperties expectedProps, TranslationUtility transUtil) throws Exception {
Deleted: trunk/test-integration/src/test/java/com/metamatrix/data/metadata/=
runtime/TestMetadataID.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runti=
me/TestMetadataID.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runti=
me/TestMetadataID.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -1,188 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.data.metadata.runtime;
-
-import java.util.Arrays;
-import java.util.Collections;
-import java.util.HashSet;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Set;
-
-import junit.framework.TestCase;
-
-import com.metamatrix.cdk.api.TranslationUtility;
-import com.metamatrix.connector.language.IElement;
-import com.metamatrix.connector.language.IGroup;
-import com.metamatrix.connector.language.IProcedure;
-import com.metamatrix.connector.language.IQuery;
-import com.metamatrix.connector.language.ISelectSymbol;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
-import com.metamatrix.connector.metadata.runtime.MetadataID.Type;
-import com.metamatrix.core.util.UnitTestUtil;
-
-/**
- */
-public class TestMetadataID extends TestCase {
-
- private static TranslationUtility CONNECTOR_METADATA_UTILITY =3D creat=
eTranslationUtility(getTestVDBName());
-
- /**
- * Constructor for TestMetadataID.
- * @param name
- */
- public TestMetadataID(String name) {
- super(name);
- }
-
- private static String getTestVDBName() {
- return UnitTestUtil.getTestDataPath() + "/ConnectorMetadata.vdb"; //$=
NON-NLS-1$
- }
- =
- public static TranslationUtility createTranslationUtility(String vdbNa=
me) {
- return new TranslationUtility(vdbName); =
- }
- =
- =
- // ################ TEST GROUP METADATAID ######################
- =
- public MetadataID getGroupID(String groupName, TranslationUtility tran=
sUtil) {
- IQuery query =3D (IQuery) transUtil.parseCommand("SELECT 1 FROM " =
+ groupName); //$NON-NLS-1$
- IGroup group =3D (IGroup) query.getFrom().getItems().get(0);
- return group.getMetadataID();
- }
-
- public void helpTestGroupID(String fullGroupName, String shortGroupNam=
e, int elementCount, TranslationUtility transUtil) throws Exception {
- MetadataID groupID =3D getGroupID(fullGroupName, transUtil); =
- assertEquals(fullGroupName, groupID.getFullName());
- assertEquals(shortGroupName, groupID.getName());
- assertEquals(Type.TYPE_GROUP, groupID.getType());
- assertNull(groupID.getParentID());
- =
- // Check children
- List children =3D groupID.getChildIDs();
- assertEquals(elementCount, children.size());
- Iterator childIter =3D children.iterator();
- while(childIter.hasNext()) {
- MetadataID childID =3D (MetadataID) childIter.next();
- assertEquals(Type.TYPE_ELEMENT, childID.getType());
- assertEquals(groupID, childID.getParentID());
- assertTrue(childID.getFullName().startsWith(groupID.getFullNam=
e())); =
- }
- }
- =
- public void testGroupID() throws Exception {
- helpTestGroupID("ConnectorMetadata.TestTable", "TestTable", 7, CON=
NECTOR_METADATA_UTILITY);//$NON-NLS-1$ //$NON-NLS-2$ =
- } =
-
- public void testGroupID_longName() throws Exception {
- helpTestGroupID("ConnectorMetadata.TestCatalog.TestSchema.TestTabl=
e2", "TestTable2", 1, CONNECTOR_METADATA_UTILITY);//$NON-NLS-1$ //$NON-NLS-=
2$ =
- } =
-
- // ################ TEST ELEMENT METADATAID ######################
- =
- public MetadataID getElementID(String groupName, String elementName, T=
ranslationUtility transUtil) {
- IQuery query =3D (IQuery) transUtil.parseCommand("SELECT " + eleme=
ntName + " FROM " + groupName); //$NON-NLS-1$ //$NON-NLS-2$
- ISelectSymbol symbol =3D (ISelectSymbol) query.getSelect().getSele=
ctSymbols().get(0);
- IElement element =3D (IElement) symbol.getExpression();
- return element.getMetadataID();
- }
- =
- public void helpTestElementID(String groupName, String elementName, Tr=
anslationUtility transUtil) throws Exception {
- MetadataID elementID =3D getElementID(groupName, elementName, tran=
sUtil); =
- assertEquals(Type.TYPE_ELEMENT, elementID.getType());
- assertEquals(groupName + "." + elementName, elementID.getFullName(=
)); //$NON-NLS-1$
- assertEquals(elementName, elementID.getName());
- assertEquals(Collections.EMPTY_LIST, elementID.getChildIDs());
- assertNotNull(elementID.getParentID());
- assertEquals(groupName, elementID.getParentID().getFullName()); =
=
- }
- =
- public void testElementID() throws Exception {
- helpTestElementID("ConnectorMetadata.TestTable", "TestNameInSource=
", CONNECTOR_METADATA_UTILITY);//$NON-NLS-1$ //$NON-NLS-2$ =
- } =
-
- public void testElementID_longName() throws Exception {
- helpTestElementID("ConnectorMetadata.TestCatalog.TestSchema.TestTa=
ble2", "TestCol", CONNECTOR_METADATA_UTILITY);//$NON-NLS-1$ //$NON-NLS-2$ =
- } =
-
- // ################ TEST PROCEDURE AND PARAMETER METADATAID ##########=
############
- =
- public MetadataID getProcedureID(String procName, int inputParamCount,=
TranslationUtility transUtil) {
- StringBuffer sql =3D new StringBuffer("EXEC "); //$NON-NLS-1$
- sql.append(procName);
- sql.append("("); //$NON-NLS-1$
- for(int i=3D0; i children =3D groupID.getChildren();
+ assertEquals(elementCount, children.size());
+ for (Element element : children) {
+ assertEquals(groupID, element.getParent());
+ assertTrue(element.getFullName().startsWith(groupID.getFullNam=
e())); =
+ }
+ }
+ =
+ public void testGroupID() throws Exception {
+ helpTestGroupID("ConnectorMetadata.TestTable", "TestTable", 7, CON=
NECTOR_METADATA_UTILITY);//$NON-NLS-1$ //$NON-NLS-2$ =
+ } =
+
+ public void testGroupID_longName() throws Exception {
+ helpTestGroupID("ConnectorMetadata.TestCatalog.TestSchema.TestTabl=
e2", "TestTable2", 1, CONNECTOR_METADATA_UTILITY);//$NON-NLS-1$ //$NON-NLS-=
2$ =
+ } =
+
+ // ################ TEST ELEMENT METADATAID ######################
+ =
+ public Element getElementID(String groupName, String elementName, Tran=
slationUtility transUtil) {
+ IQuery query =3D (IQuery) transUtil.parseCommand("SELECT " + eleme=
ntName + " FROM " + groupName); //$NON-NLS-1$ //$NON-NLS-2$
+ ISelectSymbol symbol =3D (ISelectSymbol) query.getSelect().getSele=
ctSymbols().get(0);
+ IElement element =3D (IElement) symbol.getExpression();
+ return element.getMetadataObject();
+ }
+ =
+ public void helpTestElementID(String groupName, String elementName, Tr=
anslationUtility transUtil) throws Exception {
+ Element elementID =3D getElementID(groupName, elementName, transUt=
il); =
+ assertEquals(groupName + "." + elementName, elementID.getFullName(=
)); //$NON-NLS-1$
+ assertEquals(elementName, elementID.getName());
+ assertNotNull(elementID.getParent());
+ assertEquals(groupName, elementID.getParent().getFullName()); =
=
+ }
+ =
+ public void testElementID() throws Exception {
+ helpTestElementID("ConnectorMetadata.TestTable", "TestNameInSource=
", CONNECTOR_METADATA_UTILITY);//$NON-NLS-1$ //$NON-NLS-2$ =
+ } =
+
+ public void testElementID_longName() throws Exception {
+ helpTestElementID("ConnectorMetadata.TestCatalog.TestSchema.TestTa=
ble2", "TestCol", CONNECTOR_METADATA_UTILITY);//$NON-NLS-1$ //$NON-NLS-2$ =
+ } =
+
+ // ################ TEST PROCEDURE AND PARAMETER METADATAID ##########=
############
+ =
+ public Procedure getProcedureID(String procName, int inputParamCount, =
TranslationUtility transUtil) {
+ StringBuffer sql =3D new StringBuffer("EXEC "); //$NON-NLS-1$
+ sql.append(procName);
+ sql.append("("); //$NON-NLS-1$
+ for(int i=3D0; i children =3D procID.getChildren();
+ assertEquals(paramNames.length, children.size());
+ Set actualParamNames =3D new HashSet();
+ for (Parameter childID : children) {
+ assertEquals(procID, childID.getParent());
+ assertTrue(childID.getFullName().startsWith(procID.getFullName=
()));
+ actualParamNames.add(childID.getName()); =
+ }
+ =
+ // Compare actual with expected param names
+ Set expectedParamNames =3D new HashSet(Arrays.asList(paramNames));
+ assertEquals(expectedParamNames, actualParamNames);
+ }
+ =
+ public void testProcedureID() throws Exception {
+ String[] paramNames =3D new String[] { "InParam", "OutParam", "InO=
utParam", "ReturnParam" }; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-=
3$//$NON-NLS-4$
+ helpTestProcedureID("ConnectorMetadata.TestProc1", "TestProc1", 2,=
paramNames, CONNECTOR_METADATA_UTILITY); //$NON-NLS-1$ //$NON-NLS-2$ =
=
+ }
+
+ public void testProcedureID_resultSet() throws Exception {
+ String[] paramNames =3D new String[] { "Param1", "RSParam" }; =
//$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$//$NON-NLS-4$
+ helpTestProcedureID("ConnectorMetadata.TestProc2", "TestProc2", 1,=
paramNames, CONNECTOR_METADATA_UTILITY); //$NON-NLS-1$ //$NON-NLS-2$ =
=
+ }
+
+ public void testProcedureID_longName() throws Exception {
+ helpTestProcedureID("ConnectorMetadata.TestCatalog.TestSchema.Test=
Proc", "TestProc", 0, new String[0], CONNECTOR_METADATA_UTILITY); //$NON-NL=
S-1$ //$NON-NLS-2$
+ }
+
+
+}
Property changes on: trunk/test-integration/src/test/java/com/metamatrix/da=
ta/metadata/runtime/TestMetadataObject.java
___________________________________________________________________
Name: svn:mergeinfo
+ =
Modified: trunk/test-integration/src/test/java/com/metamatrix/data/metadata=
/runtime/TestParams.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runti=
me/TestParams.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runti=
me/TestParams.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -32,10 +32,8 @@
import com.metamatrix.connector.language.IParameter;
import com.metamatrix.connector.language.IProcedure;
import com.metamatrix.connector.language.IParameter.Direction;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.Parameter;
import com.metamatrix.connector.metadata.runtime.TypeModel;
-import com.metamatrix.connector.metadata.runtime.MetadataID.Type;
import com.metamatrix.core.util.UnitTestUtil;
=
=
@@ -88,10 +86,9 @@
int precision,
int scale,
TranslationUtility transUtil, String model=
edType, String modeledBaseType, String modeledPrimitiveType) throws Excepti=
on {
- MetadataID metadataID =3D param.getMetadataID();
- Parameter p =3D (Parameter)transUtil.createRuntimeMetadata().getOb=
ject(metadataID);
- assertEquals(name, metadataID.getName());
- assertEquals(fullName, metadataID.getFullName());
+ Parameter p =3D param.getMetadataObject();
+ assertEquals(name, p.getName());
+ assertEquals(fullName, p.getFullName());
assertEquals(index, param.getIndex());
assertEquals(direction, param.getDirection());
assertEquals(nameInSource, p.getNameInSource());
@@ -104,7 +101,6 @@
assertEquals(scale, p.getScale());
assertEquals(null, param.getValue());
assertEquals(false, param.getValueSpecified()); =
- assertEquals(Type.TYPE_PARAMETER, metadataID.getType());
=
//System.out.println("\n" + p.getModeledType() + "\n" + p.getModel=
edBaseType() + "\n" + p.getModeledPrimitiveType());
=
Modified: trunk/test-integration/src/test/java/com/metamatrix/data/metadata=
/runtime/TestProcedure.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runti=
me/TestProcedure.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runti=
me/TestProcedure.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -22,8 +22,6 @@
=
package com.metamatrix.data.metadata.runtime;
=
-import java.util.Collection;
-import java.util.Iterator;
import java.util.List;
import java.util.Properties;
=
@@ -32,11 +30,9 @@
import com.metamatrix.cdk.api.TranslationUtility;
import com.metamatrix.connector.language.IProcedure;
import com.metamatrix.connector.metadata.runtime.Element;
-import com.metamatrix.connector.metadata.runtime.MetadataID;
import com.metamatrix.connector.metadata.runtime.Parameter;
import com.metamatrix.connector.metadata.runtime.Procedure;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.connector.metadata.runtime.MetadataID.Type;
import com.metamatrix.core.util.UnitTestUtil;
=
/**
@@ -71,8 +67,7 @@
}
sql.append(")"); //$NON-NLS-1$
IProcedure proc =3D (IProcedure) transUtil.parseCommand(sql.toStri=
ng()); //$NON-NLS-1$
- MetadataID metadataID =3D proc.getMetadataID();
- return (Procedure) transUtil.createRuntimeMetadata().getObject(met=
adataID);
+ return proc.getMetadataObject();
}
=
public void testProcedure1() throws Exception {
@@ -84,13 +79,9 @@
int[] index =3D new int[] { 1, 2, 3, 4 };
Class[] type =3D new Class[] { Integer.class, Long.class, Short.cl=
ass, java.sql.Date.class }; =
=
- MetadataID procID =3D proc.getMetadataID();
- Collection paramIDs =3D procID.getChildIDs(); =
- Iterator paramIter =3D paramIDs.iterator();
- for(int i=3D0; paramIter.hasNext(); i++) {
- MetadataID paramID =3D (MetadataID) paramIter.next();
- Parameter param =3D (Parameter) CONNECTOR_METADATA_UTILITY.cre=
ateRuntimeMetadata().getObject(paramID);
- =
+ List params =3D proc.getChildren(); =
+ for (int i =3D 0; i < params.size(); i++) {
+ Parameter param =3D params.get(i);
assertEquals(nameInSource[i], param.getNameInSource());
assertEquals(direction[i], param.getDirection());
assertEquals(index[i], param.getIndex());
@@ -109,42 +100,32 @@
int[] index =3D new int[] { 1, 2 };
Class[] type =3D new Class[] { String.class, java.sql.ResultSet.cl=
ass }; =
=
- MetadataID procID =3D proc.getMetadataID();
- Collection paramIDs =3D procID.getChildIDs(); =
- Iterator paramIter =3D paramIDs.iterator();
- MetadataID paramID =3D null;
- for(int i=3D0; paramIter.hasNext(); i++) {
- paramID =3D (MetadataID) paramIter.next();
- Parameter param =3D (Parameter) rmd.getObject(paramID);
- =
+ List params =3D proc.getChildren(); =
+ for (int i =3D 0; i < params.size(); i++) {
+ Parameter param =3D params.get(i);
assertEquals(nameInSource[i], param.getNameInSource());
assertEquals(direction[i], param.getDirection());
assertEquals(index[i], param.getIndex());
assertEquals(type[i], param.getJavaType());
}
=
- // Check last param is a result set
- List rsCols =3D paramID.getChildIDs();
-
+ Parameter param =3D params.get(1);
+ List rsCols =3D param.getChildren();
// Check first column of result set
assertEquals(2, rsCols.size());
- MetadataID elemID =3D (MetadataID) rsCols.get(0);
+ Element elemID =3D rsCols.get(0);
assertEquals("RSCol1", elemID.getName()); //$NON-NLS-1$
assertEquals("ConnectorMetadata.TestProc2.RSParam.RSCol1", elemID.=
getFullName()); //$NON-NLS-1$
- assertEquals(Type.TYPE_ELEMENT, elemID.getType()); =
- Element e1 =3D (Element) rmd.getObject(elemID);
- assertEquals("Result set column name in source", e1.getNameInSourc=
e()); //$NON-NLS-1$
- assertEquals(java.sql.Timestamp.class, e1.getJavaType());
- assertEquals(0, e1.getPosition());
+ assertEquals("Result set column name in source", elemID.getNameInS=
ource()); //$NON-NLS-1$
+ assertEquals(java.sql.Timestamp.class, elemID.getJavaType());
+ assertEquals(0, elemID.getPosition());
=
- MetadataID elemID2 =3D (MetadataID) rsCols.get(1); =
+ Element elemID2 =3D rsCols.get(1); =
assertEquals("RSCol2", elemID2.getName()); //$NON-NLS-1$
assertEquals("ConnectorMetadata.TestProc2.RSParam.RSCol2", elemID2=
.getFullName()); //$NON-NLS-1$
- assertEquals(Type.TYPE_ELEMENT, elemID2.getType()); =
- Element e2 =3D (Element) rmd.getObject(elemID2);
- assertEquals(null, e2.getNameInSource()); //$NON-NLS-1$
- assertEquals(String.class, e2.getJavaType());
- assertEquals(1, e2.getPosition());
+ assertEquals(null, elemID2.getNameInSource()); //$NON-NLS-=
1$
+ assertEquals(String.class, elemID2.getJavaType());
+ assertEquals(1, elemID2.getPosition());
Properties props =3D new Properties();
props.put("ColProp", "defaultvalue"); //$NON-NLS-1$ //$NON-NLS-2$
=
Modified: trunk/test-integration/src/test/java/com/metamatrix/data/visitor/=
util/TestCollectorVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-integration/src/test/java/com/metamatrix/data/visitor/util/T=
estCollectorVisitor.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/test-integration/src/test/java/com/metamatrix/data/visitor/util/T=
estCollectorVisitor.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -70,7 +70,7 @@
GroupImpl g =3D new GroupImpl("g1", null, null); //$NON-NLS-1$
List symbols =3D new ArrayList(); =
symbols.add(new ElementImpl(g, "e1", null, String.class)); //$NON-=
NLS-1$
- IFunction function =3D new FunctionImpl("length", new IExpression[=
] { new ElementImpl(g, "e2", null, String.class) }, Integer.class); //$NON-=
NLS-1$ //$NON-NLS-2$
+ IFunction function =3D new FunctionImpl("length", Arrays.asList(ne=
w ElementImpl(g, "e2", null, String.class)), Integer.class); //$NON-NLS-1$ =
//$NON-NLS-2$
symbols.add(function);
SelectImpl s =3D new SelectImpl(symbols, false);
List groups =3D new ArrayList();
Modified: trunk/test-integration/src/test/java/com/metamatrix/data/visitor/=
util/TestSQLStringVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-integration/src/test/java/com/metamatrix/data/visitor/util/T=
estSQLStringVisitor.java 2009-02-24 14:33:28 UTC (rev 487)
+++ trunk/test-integration/src/test/java/com/metamatrix/data/visitor/util/T=
estSQLStringVisitor.java 2009-02-24 16:16:42 UTC (rev 488)
@@ -25,6 +25,8 @@
import java.sql.Date;
import java.sql.Time;
import java.sql.Timestamp;
+import java.util.Arrays;
+import java.util.List;
=
import junit.framework.TestCase;
=
@@ -35,7 +37,6 @@
import com.metamatrix.connector.language.IGroup;
import com.metamatrix.connector.language.ILanguageObject;
import com.metamatrix.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.connector.metadata.runtime.MetadataID.Type;
import com.metamatrix.connector.visitor.util.SQLStringVisitor;
import com.metamatrix.dqp.internal.datamgr.language.AggregateImpl;
import com.metamatrix.dqp.internal.datamgr.language.ElementImpl;
@@ -70,7 +71,6 @@
import com.metamatrix.dqp.internal.datamgr.language.TestSubqueryInCriteria=
Impl;
import com.metamatrix.dqp.internal.datamgr.language.TestUpdateImpl;
import com.metamatrix.dqp.internal.datamgr.language.TstLanguageBridgeFacto=
ry;
-import com.metamatrix.dqp.internal.datamgr.metadata.MetadataFactory;
import com.metamatrix.dqp.internal.datamgr.metadata.RuntimeMetadataImpl;
import com.metamatrix.query.metadata.QueryMetadataInterface;
import com.metamatrix.query.sql.ReservedWords;
@@ -83,7 +83,7 @@
=
public class TestSQLStringVisitor extends TestCase {
=
- public static final RuntimeMetadata metadata =3D TstLanguageBridgeFact=
ory.metadataFactory.getRuntimeMetadata();
+ public static final RuntimeMetadata metadata =3D TstLanguageBridgeFact=
ory.metadataFactory;
=
=
/**
@@ -103,8 +103,8 @@
}
=
/** create fake BQT metadata to test this case, name in source is impo=
rtant */
- private RuntimeMetadata exampleRuntimeMetadata(QueryMetadataInterface =
metadata) { =
- return new RuntimeMetadataImpl(new MetadataFactory(metadata));
+ private RuntimeMetadataImpl exampleRuntimeMetadata(QueryMetadataInterf=
ace metadata) { =
+ return new RuntimeMetadataImpl(metadata);
}
=
/** create fake BQT metadata to test this case, name in source is impo=
rtant */
@@ -215,18 +215,12 @@
public void testVisitConvertFunctionOracleStyleWithNIS() throws Except=
ion {
=
FakeMetadataFacade facade =3D new FakeMetadataFacade(exampleMetada=
taStore());
- RuntimeMetadata metadata =3D exampleRuntimeMetadata(facade);
- MetadataFactory metadataFactory =3D new MetadataFactory(facade);
+ RuntimeMetadataImpl metadata =3D exampleRuntimeMetadata(facade);
=
- IExpression [] params =3D null;
- params =3D new IExpression[2];
- IGroup g =3D new GroupImpl("SmallA", null, metadataFactory.createM=
etadataID(facade.getStore().findObject("BQT1.SmallA", FakeMetadataObject.GR=
OUP), Type.TYPE_GROUP)); //$NON-NLS-1$
- IElement e =3D new ElementImpl(g, "DoubleNum", metadataFactory.cre=
ateMetadataID(facade.getStore().findObject("DoubleNum", FakeMetadataObject.=
ELEMENT), Type.TYPE_ELEMENT), Double.class); //$NON-NLS-1$ //$NON-NLS-2$
- params[0] =3D e;
- params[1] =3D new LiteralImpl("integer", String.class); //$NON-NLS=
-1$
-
+ IGroup g =3D new GroupImpl("SmallA", null, metadata.getGroup("BQT1=
.SmallA")); //$NON-NLS-1$
+ IElement e =3D new ElementImpl(g, "DoubleNum", metadata.getElement=
("DoubleNum"), Double.class); //$NON-NLS-1$ //$NON-NLS-2$
+ List extends IExpression> params =3D Arrays.asList(e, new Litera=
lImpl("integer", String.class)); //$NON-NLS-1$
=
- =
final String expected =3D "convert(SmallishA.doublishNum, integer)=
"; //$NON-NLS-1$
IFunction test =3D new FunctionImpl("convert", params, Integer.cla=
ss); //$NON-NLS-1$
=
@@ -236,10 +230,7 @@
public void testVisitConvertFunctionOracleStyle() throws Exception {
String expected =3D "convert(columnA, integer)"; //$NON-NLS-1$
=
- IExpression [] params =3D null;
- params =3D new IExpression[2];
- params[0] =3D new ElementImpl(null, "columnA", null, String.class)=
; //$NON-NLS-1$
- params[1] =3D new LiteralImpl("integer", String.class); //$NON-NLS=
-1$
+ List extends IExpression> params =3D Arrays.asList(new ElementIm=
pl(null, "columnA", null, String.class), new LiteralImpl("integer", String.=
class));
IFunction test =3D new FunctionImpl("convert", params, Integer.cla=
ss); //$NON-NLS-1$
=
assertEquals(expected, getString(test)); =
--===============6982499572702538070==--
From teiid-commits at lists.jboss.org Tue Feb 24 11:16:49 2009
Content-Type: multipart/mixed; boundary="===============3152101361711927290=="
MIME-Version: 1.0
From: teiid-commits at lists.jboss.org
To: teiid-commits at lists.jboss.org
Subject: [teiid-commits] teiid SVN: r489 - in trunk:
common-internal/src/main/java/com/metamatrix/common/log and 4 other
directories.
Date: Tue, 24 Feb 2009 11:16:49 -0500
Message-ID:
--===============3152101361711927290==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: shawkins
Date: 2009-02-24 11:16:49 -0500 (Tue, 24 Feb 2009)
New Revision: 489
Removed:
trunk/common-internal/src/main/java/com/metamatrix/common/log/format/
trunk/common-internal/src/main/java/com/metamatrix/dqp/
trunk/common-internal/src/main/java/com/metamatrix/platform/security/mem=
bership/service/
trunk/connector-api/src/main/java/com/metamatrix/connector/identity/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/extension/
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/userpool/
Log:
TEIID-164 TEIID-374 refactored connector metadata, removed collection sette=
rs from connector api, moved pooling and identity knowlege onto base connec=
tor api
--===============3152101361711927290==--
From teiid-commits at lists.jboss.org Tue Feb 24 11:41:35 2009
Content-Type: multipart/mixed; boundary="===============9077781877724593415=="
MIME-Version: 1.0
From: teiid-commits at lists.jboss.org
To: teiid-commits at lists.jboss.org
Subject: [teiid-commits] teiid SVN: r490 - in trunk: adminshell and 1 other
directories.
Date: Tue, 24 Feb 2009 11:41:35 -0500
Message-ID:
--===============9077781877724593415==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: shawkins
Date: 2009-02-24 11:41:35 -0500 (Tue, 24 Feb 2009)
New Revision: 490
Added:
trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/t=
ext/Util.java
Removed:
trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/t=
ext/TestHelper.java
Modified:
trunk/adminshell/pom.xml
trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/t=
ext/TestMultiFileTextSynchExecution.java
trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/t=
ext/TestRowHeaderTextSynchExecution.java
trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/t=
ext/TestTextSynchExecution.java
trunk/pom.xml
Log:
TEIID-380 upgrade to junit 4.4
Modified: trunk/adminshell/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/adminshell/pom.xml 2009-02-24 16:16:49 UTC (rev 489)
+++ trunk/adminshell/pom.xml 2009-02-24 16:41:35 UTC (rev 490)
@@ -29,6 +29,7 @@
junitjunit
+ 3.8.1
\ No newline at end of file
Deleted: trunk/connectors/connector-text/src/test/java/com/metamatrix/conne=
ctor/text/TestHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/=
text/TestHelper.java 2009-02-24 16:16:49 UTC (rev 489)
+++ trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/=
text/TestHelper.java 2009-02-24 16:41:35 UTC (rev 490)
@@ -1,61 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.text;
-
-import java.io.File;
-import java.io.FileInputStream;
-import java.util.List;
-import java.util.Properties;
-
-import junit.framework.Assert;
-
-import com.metamatrix.cdk.api.ConnectorHost;
-import com.metamatrix.cdk.unittest.FakeTranslationFactory;
-import com.metamatrix.core.util.UnitTestUtil;
-
-public class TestHelper {
-
- static void helpTestExecution(String vdb, String descriptorFile, String s=
ql, int maxBatchSize, int expectedRowCount) throws Exception {
- descriptorFile =3D UnitTestUtil.getTestDataPath() + File.separator + des=
criptorFile;
- Properties connProps =3D new Properties();
- connProps.load(new FileInputStream(descriptorFile));
- connProps.put(TextPropertyNames.DESCRIPTOR_FILE, descriptorFile);
- connProps.put(TextPropertyNames.DATE_RESULT_FORMATS, "yyyy-MM-dd,hh:m=
m:ss,hh:mm,dd/mm/yyyy"); //$NON-NLS-1$
- connProps.put(TextPropertyNames.DATE_RESULT_FORMATS_DELIMITER, ","); =
//$NON-NLS-1$
- ConnectorHost host =3D new ConnectorHost(new TextConnector(), connPro=
ps, UnitTestUtil.getTestDataPath() + File.separator + vdb, false);
- List results =3D host.executeCommand(sql);
- Assert.assertEquals("Total row count doesn't match expected size. ", =
expectedRowCount, results.size()); //$NON-NLS-1$
- }
-
- public static ConnectorHost getConnectorHostWithFakeMetadata(String descr=
iptorFile) throws Exception {
- Properties connProps =3D new Properties();
- connProps.load(new FileInputStream(descriptorFile));
- connProps.put(TextPropertyNames.DESCRIPTOR_FILE, descriptorFile);
- connProps.put(TextPropertyNames.COLUMN_CNT_MUST_MATCH_MODEL, "true");
- connProps.put(TextPropertyNames.DATE_RESULT_FORMATS, "yyyy-MM-dd,hh:m=
m:ss,hh:mm,dd/mm/yyyy"); //$NON-NLS-1$
- connProps.put(TextPropertyNames.DATE_RESULT_FORMATS_DELIMITER, ","); =
//$NON-NLS-1$
- ConnectorHost host =3D new ConnectorHost(new TextConnector(), connPro=
ps, FakeTranslationFactory.getInstance().getTextTranslationUtility(), false=
);
- return host;
- }
-
-}
Modified: trunk/connectors/connector-text/src/test/java/com/metamatrix/conn=
ector/text/TestMultiFileTextSynchExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/=
text/TestMultiFileTextSynchExecution.java 2009-02-24 16:16:49 UTC (rev 489)
+++ trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/=
text/TestMultiFileTextSynchExecution.java 2009-02-24 16:41:35 UTC (rev 490)
@@ -45,7 +45,7 @@
public void testSubmitRequest() throws Exception {
String sql =3D "SELECT ID FROM Library"; //$NON-NLS-1$
try {
- TestHelper.getConnectorHostWithFakeMetadata(BAD_COUNT_FILE).execu=
teCommand(sql);
+ Util.getConnectorHostWithFakeMetadata(BAD_COUNT_FILE).executeComm=
and(sql);
fail("Should have failed due to extra column defined in .csv f=
ile");//$NON-NLS-1$
} catch (ConnectorException e) {
assertEquals("Expected input file to have 3 columns based on m=
odel, but found 4. This could be caused by misplaced quotes, causing multi=
ple columns to be treated as one.", e.getMessage()); //$NON-NLS-1$
@@ -55,7 +55,7 @@
public void testNextBatch3() throws Exception {
String sql =3D "SELECT ID FROM Library WHERE Author =3D 'Blind'"; =
//$NON-NLS-1$
try {
- TestHelper.getConnectorHostWithFakeMetadata(BAD_COUNT_FILE).execu=
teCommand(sql);
+ Util.getConnectorHostWithFakeMetadata(BAD_COUNT_FILE).executeComm=
and(sql);
fail("Should have failed due to extra column defined in .csv f=
ile");//$NON-NLS-1$
} catch (ConnectorException e) {
assertEquals("Expected input file to have 3 columns based on m=
odel, but found 4. This could be caused by misplaced quotes, causing multi=
ple columns to be treated as one.", e.getMessage()); //$NON-NLS-1$
@@ -64,7 +64,7 @@
=
public void testNextBatch2() throws Exception {
String sql =3D "SELECT ID, PDate, Author FROM Library"; //$NON-NLS=
-1$
- ConnectorHost host =3D TestHelper.getConnectorHostWithFakeMetadata=
(DEFAULT_DESC_FILE);
+ ConnectorHost host =3D Util.getConnectorHostWithFakeMetadata(DEFAU=
LT_DESC_FILE);
int expectedRows =3D 4;
List results =3D host.executeCommand(sql);
assertEquals("Get batch size doesn't match expected one. ", expect=
edRows, results.size()); //$NON-NLS-1$
@@ -102,7 +102,7 @@
*/
public void testDefect13066() throws Exception {
String sql =3D "SELECT TRADEID FROM SummitData.SUMMITDATA"; //$NON=
-NLS-1$
- TestHelper.helpTestExecution("summitData/TextFileTest_1.vdb", "Sum=
mitData_Descriptor.txt", sql, 500, 4139); //$NON-NLS-1$ //$NON-NLS-2$
+ Util.helpTestExecution("summitData/TextFileTest_1.vdb", "SummitDat=
a_Descriptor.txt", sql, 500, 4139); //$NON-NLS-1$ //$NON-NLS-2$
}
=
/**
@@ -112,7 +112,7 @@
*/
public void testDefect13368() throws Exception {
String sql =3D "SELECT RATE, DESK FROM SummitData.SUMMITDATA"; //$=
NON-NLS-1$
- TestHelper.helpTestExecution("summitData/TextFileTest_1.vdb", "Sum=
mitData_Descriptor.txt", sql, 5, 4139); //$NON-NLS-1$ //$NON-NLS-2$
+ Util.helpTestExecution("summitData/TextFileTest_1.vdb", "SummitDat=
a_Descriptor.txt", sql, 5, 4139); //$NON-NLS-1$ //$NON-NLS-2$
}
=
/**
@@ -122,18 +122,18 @@
*/
public void testDefect13371() throws Exception {
String sql =3D " SELECT SUMMITEXTRACTCDM.START, SUMMITEXTRACTCDM.=
SUMMIT_ID, SUMMITEXTRACTCDM.CURRENCY, SUMMITEXTRACTCDM.AMOUNT, SUMMITEXTRAC=
TCDM.MATURITY, SUMMITEXTRACTCDM.RATE, SUMMITEXTRACTCDM.DESK, SUMMITEXTRACTC=
DM.CDM_ID FROM SUMMITEXTRACTCDM"; //$NON-NLS-1$
- TestHelper.helpTestExecution("summitData/TextFiles.vdb", "SummitEx=
tractCDM_Descriptor.txt", sql, 500, 52); //$NON-NLS-1$ //$NON-NLS-2$
+ Util.helpTestExecution("summitData/TextFiles.vdb", "SummitExtractC=
DM_Descriptor.txt", sql, 500, 52); //$NON-NLS-1$ //$NON-NLS-2$
}
=
public void testDefect11402() throws Exception {
String sql =3D "SELECT Part_ID, Part_Name, Part_Color, Part_Weight=
from PARTS.PARTS"; //$NON-NLS-1$
- TestHelper.helpTestExecution("TextParts/TextParts.vdb", "/TextPart=
s/PartsDescriptor.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
+ Util.helpTestExecution("TextParts/TextParts.vdb", "/TextParts/Part=
sDescriptor.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
}
=
/** test case 4151 */
public void testCase4151() throws Exception {
String sql =3D "SELECT COLA, COLB, COLC FROM ThreeColString_Text.t=
estfile"; //$NON-NLS-1$
- TestHelper.helpTestExecution("case4151/MM_00004151.vdb", "testfile=
-descriptor.txt", sql, 15000, 5); //$NON-NLS-1$ //$NON-NLS-2$
+ Util.helpTestExecution("case4151/MM_00004151.vdb", "testfile-descr=
iptor.txt", sql, 15000, 5); //$NON-NLS-1$ //$NON-NLS-2$
}
=
}
Modified: trunk/connectors/connector-text/src/test/java/com/metamatrix/conn=
ector/text/TestRowHeaderTextSynchExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/=
text/TestRowHeaderTextSynchExecution.java 2009-02-24 16:16:49 UTC (rev 489)
+++ trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/=
text/TestRowHeaderTextSynchExecution.java 2009-02-24 16:41:35 UTC (rev 490)
@@ -40,7 +40,7 @@
*/
public void testRowHeader() throws Exception {
String sql =3D "SELECT Part_ID, Part_Name, Part_Color, Part_Weight=
from PARTS.PARTS"; //$NON-NLS-1$
- TestHelper.helpTestExecution("TextParts/TextParts.vdb", "TextParts=
/PartsDescriptor.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
+ Util.helpTestExecution("TextParts/TextParts.vdb", "TextParts/Parts=
Descriptor.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
}
=
/**
@@ -50,7 +50,7 @@
*/
public void testRowHeader2() throws Exception {
String sql =3D "SELECT Part_ID, Part_Name, Part_Color, Part_Weight=
from PARTS.PARTS_NoNameInSource"; //$NON-NLS-1$
- TestHelper.helpTestExecution("TextParts/TextParts.vdb", "TextParts=
/PartsDescriptor.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
+ Util.helpTestExecution("TextParts/TextParts.vdb", "TextParts/Parts=
Descriptor.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
}
=
/** =
@@ -60,7 +60,7 @@
*/
public void testRowHeader3() throws Exception {
String sql =3D "SELECT Part_ID, Part_Name, Part_Color, Part_Weight=
from PARTS.PARTS_AlphaNameInSource"; //$NON-NLS-1$
- TestHelper.helpTestExecution("TextParts/TextParts.vdb", "TextParts=
/PartsDescriptor.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
+ Util.helpTestExecution("TextParts/TextParts.vdb", "TextParts/Parts=
Descriptor.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
}
=
/**
@@ -71,7 +71,7 @@
*/
public void testRowHeader4() throws Exception {
String sql =3D "SELECT Part_ID, Part_Name, Part_Color, Part_Weight=
from PARTS.PARTS_AlphaDiffNameInSource"; //$NON-NLS-1$
- TestHelper.helpTestExecution("TextParts/TextParts.vdb", "TextParts=
/PartsDescriptor.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
+ Util.helpTestExecution("TextParts/TextParts.vdb", "TextParts/Parts=
Descriptor.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
}
=
/**
@@ -81,7 +81,7 @@
*/
public void testRowHeader5() throws Exception {
String sql =3D "SELECT Part_ID, Part_Name, Part_Color, Part_Weight=
from PARTS.PARTS_NoNameInSource"; //$NON-NLS-1$
- TestHelper.helpTestExecution("TextParts/TextParts.vdb", "TextParts=
/PartsDescriptor_HeaderRowTest.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-=
NLS-2$
+ Util.helpTestExecution("TextParts/TextParts.vdb", "TextParts/Parts=
Descriptor_HeaderRowTest.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
}
=
/**
@@ -91,7 +91,7 @@
*/
public void testRowHeader6() throws Exception {
String sql =3D "SELECT Part_ID, Part_Name, Part_Color, Part_Weight=
from PARTS.PARTS_AlphaDiffNameInSource"; //$NON-NLS-1$
- TestHelper.helpTestExecution("TextParts/TextParts.vdb", "TextParts=
/PartsDescriptor_HeaderRowTest.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-=
NLS-2$
+ Util.helpTestExecution("TextParts/TextParts.vdb", "TextParts/Parts=
Descriptor_HeaderRowTest.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
}
=
/**
@@ -101,7 +101,7 @@
*/
public void testRowHeader7() throws Exception {
String sql =3D "SELECT Part_ID, Part_Name, Part_Color, Part_Weight=
from PARTS.PARTS_NoNameInSource"; //$NON-NLS-1$
- TestHelper.helpTestExecution("TextParts/TextParts.vdb", "TextParts=
/PartsDescriptor3.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
+ Util.helpTestExecution("TextParts/TextParts.vdb", "TextParts/Parts=
Descriptor3.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
}
=
/**
@@ -111,7 +111,7 @@
*/
public void testRowHeader8() throws Exception {
String sql =3D "SELECT Part_ID, Part_Name, Part_Color, Part_Weight=
from PARTS.PARTS_SpaceNameInSource"; //$NON-NLS-1$
- TestHelper.helpTestExecution("TextParts/TextParts.vdb", "TextParts=
/PartsDescriptor4.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
+ Util.helpTestExecution("TextParts/TextParts.vdb", "TextParts/Parts=
Descriptor4.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
}
=
/**
@@ -123,7 +123,7 @@
public void testRowHeader_Error() throws Exception {
String sql =3D "SELECT Part_ID, Part_Name, Part_Color, Part_Weight=
from PARTS.PARTS_AlphaNameInSource"; //$NON-NLS-1$
try {
- TestHelper.helpTestExecution("TextParts/TextParts.vdb", "TextP=
arts/PartsDescriptor4.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
+ Util.helpTestExecution("TextParts/TextParts.vdb", "TextParts/P=
artsDescriptor4.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
fail("Should have received ConnectorException due to an invali=
d header row being defined."); //$NON-NLS-1$
} catch (ConnectorException ce ) {
assertEquals("'SELECT PARTS_AlphaNameInSource.Part_Id, PARTS_Alph=
aNameInSource.Part_Name, PARTS_AlphaNameInSource.Part_Color, PARTS_AlphaNam=
eInSource.Part_Weight FROM PARTS_AlphaNameInSource' cannot be translated by=
the TextTranslator. Column Part_Id not found for element Parts.PARTS_Alpha=
NameInSource.Part_Id. Verify column name \"Part_Id\" is defined in the hea=
der row of the text file and that the header row number is correctly define=
d in the descriptor file.", ce.getMessage()); //$NON-NLS-1$
@@ -140,7 +140,7 @@
*/
public void testRowHeader_Error2() throws Exception {
String sql =3D "SELECT Part_ID, Part_Name, Part_Color, Part_Weight=
from PARTS.PARTS_NoNameInSource"; //$NON-NLS-1$
- TestHelper.helpTestExecution("TextParts/TextParts.vdb", "TextParts=
/PartsDescriptor4.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
+ Util.helpTestExecution("TextParts/TextParts.vdb", "TextParts/Parts=
Descriptor4.txt", sql, 15000, 21); //$NON-NLS-1$ //$NON-NLS-2$
}
=
}
Modified: trunk/connectors/connector-text/src/test/java/com/metamatrix/conn=
ector/text/TestTextSynchExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/=
text/TestTextSynchExecution.java 2009-02-24 16:16:49 UTC (rev 489)
+++ trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/=
text/TestTextSynchExecution.java 2009-02-24 16:41:35 UTC (rev 490)
@@ -45,7 +45,7 @@
=
public void testNextBatch2() throws Exception {
String sql =3D "SELECT ID, PDate, Author FROM Library"; //$NON-NLS=
-1$
- ConnectorHost host =3D TestHelper.getConnectorHostWithFakeMetadata=
(DEFAULT_DESC_FILE);
+ ConnectorHost host =3D Util.getConnectorHostWithFakeMetadata(DEFAU=
LT_DESC_FILE);
int expectedRows =3D 2;
List results =3D host.executeCommand(sql);
assertEquals("Get batch size doesn't match expected one. ", expect=
edRows, results.size()); //$NON-NLS-1$
@@ -76,7 +76,7 @@
*/
public void testDefect13066() throws Exception {
String sql =3D "SELECT TRADEID FROM SummitData.SUMMITDATA"; //$NON=
-NLS-1$
- TestHelper.helpTestExecution("summitData/TextFileTest_1.vdb", "Sum=
mitData_Descriptor.txt", sql, 500, 4139); //$NON-NLS-1$
+ Util.helpTestExecution("summitData/TextFileTest_1.vdb", "SummitDat=
a_Descriptor.txt", sql, 500, 4139); //$NON-NLS-1$
}
=
/**
@@ -86,7 +86,7 @@
*/
public void testDefect13368() throws Exception {
String sql =3D "SELECT RATE, DESK FROM SummitData.SUMMITDATA"; //$=
NON-NLS-1$
- TestHelper.helpTestExecution("summitData/TextFileTest_1.vdb", "Sum=
mitData_Descriptor.txt", sql, 5, 4139); //$NON-NLS-1$
+ Util.helpTestExecution("summitData/TextFileTest_1.vdb", "SummitDat=
a_Descriptor.txt", sql, 5, 4139); //$NON-NLS-1$
}
=
/**
@@ -96,18 +96,18 @@
*/
public void testDefect13371() throws Exception {
String sql =3D " SELECT SUMMITEXTRACTCDM.START, SUMMITEXTRACTCDM.=
SUMMIT_ID, SUMMITEXTRACTCDM.CURRENCY, SUMMITEXTRACTCDM.AMOUNT, SUMMITEXTRAC=
TCDM.MATURITY, SUMMITEXTRACTCDM.RATE, SUMMITEXTRACTCDM.DESK, SUMMITEXTRACTC=
DM.CDM_ID FROM SUMMITEXTRACTCDM"; //$NON-NLS-1$
- TestHelper.helpTestExecution("summitData/TextFiles.vdb", "SummitEx=
tractCDM_Descriptor.txt", sql, 500, 52); //$NON-NLS-1$
+ Util.helpTestExecution("summitData/TextFiles.vdb", "SummitExtractC=
DM_Descriptor.txt", sql, 500, 52); //$NON-NLS-1$
}
=
public void testDefect11402() throws Exception {
String sql =3D "SELECT Part_ID, Part_Name, Part_Color, Part_Weight=
from PARTS.PARTS"; //$NON-NLS-1$
- TestHelper.helpTestExecution("TextParts/TextParts.vdb", "/TextPart=
s/PartsDescriptor.txt", sql, 15000, 21); //$NON-NLS-1$
+ Util.helpTestExecution("TextParts/TextParts.vdb", "/TextParts/Part=
sDescriptor.txt", sql, 15000, 21); //$NON-NLS-1$
}
=
/** test case 4151 */
public void testCase4151() throws Exception {
String sql =3D "SELECT COLA, COLB, COLC FROM ThreeColString_Text.t=
estfile"; //$NON-NLS-1$
- TestHelper.helpTestExecution("case4151/MM_00004151.vdb", "testfile=
-descriptor.txt", sql, 15000, 5); //$NON-NLS-1$
+ Util.helpTestExecution("case4151/MM_00004151.vdb", "testfile-descr=
iptor.txt", sql, 15000, 5); //$NON-NLS-1$
}
=
}
Copied: trunk/connectors/connector-text/src/test/java/com/metamatrix/connec=
tor/text/Util.java (from rev 486, trunk/connectors/connector-text/src/test/=
java/com/metamatrix/connector/text/TestHelper.java)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/=
text/Util.java (rev 0)
+++ trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/=
text/Util.java 2009-02-24 16:41:35 UTC (rev 490)
@@ -0,0 +1,61 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ * =
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * =
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ * =
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+
+package com.metamatrix.connector.text;
+
+import java.io.File;
+import java.io.FileInputStream;
+import java.util.List;
+import java.util.Properties;
+
+import junit.framework.Assert;
+
+import com.metamatrix.cdk.api.ConnectorHost;
+import com.metamatrix.cdk.unittest.FakeTranslationFactory;
+import com.metamatrix.core.util.UnitTestUtil;
+
+public class Util {
+
+ static void helpTestExecution(String vdb, String descriptorFile, String s=
ql, int maxBatchSize, int expectedRowCount) throws Exception {
+ descriptorFile =3D UnitTestUtil.getTestDataPath() + File.separator + des=
criptorFile;
+ Properties connProps =3D new Properties();
+ connProps.load(new FileInputStream(descriptorFile));
+ connProps.put(TextPropertyNames.DESCRIPTOR_FILE, descriptorFile);
+ connProps.put(TextPropertyNames.DATE_RESULT_FORMATS, "yyyy-MM-dd,hh:m=
m:ss,hh:mm,dd/mm/yyyy"); //$NON-NLS-1$
+ connProps.put(TextPropertyNames.DATE_RESULT_FORMATS_DELIMITER, ","); =
//$NON-NLS-1$
+ ConnectorHost host =3D new ConnectorHost(new TextConnector(), connPro=
ps, UnitTestUtil.getTestDataPath() + File.separator + vdb, false);
+ List results =3D host.executeCommand(sql);
+ Assert.assertEquals("Total row count doesn't match expected size. ", =
expectedRowCount, results.size()); //$NON-NLS-1$
+ }
+
+ public static ConnectorHost getConnectorHostWithFakeMetadata(String descr=
iptorFile) throws Exception {
+ Properties connProps =3D new Properties();
+ connProps.load(new FileInputStream(descriptorFile));
+ connProps.put(TextPropertyNames.DESCRIPTOR_FILE, descriptorFile);
+ connProps.put(TextPropertyNames.COLUMN_CNT_MUST_MATCH_MODEL, "true");
+ connProps.put(TextPropertyNames.DATE_RESULT_FORMATS, "yyyy-MM-dd,hh:m=
m:ss,hh:mm,dd/mm/yyyy"); //$NON-NLS-1$
+ connProps.put(TextPropertyNames.DATE_RESULT_FORMATS_DELIMITER, ","); =
//$NON-NLS-1$
+ ConnectorHost host =3D new ConnectorHost(new TextConnector(), connPro=
ps, FakeTranslationFactory.getInstance().getTextTranslationUtility(), false=
);
+ return host;
+ }
+
+}
Property changes on: trunk/connectors/connector-text/src/test/java/com/meta=
matrix/connector/text/Util.java
___________________________________________________________________
Name: svn:mergeinfo
+ =
Modified: trunk/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/pom.xml 2009-02-24 16:16:49 UTC (rev 489)
+++ trunk/pom.xml 2009-02-24 16:41:35 UTC (rev 490)
@@ -173,7 +173,7 @@
junitjunit
- 3.8.1
+ 4.4test
@@ -397,11 +397,6 @@
3.0
- junit
- junit
- 3.8.1
-
- org.jboss.nettynetty3.0.2.GA
--===============9077781877724593415==--
From teiid-commits at lists.jboss.org Tue Feb 24 13:28:12 2009
Content-Type: multipart/mixed; boundary="===============3324125732850690397=="
MIME-Version: 1.0
From: teiid-commits at lists.jboss.org
To: teiid-commits at lists.jboss.org
Subject: [teiid-commits] teiid SVN: r491 - in trunk:
connector-api/src/main/java/com/metamatrix/connector/visitor/util and 51
other directories.
Date: Tue, 24 Feb 2009 13:28:12 -0500
Message-ID:
--===============3324125732850690397==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: shawkins
Date: 2009-02-24 13:28:11 -0500 (Tue, 24 Feb 2009)
New Revision: 491
Added:
trunk/connectors/connector-jdbc/src/main/java/org/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/J=
DBCBaseExecution.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/J=
DBCCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/J=
DBCConnector.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/J=
DBCExecutionHelper.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/J=
DBCPlugin.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/J=
DBCProcedureExecution.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/J=
DBCPropertyNames.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/J=
DBCQueryExecution.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/J=
DBCSourceConnection.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/J=
DBCUpdateExecution.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/S=
impleCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/a=
ccess/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/d=
b2/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/d=
b2/DB2ConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/d=
b2/DB2SQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/d=
erby/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/d=
erby/DerbyConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/i=
nformix/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/m=
m/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/m=
ysql/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/m=
ysql/MySQLConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/ConcatFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/DayWeekQuarterFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/ExtractFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/LeftOrRightFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/LocateFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/Log10FunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/MonthOrDayNameFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/OracleConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/OracleSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/p=
ostgresql/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/p=
ostgresql/DatePartFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/p=
ostgresql/ModifiedDatePartFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/p=
ostgresql/PostgreSQLConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/s=
qlserver/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/s=
sl/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/s=
ybase/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/s=
ybase/ModFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/s=
ybase/SybaseConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
eradata/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
ranslator/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
ranslator/BasicFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
ranslator/DropFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
ranslator/FunctionReplacementVisitor.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
ranslator/SQLConversionVisitor.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
ranslator/SubstringFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/x=
a/
trunk/connectors/connector-jdbc/src/main/resources/org/
trunk/connectors/connector-jdbc/src/main/resources/org/teiid/
trunk/connectors/connector-jdbc/src/main/resources/org/teiid/connector/
trunk/connectors/connector-jdbc/src/main/resources/org/teiid/connector/j=
dbc/
trunk/connectors/connector-jdbc/src/test/java/org/
trunk/connectors/connector-jdbc/src/test/java/org/teiid/
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/F=
akeConnection.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/M=
etadataFactory.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/T=
estJDBCSourceConnection.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/a=
ccess/
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/d=
b2/
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/d=
b2/TestDB2ConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/d=
erby/
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/d=
erby/TestDerbyConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/e=
xtension/
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/e=
xtension/impl/
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/e=
xtension/impl/TestDropFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/e=
xtension/impl/TestEscapeSyntaxModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/m=
ysql/
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestDayWeekQuarterFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestExtractFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestLeftOrRightFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestLocateFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestLog10FunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestMonthOrDayNameFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestOracleConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestSubstringFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/p=
ostgresql/
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/s=
qlserver/
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/s=
ybase/
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/u=
til/
Removed:
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCBaseExecution.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCConnector.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCPlugin.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCProcedureExecution.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCPropertyNames.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCQueryExecution.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCSourceConnection.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/JDBCUpdateExecution.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/SimpleCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/access/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/db2/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/derby/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/informix/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/mm/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/mysql/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/oracle/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/postgresql/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sqlserver/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/ssl/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/sybase/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/teradata/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/translator/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/util/
trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/j=
dbc/xa/
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/d=
b2/DB2ConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/d=
b2/DB2SQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/d=
erby/DerbyConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/m=
ysql/MySQLConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/ConcatFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/DayWeekQuarterFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/ExtractFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/LeftOrRightFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/LocateFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/Log10FunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/MonthOrDayNameFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/OracleConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/OracleSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/p=
ostgresql/DatePartFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/p=
ostgresql/ModifiedDatePartFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/p=
ostgresql/PostgreSQLConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/s=
ybase/ModFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/s=
ybase/SybaseConvertModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
ranslator/BasicFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
ranslator/DropFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
ranslator/SQLConversionVisitor.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
ranslator/SubstringFunctionModifier.java
trunk/connectors/connector-jdbc/src/main/resources/com/
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/FakeConnection.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/MetadataFactory.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/TestJDBCSourceConnection.java
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/access/
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/db2/
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/derby/
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/extension/impl/
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/mysql/
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/oracle/
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/postgresql/
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/sqlserver/
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/sybase/
trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/j=
dbc/util/
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/d=
b2/TestDB2ConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/d=
erby/TestDerbyConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/e=
xtension/impl/TestDropFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/e=
xtension/impl/TestEscapeSyntaxModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestDayWeekQuarterFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestExtractFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestLeftOrRightFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestLocateFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestLog10FunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestMonthOrDayNameFunctionModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestOracleConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestSubstringFunctionModifier.java
Modified:
trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connector=
Annotations.java
trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/=
CollectorVisitor.java
trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/Transa=
ctionContext.java
trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XAConn=
ection.java
trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XAConn=
ector.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/a=
ccess/AccessCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/a=
ccess/AccessSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/d=
b2/DB2Capabilities.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/d=
erby/DerbyCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/d=
erby/DerbySQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/i=
nformix/InformixCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/i=
nformix/InformixSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/m=
m/MMCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/m=
ysql/MySQLCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/m=
ysql/MySQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/o=
racle/OracleCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/p=
ostgresql/PostgreSQLCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/p=
ostgresql/PostgreSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/s=
qlserver/SqlServerCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/s=
qlserver/SqlServerSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/s=
sl/SequeLinkOracleCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/s=
ybase/SybaseCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/s=
ybase/SybaseSQLTranslator.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
eradata/TeradataCapabilities.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
ranslator/AliasModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
ranslator/BindValueVisitor.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
ranslator/EscapeSyntaxModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
ranslator/FunctionModifier.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
ranslator/TranslatedCommand.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/t=
ranslator/Translator.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/x=
a/JDBCSourceXAConnection.java
trunk/connectors/connector-jdbc/src/main/java/org/teiid/connector/jdbc/x=
a/XAJDBCPropertyNames.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/a=
ccess/TestAccessSQLTranslator.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/d=
b2/TestDB2SqlTranslator.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/m=
ysql/TestMySQLTranslator.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/o=
racle/TestOracleTranslator.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/p=
ostgresql/TestPostgreSQLTranslator.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/s=
qlserver/TestSqlServerConversionVisitor.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/s=
ybase/TestSybaseConvertModifier.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/s=
ybase/TestSybaseSQLConversionVisitor.java
trunk/connectors/connector-jdbc/src/test/java/org/teiid/connector/jdbc/u=
til/TestFunctionReplacementVisitor.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/OracleSpatialCapabilities.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/OracleSpatialConnector.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/OracleSpatialFunctionModifier.java
trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/meta=
matrix/connector/jdbc/oracle/spatial/OracleSpatialSQLTranslator.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/Request.j=
ava
trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/RequestWo=
rkItem.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/Trans=
actionContextImpl.java
trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/Trans=
actionServerImpl.java
trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/exten=
sion/TestSQLConversionVisitor.java
trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/oracl=
e/TestOracleSQLConversionVisitor.java
trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/util/=
TestJDBCExecutionHelper.java
trunk/test-integration/src/test/java/com/metamatrix/server/integration/T=
estTPCR.java
trunk/test-integration/src/test/java/com/metamatrix/server/integration/T=
estXMLTypeTranslations.java
Log:
TEIID-164 repackaging the JDBC connector classes
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/Co=
nnectorAnnotations.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connecto=
rAnnotations.java 2009-02-24 16:41:35 UTC (rev 490)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connecto=
rAnnotations.java 2009-02-24 18:28:11 UTC (rev 491)
@@ -51,12 +51,4 @@
boolean enabled() default true;
}
=
- @Retention(RetentionPolicy.RUNTIME)
- @Target({ElementType.TYPE})
- public @interface ConnectorConfiguration {
- boolean userIdentityCapable() default false;
- boolean useSynchronousWorkers() default true;
- boolean useConnectionPooling() default true;
- }
-
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/visito=
r/util/CollectorVisitor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util=
/CollectorVisitor.java 2009-02-24 16:41:35 UTC (rev 490)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util=
/CollectorVisitor.java 2009-02-24 18:28:11 UTC (rev 491)
@@ -42,7 +42,8 @@
this.type =3D type;
}
=
- private void checkInstance(ILanguageObject obj) {
+ @SuppressWarnings("unchecked")
+ private void checkInstance(ILanguageObject obj) {
if(type.isInstance(obj)) {
this.objects.add((T)obj);
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api=
/TransactionContext.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/Trans=
actionContext.java 2009-02-24 16:41:35 UTC (rev 490)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/Trans=
actionContext.java 2009-02-24 18:28:11 UTC (rev 491)
@@ -29,12 +29,14 @@
*/
public interface TransactionContext {
=
- public static final int TRANSACTION_GLOBAL =3D 0;
- public static final int TRANSACTION_LOCAL =3D 1;
- public static final int TRANSACTION_REQUEST =3D 2;
- public static final int TRANSACTION_BLOCK =3D 3;
- public static final int TRANSACTION_NONE =3D 4;
- =
+ public enum Scope {
+ TRANSACTION_BLOCK,
+ TRANSACTION_GLOBAL,
+ TRANSACTION_LOCAL,
+ TRANSACTION_NONE,
+ TRANSACTION_REQUEST
+ }
+ =
public boolean isInTransaction();
=
/** =
@@ -47,5 +49,5 @@
*/
public String getTxnID();
=
- public int getTransactionType();
+ public Scope getTransactionType();
}
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api=
/XAConnection.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XACon=
nection.java 2009-02-24 16:41:35 UTC (rev 490)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XACon=
nection.java 2009-02-24 18:28:11 UTC (rev 491)
@@ -31,9 +31,8 @@
=
public interface XAConnection extends Connection{
/**
- * Get XAResource for this connection if the underlining data source i=
s to be
- * involved in a distributed transaction.
- * @return
+ * Get XAResource for this connection
+ * @return the XAResource, never null
*/
XAResource getXAResource() throws ConnectorException;
=
Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api=
/XAConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XACon=
nector.java 2009-02-24 16:41:35 UTC (rev 490)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XACon=
nector.java 2009-02-24 18:28:11 UTC (rev 491)
@@ -32,9 +32,7 @@
/**
* Obtain a connection with the connector. The connection must have XA=
Resource in
* order to participate in distributed transaction. The connection typ=
ically is associated
- * with a particular security context. The connection is assumed to be=
pooled in =
- * the underlying source if pooling is necessary - the connection will=
be closed =
- * when execution has completed against it. =
+ * with a particular context. =
* @param context The context of the current user that will be using t=
his connection, =
* may be null if this connection is for an administrative operation. =
* @param transactionContext The context of the transaction under whic=
h the connection will be used. May be null.
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/JDBCBaseExecution.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCBaseExecution.java 2009-02-24 16:41:35 UTC (rev 490)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCBaseExecution.java 2009-02-24 18:28:11 UTC (rev 491)
@@ -1,286 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.jdbc;
-
-import java.sql.CallableStatement;
-import java.sql.Connection;
-import java.sql.PreparedStatement;
-import java.sql.SQLException;
-import java.sql.SQLWarning;
-import java.sql.Statement;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Properties;
-
-import com.metamatrix.common.util.PropertiesUtils;
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.api.ConnectorIdentity;
-import com.metamatrix.connector.api.ConnectorLogger;
-import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.basic.BasicExecution;
-import com.metamatrix.connector.jdbc.translator.TranslatedCommand;
-import com.metamatrix.connector.jdbc.translator.Translator;
-import com.metamatrix.connector.language.ICommand;
-
-/**
- */
-public abstract class JDBCBaseExecution extends BasicExecution {
-
- // =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
- // Fields
- // =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
-
- // Passed to constructor
- protected Connection connection;
- protected Translator sqlTranslator;
- protected ConnectorIdentity id;
- protected ConnectorLogger logger;
- protected ExecutionContext context;
-
- // Derived from properties
- protected boolean trimString;
- protected int fetchSize;
-
- // Set during execution
- protected Statement statement;
-
- // =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
- // Constructors
- // =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
-
- protected JDBCBaseExecution(Connection connection,
- Translator sqlTranslator,
- ConnectorLogger logger,
- Properties props,
- ExecutionContext context) {
- this.connection =3D connection;
- this.sqlTranslator =3D sqlTranslator;
- this.logger =3D logger;
- this.context =3D context;
-
- String propStr =3D props.getProperty(JDBCPropertyNames.TRIM_STRING=
S);
- if (propStr !=3D null) {
- trimString =3D Boolean.valueOf(propStr).booleanValue();
- }
- =
- fetchSize =3D PropertiesUtils.getIntProperty(props, JDBCPropertyNa=
mes.FETCH_SIZE, context.getBatchSize());
- int max =3D sqlTranslator.getMaxResultRows();
- if (max > 0) {
- fetchSize =3D Math.min(fetchSize, max);
- }
- }
-
- // =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
- // Methods
- // =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
-
- private void addSql(TranslatedCommand command,
- StringBuffer message) {
- String sql =3D command.getSql();
- int ndx =3D sql.indexOf('?');
- if (ndx >=3D 0) {
- message.append(sql.substring(0, ndx));
- int len =3D sql.length();
- for (Iterator itr =3D command.getPreparedValues().iterator(); =
itr.hasNext() && ndx < len;) {
- message.append(itr.next());
- int nextNdx =3D sql.indexOf('?', ++ndx);
- if (nextNdx >=3D 0) {
- message.append(sql.substring(ndx, nextNdx));
- } else {
- message.append(sql.substring(ndx));
- }
- ndx =3D nextNdx;
- }
- } else {
- message.append(sql);
- }
- }
-
- /**
- * @param error
- * @param command
- * @return
- * @since 5.5
- */
- protected ConnectorException createAndLogError(SQLException error,
- TranslatedCommand comma=
nd) {
- ConnectorException connectorErr =3D createError(error, command);
- this.logger.logError(connectorErr.getMessage());
- return connectorErr;
- }
-
- /**
- * @param error
- * @param messageKey
- * @param commands
- * @return
- * @throws ConnectorException
- * @since 5.5
- */
- protected ConnectorException createAndLogError(Throwable error,
- String messageKey,
- List commands) throws C=
onnectorException {
- String msg;
- if (commands.isEmpty()) {
- msg =3D error.getMessage();
- } else {
- msg =3D JDBCPlugin.Util.getString(messageKey, error.getMessage=
());
- StringBuffer buf =3D new StringBuffer(msg);
- for (Iterator itr =3D commands.iterator(); itr.hasNext();) {
- buf.append("\n "); //$NON-NLS-1$
- addSql((TranslatedCommand)itr.next(), buf);
- }
- msg =3D buf.toString();
- }
- this.logger.logError(msg);
- if (error instanceof ConnectorException) {
- error =3D ((ConnectorException)error).getCause();
- }
- throw new ConnectorException(error, msg);
- }
-
- /**
- * @param error
- * @param command
- * @return
- * @since 5.5
- */
- protected ConnectorException createError(SQLException error,
- TranslatedCommand command) {
- String msg =3D (command =3D=3D null ? error.getMessage()
- : JDBCPlugin.Util.getString("JDBCQueryExecution.Er=
ror_executing_query__1", //$NON-NLS-1$
- error.getMessage(), cr=
eateSql(command)));
- return new ConnectorException(error, msg);
- }
-
- private String createSql(TranslatedCommand command) {
- StringBuffer msg =3D new StringBuffer();
- addSql(command, msg);
- return msg.toString();
- }
-
- protected TranslatedCommand translateCommand(ICommand command) throws =
ConnectorException {
- TranslatedCommand translatedCommand =3D new TranslatedCommand(cont=
ext, sqlTranslator);
- translatedCommand.translateCommand(command);
-
- if (translatedCommand.getSql() !=3D null && this.logger.isDetailEn=
abled()) {
- this.logger.logDetail("Source-specific command: " + translated=
Command.getSql()); //$NON-NLS-1$
- }
-
- return translatedCommand;
- }
-
- /*
- * @see com.metamatrix.data.Execution#close()
- */
- public synchronized void close() throws ConnectorException {
- try {
- if (statement !=3D null) {
- statement.close();
- }
- } catch (SQLException e) {
- throw new ConnectorException(e);
- }
- }
-
- /*
- * @see com.metamatrix.data.Execution#cancel()
- */
- public synchronized void cancel() throws ConnectorException {
- // if both the DBMS and driver support aborting an SQL
- try {
- if (statement !=3D null) {
- statement.cancel();
- }
- } catch (SQLException e) {
- // Defect 16187 - DataDirect does not support the cancel() met=
hod for
- // Statement.cancel() for DB2 and Informix. Here we are tolera=
nt
- // of these and other JDBC drivers that do not support the can=
cel() operation.
- }
- }
-
- protected void setSizeContraints(Statement statement) throws SQLExcept=
ion {
- if (sqlTranslator.getMaxResultRows() > 0) {
- statement.setMaxRows(sqlTranslator.getMaxResultRows());
- }
- statement.setFetchSize(fetchSize);
- }
-
- protected synchronized Statement getStatement() throws SQLException {
- if (statement !=3D null) {
- statement.close();
- statement =3D null;
- }
- statement =3D connection.createStatement();
- setSizeContraints(statement);
- return statement;
- }
-
- protected synchronized CallableStatement getCallableStatement(String s=
ql) throws SQLException {
- if (statement !=3D null) {
- statement.close();
- statement =3D null;
- }
- statement =3D connection.prepareCall(sql);
- setSizeContraints(statement);
- return (CallableStatement)statement;
- }
-
- protected synchronized PreparedStatement getPreparedStatement(String s=
ql) throws SQLException {
- if (statement !=3D null) {
- statement.close();
- statement =3D null;
- }
- statement =3D connection.prepareStatement(sql);
- setSizeContraints(statement);
- return (PreparedStatement)statement;
- }
-
- /**
- * Returns the JDBC connection used by the execution object.
- * =
- * @return Returns the connection.
- * @since 4.1.1
- */
- public Connection getConnection() {
- return this.connection;
- }
- =
- public Translator getSqlTranslator() {
- return sqlTranslator;
- }
- =
- public void addStatementWarnings() throws SQLException {
- SQLWarning warning =3D this.statement.getWarnings();
- while (warning !=3D null) {
- SQLWarning toAdd =3D warning;
- warning =3D toAdd.getNextWarning();
- toAdd.setNextException(null);
- if (logger.isDetailEnabled()) {
- logger.logDetail(context.getRequestIdentifier() + " Warning: ", war=
ning); //$NON-NLS-1$
- }
- context.addWarning(toAdd);
- }
- this.statement.clearWarnings();
- }
-}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/JDBCCapabilities.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCCapabilities.java 2009-02-24 16:41:35 UTC (rev 490)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCCapabilities.java 2009-02-24 18:28:11 UTC (rev 491)
@@ -1,399 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.jdbc;
-
-import java.util.Arrays;
-import java.util.List;
-
-import com.metamatrix.connector.basic.BasicConnectorCapabilities;
-
-/**
- */
-public class JDBCCapabilities extends BasicConnectorCapabilities {
- =
- public static final int DEFAULT_JDBC_MAX_IN_CRITERIA_SIZE =3D 1000;
-
- /**
- * =
- */
- public JDBCCapabilities() {
- this.setMaxInCriteriaSize(DEFAULT_JDBC_MAX_IN_CRITERIA_SIZE);
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#getSupportedFunction=
s()
- */
- public List getSupportedFunctions() {
- return Arrays.asList(new String[] { "+", "-", "*", "/" }); //$NON-=
NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
- }
-
- /** =
- * @see com.metamatrix.connector.basic.BasicConnectorCapabilities#getM=
axInCriteriaSize()
- * @since 4.2
- */
- public int getMaxInCriteriaSize() {
- return maxInCriteriaSize;
- }
- =
- public void setMaxInCriteriaSize(int maxInCriteriaSize) {
- this.maxInCriteriaSize =3D maxInCriteriaSize;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsAggregates()
- */
- public boolean supportsAggregates() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsAggregatesAv=
g()
- */
- public boolean supportsAggregatesAvg() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsAggregatesCo=
unt()
- */
- public boolean supportsAggregatesCount() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsAggregatesCo=
untStar()
- */
- public boolean supportsAggregatesCountStar() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsAggregatesDi=
stinct()
- */
- public boolean supportsAggregatesDistinct() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsAggregatesMa=
x()
- */
- public boolean supportsAggregatesMax() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsAggregatesMi=
n()
- */
- public boolean supportsAggregatesMin() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsAggregatesSu=
m()
- */
- public boolean supportsAggregatesSum() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsAliasedGroup=
()
- */
- public boolean supportsAliasedGroup() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsAndCriteria()
- */
- public boolean supportsAndCriteria() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsBetweenCrite=
ria()
- */
- public boolean supportsBetweenCriteria() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsCaseExpressi=
ons()
- */
- public boolean supportsCaseExpressions() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsCompareCrite=
ria()
- */
- public boolean supportsCompareCriteria() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsCompareCrite=
riaEquals()
- */
- public boolean supportsCompareCriteriaEquals() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsCompareCrite=
riaGreaterThan()
- */
- public boolean supportsCompareCriteriaGreaterThan() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsCompareCrite=
riaGreaterThanOrEqual()
- */
- public boolean supportsCompareCriteriaGreaterThanOrEqual() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsCompareCrite=
riaLessThan()
- */
- public boolean supportsCompareCriteriaLessThan() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsCompareCrite=
riaLessThanOrEqual()
- */
- public boolean supportsCompareCriteriaLessThanOrEqual() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsCompareCrite=
riaNotEquals()
- */
- public boolean supportsCompareCriteriaNotEquals() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsCorrelatedSu=
bqueries()
- */
- public boolean supportsCorrelatedSubqueries() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsCriteria()
- */
- public boolean supportsCriteria() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsExistsCriter=
ia()
- */
- public boolean supportsExistsCriteria() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsFullOuterJoi=
ns()
- */
- public boolean supportsFullOuterJoins() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsInCriteria()
- */
- public boolean supportsInCriteria() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsInCriteriaSu=
bquery()
- */
- public boolean supportsInCriteriaSubquery() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsIsNullCriter=
ia()
- */
- public boolean supportsIsNullCriteria() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsJoins()
- */
- public boolean supportsJoins() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsLikeCriteria=
()
- */
- public boolean supportsLikeCriteria() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsLikeCriteria=
EscapeCharacter()
- */
- public boolean supportsLikeCriteriaEscapeCharacter() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsNotCriteria()
- */
- public boolean supportsNotCriteria() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsOrCriteria()
- */
- public boolean supportsOrCriteria() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsOrderBy()
- */
- public boolean supportsOrderBy() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsOuterJoins()
- */
- public boolean supportsOuterJoins() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsQuantifiedCo=
mpareCriteria()
- */
- public boolean supportsQuantifiedCompareCriteria() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsQuantifiedCo=
mpareCriteriaAll()
- */
- public boolean supportsQuantifiedCompareCriteriaAll() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsScalarFuncti=
ons()
- */
- public boolean supportsScalarFunctions() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsScalarSubque=
ries()
- */
- public boolean supportsScalarSubqueries() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsSearchedCase=
Expressions()
- */
- public boolean supportsSearchedCaseExpressions() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsSelectDistin=
ct()
- */
- public boolean supportsSelectDistinct() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsSelectLitera=
ls()
- */
- public boolean supportsSelectLiterals() {
- return true;
- }
-
- /* =
- * @see com.metamatrix.data.ConnectorCapabilities#supportsSelfJoins()
- */
- public boolean supportsSelfJoins() {
- return true;
- }
-
- /** =
- * @see com.metamatrix.connector.api.ConnectorCapabilities#supportsInl=
ineViews()
- */
- public boolean supportsInlineViews() {
- return false;
- } =
- =
- public boolean supportsOrderByInInlineViews() {
- return false;
- }
-
- /** =
- * @see com.metamatrix.connector.api.ConnectorCapabilities#supportsQua=
ntifiedCompareCriteriaSome()
- */
- public boolean supportsQuantifiedCompareCriteriaSome() {
- return true;
- }
- =
- /** =
- * @see com.metamatrix.connector.api.ConnectorCapabilities#supportsUni=
onOrderBy()
- */
- public boolean supportsUnionOrderBy() {
- return true;
- }
- =
- /** =
- * @see com.metamatrix.connector.basic.BasicConnectorCapabilities#supp=
ortsSetQueryOrderBy()
- */
- @Override
- public boolean supportsSetQueryOrderBy() {
- return true;
- }
- =
- /** =
- * @see com.metamatrix.connector.api.ConnectorCapabilities#supportsUni=
ons()
- */
- public boolean supportsUnions() {
- return true;
- }
- =
- @Override
- public boolean supportsBulkInsert() {
- return true;
- }
- =
- @Override
- public boolean supportsBatchedUpdates() {
- return true;
- }
-
-}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/JDBCConnector.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCConnector.java 2009-02-24 16:41:35 UTC (rev 490)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCConnector.java 2009-02-24 18:28:11 UTC (rev 491)
@@ -1,390 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.connector.jdbc;
-
-import java.lang.reflect.InvocationHandler;
-import java.lang.reflect.Method;
-import java.lang.reflect.Proxy;
-import java.sql.Driver;
-import java.sql.DriverManager;
-import java.sql.SQLException;
-import java.util.Enumeration;
-import java.util.Properties;
-
-import javax.sql.DataSource;
-import javax.sql.XADataSource;
-
-import com.metamatrix.common.util.PropertiesUtils;
-import com.metamatrix.connector.api.Connection;
-import com.metamatrix.connector.api.ConnectorCapabilities;
-import com.metamatrix.connector.api.ConnectorEnvironment;
-import com.metamatrix.connector.api.ConnectorException;
-import com.metamatrix.connector.api.ConnectorLogger;
-import com.metamatrix.connector.api.ExecutionContext;
-import com.metamatrix.connector.api.SingleIdentity;
-import com.metamatrix.connector.api.MappedUserIdentity;
-import com.metamatrix.connector.api.ConnectorAnnotations.ConnectionPooling;
-import com.metamatrix.connector.basic.BasicConnector;
-import com.metamatrix.connector.internal.ConnectorPropertyNames;
-import com.metamatrix.connector.jdbc.translator.Translator;
-import com.metamatrix.connector.jdbc.xa.JDBCSourceXAConnection;
-import com.metamatrix.connector.jdbc.xa.XAJDBCPropertyNames;
-import com.metamatrix.connector.xa.api.TransactionContext;
-import com.metamatrix.connector.xa.api.XAConnection;
-import com.metamatrix.connector.xa.api.XAConnector;
-import com.metamatrix.core.MetaMatrixCoreException;
-import com.metamatrix.core.util.ReflectionHelper;
-
-/**
- * JDBC implementation of Connector interface.
- */
-(a)ConnectionPooling
-public class JDBCConnector extends BasicConnector implements XAConnector {
- =
- public static final String INVALID_AUTHORIZATION_SPECIFICATION_NO_SUBC=
LASS =3D "28000"; //$NON-NLS-1$
-
- static final int NO_ISOLATION_LEVEL_SET =3D Integer.MIN_VALUE;
-
- enum TransactionIsolationLevel {
- TRANSACTION_READ_UNCOMMITTED(java.sql.Connection.TRANSACTION_READ_=
UNCOMMITTED),
- TRANSACTION_READ_COMMITTED(java.sql.Connection.TRANSACTION_READ_CO=
MMITTED),
- TRANSACTION_REPEATABLE_READ(java.sql.Connection.TRANSACTION_REPEAT=
ABLE_READ),
- TRANSACTION_SERIALIZABLE(java.sql.Connection.TRANSACTION_SERIALIZA=
BLE),
- TRANSACTION_NONE(java.sql.Connection.TRANSACTION_NONE);
-
- private int connectionContant;
-
- private TransactionIsolationLevel(int connectionConstant) {
- this.connectionContant =3D connectionConstant;
- }
- =
- public int getConnectionConstant() {
- return connectionContant;
- }
- }
- =
- protected ConnectorEnvironment environment;
- private ConnectorLogger logger;
- private ConnectorCapabilities capabilities;
- private Translator sqlTranslator;
- private DataSource ds;
- private XADataSource xaDs;
- private int transIsoLevel =3D NO_ISOLATION_LEVEL_SET;
- =
- @Override
- public void start(ConnectorEnvironment environment)
- throws ConnectorException {
- logger =3D environment.getLogger();
- this.environment =3D environment;
- =
- logger.logInfo(JDBCPlugin.Util.getString("JDBCConnector.JDBCConnec=
tor_initialized._1")); //$NON-NLS-1$
- =
- capabilities =3D createCapabilities(environment, Thread.currentThr=
ead().getContextClassLoader());
-
- Properties connectionProps =3D environment.getProperties();
-
- // Get the JDBC properties ...
- String dataSourceClassName =3D connectionProps.getProperty(JDBCPro=
pertyNames.CONNECTION_SOURCE_CLASS);
- =
- // Verify required items
- if (dataSourceClassName =3D=3D null || dataSourceClassName.trim().=
length() =3D=3D 0) {
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.Missing_JDBC_driver_class_name_1")); //$NON-NLS-1$
- }
- dataSourceClassName =3D dataSourceClassName.trim();
-
- String levelStr =3D connectionProps.getProperty(JDBCPropertyNames.=
TRANSACTION_ISOLATION_LEVEL);
- =
- if(levelStr !=3D null && levelStr.trim().length() !=3D 0){
- transIsoLevel =3D TransactionIsolationLevel.valueOf(levelStr.toUp=
perCase()).getConnectionConstant();
- }
- =
- try {
- String className =3D environment.getProperties().getProperty(J=
DBCPropertyNames.EXT_TRANSLATOR_CLASS, Translator.class.getName()); =
- this.sqlTranslator =3D (Translator)ReflectionHelper.create(cla=
ssName, null, Thread.currentThread().getContextClassLoader());
- } catch (MetaMatrixCoreException e) {
- throw new ConnectorException(e);
- }
- sqlTranslator.initialize(environment);
- =
- if (areAdminConnectionsAllowed()) {
- testConnection();
- }
-
- logger.logInfo(JDBCPlugin.Util.getString("JDBCConnector.JDBCConnec=
tor_started._4")); //$NON-NLS-1$
- }
- =
- private void testConnection() throws ConnectorException {
- Connection connection =3D null;
- try {
- connection =3D getConnection(null);
- } catch (ConnectorException e) {
- SQLException ex =3D (SQLException)e.getCause();
- String sqlState =3D ex.getSQLState();
- if (sqlState !=3D null && INVALID_AUTHORIZATION_SPECIFICATION_=
NO_SUBCLASS.equals(sqlState)) {
- throw e;
- }
- this.logger.logError(e.getMessage(), e);
- } finally {
- if (connection !=3D null) {
- connection.close();
- }
- }
- }
- =
- @Override
- public void stop() { =
- /*
- * attempt to deregister drivers that may have been implicitly registered
- * with the driver manager
- */
- Enumeration drivers =3D DriverManager.getDrivers();
-
- String driverClassname =3D this.environment.getProperties().getPro=
perty(JDBCPropertyNames.CONNECTION_SOURCE_CLASS);
- boolean usingCustomClassLoader =3D PropertiesUtils.getBooleanPrope=
rty(this.environment.getProperties(), ConnectorPropertyNames.USING_CUSTOM_C=
LASSLOADER, false);
-
- while(drivers.hasMoreElements()){
- Driver tempdriver =3D (Driver)drivers.nextElement();
- if(tempdriver.getClass().getClassLoader() !=3D this.getClass()=
.getClassLoader()) {
- continue;
- }
- if(usingCustomClassLoader || tempdriver.getClass().getName().e=
quals(driverClassname)) {
- try {
- DriverManager.deregisterDriver(tempdriver);
- } catch (Throwable e) {
- this.environment.getLogger().logError(e.getMessage());
- }
- }
- }
- =
- logger.logInfo(JDBCPlugin.Util.getString("JDBCConnector.JDBCConnec=
tor_stopped._3")); //$NON-NLS-1$
- }
- =
- @Override
- public Connection getConnection(ExecutionContext context) throws Conne=
ctorException {
- DataSource dataSource =3D getDataSource();
- if (dataSource =3D=3D null) {
- return getXAConnection(context, null);
- }
- java.sql.Connection conn =3D null;
- try { =
- if (context =3D=3D null || context.getConnectorIdentity() instanceof Si=
ngleIdentity) {
- conn =3D dataSource.getConnection();
- } else if (context.getConnectorIdentity() instanceof MappedUserIdentity=
) {
- MappedUserIdentity id =3D (MappedUserIdentity)context.getConnectorIden=
tity();
- conn =3D dataSource.getConnection(id.getMappedUser(), id.getPassword()=
);
- }
- setDefaultTransactionIsolationLevel(conn);
- } catch (SQLException e) {
- throw new ConnectorException(e);
- }
- return new JDBCSourceConnection(conn, this.environment, sqlTranslator);
- }
- =
- @Override
- public XAConnection getXAConnection(
- ExecutionContext context,
- TransactionContext transactionContext) throws ConnectorException {
- XADataSource xaDataSource =3D getXADataSource();
- if (xaDataSource =3D=3D null) {
- throw new UnsupportedOperationException("Connector is not XA capable");
- }
- javax.sql.XAConnection conn =3D null;
- try {
- if (context =3D=3D null || context.getConnectorIdentity() instanceof Si=
ngleIdentity) {
- conn =3D xaDataSource.getXAConnection();
- } else if (context.getConnectorIdentity() instanceof MappedUserIdentity=
) {
- MappedUserIdentity id =3D (MappedUserIdentity)context.getConnectorIden=
tity();
- conn =3D xaDataSource.getXAConnection(id.getMappedUser(), id.getPasswo=
rd());
- }
- java.sql.Connection c =3D conn.getConnection();
- setDefaultTransactionIsolationLevel(c);
- return new JDBCSourceXAConnection(c, conn, this.environment, sqlTransla=
tor);
- } catch (SQLException e) {
- throw new ConnectorException(e);
- }
- }
-
- @Override
- public ConnectorCapabilities getCapabilities() {
- return capabilities;
- }
-
- static ConnectorCapabilities createCapabilities(ConnectorEnvironment envi=
ronment, ClassLoader loader)
- throws ConnectorException {
- //create Capabilities
- String className =3D environment.getProperties().getProperty(JDBCPropert=
yNames.EXT_CAPABILITY_CLASS, JDBCCapabilities.class.getName()); =
- try {
- ConnectorCapabilities result =3D (ConnectorCapabilities)ReflectionHe=
lper.create(className, null, loader);
- if(result instanceof JDBCCapabilities) {
- String setCriteriaBatchSize =3D environment.getProperties().getP=
roperty(JDBCPropertyNames.SET_CRITERIA_BATCH_SIZE);
- if(setCriteriaBatchSize !=3D null) {
- int maxInCriteriaSize =3D Integer.parseInt(setCriteriaBatchS=
ize);
- if(maxInCriteriaSize > 0) {
- ((JDBCCapabilities)result).setMaxInCriteriaSize(maxInCri=
teriaSize);
- }
- } =
- }
- return result;
- } catch (Exception e) {
- throw new ConnectorException(e);
- }
- }
- =
- protected void createDataSources(String dataSourceClassName, final Pro=
perties connectionProps) throws ConnectorException {
- // create data source
- Object temp =3D null;
- try {
- temp =3D ReflectionHelper.create(dataSourceClassName, null, Threa=
d.currentThread().getContextClassLoader());
- } catch (MetaMatrixCoreException e) {
- throw new ConnectorException(e,JDBCPlugin.Util.getString("JDBCSource=
ConnectionFactory.Unable_to_load_the_JDBC_driver_class_6", dataSourceClassN=
ame)); //$NON-NLS-1$
- }
-
- final String url =3D connectionProps.getProperty(JDBCPropertyNames=
.URL);
- if (url =3D=3D null || url.trim().length() =3D=3D 0) {
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.Missing_JDBC_database_name_3")); //$NON-NLS-1$
- }
- =
- if (temp instanceof Driver) {
- final Driver driver =3D (Driver)temp;
- // check URL if there is one
- validateURL(driver, url);
- this.ds =3D (DataSource)Proxy.newProxyInstance(Thread.currentThread(=
).getContextClassLoader(), new Class[] {DataSource.class}, new InvocationHa=
ndler() {
- @Override
- public Object invoke(Object proxy, Method method,
- Object[] args) throws Throwable {
- if (method.getName().equals("getConnection")) {
- Properties p =3D new Properties();
- if (args.length =3D=3D 2) {
- p.put("user", args[0]);
- p.put("password", args[1]);
- } else {
- p.put("user", connectionProps.getProperty(JDBCPropertyNames.USER=
NAME));
- p.put("password", connectionProps.getProperty(JDBCPropertyNames.=
PASSWORD));
- }
- return driver.connect(url, p);
- } =
- throw new UnsupportedOperationException("Driver DataSource proxy o=
nly provides Connections");
- }
- });
- } else {
- parseURL(url, connectionProps);
- if (temp instanceof DataSource) {
- this.ds =3D (DataSource)temp;
- PropertiesUtils.setBeanProperties(this.ds, connectionProps, n=
ull);
- } else if (temp instanceof XADataSource) {
- this.xaDs =3D (XADataSource)temp;
- PropertiesUtils.setBeanProperties(this.xaDs, connectionProps,=
null);
- } else {
- throw new ConnectorException("Specified class is not a XADataSource=
, DataSource, or Driver " + dataSourceClassName);
- }
- } =
- if (this.ds instanceof XADataSource) {
- this.xaDs =3D (XADataSource)this.ds;
- }
- }
- =
- public DataSource getDataSource() {
- return ds;
- }
- =
- public XADataSource getXADataSource() {
- return xaDs;
- }
- =
- private void validateURL(Driver driver, String url) throws ConnectorEx=
ception {
- boolean acceptsURL =3D false;
- try {
- acceptsURL =3D driver.acceptsURL(url);
- } catch ( SQLException e ) {
- throw new ConnectorException(e);
- }
- if(!acceptsURL ){
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.Driver__7", driver.getClass().getName(), url)); //$NO=
N-NLS-1$
- }
- }
- =
- /**
- * Parse URL for DataSource connection properties and add to connectio=
nProps.
- * @param url
- * @param connectionProps
- * @throws ConnectorException =
- */
- static void parseURL(final String url, final Properties connectionProp=
s) throws ConnectorException {
- // Will be: [jdbc:mmx:dbType://aHost:aPort], [DatabaseName=3DaData=
Base], [CollectionID=3DaCollectionID], ...
- final String[] urlParts =3D url.split(";"); //$NON-NLS-1$
-
- // Will be: [jdbc:mmx:dbType:], [aHost:aPort]
- final String[] protoHost =3D urlParts[0].split("//"); //$NON-NLS-1$
-
- // Will be: [aHost], [aPort]
- final String[] hostPort =3D protoHost[1].split(":"); //$NON-NLS-1$
- connectionProps.setProperty(XAJDBCPropertyNames.SERVER_NAME, (Stri=
ng)hostPort[0]);
- connectionProps.setProperty(XAJDBCPropertyNames.PORT_NUMBER, (Stri=
ng)hostPort[1]);
-
- // For "databaseName", "SID", and all optional props
- // (=3D;=3D;...)
- for ( int i =3D 1; i < urlParts.length; i++ ) {
- final String nameVal =3D (String) urlParts[i];
- // Will be: [propName], [propVal]
- final String[] aProp =3D nameVal.split("=3D"); //$NON-NLS-1$
- if ( aProp.length > 1) {
- // Set optional prop names lower case so that we can find
- // set method names for them when we introspect the DataSo=
urce
- connectionProps.setProperty(aProp[0].toLowerCase(), aProp[=
1]);
- }
- }
- =
- String serverName =3D connectionProps.getProperty(XAJDBCPropertyNa=
mes.SERVER_NAME);
- String serverPort =3D connectionProps.getProperty(XAJDBCPropertyNa=
mes.PORT_NUMBER);
- if ( serverName =3D=3D null || serverName.trim().length() =3D=3D 0 ) {
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.MissingProp", //$NON-NLS-1$
- XAJDBCPropertyNames.SERVER_NAME));
- }
- if ( serverPort =3D=3D null || serverPort.trim().length() =3D=3D 0=
) {
- throw new ConnectorException(JDBCPlugin.Util.getString("JDBCSo=
urceConnectionFactory.MissingProp", //$NON-NLS-1$
- XAJDBCPropertyNames.PORT_NUMBER));
- }
- =
- // Unique resource name for this connector
- final StringBuffer dataSourceResourceName =3D new StringBuffer(con=
nectionProps.getProperty(XAJDBCPropertyNames.DATASOURCE_NAME, "XADS")); //$=
NON-NLS-1$
- dataSourceResourceName.append('_'); =
- dataSourceResourceName.append(serverName);
- dataSourceResourceName.append('_'); =
- dataSourceResourceName.append(connectionProps.getProperty(Connecto=
rPropertyNames.CONNECTOR_ID));
- connectionProps.setProperty( XAJDBCPropertyNames.DATASOURCE_NAME, =
dataSourceResourceName.toString());
- }
- =
- public int getDefaultTransactionIsolationLevel() {
- return this.transIsoLevel;
- }
- =
- protected void setDefaultTransactionIsolationLevel(java.sql.Connection sq=
lConn)
- throws SQLException {
- if(getDefaultTransactionIsolationLevel() !=3D NO_ISOLATION_LEVEL_SET && =
getDefaultTransactionIsolationLevel() !=3D java.sql.Connection.TRANSACTION_=
NONE){
- sqlConn.setTransactionIsolation(getDefaultTransactionIsolationLevel(=
));
- }
- }
- =
-}
Deleted: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/conne=
ctor/jdbc/JDBCPlugin.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCPlugin.java 2009-02-24 16:41:35 UTC (rev 490)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/=
jdbc/JDBCPlugin.java 2009-02-24 18:28:11 UTC (rev 491)
@@ -1,45 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * =
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * =
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- * =
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-/*
- */
-package com.metamatrix.connector.jdbc;
-
-import java.util.ResourceBundle;
-import com.metamatrix.core.BundleUtil;
-
-/**
- * CommonPlugin
- *