I am using
1. JBoss 4.0 for EJB
2. Axis For Web Services
3. Eclipse as IDE
I generated a EJB called TestBean.java in package test/ejb.
The Xdoclet generated ejb-jar.xml, Test.java and TestHome.java for me in
package test/interfaces
compile passed
The deploy.wsdd is http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
u**********e 发帖数: 282
2
Should you use test.ejb.TestBean as a value or set root? It seems like it
can't find the path
【在 c***c 的大作中提到】 : I am using : 1. JBoss 4.0 for EJB : 2. Axis For Web Services : 3. Eclipse as IDE : I generated a EJB called TestBean.java in package test/ejb. : The Xdoclet generated ejb-jar.xml, Test.java and TestHome.java for me in : package test/interfaces : compile passed : The deploy.wsdd is : http://xml.apache.org/axis/wsdd/"