The error I get is
java.lang.ClassNotFoundException: org.apache.commons.dbcp2.BasicDataSource which seems to indicate to me that the library is not getting added to the classpath prior to the start of the configuration of Jetty. I can't seem to figure out any way around this problem and I need to be able to set the context above.
Again not sure if this is a bug or something I don't understand! Any help would be appreciated.
Here is my build file with relevant sections:
The iobss.xml file contains the jndi
The error I get is
java.lang.ClassNotFoundException: org.apache.commons.dbcp2.BasicDataSource
which seems to indicate to me that the library is not getting added to the classpath prior to the start of the configuration of Jetty. I can't seem to figure out any way around this problem and I need to be able to set the context above.Again not sure if this is a bug or something I don't understand! Any help would be appreciated.