[JBoss-dev] How do I change a projec type in eclipse?

2006-05-04 Thread Scott M Stark
Can I change the type of a project in eclipse? I currently have a simple
project that should be a java project. I don't see how to change this. 
 

Scott Stark
VP Architecture  Technology
JBoss Inc.
 
 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] How do I change a projec type in eclipse?

2006-05-04 Thread Max Rydahl Andersen


No.

Best way I know:

Delete project in eclipse (without deleting the resources - eclipse will  
ask you)


Remove the .project file

Create new java project and point the existing location.

/max


Can I change the type of a project in eclipse? I currently have a simple
project that should be a java project. I don't see how to change this.

Scott Stark
VP Architecture  Technology
JBoss Inc.



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job  
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache  
Geronimo

http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development




--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss Inc
[EMAIL PROTECTED]


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] How do I change a projec type in eclipse?

2006-05-04 Thread Heiko W. Rupp
On Thu, May 04, 2006 at 01:16:45PM -0500, Scott M Stark wrote:
 Can I change the type of a project in eclipse? I currently have a simple
 project that should be a java project. I don't see how to change this. 

Edit the .project file by hand adding the necessary things for
a java project:

buildSpec
buildCommand
nameorg.eclipse.jdt.core.javabuilder/name
arguments
/arguments
/buildCommand
/buildSpec

natures
natureorg.eclipse.jdt.core.javanature/nature
/natures

  Heiko

-- 
Heiko W.Rupp  http://www.pilhuhn.de/hwr/ http://mcntp.sf.net/

JBoss Buch: http://www.dpunkt.de/buch/3-89864-318-2.html



signature.asc
Description: Digital signature


Re: [JBoss-dev] How do I change a projec type in eclipse?

2006-05-04 Thread Max Rydahl Andersen


that is also an option ;)

/max


On Thu, May 04, 2006 at 01:16:45PM -0500, Scott M Stark wrote:

Can I change the type of a project in eclipse? I currently have a simple
project that should be a java project. I don't see how to change this.


Edit the .project file by hand adding the necessary things for
a java project:

buildSpec
buildCommand
nameorg.eclipse.jdt.core.javabuilder/name
arguments
/arguments
/buildCommand
/buildSpec

natures
natureorg.eclipse.jdt.core.javanature/nature
/natures

  Heiko





--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss Inc
[EMAIL PROTECTED]


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] how do I update thirdparty libs in Branch_4_0?

2005-08-01 Thread Bill Burke

Has it changes?  Looks like the repository stuff is there.

Thanks,

Bill

--
Bill Burke
Chief Architect
JBoss Inc.


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] how do I update thirdparty libs in Branch_4_0?

2005-08-01 Thread Ruel Loehr
Instructions for this are being maintained here:

http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossBuild

Please let me know if you encounter difficulties or feel the
instructions are unclear.  It's a work in progress.

Thanks!
Ruel Loehr
JBoss QA

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill
Burke
Sent: Monday, August 01, 2005 5:18 PM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] how do I update thirdparty libs in Branch_4_0?

Has it changes?  Looks like the repository stuff is there.

Thanks,

Bill

-- 
Bill Burke
Chief Architect
JBoss Inc.


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] How do I clean up these hsqldb shutdown exceptions?

2003-04-03 Thread David Jencks
On 2003.04.03 07:36 [EMAIL PROTECTED] wrote:
 
 torsdagen den 3 april 2003 kl 07.32 skrev David Jencks:
 
  I'm not sure what your point is, Victor.  The exceptions Scott saw 
  were a
  result of a change I made in the last few days to improve the shutdown
  behavior of the pools, something I've been somewhat worried about 
  since I
  wrote them.  The fix was to change the mbean dependency between the 
  hslq
  mbean and the datasource mbeans.
 
 My point being a concern for :  http://c2.com/cgi/wiki?ComplexityAsDebt

I'm well aware of this viewpoint and basically agree with it: another
catch-phrase is LOC spent, not LOC written.  However, please explain how
it is relevant to the refactoring that caused the exceptions to show up.
 
  The possible remaining problem is, what happens to connections that are
  checked out to clients if the db is shut down?  For say Oracle, you 
  get a
  lot of dead connections.  For an in-vm java db, it's not clear to me 
  how to
  make the shutdown wait until all connections are returned.  This 
  doesn't
  have anything to do with hsql AFAIK.
 
 One could imagine a reconnect policy negotiated from a service state 
 repository.

I can imagine a lot of things, but not how this would provide a reasonable
value/complexity tradeoff over the current situation.

david jencks
 
 
 
 ---
 This SF.net email is sponsored by: ValueWeb: 
 Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
 No other company gives more support or power for your dedicated server
 http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 


---
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] How do I clean up these hsqldb shutdown exceptions?

2003-04-02 Thread viktor
onsdagen den 2 april 2003 kl 06.06 skrev Scott M Stark:

20:00:42,323 INFO  [HypersonicDatabase] Stopping
20:00:42,603 INFO  [HypersonicDatabase] Database closed clean
20:00:42,603 INFO  [HypersonicDatabase] Stopped
20:00:42,603 INFO  [JBossManagedConnectionPool] Stopping
20:00:42,603 INFO  [STDOUT] Tue Apr 01 20:00:42 PST 2003 SHUTDOWN : 
System.exit() was not called
20:00:42,603 INFO  [JBossManagedConnectionPool] Exception destroying 
ManagedConnection
org.jboss.resource.JBossResourceException: SQLException; - nested 
throwable: (java.sql.SQLException:
 The database is shutdown in statement [DISCONNECT])
Hypersonic seems happy and have shutdown - The 
JBossManagedConnectionPool complains ? Is it the same in HEAD ? ...



---
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] How do I clean up these hsqldb shutdown exceptions?

2003-04-02 Thread viktor
onsdagen den 2 april 2003 kl 12.13 skrev [EMAIL PROTECTED]:

onsdagen den 2 april 2003 kl 06.06 skrev Scott M Stark:

20:00:42,323 INFO  [JBossManagedConnectionPool] Stopping
20:00:42,603 INFO  [HypersonicDatabase] Database closed clean
20:00:42,603 INFO  [HypersonicDatabase] Stopped
20:00:42,603 INFO  [JBossManagedConnectionPool] Stopping
20:00:42,603 INFO  [STDOUT] Tue Apr 01 20:00:42 PST 2003 SHUTDOWN : 
System.exit() was not called
20:00:42,603 INFO  [JBossManagedConnectionPool] Exception destroying 
ManagedConnection
org.jboss.resource.JBossResourceException: SQLException; - nested 
throwable: (java.sql.SQLException:
 The database is shutdown in statement [DISCONNECT])
Hypersonic seems happy and have shutdown - The 
JBossManagedConnectionPool complains ? Is it the same in HEAD ? ...
It seems JBossManagedConnectionPool needs to stop full before the 
HypersonicDatabase.stopService() is called ?



---
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] How do I clean up these hsqldb shutdown exceptions?

2003-04-02 Thread David Jencks
Should be fixed in cvs.

There may still be exceptions if you stop the hsqldb mbean while there are
still connections checked out to applications using them, but I don't think
this is realistic to try to fix at this point.

david jencks

On 2003.04.01 23:06 Scott M Stark wrote:
 There are still two annonying exception generated on shutdown of the
 server
 coming from the shutdown of the HypersonicDatabase service. Maybe this
 is a problem with the lifecycle implementation of this service, or
 dependency
 ordernig, but it needs to be cleaned up. There is also an NPE in here
 that
 most likely should not be occuring as well.
 
 20:00:42,323 INFO  [MainDeployer] Undeploying
 file:/C:/usr/JBoss3.2/jboss-3.2/build/output/jboss-3.2
 .0RC5/server/default/deploy/hsqldb-ds.xml
 20:00:42,323 INFO  [HypersonicDatabase] Stopping
 20:00:42,603 INFO  [HypersonicDatabase] Database closed clean
 20:00:42,603 INFO  [HypersonicDatabase] Stopped
 20:00:42,603 INFO  [JBossManagedConnectionPool] Stopping
 20:00:42,603 INFO  [STDOUT] Tue Apr 01 20:00:42 PST 2003 SHUTDOWN :
 System.exit() was not called
 20:00:42,603 INFO  [JBossManagedConnectionPool] Exception destroying
 ManagedConnection
 org.jboss.resource.JBossResourceException: SQLException; - nested
 throwable: (java.sql.SQLException:
  The database is shutdown in statement [DISCONNECT])
 at 
 org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.checkException(BaseWrapperMa
 nagedConnection.java:445)
 at 
 org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.destroy(BaseWrapperManagedCo
 nnection.java:229)
 at 
 org.jboss.resource.connectionmanager.InternalManagedConnectionPool.doDestroy(InternalMana
 gedConnectionPool.java:374)
 at 
 org.jboss.resource.connectionmanager.InternalManagedConnectionPool.flush(InternalManagedC
 onnectionPool.java:272)
 at 
 org.jboss.resource.connectionmanager.InternalManagedConnectionPool.shutdown(InternalManag
 edConnectionPool.java:307)
 at 
 org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool.shutdown(JBossMan
 agedConnectionPool.java:675)
 at 
 org.jboss.resource.connectionmanager.JBossManagedConnectionPool.stopService(JBossManagedC
 onnectionPool.java:373)
 at org.jboss.system.ServiceMBeanSupport.stop(ServiceMBeanSupport.java:236)
 at java.lang.reflect.Method.invoke(Native Method)
 at 
 org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284
 )
 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
 at 
 org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
 at $Proxy11.stop(Unknown Source)
 at org.jboss.system.ServiceController.stop(ServiceController.java:464)
 at org.jboss.system.ServiceController.stop(ServiceController.java:456)
 at java.lang.reflect.Method.invoke(Native Method)
 at 
 org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284
 )
 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
 at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
 at $Proxy5.stop(Unknown Source)
 at org.jboss.deployment.SARDeployer.stop(SARDeployer.java:389)
 at java.lang.reflect.Method.invoke(Native Method)
 at 
 org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284
 )
 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
 at 
 org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:177)
 at $Proxy16.stop(Unknown Source)
 at org.jboss.deployment.XSLSubDeployer.stop(XSLSubDeployer.java:225)
 at org.jboss.deployment.MainDeployer.stop(MainDeployer.java:497)
 at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:480)
 at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:368)
 at java.lang.reflect.Method.invoke(Native Method)
 at 
 org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284
 )
 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
 at 
 org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:792)
 at 
 org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:770)
 at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:758)
  + nested throwable:
 java.sql.SQLException: The database is shutdown in statement [DISCONNECT]
 at org.hsqldb.Trace.getError(Unknown Source)
 at org.hsqldb.Result.init(Unknown Source)
 at org.hsqldb.jdbcConnection.executeHSQL(Unknown Source)
 at org.hsqldb.jdbcConnection.execute(Unknown Source)
 at org.hsqldb.jdbcConnection.close(Unknown Source)
 at 
 

RE: [JBoss-dev] How do I clean up these hsqldb shutdown exceptions?

2003-04-02 Thread marc fleury
I gave up on victor about a year ago...

marcf

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of [EMAIL PROTECTED]
 Sent: Wednesday, April 02, 2003 6:28 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [JBoss-dev] How do I clean up these hsqldb 
 shutdown exceptions?
 
 
 ho ... one is wondering as why this epost conversation ever 
 took place !
 
 Yes - because somebody hussy homestedinding the no-sphere and is not  
 checking bugs in previous LOC also then are expecting (non-paid)  
 peoples to fix the bugs  in that LOC - hoho ___ Peter_f ___ 
 is steaming  
 ...
 
 onsdagen den 2 april 2003 kl 17.15 skrev David Jencks:
 
  Should be fixed in cvs.
 
  There may still be exceptions if you stop the hsqldb mbean 
 while there
  are
  still connections checked out to applications using them, 
 but I don't  
  think
  this is realistic to try to fix at this point.
 
  david jencks
 
  On 2003.04.01 23:06 Scott M Stark wrote:
  There are still two annonying exception generated on 
 shutdown of the 
  server coming from the shutdown of the HypersonicDatabase service. 
  Maybe this is a problem with the lifecycle implementation of this 
  service, or dependency
  ordernig, but it needs to be cleaned up. There is also an 
 NPE in here
  that
  most likely should not be occuring as well.
 
  20:00:42,323 INFO  [MainDeployer] Undeploying 
  file:/C:/usr/JBoss3.2/jboss-3.2/build/output/jboss-3.2
  .0RC5/server/default/deploy/hsqldb-ds.xml
  20:00:42,323 INFO  [HypersonicDatabase] Stopping 
 20:00:42,603 INFO  
  [HypersonicDatabase] Database closed clean 20:00:42,603 INFO  
  [HypersonicDatabase] Stopped 20:00:42,603 INFO  
  [JBossManagedConnectionPool] Stopping 20:00:42,603 INFO  
 [STDOUT] Tue 
  Apr 01 20:00:42 PST 2003 SHUTDOWN :
  System.exit() was not called
  20:00:42,603 INFO  [JBossManagedConnectionPool] Exception 
 destroying 
  ManagedConnection
  org.jboss.resource.JBossResourceException: SQLException; - nested
  throwable: (java.sql.SQLException:
   The database is shutdown in statement [DISCONNECT])
  at
  
 org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.c
 heckExce 
  ption(BaseWrapperMa
  nagedConnection.java:445)
  at  
  
 org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.d
 estroy(B 
  aseWrapperManagedCo
  nnection.java:229)
  at  
  
 org.jboss.resource.connectionmanager.InternalManagedConnection
 Pool.doD 
  estroy(InternalMana
  gedConnectionPool.java:374)
  at  
  
 org.jboss.resource.connectionmanager.InternalManagedConnection
 Pool.flu 
  sh(InternalManagedC
  onnectionPool.java:272)
  at  
  
 org.jboss.resource.connectionmanager.InternalManagedConnection
 Pool.shu 
  tdown(InternalManag
  edConnectionPool.java:307)
  at  
  
 org.jboss.resource.connectionmanager.JBossManagedConnectionPoo
 l$OnePoo 
  l.shutdown(JBossMan
  agedConnectionPool.java:675)
  at  
  
 org.jboss.resource.connectionmanager.JBossManagedConnectionPoo
 l.stopSe 
  rvice(JBossManagedC
  onnectionPool.java:373)
  at  
  
 org.jboss.system.ServiceMBeanSupport.stop(ServiceMBeanSupport.
 java:236 
  )
  at java.lang.reflect.Method.invoke(Native Method)
  at  
  
 org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(Reflec
 tedMBean 
  Dispatcher.java:284
  )
  at  
  
 org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
  at  
  
 org.jboss.system.ServiceController$ServiceProxy.invoke(Service
 Controll 
  er.java:966)
  at $Proxy11.stop(Unknown Source)
  at  
  org.jboss.system.ServiceController.stop(ServiceController.java:464)
  at  
  org.jboss.system.ServiceController.stop(ServiceController.java:456)
  at java.lang.reflect.Method.invoke(Native Method)
  at  
  
 org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(Reflec
 tedMBean 
  Dispatcher.java:284
  )
  at  
  
 org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
  at  
  org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  at $Proxy5.stop(Unknown Source)
  at 
 org.jboss.deployment.SARDeployer.stop(SARDeployer.java:389)
  at java.lang.reflect.Method.invoke(Native Method)
  at  
  
 org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(Reflec
 tedMBean 
  Dispatcher.java:284
  )
  at  
  
 org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
  at  
  
 org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHan
 dler.jav 
  a:177)
  at $Proxy16.stop(Unknown Source)
  at  
  org.jboss.deployment.XSLSubDeployer.stop(XSLSubDeployer.java:225)
  at  
  org.jboss.deployment.MainDeployer.stop(MainDeployer.java:497)
  at  
  org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:480)
  at  
  org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:368

Re: [JBoss-dev] How do I clean up these hsqldb shutdown exceptions?

2003-04-02 Thread viktor
ho ... one is wondering as why this epost conversation ever took place !

Yes - because somebody hussy homestedinding the no-sphere and is not  
checking bugs in previous LOC also then are expecting (non-paid)  
peoples to fix the bugs  in that LOC - hoho ___ Peter_f ___ is steaming  
...

onsdagen den 2 april 2003 kl 17.15 skrev David Jencks:

Should be fixed in cvs.

There may still be exceptions if you stop the hsqldb mbean while there  
are
still connections checked out to applications using them, but I don't  
think
this is realistic to try to fix at this point.

david jencks

On 2003.04.01 23:06 Scott M Stark wrote:
There are still two annonying exception generated on shutdown of the
server
coming from the shutdown of the HypersonicDatabase service. Maybe this
is a problem with the lifecycle implementation of this service, or
dependency
ordernig, but it needs to be cleaned up. There is also an NPE in here
that
most likely should not be occuring as well.
20:00:42,323 INFO  [MainDeployer] Undeploying
file:/C:/usr/JBoss3.2/jboss-3.2/build/output/jboss-3.2
.0RC5/server/default/deploy/hsqldb-ds.xml
20:00:42,323 INFO  [HypersonicDatabase] Stopping
20:00:42,603 INFO  [HypersonicDatabase] Database closed clean
20:00:42,603 INFO  [HypersonicDatabase] Stopped
20:00:42,603 INFO  [JBossManagedConnectionPool] Stopping
20:00:42,603 INFO  [STDOUT] Tue Apr 01 20:00:42 PST 2003 SHUTDOWN :
System.exit() was not called
20:00:42,603 INFO  [JBossManagedConnectionPool] Exception destroying
ManagedConnection
org.jboss.resource.JBossResourceException: SQLException; - nested
throwable: (java.sql.SQLException:
 The database is shutdown in statement [DISCONNECT])
at  
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.checkExce 
ption(BaseWrapperMa
nagedConnection.java:445)
at  
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.destroy(B 
aseWrapperManagedCo
nnection.java:229)
at  
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.doD 
estroy(InternalMana
gedConnectionPool.java:374)
at  
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.flu 
sh(InternalManagedC
onnectionPool.java:272)
at  
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.shu 
tdown(InternalManag
edConnectionPool.java:307)
at  
org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePoo 
l.shutdown(JBossMan
agedConnectionPool.java:675)
at  
org.jboss.resource.connectionmanager.JBossManagedConnectionPool.stopSe 
rvice(JBossManagedC
onnectionPool.java:373)
at  
org.jboss.system.ServiceMBeanSupport.stop(ServiceMBeanSupport.java:236 
)
at java.lang.reflect.Method.invoke(Native Method)
at  
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBean 
Dispatcher.java:284
)
at  
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at  
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControll 
er.java:966)
at $Proxy11.stop(Unknown Source)
at  
org.jboss.system.ServiceController.stop(ServiceController.java:464)
at  
org.jboss.system.ServiceController.stop(ServiceController.java:456)
at java.lang.reflect.Method.invoke(Native Method)
at  
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBean 
Dispatcher.java:284
)
at  
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at  
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.stop(Unknown Source)
at org.jboss.deployment.SARDeployer.stop(SARDeployer.java:389)
at java.lang.reflect.Method.invoke(Native Method)
at  
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBean 
Dispatcher.java:284
)
at  
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at  
org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.jav 
a:177)
at $Proxy16.stop(Unknown Source)
at  
org.jboss.deployment.XSLSubDeployer.stop(XSLSubDeployer.java:225)
at  
org.jboss.deployment.MainDeployer.stop(MainDeployer.java:497)
at  
org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:480)
at  
org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:368)
at java.lang.reflect.Method.invoke(Native Method)
at  
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBean 
Dispatcher.java:284
)
at  
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at  
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(Se 
rverImpl.java:792)
at  
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.ja 
va:770)
at  
org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:75 
8)
 + nested throwable:
java.sql.SQLException: The database is shutdown in statement  
[DISCONNECT]
at 

Re: [JBoss-dev] How do I clean up these hsqldb shutdown exceptions?

2003-04-02 Thread viktor
torsdagen den 3 april 2003 kl 01.36 skrev marc fleury:

I gave up on victor about a year ago...
I gave up on marc a minute ago ...



---
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] How do I clean up these hsqldb shutdown exceptions?

2003-04-02 Thread David Jencks
I'm not sure what your point is, Victor.  The exceptions Scott saw were a
result of a change I made in the last few days to improve the shutdown
behavior of the pools, something I've been somewhat worried about since I
wrote them.  The fix was to change the mbean dependency between the hslq
mbean and the datasource mbeans.

The possible remaining problem is, what happens to connections that are
checked out to clients if the db is shut down?  For say Oracle, you get a
lot of dead connections.  For an in-vm java db, it's not clear to me how to
make the shutdown wait until all connections are returned.  This doesn't
have anything to do with hsql AFAIK.

I'm not getting paid for this work.

david jencks

On 2003.04.02 18:28 [EMAIL PROTECTED] wrote:
 ho ... one is wondering as why this epost conversation ever took place !
 
 Yes - because somebody hussy homestedinding the no-sphere and is not  
 checking bugs in previous LOC also then are expecting (non-paid)  
 peoples to fix the bugs  in that LOC - hoho ___ Peter_f ___ is steaming  
 ...
 
 onsdagen den 2 april 2003 kl 17.15 skrev David Jencks:
 
  Should be fixed in cvs.
 
  There may still be exceptions if you stop the hsqldb mbean while there 
 
  are
  still connections checked out to applications using them, but I don't  
  think
  this is realistic to try to fix at this point.
 
  david jencks
 
  On 2003.04.01 23:06 Scott M Stark wrote:
  There are still two annonying exception generated on shutdown of the
  server
  coming from the shutdown of the HypersonicDatabase service. Maybe this
  is a problem with the lifecycle implementation of this service, or
  dependency
  ordernig, but it needs to be cleaned up. There is also an NPE in here
  that
  most likely should not be occuring as well.
 
  20:00:42,323 INFO  [MainDeployer] Undeploying
  file:/C:/usr/JBoss3.2/jboss-3.2/build/output/jboss-3.2
  .0RC5/server/default/deploy/hsqldb-ds.xml
  20:00:42,323 INFO  [HypersonicDatabase] Stopping
  20:00:42,603 INFO  [HypersonicDatabase] Database closed clean
  20:00:42,603 INFO  [HypersonicDatabase] Stopped
  20:00:42,603 INFO  [JBossManagedConnectionPool] Stopping
  20:00:42,603 INFO  [STDOUT] Tue Apr 01 20:00:42 PST 2003 SHUTDOWN :
  System.exit() was not called
  20:00:42,603 INFO  [JBossManagedConnectionPool] Exception destroying
  ManagedConnection
  org.jboss.resource.JBossResourceException: SQLException; - nested
  throwable: (java.sql.SQLException:
   The database is shutdown in statement [DISCONNECT])
  at  
  org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.checkExce
 
  ption(BaseWrapperMa
  nagedConnection.java:445)
  at  
  org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.destroy(B
 
  aseWrapperManagedCo
  nnection.java:229)
  at  
  org.jboss.resource.connectionmanager.InternalManagedConnectionPool.doD
 
  estroy(InternalMana
  gedConnectionPool.java:374)
  at  
  org.jboss.resource.connectionmanager.InternalManagedConnectionPool.flu
 
  sh(InternalManagedC
  onnectionPool.java:272)
  at  
  org.jboss.resource.connectionmanager.InternalManagedConnectionPool.shu
 
  tdown(InternalManag
  edConnectionPool.java:307)
  at  
  org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePoo
 
  l.shutdown(JBossMan
  agedConnectionPool.java:675)
  at  
  org.jboss.resource.connectionmanager.JBossManagedConnectionPool.stopSe
 
  rvice(JBossManagedC
  onnectionPool.java:373)
  at  
  org.jboss.system.ServiceMBeanSupport.stop(ServiceMBeanSupport.java:236
 
  )
  at java.lang.reflect.Method.invoke(Native Method)
  at  
  org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBean
 
  Dispatcher.java:284
  )
  at  
  org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
  at  
  org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControll
 
  er.java:966)
  at $Proxy11.stop(Unknown Source)
  at  
  org.jboss.system.ServiceController.stop(ServiceController.java:464)
  at  
  org.jboss.system.ServiceController.stop(ServiceController.java:456)
  at java.lang.reflect.Method.invoke(Native Method)
  at  
  org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBean
 
  Dispatcher.java:284
  )
  at  
  org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
  at  
  org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  at $Proxy5.stop(Unknown Source)
  at org.jboss.deployment.SARDeployer.stop(SARDeployer.java:389)
  at java.lang.reflect.Method.invoke(Native Method)
  at  
  org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBean
 
  Dispatcher.java:284
  )
  at  
  org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
  at  
  org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.jav
 
  a:177)
  at 

[JBoss-dev] How do I clean up these hsqldb shutdown exceptions?

2003-04-01 Thread Scott M Stark
There are still two annonying exception generated on shutdown of the server
coming from the shutdown of the HypersonicDatabase service. Maybe this
is a problem with the lifecycle implementation of this service, or dependency
ordernig, but it needs to be cleaned up. There is also an NPE in here that
most likely should not be occuring as well.

20:00:42,323 INFO  [MainDeployer] Undeploying 
file:/C:/usr/JBoss3.2/jboss-3.2/build/output/jboss-3.2
.0RC5/server/default/deploy/hsqldb-ds.xml
20:00:42,323 INFO  [HypersonicDatabase] Stopping
20:00:42,603 INFO  [HypersonicDatabase] Database closed clean
20:00:42,603 INFO  [HypersonicDatabase] Stopped
20:00:42,603 INFO  [JBossManagedConnectionPool] Stopping
20:00:42,603 INFO  [STDOUT] Tue Apr 01 20:00:42 PST 2003 SHUTDOWN : System.exit() was 
not called
20:00:42,603 INFO  [JBossManagedConnectionPool] Exception destroying ManagedConnection
org.jboss.resource.JBossResourceException: SQLException; - nested throwable: 
(java.sql.SQLException:
 The database is shutdown in statement [DISCONNECT])
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.checkException(BaseWrapperMa
nagedConnection.java:445)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.destroy(BaseWrapperManagedCo
nnection.java:229)
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.doDestroy(InternalMana
gedConnectionPool.java:374)
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.flush(InternalManagedC
onnectionPool.java:272)
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.shutdown(InternalManag
edConnectionPool.java:307)
at 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool.shutdown(JBossMan
agedConnectionPool.java:675)
at 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool.stopService(JBossManagedC
onnectionPool.java:373)
at org.jboss.system.ServiceMBeanSupport.stop(ServiceMBeanSupport.java:236)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284
)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
at $Proxy11.stop(Unknown Source)
at org.jboss.system.ServiceController.stop(ServiceController.java:464)
at org.jboss.system.ServiceController.stop(ServiceController.java:456)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284
)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.stop(Unknown Source)
at org.jboss.deployment.SARDeployer.stop(SARDeployer.java:389)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284
)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:177)
at $Proxy16.stop(Unknown Source)
at org.jboss.deployment.XSLSubDeployer.stop(XSLSubDeployer.java:225)
at org.jboss.deployment.MainDeployer.stop(MainDeployer.java:497)
at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:480)
at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:368)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284
)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at 
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:792)
at 
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:770)
at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:758)
 + nested throwable:
java.sql.SQLException: The database is shutdown in statement [DISCONNECT]
at org.hsqldb.Trace.getError(Unknown Source)
at org.hsqldb.Result.init(Unknown Source)
at org.hsqldb.jdbcConnection.executeHSQL(Unknown Source)
at org.hsqldb.jdbcConnection.execute(Unknown Source)
at org.hsqldb.jdbcConnection.close(Unknown Source)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.destroy(BaseWrapperManagedCo
nnection.java:225)
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.doDestroy(InternalMana
gedConnectionPool.java:374)
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.flush(InternalManagedC
onnectionPool.java:272)
at 

Re: [JBoss-dev] how do i

2001-07-19 Thread Juha-P Lindfors


At the end of the page:
To change your subscription (set options like digest and delivery modes,
get a reminder of your password, or unsubscribe from Jboss-development),
enter your subscription email address:


Follow the link :p

-- Juha

 On Thu, 19 Jul 2001 [EMAIL PROTECTED] wrote:

 unsubscribe from this list?




___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] How do i get the source code for jBoss

2001-04-23 Thread Bordet, Simone

Hey,

 Hi ,
 I want to get the source code for jBoss server. To do this I 
 downloaded and
 installed winCVS - but then what is this tcl and how do I 
 further get to the
 source coede??

Asking WinCVS question on this list does not help. Try the WinCVS web site,
for example.
Then follow the clear instructions on the JBoss' SourceForge site.
And please, for support post to jboss-user, this is the development list.

Simon

 Cud someone please help??
 Thanks and regards harish
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/jboss-development
 

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] How do i get the source code for jBoss

2001-04-22 Thread Harishankar Nair

Hi ,
I want to get the source code for jBoss server. To do this I downloaded and
installed winCVS - but then what is this tcl and how do I further get to the
source coede??
Cud someone please help??
Thanks and regards harish


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development