Re: [JBoss-dev] synchronization on non-final fields warning

2006-04-20 Thread Scott Marlow
The problem in the JaasSecurityManager class example below is that the domainCache variable itself needs to be protected with synchronization since its non-final (for all domainCache read/write operations.) It is not fine as one thread could be performing updateCache(Principal), meanwhile,

RE: [JBoss-dev] Unassigned for 4.0.4

2006-04-07 Thread Scott Marlow
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Marlow Sent: Tuesday, April 04, 2006 10:12 AM To: jboss-development@lists.sourceforge.net Subject: Re: [JBoss-dev] Unassigned for 4.0.4 On Tue, 2006-04-04 at 15:56 +0200, Max Rydahl Andersen wrote: On Tue, 04 Apr 2006 15:44

RE: [JBoss-dev] JBossCache 1.3.0.GA released + a change to how we deal with java.util.properties

2006-04-06 Thread Scott Marlow
is the right thing to do here? On Thu, 2006-04-06 at 06:36 -0500, Ben Wang wrote: Yes, it has. The other two are almost done. Scott Marlow and I need to verify JBCACHE-531 fix. I'd say let's go for QA next Monday then? -Ben --- This SF.Net

Re: [JBoss-dev] JBossCache 1.3.0.SP1 (WAS: JBossCache 1.3.0.GA released)

2006-04-06 Thread Scott Marlow
: maniksurtani AIM: maniksurtani Skype: maniksurtani On 6 Apr 2006, at 12:36, Ben Wang wrote: Yes, it has. The other two are almost done. Scott Marlow and I need to verify JBCACHE-531 fix. I'd say let's go for QA next Monday then? -Ben

RE: [JBoss-dev] Unassigned for 4.0.4

2006-04-04 Thread Scott Marlow
to handle the baseline cache. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Marlow Sent: Monday, April 03, 2006 2:05 PM To: jboss-development@lists.sourceforge.net Subject: RE: [JBoss-dev] Unassigned for 4.0.4 Does anyone

Re: [JBoss-dev] Unassigned for 4.0.4

2006-04-04 Thread Scott Marlow
On Tue, 2006-04-04 at 15:56 +0200, Max Rydahl Andersen wrote: On Tue, 04 Apr 2006 15:44:51 +0200, Scott Marlow [EMAIL PROTECTED] wrote: Sounds good to me. My next question is how do we tell Hibernate to use JBoss Cache as the first level cache? *first* level cache ? Why would you

[JBoss-dev] New wiki page on writing thread safe code...

2006-02-23 Thread Scott Marlow
http://wiki.jboss.org/wiki/Wiki.jsp?page=ThreadSafeCode is a new page containing guidelines, common terms, anti-patterns related to writing thread safe code. This will also serve as a common page to put a stake in the ground on writing thread safe code, although advanced techniques are purposely

[JBoss-dev] xdoclet/lib not found building 4.0.4 source...

2006-01-04 Thread Scott Marlow
I have seen this build error in the past but have usually hacked past it somehow. I took new 4.0.x source this afternoon and can't seem to get past this build error: BUILD FAILED /disk2/src/jboss_jan/jboss-4.0/jmx/build.xml:152: /disk2/src/jboss_jan/jboss-4.0/thirdparty/xdoclet/lib not

RE: [JBoss-dev] xdoclet/lib not found building 4.0.4 source...

2006-01-04 Thread Scott Marlow
used the following checkout commands: Cvs co -r Branch_4_0 jboss-4.0.x Note that the module name is jboss-4.0.x and not jboss-4.0. Ruel Loehr JBoss QA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Marlow Sent: Wednesday