I have also encountered a same case where, despite compiling the mapping and schema in the barfile, when running the IS container, the IS still recompiles it. Please let me know if you have succeeded. Thank you.
------------------------------
Nguyễn Bá Hoàng Anh
------------------------------
Original Message:
Sent: Fri April 14, 2023 05:54 AM
From: Matthias Blomme
Subject: Standalone integration server gives warning on schema/map after optimze
Btw, if the SIS actually re-compiles schemas/maps this would lead to a longer startup time.
I have run this on 12.0.7.0
------------------------------
Regards
Matthias Blomme
Original Message:
Sent: Fri April 14, 2023 05:53 AM
From: Matthias Blomme
Subject: Standalone integration server gives warning on schema/map after optimze
So I'm trying to run an optimzed standalone integration server and I am getting the following warnings on startup
BIP1977W: Created compiled 'XMLNSC' schema file 'PackageTest_App/RecordMRMIssue.bir'. Integration server 'KIM2' has been optimized. Schema resources should be compiled before the server is started.
The map file 'com.id.pack/:flow2_Mapping' has been compiled in 'PackageTest_App\com\id\pack'. Integration server 'KIM2' has been optimized. Map files should be compiled before the server is started.
However, I should not get this warning in my opinion. What I'm doing
1) Create sis via toolkit
2) Deploy sources into sis with ibmint
ibmint deploy --input-path C:\temp\workspace --output-work-directory C:\Users\blommma\IBM\ACET12\workspace\KIM2 --project PackageTest_Lib --project PackageTest_App --compile-maps-and-schemasBIP15233I: Generating BAR file 'C:\Users\blommma\AppData\Local\Temp\ibmint_deploy_generated_2023041409-46-33.bar' for deploy.
3) run optimize
ibmint optimize server --work-directory C:\Users\blommma\IBM\ACET12\workspace\KIM2
4) start SIS via toolkit
This gives me the above warnings.
I have tried building a bar file with ibmint and --compile-maps-and-schemas, but that gives the same warnings.
Any ideas here or is this a bug in the startup of the SIS?
------------------------------
Regards
Matthias Blomme
------------------------------