Hello everybody!
I'm a new Cargo User that aims to run some integration tests on WebLogic 10.3x server, that is currently supported by Cargo, but if have found a big problem, as I'm unable to create a Oracle DataSource each timeĀ Cargo runs the server.
The error is quite strange (ORA-01005: null password given; logon denied), as I tell Cargo to use a password, but it seems to "loose" it. In fact, Cargo does create a DataSource on Weblogic, but it's not working properly, as it's unable to connect to the database without de password.
If already reported this as an issue:
http://jira.codehaus.org/browse/CARGO-709 --> There you have the full error and the pom.xml that I'm using.
Forgot to say that I'm actually using Maven 2.10 with cargo 1.0.1-SNAPSHOT.
Thanks in advance.