Re: [Resin-interest] small question about entity ejb

2008-03-11 Thread Riccardo Cohen
Hi again, I tried @TransactionAnnotation but it generated frequent errors like this : [10:44:42.851] {http--8000-2} error: cannot read: mp/adminservlet.java [10:44:42.851] {http--8000-2} 1 error the select still work but no update I tried then with the UserTransaction method, but there was

Re: [Resin-interest] More on include()/forward() issue.

2008-03-11 Thread Ilya Kasnacheev
В сообщении от 7 Март 2008 22:12 Mattias Jiderhamn написал(a): page - include (forward - forward - forward - forward - page) ... forward() in included servlet does not mean instead of including page but instead of included page Ok, now I see where you're coming from. Do you have to

Re: [Resin-interest] small question about entity ejb

2008-03-11 Thread Riccardo Cohen
After some new tests, I found something that works : if I do : homeobj=m_manager.find(homeinfo.class,theid); homeobj.setTitle(title); the object is saved but if I use the homeobj that comes from Query hqr=m_manager.createQuery(select h from homeinfo h where

Re: [Resin-interest] Managing separate watchdog processes in 3.1.5

2008-03-11 Thread Bill Au
Sorry, I had misread your original question. Bill On Tue, Mar 11, 2008 at 9:27 AM, Eric Kreiser [EMAIL PROTECTED] wrote: I had found the watchdog-port... my issue with this is that when it binds to the IP, it binds to the main IP of the server... so if I have say 10 sites running on a

Re: [Resin-interest] small question about entity ejb

2008-03-11 Thread Scott Ferguson
On Mar 11, 2008, at 6:28 AM, Riccardo Cohen wrote: After some new tests, I found something that works : if I do : homeobj=m_manager.find(homeinfo.class,theid); homeobj.setTitle(title); the object is saved but if I use the homeobj that comes from Query

Re: [Resin-interest] Managing separate watchdog processes in 3.1.5

2008-03-11 Thread Scott Ferguson
On Mar 11, 2008, at 6:27 AM, Eric Kreiser wrote: I had found the watchdog-port... my issue with this is that when it binds to the IP, it binds to the main IP of the server... so if I have say 10 sites running on a machine, I would need to keep track of 10 unique port numbers to assign to