[JBoss JIRA] (DROOLS-1301) Add remote API call to deploy kie artifact from a specific maven repo.
by Hiram Chirino (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1301?page=com.atlassian.jira.plugi... ]
Hiram Chirino reassigned DROOLS-1301:
-------------------------------------
Assignee: Mario Fusco (was: Edson Tirelli)
> Add remote API call to deploy kie artifact from a specific maven repo.
> ----------------------------------------------------------------------
>
> Key: DROOLS-1301
> URL: https://issues.jboss.org/browse/DROOLS-1301
> Project: Drools
> Issue Type: Feature Request
> Reporter: Hiram Chirino
> Assignee: Mario Fusco
>
> We want to build a camel OSE example which needs to deploy kie artifacts to a BRMS server. We want to avoid having to require a user from having to setup and deploy this artifacts to mvn repo.
> We could have our example pod host a mvn repo with the kie artifacts deployed to it. It would be nice to have the API call the requests the sever to the deploy the artifact GAV to also pass along the the mvn repo URL to the pod hosting the kie artifacts.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (WFLY-7183) 'name' attribute missing in XSD while required by web subsystem parser
by Peter Palaga (JIRA)
Peter Palaga created WFLY-7183:
----------------------------------
Summary: 'name' attribute missing in XSD while required by web subsystem parser
Key: WFLY-7183
URL: https://issues.jboss.org/browse/WFLY-7183
Project: WildFly
Issue Type: Bug
Reporter: Peter Palaga
Assignee: Peter Palaga
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1365939 , originaly reported by [~paramjindal]
While configuring the global valve using the following article :
https://access.redhat.com/solutions/379813
It is mandatory that the "name" attribute of valve must match the "auth-method" that is specified in the "WEB-INF/web.xml".
So "name" attribute is mandatory to configure this valve.
but it is not mentioned in the schema of valve as shown below :
<xs:element name="valve">
<xs:complexType>
<xs:sequence>
<xs:element name="param" minOccurs="0" maxOccurs="unbounded" type="paramType" />
</xs:sequence>
<xs:attribute name="class-name" type="xs:string" use="required" />
<xs:attribute name="module" type="xs:string" use="required" />
<xs:attribute name="enabled" default="true" type="xs:boolean" />
</xs:complexType>
</xs:element>
Version-Release number of selected component (if applicable):
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months