Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartabatch-dev] BatchCDIInjectionExtension.foundJobOp field

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. 

Back to the top