Re: no new deploys, with ode+mysql

2014-02-04 Thread gabriel
Sathwiki, nice to greet you again. Thanks for your time and orientation. I followed the link (https://github.com/vanto/apache-ode-tomcat-bundle) and my needs are solved! (close issue??) It's mean that i can redirect persistence from embed derby db to a mysql db. But, no all my needs are satisfied

Re: no new deploys, with ode+mysql

2014-01-30 Thread Sathwik B P
Hi Gabriel, I don't understand what are you trying to do. If you are trying to migrate from 1.3.2 to 1.3.6 Kindly follow the database migration first http://ode.apache.org/upgrading-ode.html Then you need to use a TM instead of configuring a datasource in tomcat as suggested in the link that I

Re: no new deploys, with ode+mysql

2014-01-30 Thread gabriel
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(

Re: no new deploys, with ode+mysql

2014-01-30 Thread Sathwik B P
No more use of datasource configured with tomcat. You need to embed a transaction manager (bitronix or any TM of your choice) within tomcat and hence shared the link which does it. On Thu, Jan 30, 2014 at 6:38 PM, gabriel wrote: > Thanks for your attention Sathwik. > > Before use your suggestion

Re: no new deploys, with ode+mysql

2014-01-30 Thread gabriel
Thanks for your attention Sathwik. Before use your suggestions, i need configure apache ode with mysql. I note/look (in catalina.out) that, when "Add the following stanza to conf/server.xml inside the element: , " ode.war don't deploy! (catalina.out simply don't say nothin about it) but,

Re: no new deploys, with ode+mysql

2014-01-30 Thread Sathwik B P
Kindly follow the instructions if you want a packaged deployment. Apache ODE Tomcat Bundle : Build script that creates a fully configured bundle with Tomcat 7, Apache ODE, Hibernate and Bitronix. On Thu, Jan 30, 2014 at 12:50 AM, gabriel wrote: