R: datasource problem with hibernate and oracle

2009-01-22 Thread Paolo Spadafora
Hi David, I use the same settings for managed and unmanaged datasource because I got an error or a warning (can't remember) if I don't put both inside the persistence.xml. I have 2 Persistence Unit and 2 DataSource (4 DS because I declare XxDS and XxDSUn), one datasource refers to a schema with

Re: Tomcat and openEJB - how to do this simple config?

2009-01-22 Thread jpmad4it
Wow! Thanks David! At last a clear explanation that allowed me to get it working! I deployed the war file that was included in the zip, and its all fine. The only thing I needed to do was to setup the mod_proxy in Apache. So instead of using http://localhost:8080/Calculator I can use

Re: Non daemon threads launched by Timer service and not properly stopped

2009-01-22 Thread uglything
Hie David. Just a quick update. I launched the TimerHang project against the following configurations : Tomcat 6.0.18 + OpenEJB 3.0 Tomcat 6.0.18 + OpenEJB 3.1 Tomcat 5.5.20 + OpenEJB 3.0 Tomcat 5.5.20 + OpenEJB 3.1 The problem arised each time. Cheers, Juan Manuel PS : thank you for

Re: Programatically configure persistence under Tomcat

2009-01-22 Thread Luis Fernando Planella Gonzalez
Each instance has it's own database. The most important properties to set up for each instance are jdbc url, username and password, but it would be nice if it would also be possible to hack the pool properties, so that more active instances might have more active connections, and so on. Are

Re: In-VM transport for web service endpoint

2009-01-22 Thread David Blevins
Hi John, I asked the CXF guys if they already had any special support for this and they pointed me at: http://cwiki.apache.org/CXF20DOC/local-transport.html That page unfortunately didn't have any information on clients using the JAX-WS Service.create(..) approach for getting services.