The problem occurs only sometimes, I'll send it to you next time :)
Thanks a lot

On 08/11/11 22:48, Alex Rojkov wrote:
>> Hello
>> I'm using many times the find() call in EntityManager :
>>
>> Status st=m_manager.find(Status.class,"identifier");
>>
>> But with no particular reason, in test or production, the find() call
>> stop all processing, there is no exception and any System.out.println()
> Riccardo,
>
> Can you produce a thread-dump of the server's JVM please and send that to us?
>
> Thanks,
> Alex
>
>> juste after is simply not called.
>
>>
>> While the server is in this "undefined" state, the rest of the
>> application may work. I tried to add a createQuery call just before the
>> find :
>>
>> Query qr=m_manager.createQuery("select st from Status st");
>> List<Status>  list=(List<Status>)qr.getResultList();
>>
>> and the same problem happens at getRestulList(). Nothing happens, no
>> exception, no further processing.
>>
>> Is there any people that had this problem ? I could see that only in one
>> of my applications, not all. Is this a problem with eclispelink ?
>>
>> Thanks a lot.
>> --
>> Riccardo Cohen
>> Architecte du Logiciel
>> http://www.architectedulogiciel.fr
>> BP 77536
>> 37075 Tours Cedex 2
>> +33 (0)6.09.83.64.49
>> Membre du réseau http://www.reflexe-conseil-centre.org
>>
>>
>> _______________________________________________
>> resin-interest mailing list
>> resin-interest@caucho.com
>> http://maillist.caucho.com/mailman/listinfo/resin-interest
>
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
>

-- 
Riccardo Cohen
Architecte du Logiciel
http://www.architectedulogiciel.fr
BP 77536
37075 Tours Cedex 2
+33 (0)6.09.83.64.49
Membre du réseau http://www.reflexe-conseil-centre.org


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to