orctom / was-maven-plugin

Deploy artifact to one or more, local or remote WebSphere Application Server
Apache License 2.0
47 stars 29 forks source link

Template 'jython\websphere.py' not found. #7

Closed da-z closed 9 years ago

da-z commented 9 years ago

Hi.

I'm getting the following error.

[ERROR] com.orctom.mojo.was.model.WebSphereServiceException: Template 'jython\websphere.py' not found
    at com.orctom.mojo.was.service.impl.WebSphereServiceScriptImpl.execute(WebSphereServiceScriptImpl.java:109)
    at com.orctom.mojo.was.service.impl.WebSphereServiceScriptImpl.deploy(WebSphereServiceScriptImpl.java:62)
    at com.orctom.mojo.was.WASDeployMojo.execute(WASDeployMojo.java:80)
    at com.orctom.mojo.was.WASDeployMojo.execute(WASDeployMojo.java:66)
juantimonescalona commented 9 years ago

You can use the default websphere.py put the script in the same folder than the pom.xml

image

orctom commented 9 years ago

da-z,

Your pom.xml please!

da-z commented 9 years ago

Tx Juan, that is what I eventually did. I was just expecting websphere.py to be picked up from the plugin's .jar, that's all.

@orctom, I don't have the pom.xml anymore, but it was the configured like in the example on the site, minus the <script> tag.