Package org.openengsb.labs.paxexam.karaf.options

Examples of org.openengsb.labs.paxexam.karaf.options.KarafDistributionConfigurationFilePutOption


                karafDistributionConfiguration()
                        .frameworkUrl(
                                maven().groupId("org.apache.openejb").artifactId("apache-karafee").versionAsInProject().type("tar.gz"))
                        .name("Apache Karafee")
                        .karafVersion(System.getProperty("karaf.version")),
                new KarafDistributionConfigurationFilePutOption("etc/org.apache.karaf.management.cfg", "rmiRegistryPort", Integer.toString(NetworkUtil.getNextAvailablePort())),
                new KarafDistributionConfigurationFilePutOption("etc/org.apache.karaf.management.cfg", "rmiServerPort", Integer.toString(NetworkUtil.getNextAvailablePort())),
                felix()

                // to debug activate next line and create a remote debug configuration in your IDE
                // , vmOption("-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005")
        );
View Full Code Here

TOP

Related Classes of org.openengsb.labs.paxexam.karaf.options.KarafDistributionConfigurationFilePutOption

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.