Hi Arnaud
I think you hit a limitation here: the Cargo Daemon doesn't actually send the extra classpath elements over :( That means, the JAR file you're referring to will not be sent to the machine running Codehaus Cargo. I would see three options:
Apart from these, the functionality to also send the extra classpath to the Cargo Daemon could be interesting as well - Would you like to perhaps create it? The instructions for contributing to Codehaus Cargo are on https://codehaus-cargo.github.io/cargo/Contributing.html
Thank you
S. Ali Tokmen http://ali.tokmen.com/ http://contact.ali.tokmen.com/
--
You received this message because you are subscribed to the Google Groups "Codehaus Cargo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codehaus-carg...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codehaus-cargo/b3fb2a55-dee0-4c04-b3fc-af4d301e04ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<datasource driverClass="oracle.jdbc.OracleDriver" url="jdbc:ora...@${dbcreate.host}:${dbcreate.port}:${dbcreate.dbname}" jndiName="jdbc/REPO" username="${dbcreate.repo}" password="${dbcreate.repo}" />
<datasource driverClass="oracle.jdbc.OracleDriver" url="jdbc:ora...@${dbcreate.host}:${dbcreate.port}:${dbcreate.dbname}" jndiName="jdbc/${dbcreate.dloc}" username="${dbcreate.dlocuser}" password="${dbcreate.dlocuser}" />
<deployable type="war" file="${local.war}" />
</configuration>
<daemon>
<property name="cargo.daemon.handleid" value="tomcat8" />
<property name="cargo.daemon.url" value="http://localhost:18000/" />
</daemon>
</cargo>
</target>