Hi

This is due to adding some methods in to following interfaces
"javax.sql.DataSource, java.sql.Connection and java.sql.PreparedStatement".
Please find the attached patch which fixes this issue.

Regards,
Chandana


On Wed, Nov 7, 2012 at 5:59 PM, Shavindu Tillekeratne <[email protected]>wrote:

> Hi all,
>
> I am getting this error while building the registry core kernel. I have
> JDK 1.7_04 version and UBUNTU 12.04 LTS.
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> (default-compile) on project org.wso2.carbon.registry.core: Compilation
> failure: Compilation failure:
> [ERROR]
> /home/shavindu/carbon/branches/kernel/4.0.0/core/org.wso2.carbon.registry.core/4.0.4/src/main/java/org/wso2/carbon/registry/core/jdbc/dataaccess/JDBCDatabaseTransaction.java:[428,19]
> error: MonitoredPreparedStatement is not abstract and does not override
> abstract method isCloseOnCompletion() in Statement
> [ERROR]
> /home/shavindu/carbon/branches/kernel/4.0.0/core/org.wso2.carbon.registry.core/4.0.4/src/main/java/org/wso2/carbon/registry/core/jdbc/dataaccess/JDBCDatabaseTransaction.java:[951,24]
> error: ManagedRegistryConnection is not abstract and does not override
> abstract method getNetworkTimeout() in Connection
> [ERROR]
> /home/shavindu/carbon/branches/kernel/4.0.0/core/org.wso2.carbon.registry.core/4.0.4/src/main/java/org/wso2/carbon/registry/core/jdbc/utils/RegistryDataSource.java:[32,7]
> error: RegistryDataSource is not abstract and does not override abstract
> method getParentLogger() in CommonDataSource
>
> Thank you
> shavindu
>
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>

Attachment: core.patch
Description: Binary data

_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to