Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] setting up stellation with DB2

Will Stellation work with DB/2 as a back-end?  When I
go looked at ... eclipse/stellation/repos/messaging/server/RepositoryServer.java

I see on line 42:
_ap = new PostgresAccessPoint(dbsrc);

I changed this to:
_ap = new DB2AccessPoint(dbsrc);

then added an import line for the DB2AccessPoint class
and then had to modify DB2AccessPoint to use String instead of StringList

Did I miss something in the installation instuctions?
I never found the correct point to use "--access db2:db2inst1:db2pass"
I assume that the StringList argument for DB2AccessPoint was to be used
for this.

--
David McMillan
Manager, Area Computing Services
School of Library and Information Studies
University of Alabama
EMail: David.McMillan@xxxxxxxxxxx



Back to the top