dear ODERes
trying with mysql 5.5, tomcat7 and ODE 1.3.2 (with respective schema) works
fine.
I suspects that problem is in 1.3.6 version of ODE.
additional information: from 1.3.2 to 1.3.6, pmapi doesn't work exactly,
e.g.:
calling listInstances, from php code with:
$parameters = array(
'filter'=>'status=ACTIVE iid='.(string)$pid,
'order'=>'',
'limit'=>'99999');
works fine in 1.3.6, but in 1.3.2, it results with the follow error:
java.lang.NumberFormatException: For input string: "status=ACTIVE; iid=251"
some ideas?
i hope 1.3.6 version can work with mysql soon!
--
View this message in context:
http://apache-ode.996305.n3.nabble.com/no-new-deploys-with-ode-mysql-tp17020p17023.html
Sent from the Apache Ode Dev mailing list archive at Nabble.com.