Re: [JBoss-user] Hibernate and JBoss 3.0.4

2002-11-30 Thread David Jencks
Thanks. I applied this patch and I think made the xa version keep track of inManagedTransaction so it should work for the xa wrapper also. Could you take a look? I just applied it to head. david jencks On 2002.11.29 10:59:16 -0500 Igor Fedorenko wrote: > > Simon Stewart wrote: > > Off list

Re: [JBoss-user] Hibernate and JBoss 3.0.4

2002-11-30 Thread Peter Fagerlund
chill - hibernate just works (TM) - inside JBoss or out ! ... The gay is slandering hiberbate here and jboss there - Simon - U say U not going to use jboss in prod anyway ! *** From the hibernate list We conclude this Simon (Jasons Brother ...heeh) is using a generation totally wrong in its f

Re: [JBoss-user] Hibernate and JBoss 3.0.4

2002-11-30 Thread Igor Fedorenko
David Jencks wrote: Why do you think this answer is correct? Does the jdbc spec say so? I think if you are in a managed transaction, autocommit should be reported true -- you didn't set autocommit (false), and you can't control when the transaction is committed. JDBC 2.0 Standard Extension API,

Re: [JBoss-user] Hibernate and JBoss 3.0.4

2002-11-30 Thread David Jencks
On 2002.11.29 11:33:56 -0500 Simon Stewart wrote: > On Friday, Nov 29, 2002, at 17:09 Europe/London, David Jencks wrote: > > > Autocommit on is required by the jca spec, and should have been the > > case > > for 3.0 versions as well. You should endevour to make the > > transactions be > > con

Re: [JBoss-user] Hibernate and JBoss 3.0.4

2002-11-30 Thread David Jencks
Why do you think this answer is correct? Does the jdbc spec say so? I think if you are in a managed transaction, autocommit should be reported true -- you didn't set autocommit (false), and you can't control when the transaction is committed. Also, why won't the same patch work for xa datasource

Re: jdbc connection autocommit, was: [JBoss-user] Hibernate and JBoss 3.0.4

2002-11-30 Thread David Jencks
On 2002.11.29 17:49:02 -0500 Dmitri Colebatch wrote: > From: "David Jencks" <[EMAIL PROTECTED]> > > Autocommit on is required by the jca spec, and should have been the > case > > for 3.0 versions as well. You should endevour to make the transactions > be > > controlled by the jboss tm/jta/cmt etc.

Re: [JBoss-user] cactus with jboss

2002-11-30 Thread Greg Turner
Doesn't work that way. According to J2EE spec jar up your files. Here are instructions: http://www2.theserverside.com/resources/articles/J2EE-Deployment/chapter.html Then to deploy in JBoss, put your jar files in to $JBOSS_HOME/server//deploy, where is either all or default or one of your o

Re: [JBoss-user] What is the most stable JMS Persistence Manager

2002-11-30 Thread Rob Finneran
Hi, In regards to a stable JMS Persistence Manager: Does anyone have any experience using the JDBC2 PM with PostgreSQL? 7.X I have not yet been able to set it up due to the way PostgreSQL handles BLOBS. Thanks! Rob - Original Message - From: "Calin Lupa Crisan" <[EMAIL PROTECTED]> To:

[JBoss-user] cactus with jboss

2002-11-30 Thread SainTiss
Hi, I'm doing the cactus tutorial... It talks about creating some directories/files in [tomcat-root]/webapps, and modifying [tomcat root]/conf/web.xml... After that, the URL http://localhost:8080/test/ServletTestRunner should be available... However, I got the impression that the tomcat integra

Re: [JBoss-user] What is the most stable JMS Persistence Manager

2002-11-30 Thread Horia Muntean
Calin Lupa Crisan wrote: Hi, As specified somewhere in the docs, RollingLogged has better performance than file PM but is less transactionally reliable due to its dependency on FileOutputStream.flush(). So there remains File PM and JDBC2 PM to give a try... Calin Thanks, I will try File and

Re: [JBoss-user] What is the most stable JMS Persistence Manager

2002-11-30 Thread Calin Lupa Crisan
Hi, As specified somewhere in the docs, RollingLogged has better performance than file PM but is less transactionally reliable due to its dependency on FileOutputStream.flush(). So there remains File PM and JDBC2 PM to give a try... Calin - Original Message - From: "Horia Muntean" <[EMAI