You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a project I migrate from Tomcat / Axis to Wildfly with JakartaEE. The project is using SOAP endpoints and we migrated all to Jakarta @webservice endpoints. In the classes we inject CDI beans. Can such CDI beans use the @requestScope annotation in general or is it just luck that this is working in wildfly? I have not found anything about that in the spec (https://jakarta.ee/specifications/xml-web-services/3.0/jakarta-xml-ws-spec-3.0.pdf)
The text was updated successfully, but these errors were encountered:
In a project I migrate from Tomcat / Axis to Wildfly with JakartaEE. The project is using SOAP endpoints and we migrated all to Jakarta @webservice endpoints. In the classes we inject CDI beans. Can such CDI beans use the @requestScope annotation in general or is it just luck that this is working in wildfly? I have not found anything about that in the spec (https://jakarta.ee/specifications/xml-web-services/3.0/jakarta-xml-ws-spec-3.0.pdf)
The text was updated successfully, but these errors were encountered: