Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WFLY-330 #4485

Closed
wants to merge 91 commits into from
Closed

WFLY-330 #4485

wants to merge 91 commits into from

Conversation

spolti
Copy link
Contributor

@spolti spolti commented May 9, 2013

WFLY-330 - Allow defining server http port (and other basic properties) via jvm arguments Obs: This is working, but the final tests on subsystem.xml fails because the final value is not int.

I change the ajp, http, https and remoting.
These parameteres can be configurated on Jvm Parameters like that:
-Djboss.http.port=9080
-Djboss.https.port=9843
-Djboss.remoting.port=4487
-Djboss.ajp.port=8010

If not set, the default is configurated.

This is work OK, but the surefire final test fails on:
org.jboss.as.test.smoke.subsystem.xml.StandardConfigsXMLValidationUnitTestCase

and

org.jboss.as.test.smoke.mgmt.BasicOperationsUnitTestCase

We need adjust the tests Too.

spolti and others added 30 commits April 26, 2013 18:37
- also fix  WFLY-110 WebSSLDefinition NAME attribute is read-write
…we have a peer certificate don't show the add user page.
- update javamail to 1.5
- support for @MailSessionDefinition & @MailSessionDefinitions
- support for definition of mail session via xml
…ncludes the javax.el package, making the separate spec JAR useless (for now).
[JBOSGI-613] Bundle.uninstall() may not remove it from persistent
storage
…being undeployed when a remote EJB client sends out a method invocation request
Added "-" to the list of valid special characters in user names
bstansberry and others added 21 commits May 9, 2013 10:36
…ies into account

Add multi-stage resolution process to make sure that all dependent module spec
services are up before starting the module service.
…s) via jvm arguments

Obs: This is working, but the final tests on subsystem.xml fails because the final value is not int.
@wildfly-ci
Copy link

Can one of the admins verify this patch?

@bstansberry
Copy link
Contributor

It looks like this branch needs to be rebased.

@spolti
Copy link
Contributor Author

spolti commented May 9, 2013

Migrated to #4488

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet