Re: [Resin-interest] pb with find() in resin 4.0.13

2011-11-09 Thread Riccardo Cohen
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

Re: [Resin-interest] pb with find() in resin 4.0.13

2011-11-09 Thread Riccardo Cohen
Hello again The problem happened again, and I found an exception in another log file (problem with all these logs...) java.lang.IllegalArgumentException: Unknown entity bean class: class reaentities.Status, please verify that this class has been marked with the @Entity annotation. at

Re: [Resin-interest] pb with find() in resin 4.0.13

2011-11-09 Thread Alex Rojkov
Hello again The problem happened again, and I found an exception in another log file (problem with all these logs...) java.lang.IllegalArgumentException: Unknown entity bean class: class reaentities.Status, please verify that this class has been marked with the @Entity annotation.

Re: [Resin-interest] pb with find() in resin 4.0.13

2011-11-09 Thread Riccardo Cohen
For this time it was after a reload. But on the server there was no reload. I'll check the new version of resin later on. Thanks for the info. On 09/11/11 17:21, Alex Rojkov wrote: Hello again The problem happened again, and I found an exception in another log file (problem with all these

[Resin-interest] pb with find() in resin 4.0.13

2011-11-08 Thread Riccardo Cohen
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() juste after is simply not called.

Re: [Resin-interest] pb with find() in resin 4.0.13

2011-11-08 Thread Alex Rojkov
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