Kamilia Jaber Posted March 13, 2022 Share Posted March 13, 2022 Hello everyone, I have a Tibco BW6 project that depends on the other two shared Modules (projects). one of them has schemas. On the normal development mode, everything is working fine as expected, but when I export the Application as EAR file to deploy it, I faced the following issues: 1- during the exportEAR file, I have the following error "Projects may have missing artifacts in "build.properties" file. Do you want to continue".please check the attached image "Tibco_error1" 2- during the deployment I have the following error: com.tibco.bw.cache.runtime.CacheException: . com.tibco.bw.cache.runtime.CacheException: TIBCO-BW-WSDL-CACHE-500008: [bundleentry://577.fwk358847552/Service%20Descriptors/IntegrationMappingServices.wsdl]: no xsd for this imported location [bundleentry://577.fwk358847552/../SharedDB/Schemas/System.xsd] with targetnamespace [http://www.example.org/System] please check attached image "Tibco_error2" So it seems that the EAR was unable tofind the Schema in the shared module. any idea to fix the issue Link to comment Share on other sites More sharing options...
Emmanuel Marchiset 2 Posted March 17, 2022 Share Posted March 17, 2022 In the application module I would try to remove and add again the dependencies to the shared modules. If that doesn't solve the issue you might face a name space conflict or may need to review if the external schema locations are properly defined in the WSDL. Link to comment Share on other sites More sharing options...
Oleksii Kovalenko Posted August 4, 2023 Share Posted August 4, 2023 I had the same error. To fix it I found that in file .config project name was incorrect.In BW it has name Test_Some_Integration but in .config:<?xml version="1.0" encoding="UTF-8"?><config:ProjectConfig xmlns:config="http://www.tibco.com/XPD/projectConfig"> <projectDetails id="test_some_integration"> <globalDestinations/>...........Best regards,Oleksii Kovalenko Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now