Is it possible to generate the ibm-ejb-jar-bnd.xmi file using the wsejbdeploy ant task? How can we generate the same using maven? Tried using was6-maven-plugin but it didn't work.
views:
606answers:
1
A:
You should be able to do this with the wsDefaultBindings task (usage should be similar to these example WAS 6.1 Ant scripts).
I have not tried automating this with Maven, but I suspect more information than "it didn't work" would be required to diagnose the problem.
McDowell
2009-05-18 16:17:33