Hi all, Now that DELTASPIKE-94, DELTASPIKE-97 and DELTASPIKE-98 are fixed, the integration tests are also *running on a WLS 12C instance.*
I didn't push the required changes (only arquillian.xml, and a pom.xml) yet because the current arquillian-wls-remote-12.1 artifact requires the configuration of the WLS 12C home in the arquillian.xml. * <container qualifier="wls-remote-12c">* * <configuration>* * <property name="adminUrl">t3://localhost:7001</property>* * <property name="adminUserName">weblogic1</property>* * <property name="adminPassword">weblogic1</property>* * <property name="target">AdminServer</property>* * <property name="wlsHome">C:\wls12\wlserver_12.1</property>* * </configuration>* * </container>* I don't find this very portable so I file a request enhancement (and make a fork for it) in the coming days (/week). But in the meantime I will run them regularly on my machine. Regards Rudy -- Rudy De Busscher http://www.c4j.be
