ok - think we're onto it here.  see this:

> [ejbdoclet] Create Home Interface for:     hellomdb.server.msg.MsgBean
> [ejbdoclet] Create Remote Interface for:   hellomdb.server.msg.MsgBean
> [ejbdoclet] Create Data Object for:        hellomdb.server.msg.MsgBean
> [ejbdoclet] Create Entity CMP Class for:   hellomdb.server.msg.MsgBean
> [ejbdoclet] Create ejb-jar.xml
> [ejbdoclet] Create jboss.xml
> [ejbdoclet] Create jaws.xml
> [ejbdoclet] Warnings: 2
> 

Notice how there is no line saying "Create Local interface
for: " ... there should be.  I think you might not have the local
interface subtask in the build.xml file.  Check that you have a line like:

         <localinterface/>

in your build.xml and that its not commented out.

hth
dim


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to