[JBoss JIRA] (AS7-2262) Link to Console missing from Welcome page
by Chuck Mosher (Created) (JIRA)
Link to Console missing from Welcome page
-----------------------------------------
Key: AS7-2262
URL: https://issues.jboss.org/browse/AS7-2262
Project: Application Server 7
Issue Type: Bug
Components: Console
Affects Versions: 7.1.0.Alpha1
Reporter: Chuck Mosher
Assignee: Heiko Braun
If I start up the app server(s) using "bin/domain.sh", I can open up the starting page @ localhost:8080/ but there is no link to open the console; only to examine the documentation. The link to the Console is there when running standalone.sh. See attached screenshots.
Options are: leave the link in there, but when clicked it will result in an error message instructing the user they need to pick which instance they want to examine. Or, point it to localhost:9990/.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] (AS7-3415) security-constraint/user-data-constraint/transport-guarantee in web.xml file doesn't override setting from servlet @ServletSecurity transportGuarantee parameter
by Peter Skopek (JIRA)
Peter Skopek created AS7-3415:
---------------------------------
Summary: security-constraint/user-data-constraint/transport-guarantee in web.xml file doesn't override setting from servlet @ServletSecurity transportGuarantee parameter
Key: AS7-3415
URL: https://issues.jboss.org/browse/AS7-3415
Project: Application Server 7
Issue Type: Bug
Components: Web
Affects Versions: 7.1.0.CR1b
Reporter: Peter Skopek
Assignee: Remy Maucherat
security-constraint/user-data-constraint/transport-guarantee in web.xml file doesn't override setting from servlet @ServletSecurity transportGuarantee parameter
{noformat}
My settings:
@ServletSecurity(@HttpConstraint(rolesAllowed = { "gooduser" }, transportGuarantee = TransportGuarantee.CONFIDENTIAL) )
web.xml excerpt:
<security-constraint>
<web-resource-collection>
<web-resource-name>sec</web-resource-name>
<url-pattern>/tgmixed/*</url-pattern>
<http-method>GET</http-method>
<http-method>POST</http-method>
</web-resource-collection>
<auth-constraint>
<role-name>gooduser</role-name>
</auth-constraint>
<user-data-constraint>
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
</security-constraint>
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] (AS7-3187) It's impossible to add to the model DataSource config properties of xsd:extension type
by Vladimir Rastseluev (Created) (JIRA)
It's impossible to add to the model DataSource config properties of xsd:extension type
--------------------------------------------------------------------------------------
Key: AS7-3187
URL: https://issues.jboss.org/browse/AS7-3187
Project: Application Server 7
Issue Type: Bug
Components: JCA
Reporter: Vladimir Rastseluev
Assignee: Stefano Maestri
Fix For: 7.1.0.Final
Config-property can't be added to the model for elements:
valid-connection-checker, stale-connection-checker, reauth-plugin,exception-sorter,recover-plugin.
So this fragment being parsed throws exception:
<valid-connection-checker class-name="someClass2">
<config-property name="name">Property</config-property>
</valid-connection-checker>
09:40:24,328 ERROR [org.jboss.as.controller.management-operation] Operation ("add") failed - address: ([
("subsystem" => "datasources"),
("data-source" => "complexDs_Pool")
]) - failure description: "JBAS014688: Wrong type for reauth-plugin-properties. Expected [EXPRESSION, STRING] but was OBJECT"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] (AS7-3329) Remoting JMX - Endpoint Selection
by Darran Lofthouse (JIRA)
Darran Lofthouse created AS7-3329:
-------------------------------------
Summary: Remoting JMX - Endpoint Selection
Key: AS7-3329
URL: https://issues.jboss.org/browse/AS7-3329
Project: Application Server 7
Issue Type: Task
Components: JMX
Reporter: Darran Lofthouse
Assignee: Stuart Douglas
Fix For: 7.1.0.Final
We require a couple of enhancements regarding how endpoints are selected to register the remoting connector.
In standalone mode it should be possible to select the endpoint from the remoting subsystem rather than the management endpoint, this may be especially try if the native interface is also using the susbsytem endpoint.
In domain mode the management endpoint is not present so the subsystem endpoint should be used.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months