Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartabatch-dev] BatchCDIInjectionExtension.foundJobOp field
  • From: Scott Kurz <skurz@xxxxxxxxxx>
  • Date: Fri, 13 May 2022 20:47:51 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=us.ibm.com; dmarc=pass action=none header.from=us.ibm.com; dkim=pass header.d=us.ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=YYSFXCQOkXmoS/E0MsU57L0Zk03y4Kmfo8gctVgczkQ=; b=Ea1qZuXuUYnn2P+DCbb3SvyIAHnN1GOjfiKoNTEKrFuLp73chIFXKU7Pd5j6NBBGbBExpygTLOio9sZ3T0goUBgCSAhZeG/wLQwv+gK5m3FGIex0YVTzGv3oKAnnCWK9tnL+SInMLYgzRef0PgS1UqrVR4LiPzLUy/hfKMJer9Wy+bYI/HDRTYhAp3danME4ymGi/AloYf5IAKFX1oBDJsDnkvUZgvLE01tctwBeMfaWeHMosy7CAEIotYUzSv3XLs7IjunYAiWtJL4Jl68yKGF4w1cjhnIm9BcJ9aHvlgC14p6wN9hmhO4CfzFqVpjqAmaloQuH/vnwrVM9kmyaRg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=midETghqFWJAG7jY3ziLx4II0MYJtx4Dm59xY06mnL0ANoMzGEt8VCMbDD+p041dyhciYyI+yhS49N8sez07UdS0eliNXD96KYofJD4COHkMmqh8ycVLQdPEf7HhjLovxjfEPXeuR1o4/fyevNjtXL+Hf6yurP1qhA0hC2FCPHd5/4xofKkTqspBi+TthNiEvDW6ZDCDxO3nBVl6zu9rqdOp7C2dkH234DI35/JPog0FqXu/ATaoSXrcP95EXEXt11h2cfeJBgfFyP+iVUHyFqj7hykcZLTdLJ5JPJgthfAZ0e2onCxCrHIHvaXimh2QEbnsUWUjBLC+ueygWRXvpA==
  • Delivered-to: jakartabatch-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jakartabatch-dev/>
  • List-help: <mailto:jakartabatch-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jakartabatch-dev>, <mailto:jakartabatch-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jakartabatch-dev>, <mailto:jakartabatch-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYZjYDSY7Fp8G020G2H8Cmvx95ya0dSMtA
  • Thread-topic: [EXTERNAL] Re: [jakartabatch-dev] BatchCDIInjectionExtension.foundJobOp field

Good catch Cheng,

 

Thank you for reporting.   Opened https://github.com/WASdev/standards.jsr352.jbatch/issues/78 and will do a 2.1.1 release then a PR to pick that up in GF.

 

From: jakartabatch-dev <jakartabatch-dev-bounces@xxxxxxxxxxx> On Behalf Of Romain Manni-Bucau
Sent: Thursday, May 12, 2022 3:25 PM
To: jakartabatch developer discussions <jakartabatch-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] Re: [jakartabatch-dev] BatchCDIInjectionExtension.foundJobOp field

 

Hi, Yes guess so too. Romain Manni-Bucau @rmannibucau |  Blog | Old Blog | Github | LinkedIn | Book Le jeu. 12 mai 2022 à 20:57, Cheng Fang <cfang@xxxxxxxxxx> a écrit : I just noticed in JBatch BatchCDIInjectionExtension class, it contains

ZjQcmQRYFpfptBannerStart

This Message Is From an External Sender

This message came from outside your organization.

ZjQcmQRYFpfptBannerEnd

Hi,

 

Yes guess so too.


Romain Manni-Bucau
@rmannibucau |  Blog | Old BlogGithub | LinkedIn | Book

 

 

Le jeu. 12 mai 2022 à 20:57, Cheng Fang <cfang@xxxxxxxxxx> a écrit :

I just noticed in JBatch BatchCDIInjectionExtension class, it contains a static foundJobOp to check if we need to create a built-in JobOperator producer:

 

 

Should it be an instance variable (instead of a static one)? Image multiple batch apps are deployed to a server concurrently, some with application-defined JobOperator producer, and others don't, and they would interfere with each other. 

_______________________________________________
jakartabatch-dev mailing list
jakartabatch-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartabatch-dev


Back to the top