[JBoss-user] 3.x tmp Policy

2003-01-04 Thread Hunter Hillegas
We are running 3.04 on a Linux server. In the $JBOSS_HOME/server/default/tmp directory, there are a lot of copies of each deployed item... It almost looks like one copy for each time it has been deployed. What is the policy on retention? Does the server ever discard tmp? At this point it has grow

Re: [JBoss-user] Announcement - JBoss Handbook

2003-01-04 Thread Meeraj Kunnumpurath
Joey, This is not from the JBoss group. The book is published by the WROX press and presents the topics covered by the various JBoss online documentation in a single book. The book is more focused on practical aspects of using JBoss with a lot of examples from the Petstore application from Sun. Th

[JBoss-user] Want to make $ in the market? Easy...

2003-01-04 Thread 1672rtcw
Trader 2002 was not fun for most market players, but many members of our chat room and newsletter had the best years of their careers Our Daily Stock Picks would top every list if it was tracked by the reporting servicesahead over 600 points since May 1st - meaning over $60,000 pro

Re: [JBoss-user] 3.x tmp Policy

2003-01-04 Thread David Jencks
On 2003.01.04 03:28:21 -0500 Hunter Hillegas wrote: > We are running 3.04 on a Linux server. > > In the $JBOSS_HOME/server/default/tmp directory, there are a lot of > copies > of each deployed item... It almost looks like one copy for each time it > has > been deployed. > > What is the policy on

Re: [JBoss-user] 3.x tmp Policy

2003-01-04 Thread Greg Turner
The next time you stop JBoss, you can safely delete the entire tmp directory. If you want, you can also delete log directory as well. Hunter Hillegas wrote: We are running 3.04 on a Linux server. In the $JBOSS_HOME/server/default/tmp directory, there are a lot of copies of each deployed item..

RE: [JBoss-user] Asking about Schedular Servlet in JBoss

2003-01-04 Thread Brian Topping
The original poster asked for a substitute for allaire.jrun.scheduler.CronService, described at http://www.macromedia.com/v1/handlers/index.cfm?ID=23501&Method=Full&PageCall=/support/index.cfm.  He asked for "sending a Batch email functionality every two hours", but "in every part of a time y

[JBoss-user] 3.0.5RC2 (CVS) Fails to boot on Linux, is Ok on Win : ClusterPartitionNullPointer

2003-01-04 Thread Joao Pedro Clemente
I checkedout 3.0.5RC2 from todays CVS. Build ok on a win2k machine (with j2sdk 1.4.1_01). Zipped the binaries and got it on a Linux machine. Started JBoss binaries ("all" configuration) on both windows and Linux. In Win2k machine it booted OK. In Linux machine it throws NullPointerException at org

Re: [JBoss-user] 3.0.5RC2 (CVS) Fails to boot on Linux, is Ok onWin : ClusterPartition NullPointer

2003-01-04 Thread Joao Pedro Clemente
Very strange: I tried 3.0.5RC1 and it did the same. Tried 3.0.4 and it locked when connecting to channel. I'm starting to think the problem is something else (like the network, or the java machine). I'll try with j2sdk1.3.1_06 to see if it's any different. In the meantime, if someone has seen sim

Re: [JBoss-user] 3.0.5RC2 (CVS) Fails to boot on Linux, is Ok onWin : ClusterPartition NullPointer

2003-01-04 Thread Joao Pedro Clemente
> Very strange: I tried 3.0.5RC1 and it did the same. Tried 3.0.4 and it > locked when connecting to channel. I'm starting to think the problem is > something else (like the network, or the java machine). > I'll try with j2sdk1.3.1_06 to see if it's any different. > > In the meantime, if someone h

[JBoss-user] xPetStore v2.1 released

2003-01-04 Thread Herve Tchepannou
I'm Proud to annouce a new release of xPetStore v2.1 xPetStore is a WODRA (Write Once, Deploy and Run Anyware) implementation of Sun PetStore application based on the following opensource tools/frameworks: - xDoclet - Struts - Sitemesh xPetStore has been successfully deployed and tested on the f

[JBoss-user] Transaction not saving entity bean changes

2003-01-04 Thread Kris
Hi, any help with this one would be appreciated. ** Environment: - Plain out-of-the-box jboss-3.0.4_tomcat-4.1.12 - Window NT, 4.0, patch-level 5 ** Scenario: - A stateless session bean method, i.e. updateShippedQuantities, loops on an entity bean method call, i.e. updateShippedQuantity,