this is likely a conflict of org.apache.openejb:openejb-core:${version}
between 1.7.x and 7.x. Don't recall exactly if overriding it in the plugin
dependencies list is enough or if we rely on some particular new API in the
plugin. I think it should work for deploy/undeploy commands but maybe not
tomee:run.Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Wordpress Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> | JavaEE Factory <https://javaeefactory-rmannibucau.rhcloud.com> 2016-06-10 10:47 GMT+02:00 Victor <[email protected]>: > 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. >
