[JBoss JIRA] (WFCORE-456) Add a content-stream attribute to the root deployment=* resources
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-456?page=com.atlassian.jira.plugin... ]
Brian Stansberry updated WFCORE-456:
------------------------------------
Fix Version/s: 4.0.0.Beta1
> Add a content-stream attribute to the root deployment=* resources
> -----------------------------------------------------------------
>
> Key: WFCORE-456
> URL: https://issues.jboss.org/browse/WFCORE-456
> Project: WildFly Core
> Issue Type: Feature Request
> Components: Domain Management
> Reporter: Brian Stansberry
> Assignee: ehsavoie Hugonnet
> Fix For: 4.0.0.Beta1
>
>
> Add a new attribute to the deployment resource that allows the user to get a stream with the deployment content attached to the response, a la what we do with the subsystem=logging/log-file=* resource's "stream" attribute.
> The attribute must be configured as runtime-only and read-only.
> The read handler that handles the attribute should only attach a stream if the following conditions are met, otherwise the value for the attribute should remain as 'undefined'.
> 1) The resource's "content" attribute has only a single element in the list. (This is always the case today; adding a check for this is just future proofing)
> 2) The first element in the "content" attribute list has a defined value in its "hash" field. (This confirms the content is stored in the content repo. We won't support serving unmanaged content as we have insufficient control over it.)
> 3) The first element in the "content" attribute list has a 'true' as value of its "archive" field. (Current this will always be the case; this is future proofing for when we add support for exploded content in the content repo. Trying to assemble a stream from exploded content is currently out of scope for this feature.)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFLY-8226) Update default domain configuration to use remote+http
by Brian Stansberry (JIRA)
Brian Stansberry created WFLY-8226:
--------------------------------------
Summary: Update default domain configuration to use remote+http
Key: WFLY-8226
URL: https://issues.jboss.org/browse/WFLY-8226
Project: WildFly
Issue Type: Enhancement
Components: Domain Management
Reporter: ehsavoie Hugonnet
Assignee: ehsavoie Hugonnet
Fix For: 11.0.0.Alpha1
Our default domain configuration still use the native remote protocol on port 9999 for DC-HC communication. Update those files so that we use http-remoting on port 9990.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFLY-6565) add and remove operation of jaxrs subsystem under deployment are useles and should not be available
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-6565?page=com.atlassian.jira.plugin.... ]
Brian Stansberry reopened WFLY-6565:
------------------------------------
Reopening to align with the downstream issue, which QE reopened.
Let's just drop these handlers. If there's any logic that is counting on executing them it is almost certainly broken.
> add and remove operation of jaxrs subsystem under deployment are useles and should not be available
> ---------------------------------------------------------------------------------------------------
>
> Key: WFLY-6565
> URL: https://issues.jboss.org/browse/WFLY-6565
> Project: WildFly
> Issue Type: Bug
> Components: REST
> Reporter: ehsavoie Hugonnet
> Assignee: ehsavoie Hugonnet
> Fix For: 11.0.0.Alpha1
>
>
> *Description of problem:*
> "add" and "remove" operation of jaxrs subsystem under deployment are useles and should not be available.
> This operations were added by WFLY-3045.
> *How reproducible:*
> Always
> *Steps to Reproduce (remove):*
> # ./standalone.sh
> # deploy /home/mkopecky/playground/resteasy/single-application/target/jaxrs-eap.war
> # /deployment=jaxrs-eap.war/subsystem=jaxrs:remove
> # :reload
> # # jaxrs subsystem is not removed
> *Steps to Reproduce (add):*
> # deploy /home/mkopecky/playground/resteasy/empty-deployment/target/empty-eap.war
> # /deployment=empty-eap.war/subsystem=jaxrs:add()
> # :reload
> # # jaxrs subsystem is not added
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months