Well, just looking at the compile problem...it seems failure is on the javac target... If I read this correctly the class GenericDataSource does not implement the isWrapperFor() method. My guess is GenericDataSource extends (in some fashion) Wrapper and GenericDataSource is being used by the class RDBMServices (maybe being instantiated)?

Is there maybe some code generation step that needs to occur prior to javac compilation?

Timothy Haroutunian wrote:
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]



--
Scot P. Floess
27 Lake Royale
Louisburg, NC  27549

252-478-8087 (Home)
919-754-4592 (Work)

Chief Architect JPlate  http://sourceforge.net/projects/jplate
Chief Architect JavaPIM http://sourceforge.net/projects/javapim


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to