[Resin-interest] Hibernate lazy loading with Quercus

2009-11-23 Thread Vincent LAUGIER
Title: Vincent LAUGIER Hello, we try to do the following on our php/EJB3 application : find a given client from its lastname using a stateless bean () load his orders using the getter [code] $clients = $client_eao->findBySample($sample_client,false,false); var_dump($clients[0]->getOr

[Resin-interest] Resin 3.1.9 behind apache's ProxyPass problem

2009-11-23 Thread smallufo
Hi , I am running resin 3.1.9 in my db server , with host name 'db' and private IP address (192.168.x.x). In the frontend , apache httpd redirect '/servlet' pattern to the backend db with the two lines : ProxyPass /servlet http://db:8080/servlet ProxyPassReverse /servlet http://db:8080/servlet I

Re: [Resin-interest] Resin 3.1.9 behind apache's ProxyPass problem

2009-11-23 Thread Alex
> Hi , I am running resin 3.1.9 in my db server , with host name 'db' and > private IP address (192.168.x.x). > In the frontend , apache httpd redirect '/servlet' pattern to the backend db > with the two lines : > > ProxyPass /servlet http://db:8080/servlet It looks to me like the ProxyPass dire

Re: [Resin-interest] Hibernate lazy loading with Quercus

2009-11-23 Thread Alex
> Hello, > > we try to do the following on our php/EJB3 application : > • find a given client from its lastname using a stateless bean () > • load his orders using the getter > > [code] > $clients = $client_eao->findBySample($sample_client,false,false); > var_dump($clients[0]->getOrde

Re: [Resin-interest] Resin 3.1.9 behind apache's ProxyPass problem

2009-11-23 Thread smallufo
2009/11/24 Alex > ProxyPreserveHost Wow , It works !!! Thank you very much ! ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Hibernate lazy loading with Quercus

2009-11-23 Thread Mattias Jiderhamn
Alex wrote (2009-11-24 06:01): Hello, we try to do the following on our php/EJB3 application : • find a given client from its lastname using a stateless bean () • load his orders using the getter [code] $clients = $client_eao->findBySample($sample_client,false,false); var_dump($