Hi,
the https Feature works!
I got some Error but i think it is not related and just a stupidity of mine:
INFORMATION:
RemoteInitialContextCreated{providerUri=https://localhost.com:443/tomee/ejb}
Jun 10, 2016 11:03:32 AM org.apache.openejb.client.EventLogger log
WARNING: RequestFailed{server=https://localhost:443/tomee/ejb}
EJBRequest{deploymentId='openejb/Deployer', type=EJB_OBJECT_BUSINESS_METHOD,
Body{ejb=STATELESS:openejb/Deployer:org.apache.openejb.assembler.Deployer,
orb=null, metho
dInstance=public abstract java.util.Collection
org.apache.openejb.assembler.Deployer.getDeployedApps(),
interfaceClass=interface org.apache.openejb.assembler.Deployer,
methodName='getDeployedApps', methodParamTypes=[], methodParameters=null,
primaryKey=null, re
questId='null', version=2}} {error=Cannot read the response from the server
(OEJP/4.6) : org.apache.openejb.assembler.classic.AppInfo; local class
incompatible: stream classdesc serialVersionUID = 2033350741699546156, local
class serialVersionUID = 324239389922
2576892}
<plugin>
<groupId>org.apache.tomee.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
<version>7.0.1-SNAPSHOT</version>
<configuration>
<tomeeVersion>1.7.2</tomeeVersion>
<tomeeAlreadyInstalled>true</tomeeAlreadyInstalled>
<tomeeHost>localhost</tomeeHost>
<tomeeHttpsPort>443</tomeeHttpsPort>
<user>tomee</user>
<password>tomee</password>
</configuration>
</plugin>
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/Maven-Plugin-and-connecting-over-HTTPS-tp4678814p4678839.html
Sent from the TomEE Users mailing list archive at Nabble.com.