-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure that org.apache.axis is in the org.eclipse.birt.engine.runtime #1835
Conversation
merks
commented
Aug 5, 2024
- Also add org.eclipse.birt.chart.device.pdf which the only plugin included by org.eclipse.birt.chart.osgi.runtime but not by org.eclipse.birt.engine.runtime.
- Also add org.eclipse.birt.chart.device.pdf which the only plugin included by org.eclipse.birt.chart.osgi.runtime but not by org.eclipse.birt.engine.runtime.
I built locally to verify that axis in included with this change: |
Yes, I see. I will retest directly after the build is done to verify the result. |
Yes, perhaps something else is missing. But we can quickly add anything that might be missing. |
Retest is done and failed:
|
My test case is very simple and based on the Tomcat installation and try to start the BIRT-viewer as web-applicattion. So I copy "WebViewerExample" to the tomcat "webapps" folder, rename it to "birt" and try to start my Tomcat. But currently the "birt"-web-application is not starting, "axis" seems to be solved, but "javax.xml.soap" now is missing. |
I'm surmising this is caused by the ant scripts not copying the right files because the file name has changed. I see this
I think this needs to change: I'll build locally first to verify this works before creating another PR. I'll see if I can understand this Tomcat thing to try it myself. |
Is there a certain version of Tomcat I should install? |
I tested Tomcat 9.0.88 |
I got further fixing the ant scripts, but now the clues are less helpful: I used 9.0.91. Can you say when was the last time that you tested the web application? The major cleanup with 3 weeks ago; was it tested between today and that point in time? I really rely on the tests to tell me if something is broken. |
Using Java 21 makes no difference. |
I cannot say when I tested an OSGi-version of BIRT 4.17 the last time with success. I must take a look if I have an old 4.17 version at home. |
I keep you updated after my retest. |