[JBoss-user] [Installation & Configuration] - Re: using Oracle8i as the default DS

2004-10-16 Thread bassie
Hello Chester, could you please let me know if you have got the answer. I have exactly same problem. It works fine on jboss-4.0.0RC1 but not in jboss-4.0.0 thanks in advance. Bassie View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851645#3851645 Repl

[JBoss-user] [News & Announcements] - Re: JBoss 4.0 DR3 and JBoss AOP 1.0 Beta Released

2004-07-16 Thread bassie
When is the target release of JBoss 4.0 ? I read the JBOSS 4.0 Roadmap and I am not clear. My company is in critical time to decide whether using Timer Service in EJB or develop ourself. We prefer JBoss 4.0 but we don't want to deploy Beta version to client. Currently we are using JBoss 3.2.4. I

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with CMR and transaction, need help

2004-06-24 Thread bassie
Thanks Collin, It's nice debug tool. When I specify Tx=Required in deleteQueue and Tx=Never in deleteQueues, then I call deleteQueues method, I got this: 10:39:50,062 INFO [STDOUT] delQueues Tx status: NO_TRANSACTION 10:39:50,062 INFO [STDOUT] delQueue Tx status: NO_TRANSACTION 10:39:50,078 ERR

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with CMR and transaction, need help

2004-06-23 Thread bassie
thank you for the reply, In my case I defined the transaction using xdoclet, I put my snipped ejb-jar below. I would like to work with CMT. I think there is transaction here. What is the reason actually the exception thrown when I invoke size() method in Collection ? This part make fail. I wou

[JBoss-user] [Persistence & CMP/JBoss] - Problem with CMR and transaction, need help

2004-06-22 Thread bassie
Hello, I have a question and would really appreciate if anyone could spend time to answer this question. I use EJB 2.0 and in the session bean I use Container Managed Transaction. My application server is JBOSS 3.2.4RC1. There two tables and they have one to many relationship. Queue has many Re