[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jms JMSContainerInvoker.java DLQHandler.java

2001-12-11 Thread Peter Antman
User: pra Date: 01/12/11 01:45:55 Modified:src/main/org/jboss/ejb/plugins/jms JMSContainerInvoker.java DLQHandler.java Log: Added configurability of exception reconnect interval and if DQL should be used; also some doc and toString function

[JBoss-dev] CVS update: jboss/src/etc/conf/default standardjboss.xml

2001-12-11 Thread Peter Antman
User: pra Date: 01/12/11 01:47:44 Modified:src/etc/conf/default standardjboss.xml Log: Added config element ReconnectIntervalSec and moved DLQ stuff to DLQConfig element in MDBConfig element Revision ChangesPath 1.26 +7 -4

[JBoss-dev] Automated JBoss Testsuite Results

2001-12-11 Thread chris
JBoss daily test results SUMMARY Number of tests run: 127 Successful tests: 127 Errors:0 Failures: 0 [time of test: 11 December 2001 9:55 GMT] [java.version:

[JBoss-dev] [AUTOMATED] JBoss org.jboss.Shutdown does not work

2001-12-11 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE Hello, The org.jboss.Shutdown class does

[JBoss-dev] [ jboss-Change Notes-491490 ] New config elements for MDB

2001-12-11 Thread noreply
Change Notes item #491490, was opened at 2001-12-11 01:52 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=381174aid=491490group_id=22866 Category: JBossServer Group: v3.0 (Rabbit Hole) Status: Open Priority: 5 Submitted By: Peter Antman (pra) Assigned to:

[JBoss-dev] [ jboss-Bugs-489465 ] cannot turn jboss.xml dtd validation off

2001-12-11 Thread noreply
Bugs item #489465, was opened at 2001-12-05 10:15 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=489465group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Emmanuel Sciara (sciara) Assigned

[JBoss-dev] [ jboss-Patches-491497 ] Third party Deployers and Auto Deployer

2001-12-11 Thread noreply
Patches item #491497, was opened at 2001-12-11 02:07 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376687aid=491497group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole (unstable) Status: Open Resolution: None Priority: 5 Submitted By: Adrian Brock (ejort)

[JBoss-dev] [ jboss-Bugs-491536 ] NPE in JDBCCreateEntityCommand.java

2001-12-11 Thread noreply
Bugs item #491536, was opened at 2001-12-11 04:57 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=491536group_id=22866 Category: JBossCMP Group: v2.4 (stable) Status: Open Resolution: None Priority: 1 Submitted By: Vincent Harcq (vharcq) Assigned to:

Re: [JBoss-dev] Re: A State of the Machine Running

2001-12-11 Thread Hiram Chirino
We just need to rip out all the punctuation keys out of his keyboard. Regards, Hiram From: David Budworth [EMAIL PROTECTED] To: Dain Sundstrom [EMAIL PROTECTED] CC: 'Peter Fagerlund' [EMAIL PROTECTED], Jason Dillon [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Re: A State of

Re: [JBoss-dev] (rh) startup levels proposal and questions.

2001-12-11 Thread Hiram Chirino
I agree with David. If we wanted to aproach SysV runlevels, our conf directories would have to be the ones that would be called level1,...,level6 I also want to make a quick point on something that has bothered me since the begining. I use multiple conf's in a single JBoss installation.

AW: [JBoss-dev] Question about Scoped Deployer

2001-12-11 Thread Jung , Dr. Christoph
Hi Anatoly, I just found your e-mail from ages ago in my mailbox ... what a shame :-( The J2eeScopeDeployer is a prototype that worked just at the level of earĀ“s and should enlighten the concept of alternative classloading. The current RH-sar-ServiceDeployer is derived from that code, but

Re: [JBoss-dev] (rh) startup levels proposal and questions.

2001-12-11 Thread David Jencks
Now I'm getting confused... Thanks to those who pointed out my lack of understanding of SysV runlevels. However it is done, does anyone want something like SysV, where there are different levels of services available at each runlevel, and you can do something like jboss-init 3 to get to having

[JBoss-dev] AutoDeployer and Deployers

2001-12-11 Thread Adrian Brock
Hi, I have a question about the AutoDeployer. It monitors for MBean registration of the deployers so that it can ask them for their FilenameFilter. At deregistarion it removes their FilenameFilter. Why isn't this done after service start and stop? If you stop the J2eeDeployer and then touch

Re: [JBoss-dev] (rh) startup levels proposal and questions.

2001-12-11 Thread marc fleury
Now I'm getting confused... Is it sufficient to have more control over deployment ordering? Who likes the list of directories approach? Guys from the mine I am rewriting still some stuff in the controller, I reimplemented the depends on the explicit mbean name, did away with some

RE: [JBoss-dev] (rh) startup levels proposal and questions.

2001-12-11 Thread Bill Burke
non-explicitely build dependencies between starting units. (BTW I reimplemented the page scope thing and stepped create/start bill was bitching about) But for now, let's see how the simple depend What is stepped create/start? Do you mean you put back init() and start() for mbeans?

Re: [JBoss-dev] (rh) startup levels proposal and questions.

2001-12-11 Thread Hiram Chirino
Hiram, I don't understand your problem with deploy dirs and different configurations. Can't you have directories deploy/conf1/lib deploy/conf1 deploy/conf2/lib deploy/conf2 ? Are you suggesting that the default dir setup be like deploy/default/lib deploy/default Yes, that would be nice.

[JBoss-dev] Can xdoclet not do unnecessary work?

2001-12-11 Thread David Jencks
Is there a reasonably simple way to make xdoclet only run if one of the files it is processing has changed? Most of the time for my server module builds seems to be taken with xdoclet, and I never change stuff it starts with. Thanks david jencks

Re: [JBoss-dev] (rh) startup levels proposal and questions.

2001-12-11 Thread Allen Fogleson
Actually what if the deploy directory was a subdir of the conf directory? That doesnt seem like it would be too confusing to even a new user. Al [EMAIL PROTECTED] wrote: Hiram, I don't understand your problem with deploy dirs and different configurations. Can't you have directories

Re: RE: [JBoss-dev] (rh) startup levels proposal and questions.

2001-12-11 Thread marc fleury
What is stepped create/start? Do you mean you put back init() and start() for mbeans? Yes Stepped means (nothing really) that I have made the beans that are dependent and the beans that are deployed as part of the same page (service.xml/jboss.jcml start) call their create and start in

Re: [JBoss-dev] (rh) startup levels proposal and questions.

2001-12-11 Thread David Budworth
I like the idea of site \- default \- conf \- deploy \- logs \- whatever \- cluster \- conf \- deploy \- logs \- whatever Having the named deploy dirs like system/user/etc still doesn't give the user an instant clue as to what runs first.

[JBoss-dev] Re: Can xdoclet not do unnecessary work?

2001-12-11 Thread marc fleury
David, here is a useful feature, can we make xdoclet part of JBoss standard? Andreas and Rickard are part of that project. Is there a way to detect automatically on deployment that the file needs doclet processing and have it generate the stuf? it would really stop the buaaah I have to

[JBoss-dev] [ jboss-Bugs-491613 ] Server stops delivering messages to MDBs

2001-12-11 Thread noreply
Bugs item #491613, was opened at 2001-12-11 08:09 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=491613group_id=22866 Category: JBossMQ Group: v2.4 (stable) Status: Open Resolution: None Priority: 7 Submitted By: Christian Riege (lqd) Assigned to: Hiram

Re: RE: [JBoss-dev] (rh) startup levels proposal and questions.

2001-12-11 Thread David Jencks
Maybe you could give a specific example of why the 2 stage startup is useful. Even Rickard said the init step should not refer to anything outside the mbean being inited. I can't see any way the mbeans can distinguish 1,2,3, or 17 stage startup if only the last can refer to other mbeans. Are

Re: RE: [JBoss-dev] (rh) startup levels proposal and questions.

2001-12-11 Thread marc fleury
david, stop wasting my time __ View this jboss-dev thread in the online forums: http://jboss.org/forums/thread.jsp?forum=66thread=5378 ___ Jboss-development mailing list [EMAIL

[JBoss-dev] [ jboss-Bugs-491613 ] Server stops delivering messages to MDBs

2001-12-11 Thread noreply
Bugs item #491613, was opened at 2001-12-11 08:09 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=491613group_id=22866 Category: JBossMQ Group: v2.4 (stable) Status: Open Resolution: None Priority: 7 Submitted By: Christian Riege (lqd) Assigned to: Hiram

[JBoss-dev] Re: Can xdoclet not do unnecessary work?

2001-12-11 Thread David Jencks
(about automatically running xdoclet as part of deployment process) I'll see if I can find a few minutes to think about it. It would mean deployment now includes code generation, compilation, and packaging. So far I haven't thought of a way to do this in autodeploy mode without explicitly

[JBoss-dev] Re: Can xdoclet not do unnecessary work?

2001-12-11 Thread marc fleury
explicitely invoking ant is good :) __ View this jboss-dev thread in the online forums: http://jboss.org/forums/thread.jsp?forum=66thread=5471 ___ Jboss-development mailing list

Re: RE: [JBoss-dev] (rh) startup levels proposal and questions.

2001-12-11 Thread Andreas Schaefer
Hi David The best example I have right now is JSR-77. Because the JSR-77 management components are shadow MBeans of offer JBoss components they have to be created when the JBoss MBean is created and destroyed when its master get destroyed. But as you know JBoss components are not finally set

Re: RE: [JBoss-dev] (rh) startup levels proposal and questions.

2001-12-11 Thread marc fleury
david, stop wasting my time David I apologies, I feel bad and I will explain the way I see it now. 2 steps: there is a creation of the service step and a start of the service state. We could in fact say postRegister() should be used for that, but then andreas pointed out that he needed

[JBoss-dev] Re: AutoDeployer and Deployers

2001-12-11 Thread David Jencks
I think this is pretty much accidental and not thought through. __ View this jboss-dev thread in the online forums: http://jboss.org/forums/thread.jsp?forum=66thread=5470 ___

[JBoss-dev] Bugs, mostly: Server stops delivering messsages.

2001-12-11 Thread David Maplesden
OK so I have never been able to work out exactly how people get assigned to bugs that have been reported. There is a note on the sourceforge bug tracker page about assigning yourself to bugs you are going to fix to avoid duplicated effort. This is clearly a good idea, I just don't know how to

Re: [JBoss-dev] Can xdoclet not do unnecessary work?

2001-12-11 Thread David Jencks
On 2001.12.11 14:46:49 -0500 Ean Schuessler wrote: Something I don't understand about xdoclet. Doesn't putting the ejb-jar configuration information into your source code sort of defeat the purpose of having a deployment descriptor? I thought that the whole idea was to decouple the

Re: [JBoss-dev] Can xdoclet not do unnecessary work?

2001-12-11 Thread Vincent Harcq
Generation of config files seems to me to imply that each ejb will be deployed using only one dd. This is presumably by far the most frequent case, and for that it makes a lot of sense. Generating all the dd's for different app servers seems pretty useful too. So, my current uninformed

[JBoss-dev] Re: Can xdoclet not do unnecessary work?

2001-12-11 Thread Vincent Harcq
Is there a reasonably simple way to make xdoclet only run if one of the files it is processing has changed? Most of the time for my server module builds seems to be taken with xdoclet, and I never change stuff it starts with. Xdoclet checks the timestamp of the file, if newer that the

[JBoss-dev] CVS update: jmx/src/main/javax/management MBeanFeatureInfo.java

2001-12-11 Thread Trevor Squires
User: squirest Date: 01/12/11 13:18:24 Modified:src/main/javax/management MBeanFeatureInfo.java Log: formatting and prettying up Revision ChangesPath 1.2 +24 -13jmx/src/main/javax/management/MBeanFeatureInfo.java Index: MBeanFeatureInfo.java

Re: [JBoss-dev] (rh) startup levels proposal and questions.

2001-12-11 Thread Jason Dillon
However it is done, does anyone want something like SysV, where there are different levels of services available at each runlevel, and you can do something like jboss-init 3 to get to having only the level 3 services running? I don't see how a SysV-like configuration helps... rather it just

[JBoss-dev] CVS update: jmx/src/main/javax/management MBeanConstructorInfo.java MBeanInfo.java MBeanNotificationInfo.java MBeanOperationInfo.java MBeanParameterInfo.java

2001-12-11 Thread Trevor Squires
User: squirest Date: 01/12/11 13:19:47 Modified:src/main/javax/management MBeanConstructorInfo.java MBeanInfo.java MBeanNotificationInfo.java MBeanOperationInfo.java MBeanParameterInfo.java Log: changed constructors to shallow-clone

Re: [JBoss-dev] Can xdoclet not do unnecessary work?

2001-12-11 Thread David Jencks
snip I think it is mostly targeted at ejb development, where one person is filling all those roles at once. If you have a separate deployer-person, at least it gives you somewhere to start. I do not agree :O The [b]merging[/b] feature of xdoclet permits to do almost everything in

Re: [JBoss-dev] Bugs, mostly: Server stops delivering messsages.

2001-12-11 Thread Hiram Chirino
Hi David, From: David Maplesden [EMAIL PROTECTED] To: JBossDev (E-mail) [EMAIL PROTECTED] Subject: [JBoss-dev] Bugs, mostly: Server stops delivering messsages. Date: Wed, 12 Dec 2001 08:50:43 +1300 OK so I have never been able to work out exactly how people get assigned to bugs that have been

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

2001-12-11 Thread David Maplesden
User: dmaplesden Date: 01/12/11 14:21:49 Modified:src/main/org/jboss/mq Tag: Branch_2_4 SpyConnectionConsumer.java Log: Fixed bug #491613, server stops delivering messages Revision ChangesPath No revision No

[JBoss-dev] Re: Can xdoclet not do unnecessary work?

2001-12-11 Thread David Jencks
Xdoclet checks the timestamp of the file, if newer that the generated, then regenerate. Looking harder at my output, it looks like it is only regenerating the dd files (no source files have been touched). Is this normal? Is there some way to make it quit doing this?

RE: [JBoss-dev] Bugs, mostly: Server stops delivering messsages.

2001-12-11 Thread David Maplesden
Anyway, Hiram, the point of my above question is that I am pretty sure I know what the problem is for the recently reported bug #491613 that has been assigned to you, do you want me to fix it? Or just let you know what I think the problem is. If you know whats broke, fix it ;-)

[JBoss-dev] [ jboss-Bugs-491613 ] Server stops delivering messages to MDBs

2001-12-11 Thread noreply
Bugs item #491613, was opened at 2001-12-11 08:09 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=491613group_id=22866 Category: JBossMQ Group: v2.4 (stable) Status: Open Resolution: None Priority: 7 Submitted By: Christian Riege (lqd) Assigned to: Hiram

Re: [JBoss-dev] Can xdoclet not do unnecessary work?

2001-12-11 Thread Vincent Harcq
Here's my chance to get some good info on xdoclet from an expert ;-) 1. Looking at the docs for xdoclet it looks to me as if the merge stuff lets you easily construct a complete dd. I was talking about deploying the same java class(es) under several jndi names, with say mappings to

[JBoss-dev] RH, CMR: very bad performance

2001-12-11 Thread Langelage, Frank
Hi, I have 3 beans: Item, ItemGroup, UnitOfMeasure. Item has a foreign key reference to ItemGroup and a reference to UnitOfMeasure, but not the other way around. So this are two many to one relationships, unidirektional. I traced the executed SQL's and found out the following: Executing and

[JBoss-dev] SAR the Super ARchive

2001-12-11 Thread marc fleury
Soon yes -peter --fagerlund ---style .. wap apa here we go Ok seriously, it is just a teaser at the moment but I am about as deep as I want to go in the deployer stuff and my gut feeling is that I am staring at the unified deployer and the unified CL, it is one and the same problem. It is

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jaws/bmp CustomFindByEntitiesCommand.java

2001-12-11 Thread Bill Burke
User: patriot1burke Date: 01/12/11 15:39:37 Modified:src/main/org/jboss/ejb/plugins/jaws/bmp Tag: Branch_2_4 CustomFindByEntitiesCommand.java Log: FinderExceptions were not being thrown up stack when customer finder throws for example,

[JBoss-dev] customer == custom in ChangeNote I just submitted

2001-12-11 Thread Bill Burke
sorry ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] [ jboss-Bugs-491613 ] Server stops delivering messages to MDBs

2001-12-11 Thread noreply
Bugs item #491613, was opened at 2001-12-11 08:09 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=491613group_id=22866 Category: JBossMQ Group: v2.4 (stable) Status: Open Resolution: None Priority: 7 Submitted By: Christian Riege (lqd) Assigned to: David

Re: [JBoss-dev] Re: [jetty-discuss] Jetty4 temp directory

2001-12-11 Thread Julian Gosnell
For the moment then, you should just be able to attach a logger ni the jetty.xml. In the future this will be supported, as Greg suggests, directly via MBeans configured in the sar's jboss-service.xml Jules Greg Wilkins wrote: Jetty now has a pluggable access log mechanism so multiple

[JBoss-dev] Jetty integration is broken in 2.4.4

2001-12-11 Thread Bill Burke
Just got latest from CVS. How do I check out this Jetty integration from 2.4.4 so that I can fix it? I can't seem to figure out what module to use. Thanks, Bill [ConfigurationService] Could not create MBean DefaultDomain:service=Jetty(org.jboss.jetty.JettyService)

[JBoss-dev] CVS update: jboss/src/lib jetty-service.jar

2001-12-11 Thread Scott M Stark
User: starksm Date: 01/12/11 16:32:08 Removed: src/lib Tag: Branch_2_4 jetty-service.jar Log: Remove the obsolete jetty-service.jar. This is only exists in the bundled downloads or by building from the contrib/jetty cvs module. ___

Re: [JBoss-dev] Jetty integration is broken in 2.4.4

2001-12-11 Thread Scott M Stark
The jetty-service.jar in CVS is out of date. Download the current 2.4.4 bundle from sourceforge. - Original Message - From: Bill Burke [EMAIL PROTECTED] To: Jboss-Development@Lists. Sourceforge. Net [EMAIL PROTECTED] Sent: Tuesday, December 11, 2001 4:16 PM Subject: [JBoss-dev] Jetty

RE: [JBoss-dev] Jetty integration is broken in 2.4.4

2001-12-11 Thread Bill Burke
thanks dude. Did the trick. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scott M Stark Sent: Tuesday, December 11, 2001 7:37 PM To: [EMAIL PROTECTED]; Jboss-Development@Lists. Sourceforge. Net Subject: Re: [JBoss-dev] Jetty integration is

RE: [JBoss-dev] Support for upackaged EARs, JARs, WARs added to 2.4

2001-12-11 Thread Dain Sundstrom
2.4.3 2.4.4 2.4.4beta Adam, I know you didn't write the debian package rules, but this is the most retarded fucking thing I have ever seen. -dain ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] CVS update: contrib/catalina/src/main/org/jboss/web/security - New directory

2001-12-11 Thread Scott M Stark
User: starksm Date: 01/12/11 18:26:38 contrib/catalina/src/main/org/jboss/web/security - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: contrib/catalina/src/main/org/jboss/web/security JBossSecurityMgrRealm.java SSLServerSocketFactory.java

2001-12-11 Thread Scott M Stark
User: starksm Date: 01/12/11 18:27:15 Added: catalina/src/main/org/jboss/web/security JBossSecurityMgrRealm.java SSLServerSocketFactory.java Log: Start moving the 2.4 branch code to main Revision ChangesPath 1.1

[JBoss-dev] CVS update: CVSROOT modules

2001-12-11 Thread Scott M Stark
User: starksm Date: 01/12/11 18:28:29 Modified:.modules Log: Add catalin and tomcat contrib modules to varia Revision ChangesPath 1.77 +4 -0 CVSROOT/modules Index: modules ===

[JBoss-dev] [ jboss-Bugs-491806 ] Catalina *always* binds to port 8080

2001-12-11 Thread noreply
Bugs item #491806, was opened at 2001-12-11 15:18 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=491806group_id=22866 Category: CatalinaBundle Group: v2.4 BETA (stable) Status: Open Resolution: None Priority: 5 Submitted By: Brill Pappin (brill) Assigned

RE: [JBoss-dev] Support for upackaged EARs, JARs, WARs added to 2.4

2001-12-11 Thread Adam Heath
On Tue, 11 Dec 2001, Dain Sundstrom wrote: 2.4.3 2.4.4 2.4.4beta Adam, I know you didn't write the debian package rules, but this is the most retarded fucking thing I have ever seen. Well, it does cause problems, I'll agree there. I'll explain how dpkg does version comparison below.

Re: [JBoss-dev] Re: Can xdoclet not do unnecessary work?

2001-12-11 Thread Adam Heath
On Tue, 11 Dec 2001, Vincent Harcq wrote: Is there a reasonably simple way to make xdoclet only run if one of the files it is processing has changed? Most of the time for my server module builds seems to be taken with xdoclet, and I never change stuff it starts with. Xdoclet checks

[JBoss-dev] [ jboss-Bugs-491806 ] Catalina *always* binds to port 8080

2001-12-11 Thread noreply
Bugs item #491806, was opened at 2001-12-11 15:18 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=491806group_id=22866 Category: CatalinaBundle Group: v2.4 BETA (stable) Status: Closed Resolution: Invalid Priority: 5 Submitted By: Brill Pappin (brill)

[JBoss-dev] [ jboss-Change Notes-491817 ] customer finder bug fixed

2001-12-11 Thread noreply
Change Notes item #491817, was opened at 2001-12-11 15:44 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=381174aid=491817group_id=22866 Category: None Group: v2.4.4 Status: Open Priority: 5 Submitted By: Bill Burke (patriot1burke) Assigned to: Nobody/Anonymous

Re: [JBoss-dev] Support for upackaged EARs, JARs, WARs added to 2.4

2001-12-11 Thread Scott M Stark
I'll update the source tonight. - Original Message - From: Adam Heath [EMAIL PROTECTED] To: Scott M Stark [EMAIL PROTECTED] Cc: JBoss Dev [EMAIL PROTECTED] Sent: Tuesday, December 11, 2001 6:27 PM Subject: Re: [JBoss-dev] Support for upackaged EARs, JARs, WARs added to 2.4 On Tue, 11

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/server MessageCache.java

2001-12-11 Thread David Maplesden
User: dmaplesden Date: 01/12/11 19:24:58 Modified:src/main/org/jboss/mq/server MessageCache.java Log: Undo my object pooling code, it causes a number of bugs when server is under high load. Revision ChangesPath 1.9 +4 -28

Re: [JBoss-dev] Support for upackaged EARs, JARs, WARs added to 2.4

2001-12-11 Thread Adam Heath
On Tue, 11 Dec 2001, Scott M Stark wrote: I'll update the source tonight. Kisses. The feature in $topic will allow us here at work to completely change our build system, to generate this unpacked form, then use rsync to send to the live servers. We are all waiting anxiously.

[JBoss-dev] Ordering What is Returned from a CMR Method

2001-12-11 Thread Dain Sundstrom
Nope, if you are getting ordered results, it is your db. I would guess it is a byproduct of the pk index. Anyway, I have no plans to add ordering to cmr fields anytime soon, but you will always be able to use a selector. -dain -Original Message- From: Hunter Hillegas [mailto:[EMAIL

[JBoss-dev] Automated JBoss Testsuite Results

2001-12-11 Thread chris
JBoss daily test results SUMMARY Number of tests run: 127 Successful tests: 125 Errors:2 Failures: 0 [time of test: 12 December 2001 4:53 GMT] [java.version:

[JBoss-dev] Automated JBoss Testsuite Results

2001-12-11 Thread chris
JBoss daily test results SUMMARY Number of tests run: 127 Successful tests: 127 Errors:0 Failures: 0 [time of test: 12 December 2001 7:29 GMT] [java.version:

[JBoss-dev] [AUTOMATED] JBoss org.jboss.Shutdown does not work

2001-12-11 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE Hello, The org.jboss.Shutdown class does

[JBoss-dev] Re: Can xdoclet not do unnecessary work?

2001-12-11 Thread Ara
Looking harder at my output, it looks like it is only regenerating the dd files (no source files have been touched). Is this normal? Is there some way to make it quit doing this? Well, we haven't yet imeplemented dd timestamp checking. I'll implement it this weekend. XDoclet operates in

[JBoss-dev] [ jboss-Bugs-491806 ] Catalina *always* binds to port 8080

2001-12-11 Thread noreply
Bugs item #491806, was opened at 2001-12-11 15:18 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=491806group_id=22866 Category: CatalinaBundle Group: v2.4 BETA (stable) Status: Closed Resolution: Invalid Priority: 5 Submitted By: Brill Pappin (brill)

[JBoss-dev] Ordering What is Returned from a CMR Method

2001-12-11 Thread Hunter Hillegas
Let's say I have an entity called Product that has a CMR One to Many relationship with another entity called ProductLineItem. If I call Product.getLineItems(), it returns a Collection of ProductLineItems. In the current RH code, is there any way to order the way the results are returned? I