[Resin-interest] Questions regarding resin 4.0.x and the watchdog

2010-06-14 Thread Halvor Utby
Hi list, We are currently in the process of setting up a production environment with resin 4.0.x on our Linux servers. Currently we are testing resin 4.0.7. First of all I would like to mention that the watchdog documentation http://caucho.com/resin-4.0/admin/starting-resin-watchdog.xtp is

[Resin-interest] EJB3 Primary Key Generation

2010-06-14 Thread Tara Doney
Is the @GeneratedValue JPA annotation fully supported in Resin 4? I have an entity which should use a TableGeneration strategy against Sybase. There is an already existing table, NextId, in our database which stores the primary key value for many tables. When starting up Resin, an error is

Re: [Resin-interest] Questions regarding resin 4.0.x and the watchdog

2010-06-14 Thread Alex
Hi list, We are currently in the process of setting up a production environment with resin 4.0.x on our Linux servers. Currently we are testing resin 4.0.7. First of all I would like to mention that the watchdog documentation http://caucho.com/resin-4.0/admin/starting-resin-watchdog.xtp

Re: [Resin-interest] EJB3 Primary Key Generation

2010-06-14 Thread Alex
Is the @GeneratedValue JPA annotation fully supported in Resin 4? We suggest that a different JPA implementation is used with Resin at this time. Eclipse Link and Open JPA are good candidates. THanks, Alex I have an entity which should use a TableGeneration strategy against Sybase.