[JBoss-user] Terminating JBoss on config failure

2003-12-17 Thread Gavin Matthews
Title: Message Hi, I have a service that periodically does some checks to make sure the database is in a "consistent" state. If for some reason the DB becomes inconsistent then I want to terminate the app.Currently I'm just calling System.exit() to shutdown JBoss and this seems to work fine

[JBoss-user] Foreign key issues when upgrading to JBoss 3.2.3RC1 (from 3.2.2RC 3)

2003-12-03 Thread Gavin Matthews
Title: Foreign key issues when upgrading to JBoss 3.2.3RC1 (from 3.2.2RC3) All, I'm attempting to upgrade an app from JBoss 3.2.2RC3 to 3.2.3RC1. However I got a failure in a testcase that makes me wonder why this ever worked. I'm using SqlServer 2000 and the problem occurs with foreign key

[JBoss-user] Problem deploying war in jboss-3.2.3RC1-jetty-4.2.14

2003-12-03 Thread Gavin Matthews
Title: Problem deploying war in jboss-3.2.3RC1-jetty-4.2.14 Hi, I'm upgrading to jboss-3.2.3RC1-jetty-4.2.14 (from jboss-3.2.2RC3_jetty-4.2.11) and hit a problem when deploying war files. I'm not sure where this falls, JBoss or Jetty, but hopefully someone can point out a way around the

RE: Re[2]: [JBoss-user] The JBoss Deferred ConstraintRequirement Issue

2003-08-14 Thread Gavin Matthews
: Tuesday, August 05, 2003 12:00 PM To: Gavin Matthews Subject: Re[2]: [JBoss-user] The JBoss Deferred Constraint Requirement Issue No, sync-on-commit-only does not affect INSERT after ejbCreate. alex Tuesday, August 05, 2003, 9:35:51 PM, Gavin Matthews wrote: Rod, I believe what

RE: [JBoss-user] The JBoss Deferred Constraint RequirementIssue

2003-08-14 Thread Gavin Matthews
Rod, I believe what you want is to make the CMR column nullable (in ejbCreate JBoss inserts the row with the CMR field set to null). This is then updated after ejbPostCreate(). Another option would be to set sync-on-commit-only to true but this breaks some of the spec compliance (finders cause

RE: Re[6]: [JBoss-user] CMR Problem in 3.2.2RC2

2003-08-01 Thread Gavin Matthews
up, I believe, we'll fix it. alex Wednesday, July 30, 2003, 9:57:17 PM, Gavin Matthews wrote: GM Alex, GM Damn wierd - this test case fails everytime for me. This most likely means GM it's an environmental issue, a config problem or some really dumb user GM error. Do you know of any config

RE: Re[4]: [JBoss-user] CMR Problem in 3.2.2RC2

2003-07-30 Thread Gavin Matthews
of foos associated with bar: 1 Foo id: 4 Bar id: 4 alex Wednesday, July 30, 2003, 3:20:26 AM, Gavin Matthews wrote: GM Alex, GM Attached is the standalone case - it exhibits the same behaviour (i.e. the GM cmr problem). GM It's hacked out

RE: [JBoss-user] CMR Problem in 3.2.2RC2

2003-07-30 Thread Gavin Matthews
:26 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] CMR Problem in 3.2.2RC2 Post instructions for the testcase so others can try it out. -- Scott Stark Chief Technology Officer JBoss Group, LLC Gavin Matthews wrote: Alex

RE: Re[2]: [JBoss-user] CMR Problem in 3.2.2RC2

2003-07-29 Thread Gavin Matthews
you send me a ready-to-run testcase so I need just issue 'build run' or like that? I'll correct it and send it back to you fixed. alex Tuesday, July 29, 2003, 12:20:04 AM, Gavin Matthews wrote: GM Alex, GM I've double checked everything and it definitely does not work for me. I'm GM

RE: [JBoss-user] CMR Problem in 3.2.2RC2

2003-07-28 Thread Gavin Matthews
Alex, Thanks for looking into this. It's failing for me but I'll double check everything to make sure it's not user error and get back to you. gavin -Original Message- From: Alexey Loubyansky [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 4:30 AM To: Gavin Matthews Subject

RE: [JBoss-user] CMR Problem in 3.2.2RC2

2003-07-28 Thread Gavin Matthews
it looks like something is wrong with the caching of objects at a transaction level, any way I can easily prove/disprove this? thanks, gavin -Original Message- From: Alexey Loubyansky [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 4:30 AM To: Gavin Matthews Subject: Re: [JBoss

[JBoss-user] CMR Problem in 3.2.2RC2

2003-07-24 Thread Gavin Matthews
there. (I'll log a bug this time). gavin -Original Message- From: Gavin Matthews Sent: Thursday, July 03, 2003 7:05 PM To: [EMAIL PROTECTED] Cc: '[EMAIL PROTECTED]' Subject: CMR Problem in 3.2.2? Hi, I posted yesterday and last week about a problem I was having with CMR when

RE: [JBoss-user] DeploymentException: Couldn't create entitycomm and

2003-07-22 Thread Gavin Matthews
Martin, I just hit something similiar - in my case my entity create command wasn't on the classpath. Check you classpath to make sure the create commands are on it. Note there were some changes to the unified classpath, in 3.0 we had an incorrect manifest classpath but our app still worked

[JBoss-user] Any update on 3.2.2RC2?

2003-07-21 Thread Gavin Matthews
Hi, Is there any update on when JBoss 3.2.2RC2 will be available? (Is there any page where I can track this - couldn't find anything on sourceforge or jboss.org). thanks, gavin --- This SF.net email is sponsored by: VM Ware With VMware you

RE: [JBoss-user] CMR, cascade-delete not-null

2003-07-12 Thread Gavin Matthews
To: Gavin Matthews Subject: Re: [JBoss-user] CMR, cascade-delete not-null Hello Gavin, you need to set sync-on-commit-only to true. container-configuration container-nameCustom container/container-name sync-on-commit-onlytrue/sync-on-commit-only alex Saturday

[JBoss-user] CMR, cascade-delete not-null

2003-07-11 Thread Gavin Matthews
Hi, I have a database table which has a not-null foreign key. At the moment I can't get cascade-delete to work with not-null foreign keys, JBoss is trying to update the foreign key to null. I'm using JBoss 3.2.2RC1 and I just want to confirm if this is the expected behaviour or a bug? Would it

[JBoss-user] Release schedule for 3.2.2?

2003-07-09 Thread Gavin Matthews
Hi, I'm in the process of upgrading to 3.2.2 but I need to get fixes that went in after 3.2.2RC1. I looked around sourceforge and jboss.org for a release schedule for 3.2.2 but I couldn't find one (is it documented anywhere?) What are the current estimates for 3.2.2RC2 the release date for

[JBoss-user] CMR Problem in 3.2.2?

2003-07-03 Thread Gavin Matthews
Hi, I posted yesterday and last week about a problem I was having with CMR when I upgraded from 3.2.0 to 3.2.2. I've done more investigation and I don't think my previous mails were entirely accurate (or very clear) so let me start over. The Problem: I'm experiencing NPE in our app because

[JBoss-user] Re: CMR relationship not being created........sometimes

2003-07-02 Thread Gavin Matthews
PROTECTED] Re: CMR relationship not being createdsometimes 2003-06-28 01:50 Hello Gavin, please, provide more info (code snippets) on how the code from UI differs from testcases. I'll look at it. Thanks, alex Saturday, June 28, 2003, 6:57:23 AM, Gavin Matthews wrote

[JBoss-user] CMR relationship not being created........sometimes

2003-06-27 Thread Gavin Matthews
All, This is a long shot and pretty sparse on detail but just incase someones come across this before I'm upgrading from 3.2.0 to 3.2.2RC1 but I'm now seeing a strange CMR problem where by the foreign-key is not getting populated (sometimes). A quick description of the senario, this is a

[JBoss-user] Read-Ahead Cache Supports

2003-06-26 Thread Gavin Matthews
All, I'm upgrading from 3.2.0 to 3.2.2(RC1) and I hit an incompatibility with the new(?) ReadAheadCache implementation and the finder transaction type. Basically if I have a finder with transaction-type=Supports and use read-ahead-strategy=on-find then I get the following exception if I'm outside

[JBoss-user] ClassLoader issues when going from 3.2.0 - 3.2.2(RC1)

2003-06-24 Thread Gavin Matthews
All, I need to upgrade me to 3.2.2 to get some of the primary key gen fixes in that version. I had hoped that the upgrade would be fairly transparent as it's only a minor release. However now my app fails to deploy. I believe this is due to some of the Class Loader changes that went into 3.2.1

[JBoss-user] Re: Customized SARDeployer?

2003-04-02 Thread Gavin Matthews
this. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Gavin Matthews [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 31, 2003 4:27 PM Subject: [JBoss-user] Customized SARDeployer

[JBoss-user] Customized SARDeployer?

2003-03-31 Thread Gavin Matthews
Hi, I have a requirement that when deploying an MBean (3rd party or in-house) I need to be able to populate it with information from a database (rather than just read the defaults from jboss-service.xml). I've seen some hints on some other postings (by Bill Bruke) that imply it's possible to