You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I m developing a microservice and I have used maven to generate my project: mvn archetype:generate -DarchetypeGroupId=org.wso2.msf4j
-DarchetypeArtifactId=msf4j-microservice -DarchetypeVersion=2.6.4
-DgroupId=it.telcolab -DartifactId=CMIS-Service -Dversion=0.1-SNAPSHOT
-Dpackage=it.telcolab.service -DserviceClass=CmisService
When I execute maven install, the generated .jar have a Manifest with main class and no Microsevices element.
This is my pom:
I believe this is somewhat related to your issue #551. Hope the answer over there clear out your issues. Basically, if you use maven archtype to create a msf4j application, it is in standalone mode. Standalone mode MSF4J apps can't be deployed in EI.
I m developing a microservice and I have used maven to generate my project:
mvn archetype:generate -DarchetypeGroupId=org.wso2.msf4j
-DarchetypeArtifactId=msf4j-microservice -DarchetypeVersion=2.6.4
-DgroupId=it.telcolab -DartifactId=CMIS-Service -Dversion=0.1-SNAPSHOT
-Dpackage=it.telcolab.service -DserviceClass=CmisService
When I execute maven install, the generated .jar have a Manifest with main class and no Microsevices element.
This is my pom:
Caused by: org.wso2.msf4j.internal.deployer.MicroserviceDeploymentException: Manifest entry 'microservices' not found: /usr/lib/wso2/wso2ei/6.4.0/wso2/msf4j/deployment/microservices/CMIS-Service-0.0.1-SNAPSHOT.jar
The manifest is the following:
Manifest-Version: 1.0
Implementation-Title: CMIS-Service
Implementation-Version: 0.0.1-SNAPSHOT
Archiver-Version: Plexus Archiver
Built-By: ubuntu18
Specification-Vendor: WSO2
Specification-Title: CMIS-Service
Implementation-Vendor-Id: it.telcolab
Implementation-Vendor: WSO2
Main-Class: it.telcolab.service.Application
Created-By: Apache Maven 3.3.9
Build-Jdk: 1.8.0_171
Specification-Version: 0.0.1-SNAPSHOT
Implementation-URL: http://www.wso2.org/CMIS-Service/
Can you help me? Please.
Regards
Antonio
The text was updated successfully, but these errors were encountered: