Pregunta

I have a java class file inside a regular .war. Is it possible to use this war file with a java action in oozie?

¿Fue útil?

Solución

No, you can't do this, because you need to have your class in classpath, and WAR file cannot be added to class path as is.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top