[JBoss-dev] RE: new build system

2001-08-12 Thread Jason Dillon
> That is a problem that will come again, I want to be sure to understand: > If you add a new link in CVSROOT/modules for jboss-all, a Check Out is > needed ? an Update is not enough ? Yes. Checkout is the only time that CVS will pay any attention to the CVSROOT/modules file. The exact module

[JBoss-dev] RE: new build system

2001-08-12 Thread Vincent Harcq
OK. That is a problem that will come again, I want to be sure to understand: If you add a new link in CVSROOT/modules for jboss-all, a Check Out is needed ? an Update is not enough ? Or is it only a problem when running first Check Out and killing it in the middle (over a 56k phone line, it will

[JBoss-dev] RE: new build system

2001-08-12 Thread Jason Dillon
On Mon, 13 Aug 2001, Vincent Harcq wrote: > Sorry to disturb you again... No problem =) > tomcat is not part of jboss-all-modules, is it normal ? > jbossmq also is missing. Currently the only supported plugin or contrib module into the jboss-all project is plugins/varia. I am not sure what the

[JBoss-dev] RE: new build system

2001-08-12 Thread Jason Dillon
When did you last checkout the jboss-all module? By the way I copied the jboss-dev* list because I think this is going to be a common problem. It is very easy to solve; simply checkout the module again. You do no need to get a total clean module, just run the checkout against your working copy.

RE: [JBoss-dev] new: entity instance per transaction interceptorsand locks

2001-08-12 Thread Jason Dillon
It might be trying to recover its naming context, instead of using the default. AbstractHandle.createInitialContext() probably has an InitialContextHandle and using it instead of new InitialContext(). Just a guess... could be completly off. --jason On Mon, 13 Aug 2001, Bill Burke wrote: > Ta

RE: [JBoss-dev] new: entity instance per transaction interceptors and locks

2001-08-12 Thread Bill Burke
Take a look at EntityMultiInstanceInterceptor.invoke(). That's where it's being created. I'm a bit confused why all this marshalling is happening between JNDI and the app server. Aren't they within the same JVM? Thanks for looking, Bill > -Original Message- > From: [EMAIL PROTECTED]

Re: [JBoss-dev] new: entity instance per transaction interceptors and locks

2001-08-12 Thread Scott M Stark
The profile shows two traces from org.jboss.ejb.plugins.jrmp.interfaces.EntityHandleImpl.getEJBObject() into JNDI. The first takes 1600 ms, the second 100 ms. The only difference between the two calls is the order in which NamingContext.checkRef() is called. How is the entity being created? Bi

Re: [JBoss-dev] what is webOS?

2001-08-12 Thread Peter Fagerlund
Yes - oki - I take it offline with Anatoly and others for a week - and then get back to You all - with first findings ... /peter_f on 1-08-13 03.08, marc fleury at [EMAIL PROTECTED] wrote: > I think it is a wonderful idea, I do want it as an MBean that can be turned > off if people want to make

RE: [JBoss-dev] what is webOS?

2001-08-12 Thread marc fleury
I think it is a wonderful idea, I do want it as an MBean that can be turned off if people want to make sure it doesn't communicate. Also we should probably do it through http so that it can go through firewalls and such. Why don't you take care of it. Design and implement, we will be glad to pu

RE: [JBoss-dev] row vs. table level locking

2001-08-12 Thread Jason Dillon
In my case the fk is compound, which one element is the pk of another table, which I would assume has an index. I still looks like that is locking the parent table tough =( Perhaps I need an explict non-pk index on the pk? That seems a little silly. --jason On Sun, 12 Aug 2001, Jay Walters w

RE: [JBoss-dev] row vs. table level locking

2001-08-12 Thread Jay Walters
If you have a foreign key on the field which is in the parent table and you do not have an index on the field in the parent table (naughty naughty) then it will lock the entire parent table whenever it needs to check the referential integrity constraint. The fix is to index all fields which are r

Re: [JBoss-dev] what is webOS?

2001-08-12 Thread Peter Fagerlund
on 1-08-12 18.00, Anatoly Akkerman at [EMAIL PROTECTED] wrote: > Some people on our research group are working on architectures for dynamic > sharing agreements and their enforcement. As well as security aspects of > this infrastructure :) Yes I have ipagents.com for that very reson ... and are

[JBoss-dev] JBoss-2.4.0.26_Jetty-3.1.RC7-1 released

2001-08-12 Thread Julian Gosnell
I have just released JBoss-2.4.0.26_Jetty-3.1.RC7-1 to : http://prdownloads.sourceforge.net/jboss/JBoss-2.4.0.26_Jetty-3.1.RC7-1.zip http://www.jboss.org/binary.jsp should update soon As well as fixing some problems in the integration of JBoss and Jetty, this release brings us up to date wi

[JBoss-dev] CVS update: newsite binary.jsp

2001-08-12 Thread Jules Gosnell
User: jules_gosnell Date: 01/08/12 16:16:54 Modified:.binary.jsp Log: link to latest JBoss/Jetty release Revision ChangesPath 1.7 +2 -2 newsite/binary.jsp Index: binary.jsp === RC

Re: [JBoss-dev] jbossmq & PooledExecutor

2001-08-12 Thread Jason Dillon
I can try on Monday, I am tied up at the moment with Buildmagic documentation. My application is highly dependent on JBossMQ, so you will be sure to hear from me (good or bad). --jason On Sun, 12 Aug 2001, Hiram Chirino wrote: > > Well, seems like Paul Kendal's las set of changes made away wi

Re: [JBoss-dev] jbossmq & PooledExecutor

2001-08-12 Thread Hiram Chirino
Well, seems like Paul Kendal's las set of changes made away with the pooled executor.. I've heard some positive feed back on the change (the MQ is alot faster now). I wish I could get a hold of a good test case that locks up MQ.. Can anybody send me that test case?? Regards, Hiram >From:

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/pm/rollinglogged PersistenceManager.java

2001-08-12 Thread Paul Kendall
User: pkendall Date: 01/08/12 15:11:29 Modified:src/main/org/jboss/mq/pm/rollinglogged PersistenceManager.java Log: Correct initQueue/restore initialization issue. Revision ChangesPath 1.2 +8 -3 jbossmq/src/main/org/jboss/mq/pm/rolling

Re: [JBoss-dev] jbossmq & PooledExecutor

2001-08-12 Thread Jason Dillon
Why did the PooledExecutor stuff go away? I thought JBossMQ was on its way to stability with these changes, but... I should try it again just to make sure, but my guess is that it is broken. =( --jason On 12 Aug 2001, Christian Riege wrote: > hi, > > On 10 Aug 2001 12:56:42 -0700, Jason Di

Re: [JBoss-dev] cvs & executable files

2001-08-12 Thread Jason Dillon
Ya, it is a common windows issue with cvs. It likes to mark lots of stuff as +x (which does not need to be like .bat and .cmd files), and does not ever bother with .sh files and such... very annoying. I would normally just fix the repository files, but with that being hosted on SF it makes it ha

Re: [JBoss-dev] Transition to JCA only - should I commit now?

2001-08-12 Thread Toby Allsopp
On Sat, Aug 11, 2001 at 08:40:06AM -0400, David Jencks wrote: > On 2001.08.11 01:41:38 -0400 Toby Allsopp wrote: > > David Jencks wrote: > > > Are there any plausible uses for the RawXADataSourceLoader? > > > > Er, putting XADataSource implementations in JNDI? Its purpose is to > > instantiate

Re: [JBoss-dev] jbossmq & PooledExecutor

2001-08-12 Thread Christian Riege
hi, On 10 Aug 2001 12:56:42 -0700, Jason Dillon wrote: > Are you running off of jars built from jbossmq or are you using the version > that is integrated into jboss? i'm running off the .jar files built from the jbossmq CVS module. the integrated version (2.5 and 2.4) still locks up under load f

Re: [JBoss-dev] cvs & executable files

2001-08-12 Thread Hiram Chirino
So then, I have a problem... I'm running on win2k. Regards, Hiram >From: Jason Dillon <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: [JBoss-dev] cvs & executable files >Date: Sun, 12 Aug 2001 13:02:50 -0700 (PDT) > >No, sorry I was referring to 'chmod +