-
I was trying to update url http://eclipse-cs.sourceforge.net/update
with Eclipse Ganymede. It seems now it has m2Eclipse Maven2 synchronization plugin. I already have M2Eclipse installed on my machine. But it does give an error report Cannot find a solution satisfying the following requirements org.eclipse.swt [3.4.0.v3448f]. Is there a resolution for this conflict?.
2009-07-23 14:11:46 UTC in checkstyle
-
I was trying to update url http://eclipse-cs.sourceforge.net/update
with Eclipse Ganymede. It seems now it has m2Eclipse Maven2 synchronization plugin. I already have M2Eclipse installed on my machine. But it does give an error report Cannot find a solution satisfying the following requirements org.eclipse.swt [3.4.0.v3448f]. Is there a resolution for this conflict?.
2009-07-22 23:33:34 UTC in checkstyle
-
Hi,
I made the following changes to my application:
In spring-datasource.properties, I changed the driver class name as following
#datasource.driverClassName=oracle.jdbc.driver.OracleDriver
datasource.driverClassName=com.p6spy.engine.spy.P6SpyDriver
Used given spy.properties from p6spy distribution and changed as following:
Added
# oracle driver...
2009-01-27 22:54:16 UTC in JDBC SQL Profiler
-
Hi,
I made the following changes to my application:
In spring-datasource.properties, I changed the driver class name as following
#datasource.driverClassName=oracle.jdbc.driver.OracleDriver
datasource.driverClassName=com.p6spy.engine.spy.P6SpyDriver
Used given spy.properties from p6spy distribution and changed as following:
Added
# oracle driver...
2009-01-17 00:43:02 UTC in JDBC SQL Profiler