Re: [JBoss-dev] Where should the Jasper jar live ?

2002-06-01 Thread Jason Dillon
Why have a sar of jars and a separate service.xml ? You might as well do as Scott suggests and collapse all the jars into one. Besides, if a sar is not deployable (because it has no dd) and therefore does not encapsulate a JMX service - why call it a sar ? A sar of jars is a convient

[JBoss-dev] [ jboss-Patches-563221 ] ModelMBeanInfoSupport ,DescriptorSupport

2002-06-01 Thread noreply
Patches item #563221, was opened at 2002-06-01 16:29 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376687aid=563221group_id=22866 Category: JBossMX Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Dongmin Han (ddumbugie) Assigned to:

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 1-June-2002

2002-06-01 Thread scott . stark
Number of tests run: 606 Successful tests: 604 Errors:0 Failures: 2 [time of test: 1 June 2002 0:32 GMT] [java.version: 1.3.1] [java.vendor: Apple Computer, Inc.]

[JBoss-dev] [ jboss-Bugs-561683 ] Remove log4j dependency on client side

2002-06-01 Thread noreply
Bugs item #561683, was opened at 2002-05-28 22:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=561683group_id=22866 Category: None Group: v3.1 Status: Closed Resolution: Fixed Priority: 3 Submitted By: Sacha Labourey (slaboure) Assigned to: Sacha

[JBoss-dev] [ jboss-Bugs-562884 ] delay of subdeployments does not work

2002-06-01 Thread noreply
Bugs item #562884, was opened at 2002-05-31 14:03 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=562884group_id=22866 Category: JBossServer Group: v3.1 Status: Open Resolution: None Priority: 7 Submitted By: Dr. Christoph Georg Jung (cgjung) Assigned to:

[JBoss-dev] [ jboss-Bugs-562906 ] jboss.org/* contains too many NOWRAPs

2002-06-01 Thread noreply
Bugs item #562906, was opened at 2002-05-31 15:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=562906group_id=22866 Category: None Group: None Status: Closed Resolution: Fixed Priority: 5 Submitted By: Tobias Frech (gropi) Assigned to: Nobody/Anonymous

[JBoss-dev] [ jboss-Bugs-563360 ] WEB-INF/web.xml not found

2002-06-01 Thread noreply
Bugs item #563360, was opened at 2002-06-01 20:28 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=563360group_id=22866 Category: CatalinaBundle Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Koen Serry (koen_serry) Assigned

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 1-June-2002

2002-06-01 Thread scott . stark
Number of tests run: 606 Successful tests: 605 Errors:0 Failures: 1 [time of test: 1 June 2002 12:42 GMT] [java.version: 1.3.1] [java.vendor: Apple Computer, Inc.]

[JBoss-dev] [ jboss-Bugs-563384 ] SAR with entity fails on server start

2002-06-01 Thread noreply
Bugs item #563384, was opened at 2002-06-01 13:56 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=563384group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Scott M Stark (starksm) Assigned

RE: [JBoss-dev] Where should the Jasper jar live ?

2002-06-01 Thread James Higginbotham
David, You can add any extension to the archive mode with the following code in your .emacs: (setq auto-mode-alist (cons '(\\.sar$ . archive-mode) auto-mode-alist)) (setq auto-mode-alist (cons '(\\.war$ . archive-mode) auto-mode-alist)) (setq auto-mode-alist (cons '(\\.ear$ . archive-mode)

[JBoss-dev] Automated JBoss(HEAD) Testsuite Results: 2-June-2002

2002-06-01 Thread chris
Number of tests run: 733 Successful tests: 229 Errors:491 Failures: 13 [time of test: 2 June 2002 1:30 GMT] [java.version: 1.3.0] [java.vendor: IBM Corporation]

[JBoss-dev] Automated JBoss(HEAD) Testsuite Results: 2-June-2002

2002-06-01 Thread chris
Number of tests run: 733 Successful tests: 229 Errors:491 Failures: 13 [time of test: 2 June 2002 3:10 GMT] [java.version: 1.3.0] [java.vendor: IBM Corporation]

[JBoss-dev] [ jboss-Bugs-563384 ] SAR with entity fails on server start

2002-06-01 Thread noreply
Bugs item #563384, was opened at 2002-06-01 20:56 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=563384group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Scott M Stark (starksm) Assigned

[JBoss-dev] [ jboss-Bugs-563448 ] deployment exceptions cause problems

2002-06-01 Thread noreply
Bugs item #563448, was opened at 2002-06-02 02:57 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=563448group_id=22866 Category: JBossServer Group: v3.1 Status: Open Resolution: None Priority: 5 Submitted By: David Jencks (d_jencks) Assigned to:

[JBoss-dev] Server restart

2002-06-01 Thread Dain Sundstrom
It would be useful to be able to restart the JBoss server while in our testsuite, but can we restart a JBoss server from an MBean? I don't think we can, but I have an idea on how we can. We use an MBean to shutdown the server using the normal hooks, but we make the server exit with a

Re: [JBoss-dev] [ jboss-Bugs-563448 ] deployment exceptions cause problems

2002-06-01 Thread Jason Dillon
Yes, well... the dependency system is flawed in many ways. We should not have to eat exceptions to make it work. Consider command line deployments where if we eat the exception we have no clue if the deploy() op suceeded. Note this is not limited to command line deployments but really

Re: [JBoss-dev] Server restart

2002-06-01 Thread Jason Dillon
In theory this should work, you can call jboss.system:type=Server exit code and the vm should exit and return code to the shell, though it may take some time for this to happen depending on how quickly the shutdown hook executes. Can you explain more of why this would be useful, to restart

Re: [JBoss-dev] Server restart

2002-06-01 Thread Dain Sundstrom
A lot of deployments need to write scripts to restart the server everyday to clean up resources captured by poorly written application code. Also it would be nice for a management console to be able to restart the server. At this point my ideas for the testsuite are pure speculation. I