problems in ANT script for generating ejb for jboss 5.1.0
Kuts Aryan
Greenhorn
Joined: Jun 27, 2009
Posts: 14
posted
0
I am trying to generate my EJBs jboss.xml for JBoss 5.1.0.GA automatically using EJBDoclet and ANT.I am using the following ant script to generate the jboss.xml.
but generated jboss.xml is not supporting jboss 5.1.0GA as I am mentioning version as 4.0.
I tried given version=5.1.0 or version=5.1.But either way it did not work.Please help me how to automatically generate jboss.xml which will be compatible with jboss5.1.0GA