Re: AW: [JBoss-dev] CVS update: jboss/src/main/org/jboss/tm/usertx/client ServerVMClientUserTransaction.java ClientUserTransaction.java ClientUserTransactionObjectFactory.java

2001-10-02 Thread Ole Husgaard
Harald Gliebe wrote: Hi, Ole Husgaard wrote: Hi, I'm in a little over my head here, since i don't use web components or know that part of the JBoss code well. 2) A transaction that is started by a servlet or JSP page must be completed before the service method

RE: AW: [JBoss-dev] CVS update: jboss/src/main/org/jboss/tm/usertx/client ServerVMClientUserTransaction.java ClientUserTransaction.java ClientUserTransactionObjectFactory.java

2001-10-02 Thread marc fleury
rong). | Thus, the requirement of the spec is that the web container | ensures that a transaction is completed at the end of each | http-request, by rolling back any non-completed transaction. how is this supposed to make web services transactional? you should have the option to define statefull

AW: AW: [JBoss-dev] CVS update: jboss/src/main/org/jboss/tm/usertx/client ServerVMClientUserTransaction.java ClientUserTransaction.java ClientUserTransactionObjectFactory.java

2001-10-02 Thread Harald Gliebe
marc fleury wrote: rong). | Thus, the requirement of the spec is that the web container | ensures that a transaction is completed at the end of each | http-request, by rolling back any non-completed transaction. how is this supposed to make web services transactional? you should have