Add support for changing arguments passed to start/stop operations
------------------------------------------------------------------
Key: JOPR-73
URL: https://jira.jboss.org/jira/browse/JOPR-73
Project: Jopr
Issue Type: Feature Request
Components: Plugin - JBoss AS 4, Plugin - JBoss AS 5
Reporter: Charles Crouch
Comes out of case: 264527
Right now if you change the start/stop scripts used by a JBAS instance the …
[View More]new scripts have to understand the same arguments which the default jbas ones takes, e.g. for shutdown thats:
--server=jnp://localhost:1099 --user=myuser --password=mypassword --shutdown
Given we enable people to specify their own scripts for these operations we should enable them to configure the arguments we pass to the scripts, just like we do when executing a JBAS script resource.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
ManagedComponetComponent.invokeOperation() assumes there is only one ManagedOperation with a given name, which may not be true
------------------------------------------------------------------------------------------------------------------------------
Key: JOPR-105
URL: https://jira.jboss.org/jira/browse/JOPR-105
Project: Jopr
Issue Type: Bug
Components: Plugin - JBoss AS 5
Affects Versions: 2.1
Reporter: Ian …
[View More]Springer
Assignee: Ian Springer
Fix For: 2.2
The ManagedComponent could have more than one operation with a given name (i.e. overloaded operations), so we need to examine the parameters too to figure out the correct operation to invoke.
Here's an email I sent to Scott:
Ian Springer wrote:
> Scott-
>
> Quick question. Will ManagedComponent.getOperations() ever return multiple operations with the same name (i.e. overloaded operations)?
>
> Thanks,
> Ian
Yes, it should.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
EWS TC5 web.xml is missing a <filter-mapping/> section
------------------------------------------------------
Key: JOPR-95
URL: https://jira.jboss.org/jira/browse/JOPR-95
Project: Jopr
Issue Type: Bug
Components: Plugin - Tomcat
Affects Versions: 2.2
Reporter: Heiko W. Rupp
Priority: Blocker
Fix For: 2.2
EWS tC 5 web.xml has a <filter> section for the Rtfilter, but is …
[View More]missing a <filter-mapping/> section
Only enabling the <filter> section and restarting TC results in a unusable server
<filter-mapping>
<filter-name>RhqRtFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]