[JBoss-user] Scheduling Service ...

2004-01-17 Thread Rafal Kedziorski
Hi, I have small design question. I need an cron service in J2EE environment. I've seen the scheduling service from JBoss, but I have to do some jobs like cron job each day at the same time. What will be the best solution with JBoss? Regards, Rafal

[JBoss-user] prepared-statement-cache-size: How to estimate an optimal size

2004-01-17 Thread Nicholas
What is a good estimation model for determining the prepared statement cache size ? About how much memory (or other overhead considerations) would anyone estimate a cached prepared statement will consume ? Thanks. //Nicholas = Nicholas Whitehead Home: (973) 377 9335 Cell: (201) 615 2716

[JBoss-user] correct EJB pool size

2004-01-17 Thread Ionel GARDAIS
Hi, What is the correct pool size for a database of more than 3 entries ? I will access about 6000 of the EJBs every 10 seconds, read/write, commit-option set to A (exclusive table access) thanks for the info, ionel _ Do You

Re: [JBoss-user] correct EJB pool size

2004-01-17 Thread Adrian Brock
Are your ejbs expensive to construct? The pool isn't very significant if they are not. Under option A instances are not returned to the pool until they are removed from cache. Only the home invocations will perform any significant pooling. So how many of those run concurrently at peak? Regards,

RE: [JBoss-user] How to configure locking mechanism for EnityBeans - optimistic vs pessimistic? In the entire JBoss system?

2004-01-17 Thread Alexey Loubyansky
No, at the moment OL is condfigured per entity. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sasidharan, Manoj Sent: Saturday, January 17, 2004 2:00 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] How to configure locking mechanism for

RE: [JBoss-user] How to configure locking mechanism for EnityBeans- optimistic vs pessimistic? In the entire JBoss system?

2004-01-17 Thread Alexey Loubyansky
No, it does not depend on the container configuration anymore (AFAIR since 3.2.2). You could configure OL with pessimistic locking. It does not make sense unless in a cluster. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Brock Sent:

RE: [JBoss-user] JBoss 3.2.3 commit option B or C a lot slower than JBoss 3.2.1

2004-01-17 Thread Alexey Loubyansky
If we didn't check any dirty flag you would not be able to update the data. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boulatian, MisakSent: Saturday, January 17, 2004 2:38 AMTo: [EMAIL PROTECTED]Subject: RE: [JBoss-user] JBoss 3.2.3 commit option B or

Re: R: [JBoss-user] Tips for development environment with JBoss

2004-01-17 Thread Francisco Figueiredo Jr.
Giovanni Formenti wrote: We are using Lomboz (from Objectlearn), an Eclipse's plugin. It seems very good for deploy and env management... I'm also interested to some JBoss dev tips! Yeah, I already did a look at it. It looks very good, and it is nice to know it went opensource since last time I

RE: [JBoss-user] How to configure locking mechanism for EnityBean s - optimistic vs pessimistic?

2004-01-17 Thread Alexey Loubyansky
The OL and its tests where completely rewritten in 3.2.2. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter LuttrellSent: Saturday, January 17, 2004 2:55 AMTo: [EMAIL PROTECTED]Subject: Re: [JBoss-user] How to configure locking mechanism for EnityBean s

Re: [JBoss-user] correct EJB pool size

2004-01-17 Thread Ionel GARDAIS
EJBs are made of about 10 fields, mostly double and Date (say 3 dates, 7 doubles) 8 finders (home calls) are called concurrently every 10 seconds to retrieve a collection of EJBs which are then updated (4 fields out of the 10) By now, one finder should return a collection of 3800 object,

Re: [JBoss-user] Tips for development environment with JBoss

2004-01-17 Thread Francisco Figueiredo Jr.
Bob Cotton wrote: Francisco Figueiredo Jr. [EMAIL PROTECTED] writes: The way we redeploy is by using exploded deployments. Where the ear is really a directory structure reflecting the internal structure of of a zipped up .ear file. This is an approach I also tried and it looks very promissing.

Re: [JBoss-user] correct EJB pool size

2004-01-17 Thread Adrian Brock
On Sat, 2004-01-17 at 18:27, Ionel GARDAIS wrote: EJBs are made of about 10 fields, mostly double and Date (say 3 dates, 7 doubles) By expensive to construct, I meant it allocates resources not the new MyBean() operation. ;-) 8 finders (home calls) are called concurrently every 10 seconds

[JBoss-user] RE: Tips for development with JBOSS

2004-01-17 Thread Francisco Figueiredo Jr.
Markus Harnvi wrote: What I don't like with MyEclipse is that it more or less force you to use a special project layout. It also generates a build.xml that is impossible to share with other users in a mixed environment. This is the same feeling I have about Lomboz. But it has a lot of good

Re: [JBoss-user] Tips for development environment with JBoss

2004-01-17 Thread Francisco Figueiredo Jr.
Barlow, Dustin wrote: If this still takes too long, look at breaking up the components in the .ear. Either into smaller .ears, or into individual components (.war, ejbs jars, etc) and move those to deploy/. Then you only need to re-deploy the components that have changed. From experience,

Re: [JBoss-user] correct EJB pool size

2004-01-17 Thread Ionel GARDAIS
So, will this put JBoss on knees or is it ok ? What could be the best pool size and cache size ? (if it has any impact over performances) thanks, ionel _ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo!

Re: [JBoss-user] prepared-statement-cache-size: How to estimate an optimal size

2004-01-17 Thread Bill Burke
Nicholas wrote: What is a good estimation model for determining the prepared statement cache size ? There is a limit on open statements I believe in the DB. So that number / num connections you need. About how much memory (or other overhead considerations) would anyone estimate a cached

Re: [JBoss-user] correct EJB pool size

2004-01-17 Thread Adrian Brock
On Sat, 2004-01-17 at 19:03, Ionel GARDAIS wrote: So, will this put JBoss on knees or is it ok ? What could be the best pool size and cache size ? (if it has any impact over performances) Pooling is insignifcant. I'd worry about optimizing the query/cmp loadng that does 6000 rows.

[JBoss-user] Problems getting started ...

2004-01-17 Thread chris
Hi, yesterday I installed the JBoss 3.2.3 package and tried to run in according to the Getting Started guide. My config is: MS-Win. XP Pro., 1GB RAM Resin 2.1.10 is Installed but not running JBoss 3.2.3 from JBoss.org (11/30/2003) located at C:\JBoss J2SDK 1.4.2_03 located at C:\Java\J2SDK J2RE