[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Hibernate + JBoss + Transaction/Session scope

2005-11-25 Thread tads
Hi, But if I need to use CMT and into EJB I have DAOs methods that manage transactions and sessions? This DAOs methods are used in EJBs and Web Applications. What can I do for this case? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3909057#3909057

[JBoss-user] [Persistence CMP/JBoss] - Network traffic

2005-03-10 Thread tads
Hi all I'm using Jboss 3.23, hibernate 2.1.4 and Oracle 9i. I'm verifying here through a program to analyze the Traffic in the network. when an user tries execute a createQuery(from User...) very simple, is generated much traffic in the network, about 3MB. How can I reduce the traffic network

[JBoss-user] [Beginners Corner] - Re: Problem session Hibernate and JBoss

2004-06-18 Thread tads
Ho, sorry... I forgot... I was created a service in JBoss with MBean and Im using JTATransaction. It seems that it is using this Transaction Manager and the first sess.update was commited before tx.commit(). View the original post :

[JBoss-user] [Beginners Corner] - Problem session Hibernate and JBoss

2004-06-17 Thread tads
Hi, Im using Hibernate 2.0.2, Oracle 8.1.7 and JBoss 3.2.3. I have a method as follows: | | // Obs.: the attribute dsTest of test is updated in called of | the method insertTest(..) | | | public void insertTest(Test test) | { |Session session = null; |

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: hibernate not bound

2004-04-07 Thread tads
Hi, I found the error... it was in the following tag: jboss.jca:service=LocalTxCM,name=DataSourcr where the correct is: jboss.jca:service=LocalTxCM,name=projds []s View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829586#3829586 Reply to the post :

[JBoss-user] [Beginners Corner] - javax.naming.NameNotFoundException: hibernate not bound

2004-04-06 Thread tads
Hi all, Im using JBoss 3.2.3 with Hibernate 2.0.2, Oracle 8.1.7. I created a .sar that contains the beans and the jboss-service.xml. I put this .sar into ../default/deploy and the arq.war too. But when I start the jBoss the following exception occurs: javax.naming.NameNotFoundException: