[JBoss JIRA] Created: (JBDS-1565) Installer should use numbering of the same server names simliar as in JBT/JBDS
by Jiri Peterka (JIRA)
Installer should use numbering of the same server names simliar as in JBT/JBDS
------------------------------------------------------------------------------
Key: JBDS-1565
URL: https://issues.jboss.org/browse/JBDS-1565
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: installer, runtime
Affects Versions: 4.0.0.CR3
Environment: JBDS 4.0.0.CR3 H162, Linux 64
Reporter: Jiri Peterka
Attachments: installer-numbering.png, jbds-numbering.png
Usual way is to have unique numbering for each name, something like this:
jboss-eap-4.0
jboss-eap-4.0(1)
jboss-eap-4.0(2)
jboss-soa-p5
jboss-soa-p5 (1)
jboss-soa-p5 (2)
..
In JBDS installer there is numbering like this:
jboss-eap-4.0
jboss-eap-4.0(1)
jboss-eap-4.0(2)
jboss-soa-p5
jboss-soa-p5 (3)
jboss-soa-p5 (4)
This should be changed and unified with that how runtimes are titled in JBT/JBDS via Runtime Detection. Add some brackits in JBDS would be better as well.
For comparsion of the same runtime set in Installer and JBT/JBDS see screenshots.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBDS-1582) web.xml error on login authentication scheme
by Neil Buesing (JIRA)
web.xml error on login authentication scheme
--------------------------------------------
Key: JBDS-1582
URL: https://issues.jboss.org/browse/JBDS-1582
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Affects Versions: 4.0.0.CR4
Environment: Windows 32bit
Reporter: Neil Buesing
In problems view we get the following error: 'Value should be one of BASIC, DIGEST, FORM, CLIENT-CERT', because we have a custom login module.
According to XSD 9http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd) it states the value of <auth-method> within element <login-config> must be : BASIC, DIGEST, FORM, CLIENT-CERT or a vendor specific authentication scheme.
We are using a vendor specfiic authentication scheme, and still get this red-x error in the problems view, for the project, and in the editor.
I have turned off all validations of the IDE (as I can tell), and I still get this error.
How do I disable this error, since our web.xml appears to be valid with the XSD.
If there is a known workaround, please let me know.
<xsd:complexType name="auth-methodType">
<xsd:annotation>
<xsd:documentation>
The auth-methodType is used to configure the authentication
mechanism for the web application. As a prerequisite to
gaining access to any web resources which are protected by
an authorization constraint, a user must have authenticated
using the configured mechanism. Legal values are "BASIC",
"DIGEST", "FORM", "CLIENT-CERT", or a vendor-specific
authentication scheme.
Used in: login-config
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="javaee:string"/>
</xsd:simpleContent>
</xsd:complexType>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months