[JBoss-user] [Beginners Corner] - Shutdown of JBoss hangs

2006-07-07 Thread andydale
Hi, I am running 2 JBoss 4.0.4GA in a clustered environment (under linux), on a regular basis (not always) the JBoss instance will not shut down properly. The shutdown tends to hang in 1 of 2 places: 1.SchemaExport - This is where Hibernate tries to export the schema to the datasource as

[JBoss-user] [Installation, Configuration Deployment] - Using a newer version of JGroups (2.2.9 or higher)

2006-07-03 Thread andydale
Hi, A database driver i am trying to use (ha-jdbc) requires a version of JGroups 2.2.9 or higher, because it needs to use the JmxConfigurator. I am still trying to figure out the best way to do this, so far i have currently tried the following: 1.Putting the jgroups.jar file that ships with

[JBoss-user] [Beginners Corner] - System properties

2006-06-22 Thread andydale
hi, I have jsut started to use JBoss (4.0.4) and now need to be able to set a system property. Form what i have managed to find out i need to create a properties-service.xml file in the /deploy directory of the server. I have done this, plese see below server | mbean

[JBoss-user] [Beginners Corner] - Re: System properties

2006-06-22 Thread andydale
I have managed to solve my problem now. I viewed a friend's install of JBoss 4.0.4GA and saw that he had the .jar files i needed, this is because he installed it with the all option whereas i installed it with the EJB3.0 Clustered option. The varia libs are not included with the EJB3.0