]
Alessio Soldano updated JBWS-3782:
----------------------------------
Fix Version/s: jbossws-cxf-5.0
Allow to specify config name and additional value for JAVA_OPTS for
launched appclient
--------------------------------------------------------------------------------------
Key: JBWS-3782
URL:
https://issues.jboss.org/browse/JBWS-3782
Project: JBoss Web Services
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: jbossws-cxf
Affects Versions: jbossws-cxf-4.3
Reporter: Petr SakaĆ
Assignee: Alessio Soldano
Priority: Optional
Fix For: jbossws-cxf-4.3.1, jbossws-cxf-5.0
Change support for launching appclient (AppclientHelper class)
- allow to specify appclient config via -DAPPCLIENT_CONFIG_NAME
eg. -DAPPCLIENT_CONFIG_NAME=appclient.xml
- allow to append additional options to JAVA_OPTS via -DAPPCLIENT_DEBUG_OPTS
eg.
-DAPPCLIENT_DEBUG_OPTS="-Xrunjdwp:transport=dt_socket,address=9787,server=y,suspend=y"
Add logging to system output