kameshsampath commented on issue #102: Maven Java example does not work
URL: 
https://github.com/apache/incubator-openwhisk-devtools/issues/102#issuecomment-369654398
 
 
   I just now tried to create a action form the example :
   ```?  maven-java wsk action create mvnjava target/maven-java.jar --main 
org.apache.openwhisk.example.maven.App
   ok: created action mvnjava
   ?  maven-java wsk action invoke mvnjava -p text test --result
   {
       "md5": "098f6bcd4621d373cade4e832627b4f6",
       "text": "test"
   }
   ```
   I feel there should be something not rightly configured/deployed in you 
setup. 
   
   What does your `wsk property get ` look like ? We can also take a dig at it 
when have our call tomorrow 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to