Hello,
I am trying to compile uPortal and I am getting a build failed error. I am
getting the following error:
[javac]
/usr/local/uPortal/source/org/jasig/portal/RDBMServices.java:559:
org.jasig.portal.RDBMServices.GenericDataSource is not abstract and does not
override abstract method isWrapperFor(java.lang.Class) in java.sql.Wrapper
[javac] public static class GenericDataSource implements DataSource
{
BUILD FAILED
/usr/local/uPortal/build.xml:486: Compile failed; see the compiler error
output for details.
I believe that it has something to do with the
uPortal/properties/rdbm.properties file and it is failing to connect to the
database but here is the code that I have for it:
##### MySQL Example
#jdbcDriver=org.gjt.mm.mysql.Driver
#the above is the format for older(pre-3.0) versions of the driver
jdbcDriver=org.gjt.mm.mysql.Driver
jdbcUrl=jdbc:mysql://host.domain.tld/uPortal
jdbcUser=user
jdbcPassword=password
The host, username and password are correct but is everything else?
Thank You Very Much,
===================================
Timothy Haroutunian
Jr. Web Developer
Information Technology Services
603-535-2914
Plymouth State University
Plymouth, NH 03264
[EMAIL PROTECTED]
Blog: http://armenianeagle.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]