2 Dec 2010 09:21
Re: Cayenne wicket application
Andrus Adamchik <andrus <at> objectstyle.org>
2010-12-02 08:21:45 GMT
2010-12-02 08:21:45 GMT
On Dec 1, 2010, at 10:22 PM, Mark Fischer wrote:
> I have the microsoft jdbc
> driver in my classpath so I do not understand why it is not being found?
Were exactly is the driver? In the .war? An easy way to doublecheck that it is available is to print the actual
classpath from the application code:
System.out.println("CP: " + System.getProperty("java.class.path"));
Andrus
RSS Feed