[JBoss-dev] [Management on JBoss] - Re: Closing DataBaseManager shutdowns JBoss4.0 too

2004-09-26 Thread pilhuhn
afair, the -noexit has been in hsqldb-ds.xml::mbean config for a long time?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849557#3849557

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849557


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Management on JBoss] - Re: Closing DataBaseManager shutdowns JBoss4.0 too

2004-09-22 Thread ctaunk
In 1.7.2, you can add -noexit to the args you pass into DatabaseManager.main() and 
it won't quit...

How would I do this from jmx-console?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849123#3849123

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849123


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Management on JBoss] - Re: Closing DataBaseManager shutdowns JBoss4.0 too

2004-09-20 Thread [EMAIL PROTECTED]
Then don't use it. You can also shutdown the server from the jmx console so if you 
don't want that, secure it or remove it.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3848834#3848834

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848834


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Management on JBoss] - Re: Closing DataBaseManager shutdowns JBoss4.0 too

2004-09-20 Thread ctaunk
What I don't understand is why should the App Server shut down when I close the HSQL 
DatabaseManager Applet?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3848838#3848838

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848838


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Management on JBoss] - Re: Closing DataBaseManager shutdowns JBoss4.0 too

2004-09-20 Thread [EMAIL PROTECTED]
Because its an app that calls System.exit when it should not.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3848864#3848864

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848864


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Management on JBoss] - Re: Closing DataBaseManager shutdowns JBoss4.0 too

2004-09-20 Thread genman

In 1.7.2, you can add -noexit to the args you pass into DatabaseManager.main() and 
it won't quit...

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3848865#3848865

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848865


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Management on JBoss] - Re: Closing DataBaseManager shutdowns JBoss4.0 too

2004-09-20 Thread [EMAIL PROTECTED]
Ok, can you patch the service to do this by default.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3848867#3848867

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848867


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Management on JBoss] - Re: Closing DataBaseManager shutdowns JBoss4.0 too

2004-09-20 Thread [EMAIL PROTECTED]
Slightly off topic:

Elias, can you apply your changes (including your other recent changes)
to the other active branches
Branch_4_0 and jboss-head

If you only apply them to jboss-3.2 they will get lost.
It also causes a big problem for other people who want to port fixes in the same
classes.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3848874#3848874

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848874


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development