[JBoss-user] Please Help Me

2002-12-24 Thread Dhiraj Ramakrishnan
Hi all , I really hope i will get a reply this time i have been struggling with this for quite some time My application uses a JTree to help ease the navigation through the whole application. The problem i am facing is that , it is authenticating the users present in the

Re: [JBoss-user] Please help me! Transaction problem

2002-10-25 Thread Greg Turner
Here is how to deal with this: http://www.tuxedo.org/~esr/faqs/smart-questions.html Gene Ge wrote: Someone please help me, I have asked this question many times and still not get any answer yet! I also searched in archives but get no answer.

[JBoss-user] Please help me! Transaction problem

2002-10-24 Thread Gene Ge
Someone please help me, I have asked this question many times and still not get any answer yet! I also searched in archives but get no answer. _ 11:43:14,093 ERROR [LogInterceptor] EJBException:

Re: [JBoss-user] Please help me! Transaction problem

2002-10-24 Thread Dmitri Colebatch
dim - Original Message - From: Gene Ge [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 25, 2002 1:55 PM Subject: [JBoss-user] Please help me! Transaction problem Someone please help me, I have asked this question many times and still not get any answer yet! I also searched

Re: [JBoss-user] Please help me! Transaction problem

2002-10-24 Thread Stephen Coy
From where does EditStudentInfoAction get its session bean reference? Does it create a new one for each request, or does it create just one and try to re-use it for each request? The latter situation is guaranteed to cause the problem below. If that is not the cause, then show me your

[JBoss-user] Please help me ...

2001-10-24 Thread IvanLatysh
Hi All. I have got one problem and I can't get the right way. I have database and I wrap this database with EntityBeans. But now I need build report and I need summary information (in SQL: select sum(myColumn) from myTable group by myID) I see any ways how to do it. 1. Build the new

Re: [JBoss-user] Please help me ...

2001-10-24 Thread Fred Loney
PROTECTED] Sent: Wednesday, October 24, 2001 7:40 AM Subject: [JBoss-user] Please help me ... Hi All. I have got one problem and I can't get the right way. I have database and I wrap this database with EntityBeans. But now I need build report and I need summary information (in SQL: select

RE: [JBoss-user] Please help me ...

2001-10-24 Thread John Moore
Title: RE: [JBoss-user] Please help me ... or, #4) Rather than a new entity bean, use the existing entity bean and put a new method that grabs the datasource from jndi, gets a connection, runs the query and closes (hands back) the connection. I have done #2 #4, more often #2. #1 won't

Re: [JBoss-user] Please help me ...

2001-10-24 Thread IvanLatysh
Hello, John! You wrote to 'IvanLatysh' [EMAIL PROTECTED] [EMAIL PROTECTED] on Wed, 24 Oct 2001 08:46:42 -0700: JM or, #4) Rather than a new entity bean, use the existing entity bean JM and put a new method that grabs the datasource from jndi, gets a JM connection, runs the query and closes

RE: [JBoss-user] Please help me ...

2001-10-24 Thread John Moore
Title: RE: [JBoss-user] Please help me ... I agree with the Fred that the SLSB is the better route and cleaner overall. In any event, you are only going to return an int. So, in your remote interface add a public int getXYZ() ... and then add the same to the Bean. The following is from

Re: [JBoss-user] Please help me ...

2001-10-24 Thread IvanLatysh
Hello, John! You wrote to 'IvanLatysh' [EMAIL PROTECTED] [EMAIL PROTECTED] on Wed, 24 Oct 2001 09:14:00 -0700: JM Note: we put the name of our datasource into an env-entry rather JM than hard code; you wouldn't need to do this. I have done the same way. Now I see. You mean to calculate sum

Re: [JBoss-user] Please help me ...

2001-10-24 Thread Andrius Juozapaitis
RE: [JBoss-user] Please help me ...IMHO slsb + entity bean collection approach looks like a better and more universal one. with jboss caching the entities, you might not get a db hit at all. and if your data is more or less static, there is a way to use read-only entity beans, look

RE: [JBoss-user] Please help me ...

2001-10-24 Thread John Moore
Title: RE: [JBoss-user] Please help me ... Andrius, Good point, then it comes down to what you are trying to get the sum of. I have tables w/ million+ active records, multiple containers, commit-option=B/C and our sums/counts are of big results so the collection route was a bad thing

Re: [JBoss-user] Please help me ...

2001-10-24 Thread danch
PROTECTED]] Sent: Wednesday, October 24, 2001 10:04 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Please help me ... RE: [JBoss-user] Please help me ...IMHO slsb + entity bean collection approach looks like a better and more universal one. with jboss caching the entities, you might

[JBoss-user] Please help me

2001-07-25 Thread riyaz ahamed
hi, I am new to JBoss, I installed it and then when I started JBoss, it's auto deployer has given the following error for the very simple bean and for the interest bean. Please, can anybody help me. Riyaz ahamed. [Container factory] javax.naming.CommunicationException. Root exception is