Implement "save" modified server groups
---------------------------------------
Key: JBAS-9157
URL: https://issues.jboss.org/browse/JBAS-9157
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Web Console
Reporter: Heiko Braun
Assignee: Heiko Braun
Fix For: 7.0.0.Beta2
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Provide a "update-resource-operation"
-------------------------------------
Key: JBAS-9161
URL: https://issues.jboss.org/browse/JBAS-9161
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Domain Management
Reporter: Heiko Braun
Corresponding to "add" and "remove" resource
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Classes needed for compiling Business Rules (BRL) should be extracted from drools-ide-common
---------------------------------------------------------------------------------------------
Key: JBRULES-2997
URL: https://issues.jboss.org/browse/JBRULES-2997
Project: Drools
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Toni Rikkola
Assignee: Mark Proctor
drools-ide-common is a module for UI codes. It should not be needed when compiling anything.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
When compiling decision tables without drools-decisiontables in the classpath you should get an decent error messages telling that drools-decisiontables is missing in the classpath (a missing dependency)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBRULES-2996
URL: https://issues.jboss.org/browse/JBRULES-2996
Project: Drools
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Reporter: Geoffrey De Smet
Assignee: Mark Proctor
Priority: Optional
drools-compiler uses reflection to load classes from drools-decisiontables
When that fails, because a user project only depends on drools-compiler (which doesn't depend on drools-decisiontables), an understandable error message should be thrown,
noting that drools-decisiontables isn't on the classpath.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
[ https://issues.jboss.org/browse/AS7-664?page=com.atlassian.jira.plugin.sy... ]
Darran Lofthouse commented on AS7-664:
--------------------------------------
Proposed changes for this issue: -
https://github.com/darranl/httpserver/tree/issues/AS7-664https://github.com/darranl/jboss-as/tree/issues/AS7-664
> Allow for state to be maintained aganst the connection within the Management HTTP Server
> ----------------------------------------------------------------------------------------
>
> Key: AS7-664
> URL: https://issues.jboss.org/browse/AS7-664
> Project: Application Server 7
> Issue Type: Task
> Components: Domain Management
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: 7.0.0.Beta4
>
>
> There is a need for state between client and server to be maintained, this task is to allow it to be maintained against the connection.
> Uses for this could be authenticate on connection and cache the authentication against the connection.
> Track generated nonces against the connection so a nonce can only be used on that connection.
> Cache GSSContext used for negotiation against the connection.
> Notes: -
> An alternative could be session cookies, however this would require all clients to support cookies or some form of URL re-writing to embed the session ID, HTTP keep-alive is standard for HTTP 1.1
> Another alternative could be to identify the address of the client, however this would just be the IP address / host name and port - there are no guarantees that a new connection would not re-use the same port especially if more than one administrator was running on that host.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira