Re: [JBoss-user] how to manage the jboss default dbase?

2002-11-20 Thread Andrea Delle Chiaie
SainTiss wrote:


Hi,

it didn't open anything at first, but when looking at the jboss log, I
saw it was due to an X authentication problem...

Executing xhost +localhost solved it... Is this a known issue?

Thanks

Hans


This is a very well known issue, but it doesn't matter with JBoss, 
Hypersonic or whatever, it depends on the security settings of your 
machine (at os level); the command xhost let know your system from which 
hosts he's allowed to accept connections to the X server.
Bye
Mr. Andrea




---
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] how to manage the jboss default dbase?

2002-11-20 Thread Peter Fagerlund

söndagen den 17 november 2002 kl 15.30 skrev SainTiss:


during my early experiments, I had managed to deploy a simple entity
bean using the default database.
So during that process, a table was created there...
Now I'm wondering how I can delete that table again, since it's no
longer of any use...


A alternative to drop the table programatically or by using the  
DatabaseManager is to edit or throw away Your  
{DEPLOYPATH}/data/hypersonic/ 
default.data:default.properties:default.script files and just restart  
hsqldb component or all of jboss.

/peter_f


---
This sf.net email is sponsored by: To learn the basics of securing
your web site with SSL, click here to get a FREE TRIAL of a Thawte
Server Certificate: http://www.gothawte.com/rd524.html
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] how to manage the jboss default dbase?

2002-11-17 Thread Adrian Brock
Hi,

http://localhost:8080/jmx-console
find service=hypersonic
click invoke on startDatabaseManager()

drop table whatever

Regards,
Adrian


From: SainTiss [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: JBoss Mailing [EMAIL PROTECTED]
Subject: [JBoss-user] how to manage the jboss default dbase?
Date: 17 Nov 2002 15:30:07 +0100

Hi,

during my early experiments, I had managed to deploy a simple entity
bean using the default database.

So during that process, a table was created there...
Now I'm wondering how I can delete that table again, since it's no
longer of any use...

Thanks

Hans


 signature.asc 



_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



---
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] how to manage the jboss default dbase?

2002-11-17 Thread SainTiss
Hi,

I've done what you say, but when I click invoke on
startDatabaseManager(), I get:

 Operation completed successfully without a return value. 

And I don't see a place to issue the drop table command...

Am I doing something wrong?

Thanks

Hans



On Sun, 2002-11-17 at 16:08, Adrian Brock wrote:
 Hi,
 
 http://localhost:8080/jmx-console
 find service=hypersonic
 click invoke on startDatabaseManager()
 
 drop table whatever
 
 Regards,
 Adrian
 
 From: SainTiss [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: JBoss Mailing [EMAIL PROTECTED]
 Subject: [JBoss-user] how to manage the jboss default dbase?
 Date: 17 Nov 2002 15:30:07 +0100
 
 Hi,
 
 during my early experiments, I had managed to deploy a simple entity
 bean using the default database.
 
 So during that process, a table was created there...
 Now I'm wondering how I can delete that table again, since it's no
 longer of any use...
 
 Thanks
 
 Hans
 
 
  signature.asc 
 
 
 _
 Protect your PC - get McAfee.com VirusScan Online 
 http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
 




signature.asc
Description: This is a digitally signed message part


Re: [JBoss-user] how to manage the jboss default dbase?

2002-11-17 Thread Adrian Brock
Hi,

It starts a Swing application in a separate window.

Regards,
Adrian


From: SainTiss [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
CC: JBoss Mailing [EMAIL PROTECTED]
Subject: Re: [JBoss-user] how to manage the jboss default dbase?
Date: 17 Nov 2002 16:18:16 +0100

Hi,

I've done what you say, but when I click invoke on
startDatabaseManager(), I get:

 Operation completed successfully without a return value.

And I don't see a place to issue the drop table command...

Am I doing something wrong?

Thanks

Hans



On Sun, 2002-11-17 at 16:08, Adrian Brock wrote:
 Hi,

 http://localhost:8080/jmx-console
 find service=hypersonic
 click invoke on startDatabaseManager()

 drop table whatever

 Regards,
 Adrian

 From: SainTiss [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: JBoss Mailing [EMAIL PROTECTED]
 Subject: [JBoss-user] how to manage the jboss default dbase?
 Date: 17 Nov 2002 15:30:07 +0100
 
 Hi,
 
 during my early experiments, I had managed to deploy a simple entity
 bean using the default database.
 
 So during that process, a table was created there...
 Now I'm wondering how I can delete that table again, since it's no
 longer of any use...
 
 Thanks
 
 Hans
 
 
  signature.asc 


 _
 Protect your PC - get McAfee.com VirusScan Online
 http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


 signature.asc 



_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus



---
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] how to manage the jboss default dbase?

2002-11-17 Thread SainTiss
Hi,

it didn't open anything at first, but when looking at the jboss log, I
saw it was due to an X authentication problem...

Executing xhost +localhost solved it... Is this a known issue?

Thanks

Hans

On Sun, 2002-11-17 at 16:22, Adrian Brock wrote:
 Hi,
 
 It starts a Swing application in a separate window.
 
 Regards,
 Adrian
 
 From: SainTiss [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 CC: JBoss Mailing [EMAIL PROTECTED]
 Subject: Re: [JBoss-user] how to manage the jboss default dbase?
 Date: 17 Nov 2002 16:18:16 +0100
 
 Hi,
 
 I've done what you say, but when I click invoke on
 startDatabaseManager(), I get:
 
   Operation completed successfully without a return value.
 
 And I don't see a place to issue the drop table command...
 
 Am I doing something wrong?
 
 Thanks
 
 Hans
 
 
 
 On Sun, 2002-11-17 at 16:08, Adrian Brock wrote:
   Hi,
  
   http://localhost:8080/jmx-console
   find service=hypersonic
   click invoke on startDatabaseManager()
  
   drop table whatever
  
   Regards,
   Adrian
  
   From: SainTiss [EMAIL PROTECTED]
   Reply-To: [EMAIL PROTECTED]
   To: JBoss Mailing [EMAIL PROTECTED]
   Subject: [JBoss-user] how to manage the jboss default dbase?
   Date: 17 Nov 2002 15:30:07 +0100
   
   Hi,
   
   during my early experiments, I had managed to deploy a simple entity
   bean using the default database.
   
   So during that process, a table was created there...
   Now I'm wondering how I can delete that table again, since it's no
   longer of any use...
   
   Thanks
   
   Hans
   
   
signature.asc 
  
  
   _
   Protect your PC - get McAfee.com VirusScan Online
   http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
  
 
  signature.asc 
 
 
 _
 MSN 8 with e-mail virus protection service: 2 months FREE* 
 http://join.msn.com/?page=features/virus
 
 
 
 ---
 This sf.net email is sponsored by: To learn the basics of securing 
 your web site with SSL, click here to get a FREE TRIAL of a Thawte 
 Server Certificate: http://www.gothawte.com/rd524.html
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 




signature.asc
Description: This is a digitally signed message part