Skip to content
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

[WFLY-19469]:Add support for webservice throttling feature #632

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jimma
Copy link
Contributor

@jimma jimma commented Oct 17, 2024

Analysis document for : https://issues.redhat.com/browse/WFLY-19469
Resolves : #631

@github-actions github-actions bot added the stability-level/community "Community" stability level label Oct 17, 2024
xsi:schemaLocation="urn:jboss:jbossws-jaxws-config:4.0 schema/jbossws-jaxws-config_4_0.xsd">
<endpoint-config>
<config-name>org.jboss.test.ws.jaxws.cxf.throttling.HelloImpl</config-name>
<property>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where do these properties get loaded / interpreted?

If this feature is targeting the community stability level my assumption would be that they are disabled at the default stability level - will that be the case?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where do these properties get loaded / interpreted?

This is loaded and parsed when deploy this deployment.

If this feature is targeting the community stability level my assumption would be that they are disabled at the default stability level - will that be the case?

This feature actually is disabled if user doesn't include this deployment descriptor, so I set it to community level.
Should it be default level ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stability-level/community "Community" stability level
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for webservice throttling feature
2 participants