I'm trying to deploy the following project from IBM developerWorks to Bluemix:
Building a Java EE app on IBM Bluemix Using Watson and Cloudant
through the Bluemix plugin in Eclipse (Called: IBM Eclipse Tools for Bluemix). However I keep getting the following error
Project facet Cloud Foundry Standalone Application version 1.0 is not supported
Used Versions:
There is no issue when I do this through Cloud Foundry CLI cf push
Remove the Cloud Foundry Standalone Application
version 1.0 facet from the project via project -> properties -> project facets
.
Bluemix tools maps projects to bluemix runtimes via project facets
so that different runtimes would be associated with different projects.
It's probably just that the stand alone facet which is probably associated with cloudfoundry tools isn't supported by bluemix tools plugin